Auditoria
Cloud Events Consult API (v1)
Cloud Events API Product.
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
- 200
- 422
- 500
Content type
application/json
{- "meta": {
- "limit": 0,
- "offset": 0,
- "count": 0,
- "total": 0
}, - "results": [
- {
- "id": "00000000-00000000-00000000-00000000",
- "type": "cloud.magalu.compute.instance.create",
- "specversion": "1.0",
- "subject": "instance/00000000-00000000-00000000-00000000",
- "time": "2024-07-16T22:50:00",
- "authid": "00000000-00000000-00000000-00000000",
- "authtype": "tenant",
- "product": "default",
- "region": "string",
- "tenantid": "00000000-00000000-00000000-00000000",
- "data": { }
}
]
}
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
- 200
- 422
- 500
Content type
application/json
{- "meta": {
- "limit": 0,
- "offset": 0,
- "count": 0,
- "total": 0
}, - "results": [
- {
- "type": "string"
}
]
}