Skip to content

app launcher helper API TAP 2016 APR 1

mlaboszc edited this page Apr 20, 2016 · 1 revision

Overview

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Package main app-launcher-helper API

The purpose of this application is to display filtered list of services created by application broker. Filtering is done by SERVICE_NAME environment variable.

Version information

Version: 0.4.21

Paths

Returns the list of services created by application-broker

GET /rest/orgs/:id/atkinstances

Description

Privilege level: All users authenticated to cloud foundry have access to this endpoint. Authentication is done by cloud controller.

Responses

HTTP Code Description Schema
200 AtkInstances AtkInstances
500 InternalServerError No Content

Definitions

AtkInstance

Name Description Required Schema Default
guid false string
metadata false InstanceMetadata
name false string
service_guid false string
state false string
url false string

AtkInstances

Name Description Required Schema Default
instances false AtkInstance array
service_plan_guid false string

AtkInstancesResponse

AtkInstances

Name Description Required Schema Default
Body in: body false AtkInstances

AtkListService

Name Description Required Schema Default
SpaceSummaryHelper false SpaceSummaryHelper

ByName

InstanceMetadata

Name Description Required Schema Default
creator_guid false string
creator_name false string

SpaceSummaryHelper

Clone this wiki locally