InstanceEvents
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Getting VM events successinstance_events object[]
An array containing objects each providing details on an action executed on a virtual machine.
Array [
instance_idinteger
Identifier of the virtual machine.
Example:
1129user_idinteger
Identifier of the user.
Example:
5341org_idinteger
Identifier of the organization that owns the resource.
Example:
7613timestring<date-time>
The timestamp when the event occurred.
Example:
2026-05-07T09:21:55Ztypestring
Resource type.
Example:
normalreasonstring
Human-readable reason the operation was rejected.
Example:
InstanceCreationRequestobjectstring
The name of the cluster related to the event.
Example:
example-vmmessagestring
Human-readable description of the result.
Example:
Instance example-vm Creation Request Sent.]
InstanceEvents
{
"status": true,
"message": "Getting VM events success",
"instance_events": [
{
"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."
}
]
}
Was this page helpful?