UNPKG

@itentialopensource/adapter-datadog

Version:

This adapter integrates with system: Datadog.

67 lines 1.6 kB
{ "actions": [ { "name": "listAzureAccount", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "updateAzureAccountSHostFilters", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "deleteAnAzureAccount", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }