vcenter lcm reports: token
The
token
structure contains information about the token required in the HTTP GET request to generate the report.Representation:
{
"expiry" : "2015-01-01T22:13:05.651Z",
"token" : "string"
}
"expiry" : "2015-01-01T22:13:05.651Z",
"token" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
token | string | A one-time, short-lived token required in the HTTP header of the request to the url. This token needs to be passed in as a header with the name "session-id". |
expiry | date_time | Expiry time of the token |