Censys · JSON Structure

Platform Ipmi Commandpayload Packednetfn Netfn Structure

Ipmi_CommandPayload_PackedNetFn_NetFn schema from Censys Platform API

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

Ipmi_CommandPayload_PackedNetFn_NetFn 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

is_request is_response name raw value

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-commandpayload-packednetfn-netfn-structure.json",
  "name": "Ipmi_CommandPayload_PackedNetFn_NetFn",
  "description": "Ipmi_CommandPayload_PackedNetFn_NetFn schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "is_request": {
      "type": "boolean",
      "description": "True if the least-significant bit is zero"
    },
    "is_response": {
      "type": "boolean",
      "description": "True if the least-significant bit is one"
    },
    "name": {
      "type": "string",
      "description": "The human-readable name of the NetFn"
    },
    "raw": {
      "type": "int32",
      "description": "The raw value of the NetFn (6 bits, least significant indicates request/response)"
    },
    "value": {
      "type": "int32",
      "description": "The normalized value of the NetFn (i.e. raw & 0xfe, so it is always even)"
    }
  }
}