Get Authentication
Retrieve the VCF Operations Orchestrator Server Authentication configuration type and login url.
Request
URI
GET
https://{api_host}/vco/api/server/authentication
COPY
Responses
200
The request is successful
Returns
ServerAuthentication
of type(s)
application/json
{
"mode": "string",
"url": "string",
"orgId": "string",
"redirectUri": "string",
"pkce": false,
"client-id": "string"
}
string
mode
Optional
mode
string
url
Optional
url
string
orgId
Optional
orgId
string
redirectUri
Optional
redirectUri
boolean
pkce
Optional
pkce
string
client-id
Optional
client-id
401
The user is not authorized.
Returns
ServerAuthentication
of type(s)
application/json
"ServerAuthentication Object"
string
mode
Optional
mode
string
url
Optional
url
string
orgId
Optional
orgId
string
redirectUri
Optional
redirectUri
boolean
pkce
Optional
pkce
string
client-id
Optional
client-id
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/server/authentication
Vcf Operations Orchestrator Server Instance Service Operations
GET
Enumerate Services
GET
Get Users
GET
Get Groups
GET
Get Authentication
GET
Search For User And Groups By Criteria