Summary:
List DNA Center webhooks.
URL:
http(s)://{server hostname}/api/webhook/cloudAlert
Methods summary
- GET Method - list DNA Center webhooks
GET Method detail
Returns a list of DNA Center webhooks.
Example:
INPUT
curl -k -u admin:admin https://localhost/api/webhook
OUTPUT
{
"items" : [ {
"serverId" : "163b10d7-be44-4c7b-9b6c-db692a1c87d1",
"objectId" : 749,
"name" : "DNAC1",
"stormWorksType" : "DNACenter",
"webhookURL" : "https://neon/api/webhook/cloudAlert/DNAC/749?serverId=163b10d7-be44-4c7b-9b6c-db692a1c87d1",
"webhookEnabled" : true,
"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.