UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

193 lines 5.07 kB
{ "actions": [ { "name": "listO", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subnetgroup/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/listO-default.json" } ] }, { "name": "subnetGroupPage", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subnetgroup/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/subnetGroupPage-default.json" } ] }, { "name": "searchSubnetGroupReferences", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subnetgroup/references?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getSubnetgroupListSubnets", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subnetgroup/listSubnets?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSubnetgroupListSubnets-default.json" } ] }, { "name": "postSubnetgroupDisassociate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/subnetgroup/disassociate?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "getSubnetgroupGet", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subnetgroup/get?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSubnetgroupGet-default.json" } ] }, { "name": "postSubnetgroupUpdate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/subnetgroup/update?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postSubnetgroupDelete", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/subnetgroup/delete?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "postSubnetgroupAdd", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/subnetgroup/add?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }