Skip to main content

InstanceEventsFields

instance_idinteger

Identifier of the virtual machine.

Example: 1129
user_idinteger

Identifier of the user.

Example: 5341
org_idinteger

Identifier of the organization that owns the resource.

Example: 7613
timestring<date-time>

The timestamp when the event occurred.

Example: 2026-05-07T09:21:55Z
typestring

Resource type.

Example: normal
reasonstring

Human-readable reason the operation was rejected.

Example: InstanceCreationRequest
objectstring

The name of the cluster related to the event.

Example: example-vm
messagestring

Human-readable description of the result.

Example: Instance example-vm Creation Request Sent.
InstanceEventsFields
{
"instance_id": 1129,
"user_id": 5341,
"org_id": 7613,
"time": "2026-05-07T09:21:55Z",
"type": "normal",
"reason": "InstanceCreationRequest",
"object": "example-vm",
"message": "Instance example-vm Creation Request Sent."
}