Este conteúdo não está disponível no idioma selecionado.
13.2.3. Get Cartridge Information
Get information for the specified cartridge using the cartridge name or unique ID.
Method | Resource URL |
---|---|
GET | /broker/rest/application/:id/cartridge/:name |
Not applicable
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
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.