Censys · JSON Structure

Asset Graph Ipmi Commandpayload Structure

Ipmi_CommandPayload schema from Asset Graph API

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

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

Properties

checksum_error data ipmi_command_number network_function_code requestor_sequence_number

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/asset-graph-ipmi-commandpayload-structure.json",
  "name": "Ipmi_CommandPayload",
  "description": "Ipmi_CommandPayload schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "checksum_error": {
      "type": "boolean",
      "description": "This is set to true if the values of chk1 / chk2 do not match the command data"
    },
    "data": {
      "type": "string",
      "description": "The raw data. On success, this should be the value of the GetAuthenticationCapabilities resopnse"
    },
    "ipmi_command_number": {
      "description": "The parsed IPMI command number",
      "$ref": "#/components/schemas/Ipmi_CommandPayload_CommandNumber"
    },
    "network_function_code": {
      "description": "The NetFn and LUN",
      "$ref": "#/components/schemas/Ipmi_CommandPayload_PackedNetFn"
    },
    "requestor_sequence_number": {
      "type": "int32",
      "description": "The request sequence number."
    }
  }
}