Censys · JSON Structure

Asset Graph L2Tp Structure

L2Tp schema from Asset Graph API

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

L2Tp 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

hello_received ordered_messages_raw sccn_received sccrp sccrp_received sccrq_received stop_sccn stop_sccn_received zlb_received

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-structure.json",
  "name": "L2Tp",
  "description": "L2Tp schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "hello_received": {
      "type": "boolean"
    },
    "ordered_messages_raw": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "sccn_received": {
      "type": "boolean"
    },
    "sccrp": {
      "$ref": "#/components/schemas/L2Tp_Sccrp"
    },
    "sccrp_received": {
      "type": "boolean"
    },
    "sccrq_received": {
      "type": "boolean"
    },
    "stop_sccn": {
      "$ref": "#/components/schemas/L2Tp_StopCcn"
    },
    "stop_sccn_received": {
      "type": "boolean"
    },
    "zlb_received": {
      "type": "boolean"
    }
  }
}