Skip to main content

Auditoria

Run In Postman

Cloud Events Consult API (v1)

Cloud Events API Product.

events

Endpoints related to listing events emitted by other products.

Lists all events.

Lists all events emitted by other products.

Authorizations:
OAuth2
query Parameters
_limit
integer (Limit) [ 0 .. 2147483647 ]
Default: 50

Number of items per page

_offset
integer (Offset) [ 0 .. 2147483647 ]
Default: 0

Offset for pagination

ID (string) (ID)

Identification of the event

Source (string) (Source)

Context in which the event occurred ('like' operation)

Time (string) (Time)

Timestamp of when the occurrence happened

Type (string) (Type)

Type of event related to the originating occurrence ('like' operation)

Product (string) (Product)

In which producer product an event occurred ('like' operation)

Auth ID (string) (Auth ID)

Identification of the principal that triggered the occurrence

object (Raw Data)
Default: ""
Example: data.tenant_id=00000000-0000-0000-0000-000000000000&data.machine_type.name=cloud-bs1.xsmall

The raw data event

header Parameters
X-Tenant-ID
any (X-Tenant-Id)

Responses

Response samples

Content type
application/json
{
  • "meta": {
    },
  • "results": [
    ]
}

event-types

Endpoints related to listing types of events emitted by other products.

Lists all event types.

Lists all types of events emitted by other products.

Authorizations:
OAuth2
query Parameters
_limit
integer (Limit) [ 0 .. 2147483647 ]
Default: 50

Number of items per page

_offset
integer (Offset) [ 0 .. 2147483647 ]
Default: 0

Offset for pagination

header Parameters
X-Tenant-ID
any (X-Tenant-Id)

Responses

Response samples

Content type
application/json
{
  • "meta": {
    },
  • "results": [
    ]
}