@itentialopensource/adapter-meraki
Version:
This adapter integrates with system described as: merakiDashboardApi.
28 lines • 745 B
JSON
{
"actions": [
{
"name": "getOrganizationWebhookLogs",
"protocol": "REST",
"method": "GET",
"entitypath": {
"v0": "{base_path}/{version}/organizations/{pathv1}/webhookLogs?{query}",
"v1": "{base_path}/{version}/organizations/{pathv1}/webhooks/logs?{query}"
},
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getOrganizationWebhookLogs-default.json"
}
]
}
]
}