Censys · JSON Structure

Asset Graph L2Tp Attributevalues Structure

L2Tp_AttributeValues schema from Asset Graph API

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

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

Properties

error_code error_meaning error_message firmware_revision hostname protocol_revision protocol_version result_code result_meaning vendor_name window_size

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