Enum: ScanActivityActivityIdEnum
ScanActivity activity_id values.
URI: ocsf:ScanActivityActivityIdEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| STARTED | None | The scan was started |
| COMPLETED | None | The scan was completed |
| CANCELLED | None | The scan was cancelled |
| DURATION_VIOLATION | None | The allocated scan time was insufficient to complete the requested scan |
| PAUSE_VIOLATION | None | The scan was paused, either by the user or by program constraints (e |
| ERROR | None | The scan could not be completed due to an internal error |
| PAUSED | None | The scan was paused |
| RESUMED | None | The scan was resumed from the pause point |
| RESTARTED | None | The scan restarted from the beginning of the file enumeration |
| DELAYED | None | The user delayed the scan |
| 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
- from schema: https://w3id.org/lmodel/ocsf
LinkML Source
name: ScanActivityActivityIdEnum
description: ScanActivity activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
STARTED:
text: STARTED
description: The scan was started.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '1'
caption:
tag: caption
value: Started
COMPLETED:
text: COMPLETED
description: The scan was completed.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '2'
caption:
tag: caption
value: Completed
CANCELLED:
text: CANCELLED
description: The scan was cancelled.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '3'
caption:
tag: caption
value: Cancelled
DURATION_VIOLATION:
text: DURATION_VIOLATION
description: The allocated scan time was insufficient to complete the requested
scan.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '4'
caption:
tag: caption
value: Duration Violation
PAUSE_VIOLATION:
text: PAUSE_VIOLATION
description: 'The scan was paused, either by the user or by program constraints
(e.g. scans
that are suspended during certain time intervals), and not resumed within the
allotted time.'
annotations:
ocsf_uid:
tag: ocsf_uid
value: '5'
caption:
tag: caption
value: Pause Violation
ERROR:
text: ERROR
description: The scan could not be completed due to an internal error.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '6'
caption:
tag: caption
value: Error
PAUSED:
text: PAUSED
description: The scan was paused.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '7'
caption:
tag: caption
value: Paused
RESUMED:
text: RESUMED
description: The scan was resumed from the pause point.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '8'
caption:
tag: caption
value: Resumed
RESTARTED:
text: RESTARTED
description: The scan restarted from the beginning of the file enumeration.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '9'
caption:
tag: caption
value: Restarted
DELAYED:
text: DELAYED
description: The user delayed the scan.
annotations:
ocsf_uid:
tag: ocsf_uid
value: '10'
caption:
tag: caption
value: Delayed
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