PolicyL2VpnRemoteMacParameters (type)

{
  "additionalProperties": false, 
  "description": "Request Parameters for Remote Mac of L2Vpn Session.", 
  "extends": {
    "$ref": "PolicyRuntimeOnEpRequestParameters
  }, 
  "id": "PolicyL2VpnRemoteMacParameters", 
  "module_id": "PolicyBaseStatistics", 
  "properties": {
    "enforcement_point_path": {
      "description": "enforcement point path, forward slashes must be escaped using %2F.", 
      "required": false, 
      "title": "String Path of the enforcement point", 
      "type": "string"
    }, 
    "segment_path": {
      "description": "Intent path of the segment.", 
      "required": false, 
      "title": "Segment Path", 
      "type": "string"
    }
  }, 
  "title": "Remote mac for L2Vpn Session", 
  "type": "object"
}