Censys · JSON Structure

Platform Ipmi Capabilities Structure

Ipmi_Capabilities schema from Censys Platform API

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

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

Properties

auth_status channel_number completion_code extended_capabilities oem_data oem_id supported_auth_types

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-capabilities-structure.json",
  "name": "Ipmi_Capabilities",
  "description": "Ipmi_Capabilities schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "auth_status": {
      "description": "The authentication status",
      "$ref": "#/components/schemas/Ipmi_Capabilities_AuthStatus"
    },
    "channel_number": {
      "type": "int32",
      "description": "The response channel number"
    },
    "completion_code": {
      "description": "The status code of the response",
      "$ref": "#/components/schemas/Ipmi_Capabilities_CompletionCode"
    },
    "extended_capabilities": {
      "description": "Extended auth capabilities (if present)",
      "$ref": "#/components/schemas/Ipmi_Capabilities_ExtendedCapabilities"
    },
    "oem_data": {
      "type": "int32",
      "description": "The OEM-specific data"
    },
    "oem_id": {
      "type": "string",
      "description": "The 3-byte OEM identifier"
    },
    "supported_auth_types": {
      "description": "The auth types supported by the server",
      "$ref": "#/components/schemas/Ipmi_Capabilities_SupportedAuthTypes"
    }
  }
}