{ "additionalProperties": false, "experimental": true, "id": "L2ForwarderStatus", "module_id": "AggSvcL2Forwarder", "properties": { "last_update_timestamp": { "$ref": "EpochMsTimestamp, "description": "Timestamp when the service router status was last updated.", "readonly": true, "required": true, "title": "Last updated timestamp" }, "logical_switch_id": { "description": "Logical switch id on which the L2 forwarder is created.", "readonly": true, "required": true, "title": "Logical switch id of L2 forwarder", "type": "string" }, "status_per_node": { "description": "L2 forwarder status per node.", "items": { "$ref": "L2ForwarderStatusPerNode }, "readonly": true, "title": "L2 forwarder status per node", "type": "array" } }, "type": "object" }