@itentialopensource/adapter-velocloud_orchestrator
Version:
This adapter integrates with system described as: velocloudOrchestratorApi.
84 lines • 2.35 kB
JSON
{
"actions": [
{
"name": "gatewayDeleteGateway",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/gateway/deleteGateway?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/gatewayDeleteGateway-default.json"
}
]
},
{
"name": "gatewayGatewayProvision",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/gateway/gatewayProvision?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/gatewayGatewayProvision-default.json"
}
]
},
{
"name": "gatewayGetGatewayEdgeAssignments",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/gateway/getGatewayEdgeAssignments?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/gatewayGetGatewayEdgeAssignments-default.json"
}
]
},
{
"name": "gatewayUpdateGatewayAttributes",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/gateway/updateGatewayAttributes?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/gatewayUpdateGatewayAttributes-default.json"
}
]
}
]
}