InstanceState#

Description of an instance state.

Contents#

  • code — The state of the instance, as a 16-bit unsigned integer.

    • Type: Integer

    • Valid values: 0 — pending | 16 — running | 32 — error, shutting-down | 48 — terminated | 80 — crashed, failed, stopped

    • Required: No

  • name — The state of the instance.

    • Type: String

    • Valid values: crashed | error | failed | pending | running | shutting-down | stopped | terminated

    • Required: No