Get Authentication
Retrieve the 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 server-authentication of type(s) application/json
{
"mode": "string",
"url": "string"
}
string
mode
Optional
mode
string
url
Optional
url
401
The user is not authorized.
Operation doesn't return any data structure