Censys · JSON Structure

Platform Ipmi Commandpayload Packednetfn Logicalunitnumber Structure

Ipmi_CommandPayload_PackedNetFn_LogicalUnitNumber schema from Censys Platform API

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

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

Properties

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-commandpayload-packednetfn-logicalunitnumber-structure.json",
  "name": "Ipmi_CommandPayload_PackedNetFn_LogicalUnitNumber",
  "description": "Ipmi_CommandPayload_PackedNetFn_LogicalUnitNumber schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": "string",
      "description": "The human-readable name of the LUN"
    },
    "raw": {
      "type": "int32",
      "description": "The value of the LUN (3 bits)"
    }
  }
}