@itentialopensource/adapter-velocloud_orchestrator
Version:
This adapter integrates with system described as: velocloudOrchestratorApi.
84 lines • 2.55 kB
JSON
{
"actions": [
{
"name": "roleSetEnterpriseDelegatedToEnterpriseProxy",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/role/setEnterpriseDelegatedToEnterpriseProxy?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/roleSetEnterpriseDelegatedToEnterpriseProxy-default.json"
}
]
},
{
"name": "roleSetEnterpriseDelegatedToOperator",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/role/setEnterpriseDelegatedToOperator?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/roleSetEnterpriseDelegatedToOperator-default.json"
}
]
},
{
"name": "roleSetEnterpriseProxyDelegatedToOperator",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/role/setEnterpriseProxyDelegatedToOperator?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/roleSetEnterpriseProxyDelegatedToOperator-default.json"
}
]
},
{
"name": "roleSetEnterpriseUserManagementDelegatedToOperator",
"protocol": "REST",
"method": "POST",
"entitypath": "{base_path}/{version}/role/setEnterpriseUserManagementDelegatedToOperator?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/roleSetEnterpriseUserManagementDelegatedToOperator-default.json"
}
]
}
]
}