@itentialopensource/adapter-velocloud
Version:
[Deprecated] This adapter integrates with system Velocloud
88 lines • 2.61 kB
JSON
{
"actions": [
{
"name": "postConfigurationcloneConfiguration",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/configuration/cloneConfiguration?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postConfigurationcloneConfiguration-default.json"
}
]
},
{
"name": "postConfigurationgetConfigurationModules",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/configuration/getConfigurationModules?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postConfigurationgetConfigurationModules-default.json"
}
]
},
{
"name": "postConfigurationinsertConfigurationModule",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/configuration/insertConfigurationModule?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postConfigurationinsertConfigurationModule-default.json"
}
]
},
{
"name": "postConfigurationupdateConfigurationModule",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/configuration/updateConfigurationModule?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postConfigurationupdateConfigurationModule-default.json"
}
]
}
]
}