Censys · JSON Structure

Platform Connection Structure

Connection schema from Censys Platform API

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

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

Properties

ahs_length cmd_seq isid keyval_pairs max_new_cmds status_seq tsih version_active version_max

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-connection-structure.json",
  "name": "Connection",
  "description": "Connection schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "ahs_length": {
      "type": "int32",
      "minimum": 0
    },
    "cmd_seq": {
      "type": "int32",
      "minimum": 0
    },
    "isid": {
      "type": "int64",
      "minimum": 0
    },
    "keyval_pairs": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "max_new_cmds": {
      "type": "int32",
      "minimum": 0
    },
    "status_seq": {
      "type": "int32",
      "minimum": 0
    },
    "tsih": {
      "type": "int64",
      "minimum": 0
    },
    "version_active": {
      "type": "int32",
      "minimum": 0
    },
    "version_max": {
      "type": "int32",
      "minimum": 0
    }
  }
}