racampos.dnac.nfv_provision_detail (0.0.1) — module

Manage NfvProvisionDetail objects of SiteDesign

| "added in version" 1.0 of racampos.dnac"

Authors: first last (@GitHubID)

preview | supported by community

This plugin has a corresponding action plugin.

Install collection

Install with ansible-galaxy collection install racampos.dnac:==0.0.1


Add to requirements.yml

  collections:
    - name: racampos.dnac
      version: 0.0.1

Description

Checks the provisioning detail of an ENCS device including log information.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: nfv_provisioning_detail
  cisco.dnac.nfv_provision_detail:
    state: create  # required
    device_ip: SomeValue  # string, required

Inputs

    
device_ip:
    description:
    - Device Ip, property of the request body.
    required: true
    type: str

Outputs

nfv_provisioning_detail:
  contains: null
  description: Checks the provisioning detail of an ENCS device including log information.
  executionId:
    description: Execution Id, property of the response body.
    returned: success
    sample: <executionid>
    type: str
  executionStatusUrl:
    description: Execution Status Url, property of the response body.
    returned: success
    sample: <executionstatusurl>
    type: str
  message:
    description: Message, property of the response body.
    returned: success
    sample: <message>
    type: str
  returned: success
  type: dict

See also