Skip to content

Enum: RcodeIdEnum

The normalized identifier of the server response code. See specific usage.

URI: ocsf:RcodeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The DNS response code is unknown
OTHER None The DNS response code is not defined by the RFC

Slots

Name Description
rcode_id The normalized identifier of the server response code

Identifier and Mapping Information

Schema Source

LinkML Source

name: RcodeIdEnum
description: The normalized identifier of the server response code. See specific usage.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The DNS response code is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The DNS response code is not defined by the RFC. See the <code>rcode</code>

      attribute, which contains a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other