UNPKG

@itentialopensource/adapter-netrounds

Version:

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

109 lines 2.97 kB
{ "actions": [ { "name": "listSipAccounts", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{pathv1}/sip_accounts/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/listSipAccounts-default.json" } ] }, { "name": "createSipAccount", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/accounts/{pathv1}/sip_accounts/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createSipAccount-default.json" } ] }, { "name": "deleteSipAccount", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/accounts/{pathv1}/sip_accounts/{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": "getSipAccount", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/accounts/{pathv1}/sip_accounts/{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/getSipAccount-default.json" } ] }, { "name": "updateSipAccount", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/accounts/{pathv1}/sip_accounts/{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/updateSipAccount-default.json" } ] } ] }