-
Notifications
You must be signed in to change notification settings - Fork 8
service exposer API 0.7
mlaboszc edited this page May 24, 2016
·
1 revision
API for gathering credentials for service instances of given type from given organization or space
License: Apache License Version 2.0 License URL: http://www.apache.org/licenses/LICENSE-2.0
Host: service-exposer.branch-v07-nokrb.gotapaas.eu BasePath: /
- credentials-controller: Credentials Controller
GET /rest/credentials/organizations/{org}
Privilege level: Consumer of this endpoint must be a member of specified organization based on valid access token
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
PathParameter | org | org | true | string | |
QueryParameter | service | service | true | string |
HTTP Code | Description | Schema |
---|---|---|
200 | OK | object |
401 | User is Unauthorized | No Content |
500 | Internal server error, see logs for details | No Content |
- application/json
- application/json
- credentials-controller
GET /rest/tools/service_instances
Privilege level: Consumer of this endpoint must be a member of specified space based on valid access token
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter | space | space | true | string | |
QueryParameter | service | service | true | string |
HTTP Code | Description | Schema |
---|---|---|
200 | OK | object |
401 | User is Unauthorized | No Content |
500 | Internal server error, see logs for details | No Content |
- application/json
- application/json
- credentials-controller