UNPKG

@itentialopensource/adapter-netrounds

Version:

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

109 lines 3.01 kB
{ "actions": [ { "name": "listAlarmTemplates", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{pathv1}/alarm_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/listAlarmTemplates-default.json" } ] }, { "name": "createAlarmTemplates", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/accounts/{pathv1}/alarm_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/createAlarmTemplates-default.json" } ] }, { "name": "deleteAlarmTemplate", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/accounts/{pathv1}/alarm_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": "" } ] }, { "name": "getAlarmTemplate", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{pathv1}/alarm_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/getAlarmTemplate-default.json" } ] }, { "name": "updateAlarmTemplate", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/accounts/{pathv1}/alarm_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/updateAlarmTemplate-default.json" } ] } ] }