@itentialopensource/adapter-velocloud_orchestrator
Version:
This adapter integrates with system described as: velocloudOrchestratorApi.
124 lines • 3.69 kB
JSON
{
"actions": [
{
"name": "configurationCloneAndConvertConfiguration",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/configuration/cloneAndConvertConfiguration?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/configurationCloneAndConvertConfiguration-default.json"
}
]
},
{
"name": "configurationCloneConfiguration",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/configuration/cloneConfiguration?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/configurationCloneConfiguration-default.json"
}
]
},
{
"name": "configurationGetConfigurationModules",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/configuration/getConfigurationModules?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/configurationGetConfigurationModules-default.json"
}
]
},
{
"name": "configurationInsertConfigurationModule",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/configuration/insertConfigurationModule?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/configurationInsertConfigurationModule-default.json"
}
]
},
{
"name": "configurationUpdateConfiguration",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/configuration/updateConfiguration?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/configurationUpdateConfiguration-default.json"
}
]
},
{
"name": "configurationUpdateConfigurationModule",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/configuration/updateConfigurationModule?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/configurationUpdateConfigurationModule-default.json"
}
]
}
]
}