Censys · JSON Structure

Platform Ipmi Rmcpheader Messageclass Structure

Ipmi_RMCPHeader_MessageClass schema from Censys Platform API

Type: object Properties: 4
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Ipmi_RMCPHeader_MessageClass is a JSON Structure definition published by Censys, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

class is_ack name raw

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-ipmi-rmcpheader-messageclass-structure.json",
  "name": "Ipmi_RMCPHeader_MessageClass",
  "description": "Ipmi_RMCPHeader_MessageClass schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "class": {
      "type": "int32",
      "description": "Just the class part of the byte (lower 5 bits of raw)"
    },
    "is_ack": {
      "type": "boolean",
      "description": "True if the message is an acknowledgment to a previous message."
    },
    "name": {
      "type": "string",
      "description": "The human-readable name of the message class"
    },
    "raw": {
      "type": "int32",
      "description": "The raw message class byte."
    }
  }
}