Censys · Schema

L2Tp_AttributeValues

L2Tp_AttributeValues schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
error_code integer
error_meaning string
error_message string
firmware_revision integer
hostname string
protocol_revision integer
protocol_version integer
result_code integer
result_meaning string
vendor_name string
window_size integer
View JSON Schema on GitHub

JSON Schema

asset-graph-l2tp-attributevalues-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-l2tp-attributevalues-schema.json",
  "title": "L2Tp_AttributeValues",
  "description": "L2Tp_AttributeValues schema from Asset Graph API",
  "type": "object",
  "properties": {
    "error_code": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "error_meaning": {
      "type": "string"
    },
    "error_message": {
      "type": "string"
    },
    "firmware_revision": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "hostname": {
      "type": "string"
    },
    "protocol_revision": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "protocol_version": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "result_code": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "result_meaning": {
      "type": "string"
    },
    "vendor_name": {
      "type": "string"
    },
    "window_size": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    }
  },
  "additionalProperties": false
}