-
Notifications
You must be signed in to change notification settings - Fork 1
platform context API TAP 2016 APR 1
mlaboszc edited this page Apr 21, 2016
·
2 revisions
Api endpoints for providing basic information about platform instance
License: Apache License Version 2.0 License URL: http://www.apache.org/licenses/LICENSE-2.0
Host: platform-context.domain BasePath: /
- platform-context-controller: Platform Context Controller
GET /rest/external_tools
Privilege level: Consumer of this endpoint must be a member of specified space.
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter | org | org | true | string |
HTTP Code | Description | Schema |
---|---|---|
200 | OK | ExternalTool array |
- application/json
- application/json
- platform-context-controller
GET /rest/platform_context
Privilege level: Valid OAuth2 token
HTTP Code | Description | Schema |
---|---|---|
200 | OK | PlatformContext |
- application/json
- application/json
- platform-context-controller
Name | Description | Required | Schema | Default |
---|---|---|---|---|
available | false | boolean | ||
name | false | string | ||
url | false | string |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
visualizations | false | ExternalTool array |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
api_endpoint | false | string | ||
cli_url | false | string | ||
cli_version | false | string | ||
external_tools | false | ExternalTools |
- [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