Skip to content

Enum: ApiActivityActivityIdEnum

ApiActivity activity_id values.

URI: ocsf:ApiActivityActivityIdEnum

Permissible Values

Value Meaning Description
CREATE None The API call in the event pertains to a 'create' activity
READ None The API call in the event pertains to a 'read' activity
UPDATE None The API call in the event pertains to a 'update' activity
DELETE None The API call in the event pertains to a 'delete' activity
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: ApiActivityActivityIdEnum
description: ApiActivity activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  CREATE:
    text: CREATE
    description: The API call in the event pertains to a 'create' activity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Create
  READ:
    text: READ
    description: The API call in the event pertains to a 'read' activity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Read
  UPDATE:
    text: UPDATE
    description: The API call in the event pertains to a 'update' activity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Update
  DELETE:
    text: DELETE
    description: The API call in the event pertains to a 'delete' activity.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Delete
  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