Event
Event
Represents request events.
JSON Example
{
"details": "string",
"hasLogs": false,
"id": "string",
"name": "string",
"resourceName": "string",
"resourceType": "string",
"timestamp": "string",
"userEvent": false
}
string
details
Optional
Longer user-friendly details of the event.
boolean
hasLogs
Optional
Indicates whether the event has logs or not.
string As uuid
As uuid
id
Optional
Event identifier
string
name
Required
Short user-friendly label of the event (e.g. 'shutting down myVM')
string
resourceName
Optional
Optional resource name to which the event applies to
string
resourceType
Optional
Optional resource type to which the event applies to
string As date-time
As date-time
timestamp
Required
Timestamp of the Event (e.g. date format '2019-07-13T23:16:49.310Z').
boolean
userEvent
Optional
Indicates if the event represents user input.