Skip to content

Enum: FtpActivityActivityIdEnum

FtpActivity activity_id values.

URI: ocsf:FtpActivityActivityIdEnum

Permissible Values

Value Meaning Description
PUT None File upload to the FTP or SFTP site
GET None File download from the FTP or SFTP site
POLL None Poll directory for specific file(s) or folder(s) at the FTP or SFTP site
DELETE None Delete file(s) from the FTP or SFTP site
RENAME None Rename the file(s) in the FTP or SFTP site
LIST None List files in a specified directory
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: FtpActivityActivityIdEnum
description: FtpActivity activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  PUT:
    text: PUT
    description: File upload to the FTP or SFTP site.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Put
  GET:
    text: GET
    description: File download from the FTP or SFTP site.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Get
  POLL:
    text: POLL
    description: 'Poll directory for specific file(s) or folder(s) at the FTP or SFTP
      site

      location.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Poll
  DELETE:
    text: DELETE
    description: Delete file(s) from the FTP or SFTP site.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Delete
  RENAME:
    text: RENAME
    description: Rename the file(s) in the FTP or SFTP site.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Rename
  LIST:
    text: LIST
    description: List files in a specified directory.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: List
  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