Get Configurations
Get the orchestrationConfiguration for the given tenant.
Request
URI
GET
https://{api_host}/o11n-gateway-service/api/tenants/{tenantId}/configurations
COPY
Path Parameters
string
tenantId
Required
the tenant id
Responses
200
'Success' with the orchestrationConfiguration
[
{
"systemDefault": false,
"password": "string",
"port": 0,
"name": "string",
"host": "string",
"ssoMode": false,
"tenantId": "string",
"certificate": "string",
"description": "string",
"id": "string",
"embedded": false,
"username": "string"
}
]
404
'Not found' if no orchestrationConfiguration with provided configurationId
Operation doesn't return any data structure