{ "additionalProperties": false, "description": "Segment port status on specific Enforcement Point.", "extends": { "$ref": "LogicalPortOperationalStatus }, "id": "SegmentPortStatus", "module_id": "PolicyConnectivityStatistics", "properties": { "last_update_timestamp": { "$ref": "EpochMsTimestamp, "description": "Timestamp when the data was last updated; unset if data source has never updated the data.", "readonly": true }, "logical_port_id": { "readonly": true, "required": true, "title": "The id of the logical port", "type": "string" }, "status": { "enum": [ "UP", "DOWN", "UNKNOWN" ], "required": true, "title": "The Operational status of the logical port", "type": "string" } }, "title": "Segment port status on specific Enforcement Point", "type": "object" }