Este contenido no está disponible en el idioma seleccionado.
13.2.5. Get Cartridge Status
Retrieve the status_messages string as an array for the specified cartridge in an application.
| Method | Resource URL |
|---|---|
GET | /broker/rest/domain/:name/applications/:name/cartridge/:name |
Not applicable
$ curl -X GET https://openshift.redhat.com/broker/rest/domain/mydomain/applications/myapp/cartridge/mysql-5.5?include=status_messages --user user@example.com
The API returns the status_messages string as an array for the specified cartridge in an application. Unnecessary information and related resource links returned by the API have been removed for brevity.
"status_messages": [
{
"gear_id": "51142f5adbd93ce16a0005c4",
"message": "MySQL is running\n"
}
],