UNPKG

@itentialopensource/adapter-velocloud_orchestrator

Version:

This adapter integrates with system described as: velocloudOrchestratorApi.

64 lines 1.95 kB
{ "actions": [ { "name": "enterpriseProxyGetEnterpriseProxyGateways", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/enterpriseProxy/getEnterpriseProxyGateways?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/enterpriseProxyGetEnterpriseProxyGateways-default.json" } ] }, { "name": "enterpriseProxyInsertEnterpriseProxyEnterprise", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/enterpriseProxy/insertEnterpriseProxyEnterprise?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/enterpriseProxyInsertEnterpriseProxyEnterprise-default.json" } ] }, { "name": "enterpriseProxyInsertOrUpdateEnterpriseProxyProperty", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/enterpriseProxy/insertOrUpdateEnterpriseProxyProperty?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/enterpriseProxyInsertOrUpdateEnterpriseProxyProperty-default.json" } ] } ] }