UNPKG

@itentialopensource/adapter-kentik

Version:

This adapter integrates with system described as: kentik apis

66 lines 1.68 kB
{ "actions": [ { "name": "listNotificationChannels", "protocol": "REST", "method": "GET", "entitypath": "/notification_channel/{version}/notification_channels?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "searchNotificationChannels", "protocol": "REST", "method": "POST", "entitypath": "/notification_channel/{version}/notification_channels/search?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getNotificationChannel", "protocol": "REST", "method": "GET", "entitypath": "/notification_channel/{version}/notification_channels/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }