이 콘텐츠는 선택한 언어로 제공되지 않습니다.
11.4. List Applications for a User
Description
List all applications for the specified user.
Method and URL Structure
Method | URL Structure |
---|---|
GET | /broker/rest/applications |
Request Parameters
Not applicable
cURL Command Example
curl -X GET https://openshift.redhat.com/broker/rest/applications --user user@example.com:password
$ curl -X GET https://openshift.redhat.com/broker/rest/applications --user user@example.com:password
JSON Response
The API returns a list of all applications for the specified user. 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.