Skip to content

Enum: StartupItemRunStateIdEnum

The run state ID of the startup item.

URI: ocsf:StartupItemRunStateIdEnum

Permissible Values

Value Meaning Description
STOPPED None The service is not running
START_PENDING None The service is starting
STOP_PENDING None The service is stopping
RUNNING None The service is running
CONTINUE_PENDING None The service is pending continue
PAUSE_PENDING None The service is pending pause
PAUSED None The service is paused
RESTART_PENDING None The service is pending restart
UNKNOWN None The run state is unknown
OTHER None The run state is not mapped

Slots

Name Description
run_state_id The run state ID of the startup item

Identifier and Mapping Information

Schema Source

LinkML Source

name: StartupItemRunStateIdEnum
description: The run state ID of the startup item.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  STOPPED:
    text: STOPPED
    description: The service is not running.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Stopped
  START_PENDING:
    text: START_PENDING
    description: The service is starting.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Start Pending
  STOP_PENDING:
    text: STOP_PENDING
    description: The service is stopping.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Stop Pending
  RUNNING:
    text: RUNNING
    description: The service is running.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Running
  CONTINUE_PENDING:
    text: CONTINUE_PENDING
    description: The service is pending continue.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Continue Pending
  PAUSE_PENDING:
    text: PAUSE_PENDING
    description: The service is pending pause.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Pause Pending
  PAUSED:
    text: PAUSED
    description: The service is paused.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '7'
      caption:
        tag: caption
        value: Paused
  RESTART_PENDING:
    text: RESTART_PENDING
    description: The service is pending restart.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '8'
      caption:
        tag: caption
        value: Restart Pending
  UNKNOWN:
    text: UNKNOWN
    description: The run state is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The run state is not mapped. See the <code>run_state</code> attribute,
      which

      contains a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other