このコンテンツは選択した言語では利用できません。
13.2.3. Get Cartridge Information
Description
Get information for the specified cartridge using the cartridge name or unique ID.
Method and URL Structure
Method | Resource URL |
---|---|
GET | /broker/rest/application/:id/cartridge/:name |
Request Parameters
Not applicable
cURL Command Example
Using the name of the cartridge:
curl -X GET https://openshift.redhat.com/broker/rest/application/534253991015616165707776/cartridge/mysql-5.5 --user user@example.com
$ curl -X GET https://openshift.redhat.com/broker/rest/application/534253991015616165707776/cartridge/mysql-5.5 --user user@example.com
JSON Response
The API returns the embedded cartridge resource. Unnecessary information and related resource links returned by the API have been removed for brevity. See Chapter 13, Cartridges for more information on all cartridge parameters.