Create Or Update

Create Or Update

Create or Update orchestrationConfiguration for the given tenant.

Request
URI
PUT
https://{api_host}/o11n-gateway-service/api/tenants/{tenantId}/configurations
COPY
Path Parameters
string
tenantId
Required

the tenant id


Request Body
o11n-configuration of type(s) application/json
Optional
{
    "systemDefault": false,
    "password": "string",
    "port": 0,
    "name": "string",
    "host": "string",
    "ssoMode": false,
    "tenantId": "string",
    "certificate": "string",
    "description": "string",
    "id": "string",
    "embedded": false,
    "username": "string"
}
boolean
systemDefault
Optional

systemDefault

string
password
Optional

user password to use for authentication

integer As int32 As int32
port
Optional

vRO port

string
name
Required

Configuration name

string
host
Required

vRO host

boolean
ssoMode
Optional

Indicates whether this condifuration is for sso mode or not

string
tenantId
Required

the id of the tenant where this condifuration belongs to

string
certificate
Optional

certificate used to connect to vRO

string
description
Optional

Configuration description

string
id
Optional

id

boolean
embedded
Optional

embedded

string
username
Optional

username to use for authentication

Responses
200

'Success' with the orchestrationConfiguration

Returns o11n-configuration of type(s) */*
{
    "systemDefault": false,
    "password": "string",
    "port": 0,
    "name": "string",
    "host": "string",
    "ssoMode": false,
    "tenantId": "string",
    "certificate": "string",
    "description": "string",
    "id": "string",
    "embedded": false,
    "username": "string"
}
boolean
systemDefault
Optional

systemDefault

string
password
Optional

user password to use for authentication

integer As int32 As int32
port
Optional

vRO port

string
name
Required

Configuration name

string
host
Required

vRO host

boolean
ssoMode
Optional

Indicates whether this condifuration is for sso mode or not

string
tenantId
Required

the id of the tenant where this condifuration belongs to

string
certificate
Optional

certificate used to connect to vRO

string
description
Optional

Configuration description

string
id
Optional

id

boolean
embedded
Optional

embedded

string
username
Optional

username to use for authentication