Summary:
Return a list of DNA Centers.
URL:
http(s)://{server hostname}/api/DNACenters
Methods summary
GET Method - return a list of DNA Centers.
GET Method detail
Return a list of DNA Centers.
Example:
INPUT
curl -k -u admin:admin https://localhost/api/DNACenters
OUTPUT
{
"items" : [ {
"serverId" : "163b10d7-be44-4c7b-9b6c-db692a1c87d1",
"objectId" : 749,
"name" : "DNAC1",
"stormWorksType" : "DNACenter",
"webhookURL" : "https://enaserver/api/webhook/cloudAlert/DNAC/749?serverId=163b10d7-be44-4c7b-9b6c-db692a1c87d1",
"webhookEnabled" : false,
"status" : "28 alerts in the last 24hrs",
"secretKeyIsSet" : false,
"sharedSecret" : null,
"deviceCount" : null
} ],
"count": 1
}
Comments
0 comments
Please sign in to leave a comment.