UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

106 lines 2.89 kB
{ "actions": [ { "name": "listPagerDutyIntegration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/integrations/pagerduty?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/listPagerDutyIntegration-default.json" } ] }, { "name": "postPagerDutyIntegration", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/integrations/pagerduty?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postPagerDutyIntegration-default.json" } ] }, { "name": "getPagerDutyIntegrationById", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/integrations/pagerduty/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getPagerDutyIntegrationById-default.json" } ] }, { "name": "deletePagerDutyIntegration", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v1/integrations/pagerduty/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updatePagerDutyIntegation", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/v1/integrations/pagerduty/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }