UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

126 lines 3.4 kB
{ "actions": [ { "name": "getDatadogIntegration", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/integrations/datadog/{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/getDatadogIntegration-default.json" } ] }, { "name": "deleteDatadogIntegration", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/v1/integrations/datadog/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateDatadogIntegration", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/v1/integrations/datadog/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "testDatadogCredentials", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/integrations/datadog/credentials/test?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getAllDatadogIntegrations", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v1/integrations/datadog?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getAllDatadogIntegrations-default.json" } ] }, { "name": "postDatadogIntegration", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v1/integrations/datadog?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postDatadogIntegration-default.json" } ] } ] }