Censys · JSON Structure

Platform Ipmi Sessionheader Structure

Ipmi_SessionHeader schema from Censys Platform API

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

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

Properties

auth_code auth_type session_id session_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/platform-ipmi-sessionheader-structure.json",
  "name": "Ipmi_SessionHeader",
  "description": "Ipmi_SessionHeader schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "auth_code": {
      "type": "string",
      "description": "The 16-byte authentication code; not present if auth_type is None."
    },
    "auth_type": {
      "description": "The authentication type for this request (see section 13.6)",
      "$ref": "#/components/schemas/Ipmi_SessionHeader_AuthType"
    },
    "session_id": {
      "type": "int64",
      "description": "The ID of this sessiod."
    },
    "session_sequence_number": {
      "type": "int64",
      "description": "The session sequence number of this packet in the session"
    }
  }
}