BuildUpdate
BuildUpdate
JSON Example
{
"state": "string",
"staging_memory_in_mb": 0,
"staging_disk_in_mb": 0,
"staging_log_rate_limit_bytes_per_second": 0,
"error": "string",
"lifecycle": {
"type": "string",
"data": {
"buildpacks": [
"string"
],
"stack": "string",
"credentials": {
"credentials": {
"username": "string",
"password": "string",
"token": "string"
}
}
}
},
"metadata": {
"labels": {
"labels": "string"
},
"annotations": {
"annotations": "string"
}
}
}
string
state
Optional
State of the build
Possible values are :
STAGING,
STAGED,
FAILED,
integer
staging_memory_in_mb
Optional
Memory in MB allocated for staging of the build
integer
staging_disk_in_mb
Optional
Disk space in MB allocated for staging of the build
integer
staging_log_rate_limit_bytes_per_second
Optional
Log rate limit in bytes per second allocated for staging of the build
string
error
Optional
A string describing errors during the build process
metadata
Optional
Metadata is a JSON object that contains information about a resource. It includes the GUID of the resource, the time the resource was created, the time the resource was last updated, and links to the resource. Metadata is included in the response body of a request to retrieve a resource.