Skip to content

Enum: RemediationActivityStatusIdEnum

RemediationActivity status_id values.

URI: ocsf:RemediationActivityStatusIdEnum

Permissible Values

Value Meaning Description
DOES_NOT_EXIST None The target of the remediation does not exist
PARTIAL None The remediation was partially completed
UNSUPPORTED None The remediation was not supported
ERROR None There was an error during the remediation process
UNKNOWN None The status is unknown
SUCCESS None Success
FAILURE None Failure
OTHER None The status is not mapped

Slots

Name Description
status_id

Identifier and Mapping Information

Schema Source

LinkML Source

name: RemediationActivityStatusIdEnum
description: RemediationActivity status_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  DOES_NOT_EXIST:
    text: DOES_NOT_EXIST
    description: The target of the remediation does not exist.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Does Not Exist
  PARTIAL:
    text: PARTIAL
    description: The remediation was partially completed.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Partial
  UNSUPPORTED:
    text: UNSUPPORTED
    description: The remediation was not supported.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Unsupported
  ERROR:
    text: ERROR
    description: There was an error during the remediation process.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Error
  UNKNOWN:
    text: UNKNOWN
    description: The status is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  SUCCESS:
    text: SUCCESS
    description: Success
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Success
  FAILURE:
    text: FAILURE
    description: Failure
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Failure
  OTHER:
    text: OTHER
    description: 'The status is not mapped. See the <code>status</code> attribute,
      which contains

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