UNPKG

@itentialopensource/adapter-tcpwave

Version:

This adapter integrates with system described as: tcpwaveRestapiStore.

172 lines 4.63 kB
{ "actions": [ { "name": "postIpv6subnetgroupDeleteAll", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/ipv6subnetgroup/deleteAll?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postIpv6subnetgroupDeleteAll-default.json" } ] }, { "name": "listSubnets", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/ipv6subnetgroup/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/listSubnets-default.json" } ] }, { "name": "disassociateSubnet", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/ipv6subnetgroup/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": "getSubnet", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/ipv6subnetgroup/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/getSubnet-default.json" } ] }, { "name": "postIpv6subnetgroupUpdate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/ipv6subnetgroup/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": "getIpv6subnetgroupList", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/ipv6subnetgroup/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/getIpv6subnetgroupList-default.json" } ] }, { "name": "getIpv6subnetgroupListbyorg", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/ipv6subnetgroup/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/getIpv6subnetgroupListbyorg-default.json" } ] }, { "name": "postIpv6subnetgroupAdd", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/ipv6subnetgroup/add?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }