L2ForwarderStatusPerNode (type)

{
  "additionalProperties": false, 
  "experimental": true, 
  "id": "L2ForwarderStatusPerNode", 
  "module_id": "AggSvcL2Forwarder", 
  "properties": {
    "high_availability_status": {
      "description": "High Availability status of a service router on the edge node.", 
      "enum": [
        "ACTIVE", 
        "STANDBY", 
        "DOWN", 
        "SYNC", 
        "UNKNOWN"
      ], 
      "readonly": true, 
      "required": true, 
      "title": "Service router's HA status", 
      "type": "string"
    }, 
    "transport_node": {
      "$ref": "ResourceReference, 
      "description": "Edge node details from where the router status is being retrieved.", 
      "readonly": true, 
      "required": true, 
      "title": "Transport node"
    }
  }, 
  "type": "object"
}