esx hcl reports: token
The
token
structure contains information about the token required to be passed in the HTTP header in the HTTP GET request to generate the report.Representation:
{
"expiry" : "2015-01-01T22:13:05.651Z",
"token" : "secret string"
}
"expiry" : "2015-01-01T22:13:05.651Z",
"token" : "secret string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
token | secret | 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 |