Censys · Schema

SapRouter_RouterInfo

SapRouter_RouterInfo schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
connected_client_info arraynull
num_clients integer
parent_pid integer
parent_port integer
pid integer
port integer
routtab_relative_directory string
sap_router_absolute_directory string
started_on string
View JSON Schema on GitHub

JSON Schema

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