Retrieves the delivery status of a component identified by catalog_id.
GET/delivery/getStatusItem/:catalog_id
Retrieves and returns the delivery status of the specified component catalog ID.
Request
Path Parameters
catalog_id stringrequired
Responses
- 200
- 405
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
artifacts
object[]
required
arguments stringnullable
artifactType stringnullable
catalogId stringrequired
downloadDuration int32nullable
downloadEta int32nullable
downloadId int32nullable
hash stringnullable
isExecutable booleannullable
itemKey stringrequired
metaData stringnullable
path stringnullable
progress floatrequired
signature stringnullable
size int64required
status DeliveryStatusEnumrequired
Possible values: [Start, InProgress, Done, Pause, Cancel, Error]
url stringrequired
catalogId stringrequired
dir stringnullable
downloadDone date-timenullable
error stringnullable
itemType ItemTyperequired
Possible values: [software, map, cache]
progress floatrequired
state DeliveryStaterequired
Possible values: [prepare, download, validation, done]
status DeliveryStatusEnumrequired
Possible values: [Start, InProgress, Done, Pause, Cancel, Error]
{
"artifacts": [
{
"arguments": "string",
"artifactType": "string",
"catalogId": "string",
"downloadDuration": 0,
"downloadEta": 0,
"downloadId": 0,
"hash": "string",
"isExecutable": true,
"itemKey": "string",
"metaData": "string",
"path": "string",
"progress": 0,
"signature": "string",
"size": 0,
"status": "Start",
"url": "string"
}
],
"catalogId": "string",
"dir": "string",
"downloadDone": "2026-01-01T11:09:05.909Z",
"error": "string",
"itemType": "software",
"progress": 0,
"state": "prepare",
"status": "Start"
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...