Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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
$ 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.