Questo contenuto non è disponibile nella lingua selezionata.
11.5. List Applications for a Domain
List all applications for the specified domain.
| Method | URL Structure |
|---|---|
GET | /broker/rest/domain/:name/applications |
Not applicable
curl -X GET https://openshift.redhat.com/broker/rest/domain/mydomain/applications --user user@example.com:password
$ curl -X GET https://openshift.redhat.com/broker/rest/domain/mydomain/applications --user user@example.com:password
The API returns a list of all applications under the specified domain. The related resource links returned by the API have been left out for brevity. See Chapter 11, Applications for a description of each response parameter associated with an application.