dnac_response
dictionary
|
always |
A dictionary or list with the response returned by the Cisco DNAC Python SDK
Sample:
{
"detail": {
"id": "string",
"connectionStatus": "string",
"hostType": "string",
"userId": {},
"hostName": "string",
"hostOs": {},
"hostVersion": {},
"subType": "string",
"lastUpdated": 0,
"healthScore": [
{
"healthType": "string",
"reason": "string",
"score": 0
}
],
"hostMac": "string",
"hostIpV4": "string",
"hostIpV6": [
"string"
],
"authType": "string",
"vlanId": "string",
"vnid": "string",
"ssid": "string",
"frequency": "string",
"channel": "string",
"apGroup": {},
"location": {},
"clientConnection": "string",
"connectedDevice": [
{}
],
"issueCount": 0,
"rssi": "string",
"avgRssi": {},
"snr": "string",
"avgSnr": {},
"dataRate": "string",
"txBytes": "string",
"rxBytes": "string",
"dnsSuccess": {},
"dnsFailure": {},
"onboarding": {
"averageRunDuration": {},
"maxRunDuration": {},
"averageAssocDuration": {},
"maxAssocDuration": {},
"averageAuthDuration": {},
"maxAuthDuration": {},
"averageDhcpDuration": {},
"maxDhcpDuration": {},
"aaaServerIp": "string",
"dhcpServerIp": {},
"authDoneTime": {},
"assocDoneTime": {},
"dhcpDoneTime": {},
"assocRootcauseList": [
{}
],
"aaaRootcauseList": [
{}
],
"dhcpRootcauseList": [
{}
],
"otherRootcauseList": [
{}
]
},
"clientType": "string",
"onboardingTime": {},
"port": {},
"iosCapable": true
},
"connectionInfo": {
"hostType": "string",
"nwDeviceName": "string",
"nwDeviceMac": "string",
"protocol": "string",
"band": "string",
"spatialStream": "string",
"channel": "string",
"channelWidth": "string",
"wmm": "string",
"uapsd": "string",
"timestamp": 0
},
"topology": {
"nodes": [
{
"role": "string",
"name": "string",
"id": "string",
"description": "string",
"deviceType": "string",
"platformId": {},
"family": {},
"ip": "string",
"softwareVersion": {},
"userId": {},
"nodeType": "string",
"radioFrequency": {},
"clients": {},
"count": {},
"healthScore": 0,
"level": 0,
"fabricGroup": {},
"connectedDevice": {}
}
],
"links": [
{
"source": "string",
"linkStatus": "string",
"label": [
"string"
],
"target": "string",
"id": {},
"portUtilization": {}
}
]
}
}
|