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"
}
],

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.