UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

130 lines 3.55 kB
{ "actions": [ { "name": "getV6subnetTemplateDetails", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v6subnet_template/details?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getV6subnetTemplateDetails-default.json" } ] }, { "name": "getV6subnetTemplatePListbyorg", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v6subnet_template/p_listbyorg?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getV6subnetTemplatePListbyorg-default.json" } ] }, { "name": "postV6subnetTemplateEdit", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v6subnet_template/edit?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getV6subnetTemplateList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/v6subnet_template/list?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getV6subnetTemplateList-default.json" } ] }, { "name": "postV6subnetTemplateDelete", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v6subnet_template/delete?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postV6subnetTemplateDelete-default.json" } ] }, { "name": "postV6subnetTemplateAdd", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/v6subnet_template/add?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }