このコンテンツは選択した言語では利用できません。
11.5. List Applications for a Domain
Description
List all applications for the specified domain.
Method and URL Structure
Method | URL Structure |
---|---|
GET | /broker/rest/domain/:name/applications |
Request Parameters
Not applicable
cURL Command Example
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
JSON Response
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.