UNPKG

@itentialopensource/adapter-velocloud_orchestrator

Version:

This adapter integrates with system described as: velocloudOrchestratorApi.

104 lines 3.06 kB
{ "actions": [ { "name": "systemPropertyGetSystemProperties", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/systemProperty/getSystemProperties?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/systemPropertyGetSystemProperties-default.json" } ] }, { "name": "systemPropertyGetSystemProperty", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/systemProperty/getSystemProperty?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/systemPropertyGetSystemProperty-default.json" } ] }, { "name": "systemPropertyInsertOrUpdateSystemProperty", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/systemProperty/insertOrUpdateSystemProperty?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/systemPropertyInsertOrUpdateSystemProperty-default.json" } ] }, { "name": "systemPropertyInsertSystemProperty", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/systemProperty/insertSystemProperty?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/systemPropertyInsertSystemProperty-default.json" } ] }, { "name": "systemPropertyUpdateSystemProperty", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/systemProperty/updateSystemProperty?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/systemPropertyUpdateSystemProperty-default.json" } ] } ] }