Skip to content

service exposer API 0.7

mlaboszc edited this page May 24, 2016 · 1 revision

Overview

API for gathering credentials for service instances of given type from given organization or space

Contact information

License information

License: Apache License Version 2.0 License URL: http://www.apache.org/licenses/LICENSE-2.0

URI scheme

Host: service-exposer.branch-v07-nokrb.gotapaas.eu BasePath: /

Tags

  • credentials-controller: Credentials Controller

Paths

Returns list of all service instance credentials of given type for given organization.

GET /rest/credentials/organizations/{org}

Description

Privilege level: Consumer of this endpoint must be a member of specified organization based on valid access token

Parameters

Type Name Description Required Schema Default
PathParameter org org true string
QueryParameter service service true string

Responses

HTTP Code Description Schema
200 OK object
401 User is Unauthorized No Content
500 Internal server error, see logs for details No Content

Consumes

  • application/json

Produces

  • application/json

Tags

  • credentials-controller

Returns list of all service instance credentials of given type for given space.

GET /rest/tools/service_instances

Description

Privilege level: Consumer of this endpoint must be a member of specified space based on valid access token

Parameters

Type Name Description Required Schema Default
QueryParameter space space true string
QueryParameter service service true string

Responses

HTTP Code Description Schema
200 OK object
401 User is Unauthorized No Content
500 Internal server error, see logs for details No Content

Consumes

  • application/json

Produces

  • application/json

Tags

  • credentials-controller
Clone this wiki locally