Get Bundle Download Status
Get all download status for all bundles matching the criteria. Returns the download information (status, error, taskId) for all bundles matching the criteria (release version, bundle Id, image type).
Get download status for bundles that are associated with a specific release.
9.0.0.0
Get the download status for a specific bundle by bundleId.
e6ba8240-d9b7-11ef-bf62-63832c57ab1a
The image type of the bundle, either INSTALL or PATCH
One among: PATCH, INSTALL
OK
{
"elements": [
{
"componentType": "string",
"version": "string",
"bundleId": "string",
"downloadId": "string",
"downloadStatus": "string",
"downloadedSize": 0,
"downloadStartTime": 0,
"downloadEndTime": 0,
"downloadScheduledTime": 0,
"isDownloadCancellable": false,
"message": "string",
"isDownloadable": false
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}
The list of elements included in this page
Represents pageable elements pagination metadata
Bad Request
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized label message
The URL string for remediation documentation link
Internal Server Error
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
The localized label message
The URL string for remediation documentation link
curl -H 'Authorization: <value>' https://{api_host}/v1/bundles/download-status