-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
The users may need to know what the status of the compose process is. They can can use IB API to request this status. Based on IB API draft
_$ curl --header "Authorization: Bearer $access_token" \
"https://console.redhat.com/api/image-builder/v1/composes/$compose_id"
—
Output during the compose:
{
"image_status":
}
—
Output when the compose is finished:
{
"image_status": {
"status": "success",
"upload_status": {
"options":
,
"status": "success",
"type": "aws.s3"
}
}
}
_