Censys · Schema

CiscoIpsla

CiscoIpsla schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
handshake object
measure_response object
View JSON Schema on GitHub

JSON Schema

platform-ciscoipsla-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-ciscoipsla-schema.json",
  "title": "CiscoIpsla",
  "description": "CiscoIpsla schema from Censys Platform API",
  "type": "object",
  "properties": {
    "handshake": {
      "$ref": "#/components/schemas/CiscoIpsla_Handshake"
    },
    "measure_response": {
      "$ref": "#/components/schemas/CiscoIpsla_MeasureResponse"
    }
  },
  "additionalProperties": false
}