Hcl_Reports_Location
Hcl_Reports_Location
The Reports.Location structure contains the URI location to download generated compatibility report, as well as a token required (as a header on the HTTP GET request) to get the report. The validity of the token is 5 minutes. After the token expires, any attempt to call the URI with said token will fail.
JSON Example
{
"url": "string",
"report_token": {
"token": "string",
"expiry": "string"
}
}
string As uri
url
Required
Compatibility report download URL.
report_token
Required
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.