LogicalRouterHaHistory (type)

{
  "id": "LogicalRouterHaHistory", 
  "properties": {
    "event": {
      "description": "Logical router HA event that triggered state change", 
      "readonly": true, 
      "title": "Logical router HA event that triggered state change", 
      "type": "string"
    }, 
    "event_timestamp": {
      "$ref": "EpochMsTimestamp, 
      "description": "Time in UTC when the last HA event occured", 
      "readonly": true, 
      "title": "Time in UTC when the last HA event occured"
    }, 
    "state": {
      "description": "Logical router HA state DOWN - Logical router is not in good health SYNC -  Logical router is synchronizing data from peer logical router STANDBY - Logical router is available to go Active ACTIVE - Logical router is forwarding traffic", 
      "enum": [
        "DOWN", 
        "SYNC", 
        "STANDBY", 
        "ACTIVE"
      ], 
      "readonly": true, 
      "title": "Logical router HA state", 
      "type": "string"
    }
  }, 
  "type": "object"
}