Get Cloud Authentication
Get the current cloud authentication details.
Request
URI
GET
https://umip/api/v1/cloud-auth
COPY
Responses
200
Current cloud authentication details.
Returns
CloudAuthenticationResponse
of type(s)
application/json
{
"clientId": "string",
"effectiveFrom": 0,
"status": "string",
"errorMessage": "string"
}
string
clientId
Optional
The client ID.
integer
effectiveFrom
Optional
The effective from date.
string
status
Optional
Current cloud authentication status.
string
errorMessage
Optional
The last relevant error message related to cloud authentication flow if any.
204
If no cloud authentication details exists.
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v1/cloud-auth
Cloud Authentication Settings Operations
GET
Get Cloud Authentication
PUT
Update Cloud Authentication