Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.79 KB

DiskFilterableFields.md

File metadata and controls

20 lines (15 loc) · 1.79 KB

DiskFilterableFields

Properties

Name Type Description Notes
array_id str, none_type ID of array the disk belongs to. A 42 digit hexadecimal number. `Filter, Sort` [optional]
array_name str, none_type Name of array the disk belongs to. String of up to 64 alphanumeric characters, - and . and : are allowed after first character. `Filter, Sort` [optional]
device_type str, none_type Type of disk (HDD, SSD, N/A). Disk type. Possible values: 'hdd', 'ssd'. `Filter, Sort` [optional]
id str, none_type Identifier of disk. A 42 digit hexadecimal number. `Filter` [optional]
model str, none_type Disk model name. `Filter, Sort` [optional]
serial str, none_type Disk serial number(N/A if empty). `Filter, Sort` [optional]
shelf_id str, none_type Identifies the physical shelf the disk belongs to. A 42 digit hexadecimal number. `Filter, Sort` [optional]
shelf_serial str, none_type Serial number of the shelf the disk is attached to. `Filter, Sort` [optional]
state str, none_type Disk hardware state. Disk state. Possible values: 'valid', 'in use', 'failed', absent', 'removed', 'void', 't_fail', 'foreign'. `Filter, Sort` [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]