Skip to content

Enum: HttpActivityActivityIdEnum

HttpActivity activity_id values.

URI: ocsf:HttpActivityActivityIdEnum

Permissible Values

Value Meaning Description
CONNECT None The CONNECT method establishes a tunnel to the server identified by the targe...
DELETE None The DELETE method deletes the specified resource
GET None The GET method requests a representation of the specified resource
HEAD None The HEAD method asks for a response identical to a GET request, but without t...
OPTIONS None The OPTIONS method describes the communication options for the target resourc...
POST None The POST method submits an entity to the specified resource, often causing a
PUT None The PUT method replaces all current representations of the target resource wi...
TRACE None The TRACE method performs a message loop-back test along the path to the targ...
PATCH None The PATCH method applies partial modifications to a resource
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: HttpActivityActivityIdEnum
description: HttpActivity activity_id values.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  CONNECT:
    text: CONNECT
    description: 'The CONNECT method establishes a tunnel to the server identified
      by the target

      resource.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Connect
  DELETE:
    text: DELETE
    description: The DELETE method deletes the specified resource.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Delete
  GET:
    text: GET
    description: 'The GET method requests a representation of the specified resource.
      Requests

      using GET should only retrieve data.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Get
  HEAD:
    text: HEAD
    description: 'The HEAD method asks for a response identical to a GET request,
      but without the

      response body.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Head
  OPTIONS:
    text: OPTIONS
    description: The OPTIONS method describes the communication options for the target
      resource.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Options
  POST:
    text: POST
    description: 'The POST method submits an entity to the specified resource, often
      causing a

      change in state or side effects on the server.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Post
  PUT:
    text: PUT
    description: 'The PUT method replaces all current representations of the target
      resource with

      the request payload.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '7'
      caption:
        tag: caption
        value: Put
  TRACE:
    text: TRACE
    description: 'The TRACE method performs a message loop-back test along the path
      to the target

      resource.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '8'
      caption:
        tag: caption
        value: Trace
  PATCH:
    text: PATCH
    description: The PATCH method applies partial modifications to a resource.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '9'
      caption:
        tag: caption
        value: Patch
  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