OBJECT
DiskStatus
Description
Supported in v5.0+
link GraphQL Schema definition
- type DiskStatus {
- # Disk mode of the disk. One of DATA, METADATA, BOOT, UNPARTITIONED, or UNKNOWN.
- : String
- # Required. Supported in v5.0+
- : String!
- # Denotes whether a specific disk supports an admin-controllable indicator LED.
- : Boolean
- # Required. Supported in v5.0+
- : String!
- # Required. Supported in v5.0+
- : Boolean!
- # Required. Supported in v5.0+
- : Boolean!
- # Supported in v9.4+
- # The manufacturer of the disk.
- : String
- # Supported in v9.4+
- # The model number of the disk.
- : String
- # Required. Supported in v5.0+
- : String!
- # Supported in v9.4+
- # RAID error message if any.
- : String
- # Supported in v9.4+
- # RAID rebuilding percentage (0-100) when RAID status is REBUILDING.
- : Float
- # Supported in v9.4+
- # RAID status of the disk (NONE, OPTIMAL, READY_TO_REBUILD, REBUILDING, DEGRADED,
- # OFFLINE).
- : String
- # Supported in v9.4+
- # RAID type of the disk (RAID0, RAID1).
- : String
- # Supported in v9.4+
- # The serial number of the disk.
- : String
- # Required. Supported in v5.0+
- : String!
- }