@itentialopensource/adapter-velocloud_orchestrator
Version:
This adapter integrates with system described as: velocloudOrchestratorApi.
64 lines • 1.73 kB
JSON
{
"actions": [
{
"name": "eventGetEnterpriseEvents",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/event/getEnterpriseEvents?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/eventGetEnterpriseEvents-default.json"
}
]
},
{
"name": "eventGetOperatorEvents",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/event/getOperatorEvents?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/eventGetOperatorEvents-default.json"
}
]
},
{
"name": "eventGetProxyEvents",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/event/getProxyEvents?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/eventGetProxyEvents-default.json"
}
]
}
]
}