HclReportsToken

The Reports.Token structure contains information about the token required to be passed in the HTTP header in the HTTP GET request to generate the report.


Properties

string as date-time
expiry Required

Expiry time of the token


string as password
token Required

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”.

JSON Example

{
	"expiry": "string",
	"token": "string"
}
Property Of

HclReportsLocation

Feedback

Was this page helpful?