Censys · JSON Structure

Platform Systemcapabilities Structure

SystemCapabilities schema from Censys Platform API

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

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

Properties

discovery_bye discovery_resolve firmware_upgrade http_firmware_upgrade http_support_information http_system_backup http_system_logging remote_discovery storage_configuration system_backup system_logging

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-systemcapabilities-structure.json",
  "name": "SystemCapabilities",
  "description": "SystemCapabilities schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "discovery_bye": {
      "type": "boolean"
    },
    "discovery_resolve": {
      "type": "boolean"
    },
    "firmware_upgrade": {
      "type": "boolean"
    },
    "http_firmware_upgrade": {
      "type": "boolean"
    },
    "http_support_information": {
      "type": "boolean"
    },
    "http_system_backup": {
      "type": "boolean"
    },
    "http_system_logging": {
      "type": "boolean"
    },
    "remote_discovery": {
      "type": "boolean"
    },
    "storage_configuration": {
      "type": "boolean"
    },
    "system_backup": {
      "type": "boolean"
    },
    "system_logging": {
      "type": "boolean"
    }
  }
}