UNPKG

@itentialopensource/adapter-velocloud

Version:

[Deprecated] This adapter integrates with system Velocloud

67 lines 1.86 kB
{ "actions": [ { "name": "postGatewaydeleteGateway", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/gateway/deleteGateway?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postGatewaydeleteGateway-default.json" } ] }, { "name": "postGatewaygatewayProvision", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/gateway/gatewayProvision?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postGatewaygatewayProvision-default.json" } ] }, { "name": "postGatewayupdateGatewayAttributes", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/gateway/updateGatewayAttributes?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postGatewayupdateGatewayAttributes-default.json" } ] } ] }