Censys · JSON Structure

Asset Graph Saprouter Routerinfo Structure

SapRouter_RouterInfo schema from Asset Graph API

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

SapRouter_RouterInfo 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

connected_client_info num_clients parent_pid parent_port pid port routtab_relative_directory sap_router_absolute_directory started_on

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/asset-graph-saprouter-routerinfo-structure.json",
  "name": "SapRouter_RouterInfo",
  "description": "SapRouter_RouterInfo schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "connected_client_info": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/SapRouter_ClientInfo"
      }
    },
    "num_clients": {
      "type": "int64",
      "minimum": 0
    },
    "parent_pid": {
      "type": "int32",
      "minimum": 0
    },
    "parent_port": {
      "type": "int32",
      "minimum": 0
    },
    "pid": {
      "type": "int32",
      "minimum": 0
    },
    "port": {
      "type": "int32",
      "minimum": 0
    },
    "routtab_relative_directory": {
      "type": "string"
    },
    "sap_router_absolute_directory": {
      "type": "string"
    },
    "started_on": {
      "type": "string"
    }
  }
}