UNPKG

@itentialopensource/adapter-netrounds

Version:

[Deprecated] This adapter integrates with system described as: NetRounds

46 lines 1.24 kB
{ "actions": [ { "name": "listMonitorTemplates", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{pathv1}/monitor_templates/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/listMonitorTemplates-default.json" } ] }, { "name": "getMonitorTemplate", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{pathv1}/monitor_templates/{pathv2}/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getMonitorTemplate-default.json" } ] } ] }