{ "additionalProperties": false, "id": "LogicalRouterStatus", "module_id": "AggSvcLogicalRouter", "properties": { "last_update_timestamp": { "$ref": "EpochMsTimestamp, "readonly": true, "title": "Timestamp when the data was last updated; unset if data source has never updated the data." }, "locale_operation_mode": { "description": "Egress mode for the logical router at given mode", "enum": [ "PRIMARY_LOCATION", "SECONDARY_LOCATION" ], "readonly": true, "title": "Location mode for logical router", "type": "string" }, "logical_router_id": { "required": true, "title": "The id of the logical router", "type": "string" }, "per_node_status": { "items": { "$ref": "LogicalRouterStatusPerNode }, "readonly": true, "title": "Per Node Status", "type": "array" } }, "type": "object" }