Censys · JSON Structure

Platform Saprouter Clientinfo Structure

SapRouter_ClientInfo schema from Censys Platform API

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

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

Properties

connected connected_on id routed service traced

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-saprouter-clientinfo-structure.json",
  "name": "SapRouter_ClientInfo",
  "description": "SapRouter_ClientInfo schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "connected": {
      "type": "boolean"
    },
    "connected_on": {
      "type": "string"
    },
    "id": {
      "type": "int32",
      "minimum": 0
    },
    "routed": {
      "type": "boolean"
    },
    "service": {
      "type": "string"
    },
    "traced": {
      "type": "boolean"
    }
  }
}