Skip to content

latest events service API TAP 2016 APR 1

mlaboszc edited this page Apr 21, 2016 · 2 revisions

Overview

API for service gathering events from other platform components in TAP

Contact information

License information

License: Apache License Version 2.0 License URL: https://github.com/trustedanalytics/latest-events-service/blob/master/LICENSE.txt

URI scheme

Host: latest-events-service.domain BasePath: /

Tags

  • events-controller: Events Controller

Paths

Returns list of last events generated by other platform components

GET /rest/les/events

Description

Privilege level: Consumer of this endpoint must be a member of the specified organization

Parameters

Type Name Description Required Schema Default
QueryParameter org org false string
QueryParameter from from false integer (int32)
QueryParameter size size false integer (int32)

Responses

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

Consumes

  • application/json

Produces

  • /

Tags

  • events-controller

Definitions

EventInfo

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)

EventSummary

Name Description Required Schema Default
events false EventInfo array
total false integer (int64)
Clone this wiki locally