Infrastructure/Installer
GETInstallerSince 1.0SynchronousAuth Required
GetPackageDownloadProgress
Get download progress information for a specific package by name
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
nameStringRequiredName of the package to retrieve download progress for
Responses
Endpoint
GET/api/v1/installer/packages/{name}/progress
/api/v1/installer/packages/{name}/progress
Request Example
curl -X GET '{host}/api/v1/installer/packages/{name}/progress' -H 'Authorization: Bearer {token}'
Response Example
200{
"packageName": "zcf-core",
"status": "in_progress",
"progress": 67,
"sizeMb": 256,
"startedAt": "example",
"completedAt": "example"
}Change History
This API has no change history records yet.
