Connect Open Id

Connect Open Id
Request
URI
POST
https://{api_host}/v1/nsxt-clusters/oidcs
COPY
Request Body
NsxtOidcSpec of type(s) application/json
Required  
{
    "entityInventoryId": "string",
    "oidcType": "string"
}
string
entityInventoryId
Required  
Constraints: minLength: 1

VCF Inventory identificator of the entity to connect oidc

string
oidcType
Required  

Type of the oidc entity.

Responses
200

OK

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"entityInventoryId":"string","oidcType":"string"}' https://{api_host}/v1/nsxt-clusters/oidcs