Censys · JSON Structure

Asset Graph Ipmi Capabilities Completioncode Structure

Ipmi_Capabilities_CompletionCode schema from Asset Graph API

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

Ipmi_Capabilities_CompletionCode 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/asset-graph-ipmi-capabilities-completioncode-structure.json",
  "name": "Ipmi_Capabilities_CompletionCode",
  "description": "Ipmi_Capabilities_CompletionCode schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "name": {
      "type": "string",
      "description": "The human-readable name of the code"
    },
    "raw": {
      "type": "int32",
      "description": "The raw completion code"
    }
  }
}