Skip to content

app dependency discoverer API 0.7

mlaboszc edited this page May 24, 2016 · 1 revision

Overview

This application can discover dependencies of application stack with provided root GUID.

Version information

Version: 0.1.1

Paths

Discover dependency tree of specified application in Cloud Foundry, constructs a graph and check for cycles.

GET /v1/discover/{rootGUID}

Description

Privilege level: Consumer of this endpoint must login using basic authentication credentials (valid login and password)

Returns the list of components to spawn in reversed topological order.

Parameters

Type Name Description Required Schema Default
PathParameter rootGUID Root application GUID true string

Responses

HTTP Code Description Schema
200 ComponentsListResponse Component array
400 ServerError No Content
500 ServerError No Content

Definitions

Component

Name Description Required Schema Default
GUID false string
clone false boolean
dependencyOf false string array
name false string
type false string

ComponentClone

Name Description Required Schema Default
cloneGUID false string
component false Component

ComponentType

Clone this wiki locally