-
Notifications
You must be signed in to change notification settings - Fork 1
platform operations API TAP 2016 APR 1
mlaboszc edited this page Apr 21, 2016
·
2 revisions
Api endpoints for gathering platform statistics
License: Apache License Version 2.0 License URL: http://www.apache.org/licenses/LICENSE-2.0
Host: platform-operations.domain BasePath: /
- platform-controller: Platform Controller
GET /rest/platform/summary
Privilege level: Consumer of this endpoint must be an admin.
HTTP Code | Description | Schema |
---|---|---|
200 | OK | PlatformSummary |
- application/json
- application/json
- platform-controller
POST /rest/platform/summary/refresh_cache
Privilege level: Consumer of this endpoint must be an admin.
HTTP Code | Description | Schema |
---|---|---|
200 | OK | No Content |
- application/json
- /
- platform-controller
Name | Description | Required | Schema | Default |
---|---|---|---|---|
entity | false | CcBuildpackEntity | ||
metadata | false | CcMetadata |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
enabled | false | boolean | ||
filename | false | string | ||
locked | false | boolean | ||
name | false | string | ||
position | false | integer (int32) |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
guid | false | string |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
guid | false | string | ||
name | false | string | ||
spaces | false | Collection??CcOrgSummarySpace?? | ||
status | false | string |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
appCount | false | integer (int32) | ||
guid | false | string | ||
memDevTotal | false | integer (int32) | ||
memProdTotal | false | integer (int32) | ||
name | false | string | ||
serviceCount | false | integer (int32) |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
empty | false | boolean |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
availableDiskRatio | false | number (double) | ||
availableMemoryRatio | false | number (double) | ||
canStage | false | integer (int64) | ||
cpu | false | number (double) | ||
cpuLoadAvg | false | number (double) | ||
host | false | string | ||
memBytes | false | integer (int64) | ||
memFreeBytes | false | integer (int64) | ||
memUsedBytes | false | integer (int64) | ||
numCores | false | integer (int64) | ||
reservableStagers | false | integer (int64) | ||
start | false | string | ||
totalWardenResponseTimeInMs | false | integer (int64) | ||
uptime | false | string | ||
uuid | false | string | ||
wardenRequestCount | false | integer (int64) |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
componentMetrics | false | ComponentMetrics array | ||
memFreeInMb | false | integer (int64) | ||
memUsedInMb | false | integer (int64) | ||
reservableStagers | false | integer (int64) |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
appCount | false | integer (int64) | ||
buildpackCount | false | integer (int64) | ||
buildpacks | false | CcBuildpack array | ||
memUsedInMb | false | integer (int64) | ||
orgCount | false | integer (int64) | ||
orgs | false | CcOrgSummary array | ||
serviceCount | false | integer (int64) | ||
serviceInstancesCount | false | integer (int64) | ||
spaceCount | false | integer (int64) | ||
userCount | false | integer (int64) |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
componentSummary | false | ComponentSummary | ||
controllerSummary | false | ControllerSummary | ||
id | false | string | ||
timestamp | false | string (date-time) |
- [Overview of Trusted Analytics Platform](Overview of Trusted Analytics Platform)
- [Getting Started Guide](Getting Started Guide)
- Space Shuttle Demo Application
- Trusted Analytics JIRA Project
- [Building TAP from sources] (Building-TAP-from-sources)
- PaaS Architecture
- Use-cases
- [High Level Use Case](High Level Use Case)
- [Model Development for Data Scientists](Model Development for Data Scientists)
- Platform Tips and Tricks
- Platform Security Features
- Platform Configurations
- Release Notes
- Additional Deployment Information