Skip to content

Enum: ApplicationLifecycleActivityIdEnum

ApplicationLifecycle activity_id values.

URI: ocsf:ApplicationLifecycleActivityIdEnum

Permissible Values

Value Meaning Description
INSTALL None Install the application
REMOVE None Remove the application
START None Start the application
STOP None Stop the application
RESTART None Restart the application
ENABLE None Enable the application
DISABLE None Disable the application
UPDATE None Update the application
UNKNOWN None The event activity is unknown
OTHER None The event activity is not mapped

Slots

Name Description
activity_id

Identifier and Mapping Information

Schema Source

LinkML Source

name: ApplicationLifecycleActivityIdEnum
description: ApplicationLifecycle activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  INSTALL:
    text: INSTALL
    description: Install the application.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Install
  REMOVE:
    text: REMOVE
    description: Remove the application.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Remove
  START:
    text: START
    description: Start the application.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Start
  STOP:
    text: STOP
    description: Stop the application.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Stop
  RESTART:
    text: RESTART
    description: Restart the application.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Restart
  ENABLE:
    text: ENABLE
    description: Enable the application.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Enable
  DISABLE:
    text: DISABLE
    description: Disable the application.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '7'
      caption:
        tag: caption
        value: Disable
  UPDATE:
    text: UPDATE
    description: Update the application.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '8'
      caption:
        tag: caption
        value: Update
  UNKNOWN:
    text: UNKNOWN
    description: The event activity is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The event activity is not mapped. See the <code>activity_name</code>
      attribute,

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