UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

151 lines 4.11 kB
{ "actions": [ { "name": "getSubnetTemplateSearch", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subnet_template/search?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSubnetTemplateSearch-default.json" } ] }, { "name": "getSubnetTemplateDetails", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subnet_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/getSubnetTemplateDetails-default.json" } ] }, { "name": "getSubnetTemplatePListbyorg", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subnet_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/getSubnetTemplatePListbyorg-default.json" } ] }, { "name": "postSubnetTemplateEdit", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/subnet_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": "getSubnetTemplateList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subnet_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/getSubnetTemplateList-default.json" } ] }, { "name": "postSubnetTemplateDelete", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/subnet_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/postSubnetTemplateDelete-default.json" } ] }, { "name": "postSubnetTemplateAdd", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/subnet_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": "" } ] } ] }