UNPKG

@itentialopensource/adapter-velocloud_orchestrator

Version:

This adapter integrates with system described as: velocloudOrchestratorApi.

64 lines 1.82 kB
{ "actions": [ { "name": "enterpriseGetEnterpriseUsers", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/enterprise/getEnterpriseUsers?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/enterpriseGetEnterpriseUsers-default.json" } ] }, { "name": "enterpriseInsertEnterpriseUser", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/enterprise/insertEnterpriseUser?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/enterpriseInsertEnterpriseUser-default.json" } ] }, { "name": "enterpriseProxyGetEnterpriseProxyUsers", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/enterpriseProxy/getEnterpriseProxyUsers?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/enterpriseProxyGetEnterpriseProxyUsers-default.json" } ] } ] }