Skip to content

Images

GET /images/{application_id}

Path parameters:

NameTypeDescription
application_idstring

Response:

{
"items": [
{
"id": "string",
"version": 0,
"application_id": "string",
"repository_name": "string",
"built": true,
"error": true,
"created": {},
"updated": {}
}
],
"pagination": {}
}
GET /images/{image_id}/detail

Path parameters:

NameTypeDescription
image_idstring

Response:

{
"id": "string",
"version": 0,
"application_id": "string",
"repository_name": "string",
"image_id": {},
"built": true,
"error": true,
"error_detail": {},
"build_slug": {},
"build_ref": {},
"dockerfile": {},
"procfile": {},
"processes": {},
"image_metadata": {},
"commit_sha": {},
"created": {},
"updated": {}
}
GET /images/{image_id}/log

Path parameters:

NameTypeDescription
image_idstring

Response:

{
"status": "string",
"version": 0,
"log_text": {},
"error": true,
"error_detail": {},
"build_step": {}
}
POST /images/{application_id}/build

Path parameters:

NameTypeDescription
application_idstring

Response:

{
"ok": true,
"image_id": "string",
"version": 0
}