Censys · JSON Structure

Platform Ciscoipsla Measureresponse Structure

CiscoIpsla_MeasureResponse schema from Censys Platform API

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

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

Properties

flags payload receive_seq receive_time send_seq send_time type

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-ciscoipsla-measureresponse-structure.json",
  "name": "CiscoIpsla_MeasureResponse",
  "description": "CiscoIpsla_MeasureResponse schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "flags": {
      "type": "int32",
      "minimum": 0
    },
    "payload": {
      "type": "string"
    },
    "receive_seq": {
      "type": "int32",
      "minimum": 0
    },
    "receive_time": {
      "type": "int64",
      "minimum": 0
    },
    "send_seq": {
      "type": "int32",
      "minimum": 0
    },
    "send_time": {
      "type": "int64",
      "minimum": 0
    },
    "type": {
      "type": "int32",
      "minimum": 0
    }
  }
}