Summary:
Return the status of, and enable or disable, Meraki webhooks.
URL:
http(s)://{server hostname}/api/webhook/cloudAlert/Meraki/enabled?objectId={StormWorks object ID}[&serverId={server ID}]
objectId is the StormWorks ID of the Meraki Cloud Controller. You must provide a StormWorks object ID. serverId is an optional parameter.
Methods summary
- GET Method - return the status of a Meraki webhook, i.e. enabled or disabled.
- PUT Method - enable or disable a Meraki webhook. Will accept true (enable) or false (disable).
GET Method detail
Return the status of a Meraki webhook, i.e. enabled or disabled.
Example:
INPUT
curl -u admin:admin https://localhost/api/webhook/cloudAlert/enabled/objectId=5073
OUTPUT
true
PUT Method detail
Enable or disable a Meraki webhook. Will accept true (enable) or false (disable).
Example:
INPUT
curl -u admin:admin https://localhost/api/webhook/cloudAlert/enabled/objectId=5073 -X PUT -H "Content-type:plain/text" -d "false"
OUTPUT
false
Comments
0 comments
Please sign in to leave a comment.