Skip to main content

InstanceEvents

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Getting VM events success
instance_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: 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.
  • ]
  • 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."
    }
    ]
    }