Retrieve the current status of all components.
GET/components/status
This endpoint retrieves and returns the current status of all components.
Request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
- MOD1
- MOD2
]
oneOf
state stringrequired
Possible values: [Offered]
state stringrequired
Possible values: [Delivery]
status DeliveryStatusEnumrequired
Possible values: [Start, InProgress, Done, Pause, Cancel, Error]
catalogId stringrequired
latest booleannullable
metadata nullable
name stringrequired
releaseAt date-timenullable
releaseNotes stringnullable
size int64required
version stringrequired
downloadDuration int32nullable
download duration in seconds
errMsg stringnullable
eta int32nullable
progress floatnullable
[
{
"catalogId": "string",
"latest": true,
"name": "string",
"releaseAt": "2026-01-01T11:09:05.889Z",
"releaseNotes": "string",
"size": 0,
"version": "string",
"downloadDuration": 0,
"errMsg": "string",
"eta": 0,
"progress": 0,
"state": "Offered"
}
]
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...