auth-token

auth-token
auth-token

Authentication token returned by vRealize Operations Manager for future REST API calls.

JSON Example
{
    "expiresAt": "string",
    "roles": [
        "string"
    ],
    "token": "string",
    "validity": 0
}
string
expiresAt
Optional

Token expiration time, in easy to read string representation (since Jan 1, 1970)

array of string
roles
Optional

List of roles the current user has

string
token
Required

Auth token for accessing future rest API(s)

integer As int64 As int64
validity
Required

Token expiration time in milliseconds (since Jan 1, 1970)