The drive object contains information about individual drives in the cluster's active nodes. This object contains details on drives that have been added as volume metadata or block drives, as well as drives that have not yet been added and are available. You can retrieve this information with the ListDrives API method.
This object contains the following members:
Name | Description | Type |
---|---|---|
attributes | List of name-value pairs in JSON object format. This object is always null and is not modifiable. | JSON object |
capacity | The total capacity of the drive, in bytes. | integer |
chassisSlot | For HCI platforms, this value is the node letter and slot number in the server chassis where this drive is located. For storage platforms, the slot number is a string representation of the "slot" integer. | string |
driveID | The ID of this drive. | integer |
nodeID | The ID of the node containing this drive. | integer |
segmentFileSize | The segment file size of the drive, in bytes. | integer |
serial | The drive serial number. | string |
slot | The slot number in the server chassis where this drive is located, or -1 if a SATADimm device is used for the internal metadata drive. | integer |
status | The status of the drive. Possible values:
|
string |
type | The type of drive. Possible values:
|
string |
usableCapacity | The usable capacity of the drive, in bytes. | integer |