Test Configuration
test connectivity to vRO according to the given orchestrationConfiguration for the given tenant.
Request
URI
PUT
https://{api_host}/o11n-gateway-service/api/tenants/{tenantId}/configurations/status
COPY
Path Parameters
string
tenantId
Required
the tenant id
Request Body
o11n-configuration
of type(s)
application/json
Optional
Show optional properties
{
"name": "string",
"host": "string",
"tenantId": "string"
}
{
"systemDefault": false,
"password": "string",
"port": 0,
"name": "string",
"host": "string",
"ssoMode": false,
"tenantId": "string",
"certificate": "string",
"description": "string",
"id": "string",
"embedded": false,
"username": "string"
}
Responses
200
'Success' with the ConfigurationStatus
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"host:"string","name:"string","tenantId:"string"}' https://{api_host}/o11n-gateway-service/api/tenants/{tenantId}/configurations/status
Test Operations
PUT
Test Configuration