Censys · JSON Structure

Platform Ipmi Commandpayload Packednetfn Structure

Ipmi_CommandPayload_PackedNetFn schema from Censys Platform API

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

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

Properties

logical_unit_number net_fn 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-commandpayload-packednetfn-structure.json",
  "name": "Ipmi_CommandPayload_PackedNetFn",
  "description": "Ipmi_CommandPayload_PackedNetFn schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "logical_unit_number": {
      "description": "The parsed LUN (logical unit number -- the lower 2 bits of raw)",
      "$ref": "#/components/schemas/Ipmi_CommandPayload_PackedNetFn_LogicalUnitNumber"
    },
    "net_fn": {
      "description": "The parsed NetFn value (the upper 6 bits of raw)",
      "$ref": "#/components/schemas/Ipmi_CommandPayload_PackedNetFn_NetFn"
    },
    "raw": {
      "type": "int32",
      "description": "The raw value of the (NetFn << 2) | LUN"
    }
  }
}