UNPKG

@itentialopensource/adapter-opsgenie

Version:

This adapter integrates with system described as: opsgenieRestApi.

88 lines 2.2 kB
{ "actions": [ { "name": "listOnCalls", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/schedules/on-calls?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getOnCalls", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/schedules/{pathv1}/on-calls?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getNextOnCalls", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/schedules/{pathv1}/next-on-calls?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "exportOnCallUser", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v2/schedules/on-calls/{pathv1}.ics?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }