AggregateL2VPNSessionStatus (type)

{
  "additionalProperties": false, 
  "description": "Aggregate of L2VPN Session Status across Enforcement Points.", 
  "extends": {
    "$ref": "AggregatePolicyRuntimeInfo
  }, 
  "id": "AggregateL2VPNSessionStatus", 
  "module_id": "PolicyVpnStats", 
  "properties": {
    "intent_path": {
      "description": "Intent path of object, forward slashes must be escaped using %2F.", 
      "readonly": true, 
      "required": true, 
      "title": "String Path of the intent object", 
      "type": "string"
    }, 
    "results": {
      "description": "List of L2VPN Session Status per Enforcement Point.", 
      "items": {
        "$ref": "L2VPNSessionStatusPerEP, 
        "title": "L2VPN Session Status per Enforcement Point"
      }, 
      "readonly": true, 
      "title": "List of L2VPN Session Status per Enforcement Point", 
      "type": "array"
    }
  }, 
  "title": "Aggregate of L2VPN Session Status", 
  "type": "object"
}