Summary:
Return the status of, and enable or disable, Cisco DNA Center webhooks.
URL:
http(s)://{server hostname}/api/webhook/cloudAlert
Methods summary
- GET Method - return the status of a Cisco DNA Center webhook flag for objectID, i.e. enabled or disabled.
- PUT Method - enable or disable a Cisco DNA Center webhook flag for objectID. Will accept true (enable) or false (disable).
GET Method detail
Return the status of a Cisco DNA Center webhook flag for objectID, i.e. enabled or disabled.
Example:
INPUT
curl -u admin:admin -k https://localhost/api/webhook/cloudAlert/enabled/<objectId>
OUTPUT
false
PUT Method detail
Enable or disable a Cisco DNA Center webhook flag for objectID. Will accept true (enable) or false (disable).
Example:
INPUT
curl -u admin:admin -k https://localhost/api/webhook/cloudAlert/enabled/<ObjectId> -X PUT -d "false"
OUTPUT
false
Comments
0 comments
Please sign in to leave a comment.