HclReportsLocation
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.
Properties
report_token
Required
Information about the token required in the HTTP GET request to download the compatibility report.
string as uri
url
Required
Compatibility report download URL.
JSON Example
{
"report_token": {
"expiry": "string",
"token": "string"
},
"url": "string"
}