-
Couldn't load subscription status.
- Fork 8
app dependency discoverer API 0.7
mlaboszc edited this page May 24, 2016
·
1 revision
This application can discover dependencies of application stack with provided root GUID.
Version: 0.1.1
Discover dependency tree of specified application in Cloud Foundry, constructs a graph and check for cycles.
GET /v1/discover/{rootGUID}
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.
| Type | Name | Description | Required | Schema | Default |
|---|---|---|---|---|---|
| PathParameter | rootGUID | Root application GUID | true | string |
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | ComponentsListResponse | Component array |
| 400 | ServerError | No Content |
| 500 | ServerError | No Content |
| Name | Description | Required | Schema | Default |
|---|---|---|---|---|
| GUID | false | string | ||
| clone | false | boolean | ||
| dependencyOf | false | string array | ||
| name | false | string | ||
| type | false | string |
| Name | Description | Required | Schema | Default |
|---|---|---|---|---|
| cloneGUID | false | string | ||
| component | false | Component |