dnac_response
list
/ elements=dictionary
|
always |
A dictionary or list with the response returned by the Cisco DNAC Python SDK
Sample:
[
{
"userDetails": {
"id": "string",
"connectionStatus": "string",
"hostType": "string",
"userId": {},
"hostName": {},
"hostOs": {},
"hostVersion": {},
"subType": "string",
"lastUpdated": 0,
"healthScore": [
{
"healthType": "string",
"reason": "string",
"score": 0
}
],
"hostMac": "string",
"hostIpV4": "string",
"hostIpV6": [],
"authType": {},
"vlanId": "string",
"ssid": {},
"frequency": {},
"channel": {},
"apGroup": {},
"location": {},
"clientConnection": "string",
"connectedDevice": [],
"issueCount": 0,
"rssi": {},
"avgRssi": {},
"snr": {},
"avgSnr": {},
"dataRate": {},
"txBytes": {},
"rxBytes": {},
"dnsSuccess": {},
"dnsFailure": {},
"onboarding": {
"averageRunDuration": {},
"maxRunDuration": {},
"averageAssocDuration": {},
"maxAssocDuration": {},
"averageAuthDuration": {},
"maxAuthDuration": {},
"averageDhcpDuration": {},
"maxDhcpDuration": {},
"aaaServerIp": {},
"dhcpServerIp": {}
},
"onboardingTime": {},
"port": {}
},
"connectedDevice": [
{
"deviceDetails": {
"family": "string",
"type": "string",
"location": {},
"errorCode": {},
"macAddress": "string",
"role": "string",
"apManagerInterfaceIp": "string",
"associatedWlcIp": "string",
"bootDateTime": "string",
"collectionStatus": "string",
"interfaceCount": "string",
"lineCardCount": "string",
"lineCardId": "string",
"managementIpAddress": "string",
"memorySize": "string",
"platformId": "string",
"reachabilityFailureReason": "string",
"reachabilityStatus": "string",
"snmpContact": "string",
"snmpLocation": "string",
"tunnelUdpPort": {},
"waasDeviceMode": {},
"series": "string",
"inventoryStatusDetail": "string",
"collectionInterval": "string",
"serialNumber": "string",
"softwareVersion": "string",
"roleSource": "string",
"hostname": "string",
"upTime": "string",
"lastUpdateTime": 0,
"errorDescription": {},
"locationName": {},
"tagCount": "string",
"lastUpdated": "string",
"instanceUuid": "string",
"id": "string",
"neighborTopology": [
{
"errorCode": 0,
"message": "string",
"detail": "string"
}
]
}
}
]
}
]
|