21.22. getRepoBuildStatusSuperUser
返回由 build uuids 指定的构建的状态。
GET /api/v1/superuser/{build_uuid}/status
授权: oauth2_implicit (超级:user)
路径参数
类型 | Name | 描述 | 模式 |
---|---|---|---|
path |
build_uuid | 构建的 UUID | 字符串 |
响应
示例命令
curl -X GET "https://quay-server.example.com/api/v1/superuser/<build_uuid>/status" \ -H "Authorization: Bearer <ACCESS_TOKEN>"
$ curl -X GET "https://quay-server.example.com/api/v1/superuser/<build_uuid>/status" \
-H "Authorization: Bearer <ACCESS_TOKEN>"