racampos.dnac.credential_to_site (0.0.1) — module

Manage CredentialToSite objects of NetworkSettings

| "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

Assign Device Credential To Site.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: assign_credential_to_site
  cisco.dnac.credential_to_site:
    state: create  # required
    site_id: SomeValue  # string, required
    cliId: SomeValue  # string
    httpRead: SomeValue  # string
    httpWrite: SomeValue  # string
    snmpV2ReadId: SomeValue  # string
    snmpV2WriteId: SomeValue  # string
    snmpV3Id: SomeValue  # string

Inputs

    
cliId:
    description:
    - Cli Id, property of the request body.
    type: str

site_id:
    description:
    - Site id to assign credential.
    required: true
    type: str

httpRead:
    description:
    - Http Read, property of the request body.
    type: str

snmpV3Id:
    description:
    - Snmp V3 Id, property of the request body.
    type: str

httpWrite:
    description:
    - Http Write, property of the request body.
    type: str

snmpV2ReadId:
    description:
    - Snmp V2 Read Id, property of the request body.
    type: str

snmpV2WriteId:
    description:
    - Snmp V2 Write Id, property of the request body.
    type: str

Outputs

assign_credential_to_site:
  contains: null
  description: Assign Device Credential To Site.
  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