@itentialopensource/adapter-velocloud
Version:
[Deprecated] This adapter integrates with system Velocloud
109 lines • 3.24 kB
JSON
{
"actions": [
{
"name": "postSystemPropertygetSystemProperties",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/systemProperty/getSystemProperties?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postSystemPropertygetSystemProperties-default.json"
}
]
},
{
"name": "postSystemPropertygetSystemProperty",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/systemProperty/getSystemProperty?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postSystemPropertygetSystemProperty-default.json"
}
]
},
{
"name": "postSystemPropertyinsertOrUpdateSystemProperty",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/systemProperty/insertOrUpdateSystemProperty?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postSystemPropertyinsertOrUpdateSystemProperty-default.json"
}
]
},
{
"name": "postSystemPropertyinsertSystemProperty",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/systemProperty/insertSystemProperty?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postSystemPropertyinsertSystemProperty-default.json"
}
]
},
{
"name": "postSystemPropertyupdateSystemProperty",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/systemProperty/updateSystemProperty?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/postSystemPropertyupdateSystemProperty-default.json"
}
]
}
]
}