Gets A certificate
Gets a certificate for the given configuration
Request
URI
PUT
https://{api_host}/o11n-gateway-service/api/tenants/{tenantId}/configurations/certificate
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
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/certificate
Get Operation Operations
PUT
Gets A certificate