-
Notifications
You must be signed in to change notification settings - Fork 1
latest events service API TAP 2016 APR 1
mlaboszc edited this page Apr 21, 2016
·
2 revisions
API for service gathering events from other platform components in TAP
License: Apache License Version 2.0 License URL: https://github.com/trustedanalytics/latest-events-service/blob/master/LICENSE.txt
Host: latest-events-service.domain BasePath: /
- events-controller: Events Controller
GET /rest/les/events
Privilege level: Consumer of this endpoint must be a member of the specified organization
Type | Name | Description | Required | Schema | Default |
---|---|---|---|---|---|
QueryParameter | org | org | false | string | |
QueryParameter | from | from | false | integer (int32) | |
QueryParameter | size | size | false | integer (int32) |
HTTP Code | Description | Schema |
---|---|---|
200 | OK | EventSummary |
401 | No access to given organization | No Content |
500 | Internal server error, e.g. error connecting to CloudController | No Content |
- application/json
- /
- events-controller
Name | Description | Required | Schema | Default |
---|---|---|---|---|
category | false | string | ||
id | false | string | ||
message | false | string | ||
organizationId | false | string | ||
sourceId | false | string | ||
sourceName | false | string | ||
timestamp | false | integer (int64) | ||
updateTime | false | string (date-time) |
Name | Description | Required | Schema | Default |
---|---|---|---|---|
events | false | EventInfo array | ||
total | false | integer (int64) |
- [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