Questo contenuto non è disponibile nella lingua selezionata.
11.6. List Applications and Cartridges
Get a list of all applications for the specified domain including all cartridges.
Method | URL Structure |
---|---|
GET | /broker/rest/domain/:name/applications?include=cartridges |
Not applicable
curl -X GET https://openshift.redhat.com/broker/rest/domains/mydomain/applications?include=cartridges --user user@example.com
$ curl -X GET https://openshift.redhat.com/broker/rest/domains/mydomain/applications?include=cartridges --user user@example.com
The API returns a list of all applications and embedded cartridges. The related resource links returned by the API have been removed for brevity. See Chapter 11, Applications for a description of each response parameter associated with an application.