Censys · Schema

Pptp

Pptp schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
bearer_message object
error_message object
firmware object
framing_message object
hostname string
maximum_channels integer
protocol object
result_message object
vendor string
View JSON Schema on GitHub

JSON Schema

platform-pptp-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/platform-pptp-schema.json",
  "title": "Pptp",
  "description": "Pptp schema from Censys Platform API",
  "type": "object",
  "properties": {
    "bearer_message": {
      "$ref": "#/components/schemas/Pptp_ResponseInfo"
    },
    "error_message": {
      "$ref": "#/components/schemas/Pptp_ResponseInfo"
    },
    "firmware": {
      "$ref": "#/components/schemas/Pptp_Version"
    },
    "framing_message": {
      "$ref": "#/components/schemas/Pptp_ResponseInfo"
    },
    "hostname": {
      "type": "string"
    },
    "maximum_channels": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "protocol": {
      "$ref": "#/components/schemas/Pptp_Version"
    },
    "result_message": {
      "$ref": "#/components/schemas/Pptp_ResponseInfo"
    },
    "vendor": {
      "type": "string"
    }
  },
  "additionalProperties": false
}