Create a status.

Request

POST https://{hostname}:{port}
  /build/rest2/projects/{id}/buildProcesses/{id}/buildLives/{id}/statuses
Table 1. URL parameters
Parameter Type Required Description
id string true The identifier to use when looking up a project. This can be the name or ID of the project
id string true The identifier to use when looking up a build process. This can be the name or ID of the process
id string true
This command takes a JSON request string or file. Use the following template for the request:
{
  "externalMessage": "The message of the status if the 
  status is created by an external source.",
  "jobTraceId": "The id of the job trace if the status is 
  created by a job.",
  "status": "The name of the status."
}