AggregateL2VPNSessionPeerConfig
Aggregate of L2VPN Session peer config across Enforcement Points.
Properties
string
intent_path
Optional
Intent path of object, forward slashes must be escaped using %2F.
array of
L2VPNSessionPeerConfigPerEP
results
Optional
List of L2VPN Session peer config per Enforcement Point.
JSON Example
{
"intent_path": "string",
"results": [
{
"alarm": {
"error_details": {
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_message": "string",
"module_name": "string"
}
]
},
"error_id": "string",
"message": "string"
},
"enforcement_point_path": "string",
"resource_type": "string"
}
]
}