{ "additionalProperties": false, "description": "pNIC/bond statuses", "id": "BondPnicStatus", "module_id": "Heatmap", "properties": { "name": { "description": "Name of the pNIC/bond", "title": "pNIC/bond name", "type": "string" }, "status": { "description": "Status of pNIC/bond", "enum": [ "UNKNOWN", "UP", "DOWN", "DEGRADED" ], "title": "pNic/bond status", "type": "string" }, "type": { "description": "Type, whether the object is a pNIC or a bond", "enum": [ "UNKNOWN_TYPE", "PNIC", "BOND" ], "title": "Object type", "type": "string" } }, "title": "bond type pnic status", "type": "object" }