cisco.dnac.sda_fabric_border_device_info module – Information module for Sda Fabric Border Device
Note
This module is part of the cisco.dnac collection (version 6.6.0).
To install it, use: ansible-galaxy collection install cisco.dnac.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: cisco.dnac.sda_fabric_border_device_info.
New in version 3.1.0: of cisco.dnac
Synopsis
Get all Sda Fabric Border Device.
Get border device detail from SDA Fabric.
Note
This module has a corresponding action plugin.
Requirements
The below requirements are needed on the host that executes this module.
dnacentersdk >= 2.5.4
python >= 3.5
Parameters
Parameter |
Comments |
|---|---|
DeviceManagementIpAddress query parameter. |
|
Flag for Cisco DNA Center SDK to enable debugging. Choices:
|
|
The Cisco DNA Center hostname. |
|
The Cisco DNA Center password to authenticate. |
|
The Cisco DNA Center port. Default: 443 |
|
The Cisco DNA Center username to authenticate. Default: “admin” |
|
Flag to enable or disable SSL certificate verification. Choices:
|
|
Informs the SDK which version of Cisco DNA Center to use. Default: “2.3.3.0” |
|
Additional headers. |
|
Flag for Cisco DNA Center SDK to enable the validation of request bodies against a JSON schema. Choices:
|
Notes
Note
SDK Method used are sda.Sda.gets_border_device_detail,
Paths used are get /dna/intent/api/v1/business/sda/border-device,
Supports
check_modeThe plugin runs on the control node and does not use any ansible connection plugins, but instead the embedded connection manager from Cisco DNAC SDK
The parameters starting with dnac_ are used by the Cisco DNAC Python SDK to establish the connection
See Also
See also
- Cisco DNA Center documentation for SDA GetBorderDeviceDetailFromSDAFabric
Complete reference of the GetBorderDeviceDetailFromSDAFabric API.
Examples
- name: Get all Sda Fabric Border Device
cisco.dnac.sda_fabric_border_device_info:
dnac_host: "{{dnac_host}}"
dnac_username: "{{dnac_username}}"
dnac_password: "{{dnac_password}}"
dnac_verify: "{{dnac_verify}}"
dnac_port: "{{dnac_port}}"
dnac_version: "{{dnac_version}}"
dnac_debug: "{{dnac_debug}}"
headers: "{{my_headers | from_json}}"
deviceManagementIpAddress: string
register: result
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
|---|---|
A dictionary or list with the response returned by the Cisco DNAC Python SDK Returned: always Sample: {“description”: “string”, “payload”: {“akcSettingsCfs”: [{}], “authEntityClass”: 0, “authEntityId”: 0, “cfsChangeInfo”: [{}], “configs”: [{}], “createTime”: 0, “customProvisions”: [{}], “deployPending”: “string”, “deployed”: true, “deviceInterfaceInfo”: [{}], “deviceSettings”: {“connectedTo”: [{}], “cpu”: 0, “deployPending”: “string”, “dhcpEnabled”: true, “displayName”: “string”, “extConnectivitySettings”: [{“deployPending”: “string”, “displayName”: “string”, “externalDomainProtocolNumber”: “string”, “id”: “string”, “instanceId”: 0, “instanceTenantId”: “string”, “instanceVersion”: 0, “interfaceUuid”: “string”, “l2Handoff”: [{}], “l3Handoff”: [{“deployPending”: “string”, “displayName”: “string”, “id”: “string”, “instanceId”: 0, “instanceTenantId”: “string”, “instanceVersion”: 0, “localIpAddress”: “string”, “remoteIpAddress”: “string”, “virtualNetwork”: {“idRef”: “string”}, “vlanId”: 0}], “policyPropagationEnabled”: true, “policySgtTag”: 0}], “externalConnectivityIpPool”: “string”, “externalDomainRoutingProtocol”: “string”, “id”: “string”, “instanceId”: 0, “instanceTenantId”: “string”, “instanceVersion”: 0, “internalDomainProtocolNumber”: “string”, “memory”: 0, “nodeType”: [“string”], “storage”: 0}, “displayName”: “string”, “id”: “string”, “instanceId”: 0, “instanceTenantId”: “string”, “instanceVersion”: 0, “isSeeded”: true, “isStale”: true, “lastUpdateTime”: 0, “managedSites”: [{}], “name”: “string”, “namespace”: “string”, “networkDeviceId”: “string”, “networkWideSettings”: {“aaa”: [{}], “cmx”: [{}], “deployPending”: “string”, “dhcp”: [{“id”: “string”, “ipAddress”: {“address”: “string”, “addressType”: “string”, “id”: “string”, “paddedAddress”: “string”}}], “displayName”: “string”, “dns”: [{“domainName”: “string”, “id”: “string”, “ip”: {“address”: “string”, “addressType”: “string”, “id”: “string”, “paddedAddress”: “string”}}], “id”: “string”, “instanceId”: 0, “instanceTenantId”: “string”, “instanceVersion”: 0, “ldap”: [{}], “nativeVlan”: [{}], “netflow”: [{}], “ntp”: [{}], “snmp”: [{}], “syslogs”: [{}]}, “otherDevice”: [{}], “provisioningState”: “string”, “resourceVersion”: 0, “roles”: [“string”], “saveWanConnectivityDetailsOnly”: true, “siteId”: “string”, “targetIdList”: [{}], “transitNetworks”: [{“idRef”: “string”}], “type”: “string”, “virtualNetwork”: [{}], “wlan”: [{}]}, “status”: “string”} |