-
Notifications
You must be signed in to change notification settings - Fork 8
platform snapshot API 0.7
mlaboszc edited this page May 24, 2016
·
1 revision
Api endpoints for discovering artifact version from whole platform
License: Apache License Version 2.0 License URL: http://www.apache.org/licenses/LICENSE-2.0
Host: platform-snapshot.branch-v07-nokrb.gotapaas.eu BasePath: /
- platform-snapshot-controller: Platform Snapshot Controller
GET /rest/v1/configuration
Privilege level: Consumer of this endpoint must be an admin.
HTTP Code | Description | Schema |
---|---|---|
200 | OK | PlatformSnapshotConfiguration |
- application/json
- application/json
- platform-snapshot-controller
GET /rest/v1/snapshots
Privilege level: Consumer of this endpoint must be an admin.
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter | from | from | false | ref | |
QueryParameter | to | to | false | ref | |
QueryParameter | scope | scope | false | ref |
HTTP Code | Description | Schema |
---|---|---|
200 | OK | Collection«PlatformSnapshot» |
- application/json
- application/json
- platform-snapshot-controller
GET /rest/v1/snapshots/trigger
Privilege level: Consumer of this endpoint must be an admin.
HTTP Code | Description | Schema |
---|---|---|
200 | OK | No Content |
- application/json
- application/json
- platform-snapshot-controller
GET /rest/v1/snapshots/{id}
Privilege level: Consumer of this endpoint must be an admin.
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
PathParameter | id | id | true | integer (int64) |
HTTP Code | Description | Schema |
---|---|---|
200 | OK | PlatformSnapshot |
- application/json
- application/json
- platform-snapshot-controller
GET /rest/v1/versions
Privilege level: Consumer of this endpoint must be a user.
HTTP Code | Description | Schema |
---|---|---|
200 | OK | PlatformSnapshot |
- application/json
- application/json
- platform-snapshot-controller
Name | Description | Required | Schema | Default |
---|---|---|---|---|
entityStatus | false | string | ||
healthSummary | false | string | ||
name | false | string | ||
serviceState | false | string | ||
type | false | string |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
buildpack | false | string | ||
command | false | string | ||
createdAt | false | string (date-time) | ||
detectedBuildpack | false | string | ||
detectedStartCommand | false | string | ||
diskQuota | false | integer (int64) | ||
guid | false | string | ||
healthCheckTimeout | false | integer (int64) | ||
healthCheckType | false | string | ||
instances | false | integer (int64) | ||
memory | false | integer (int64) | ||
name | false | string | ||
organization | false | string | ||
scope | false | enum (CORE, DEMO, OTHER, ALL) | ||
space | false | string | ||
state | false | string | ||
updatedAt | false | string (date-time) | ||
version | false | string |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
createdAt | false | string (date-time) | ||
description | false | string | ||
guid | false | string | ||
label | false | string | ||
updatedAt | false | string (date-time) |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
empty | false | boolean |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
empty | false | boolean |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
empty | false | boolean |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
empty | false | boolean |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
empty | false | boolean |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
applications | false | Collection«CfApplicationArtifact» | ||
cdhServices | false | Collection«CdhServiceArtifact» | ||
cdhVersion | false | string | ||
cfServices | false | Collection«CfServiceArtifact» | ||
cfVersion | false | string | ||
createdAt | false | string (date-time) | ||
id | false | integer (int64) | ||
platformVersion | false | string |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
scopes | false | Collection«string» |