Censys · JSON Structure

Platform Rustdeskrendezvous Testnatresponse Structure

RustdeskRendezvous_TestNatResponse schema from Censys Platform API

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

RustdeskRendezvous_TestNatResponse 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

config_update port

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-rustdeskrendezvous-testnatresponse-structure.json",
  "name": "RustdeskRendezvous_TestNatResponse",
  "description": "RustdeskRendezvous_TestNatResponse schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "config_update": {
      "$ref": "#/components/schemas/RustdeskRendezvous_ConfigUpdate"
    },
    "port": {
      "type": "int32"
    }
  }
}