此内容没有您所选择的语言版本。
11.6. List Applications and Cartridges
Description
Get a list of all applications for the specified domain including all cartridges.
Method and URL Structure
| Method | URL Structure |
|---|---|
GET | /broker/rest/domain/:name/applications?include=cartridges |
Request Parameters
Not applicable
cURL Command Example
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
JSON Response
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.