ContainerInstanceStatus Table

ContainerInstanceStatus is a static table used to define possible values for the status of containers reported in IT Asset Management.

Table 1. Database columns for ContainerInstanceStatus table

Database Column

Details

ContainerInstanceStatusID

Type: integer. Key. Generated ID

A unique identifier for each ContainerInstanceStatus. Possible values and the corresponding default strings are:

  • 0 = The container status is unknown
  • 1 = The container has been created
  • 2 = The container is restarting
  • 3 = The container is running
  • 4 = The container is being removed
  • 5 = The container is paused
  • 6 = The container has exited
  • 7 = The container is dead
  • 8 = The container is pending
  • 9 = The container has succeeded
  • 10 = The container has failed
ResourceName

Type: text (max 256 characters). Key

The unique name of the localizable resource string representing a container status. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the status resource string has no translation.