SettingsClustersSoftwareReportsStorageDeviceInfo

The StorageDeviceInfo structure contains fields describing a storage device.


Properties

integer as int64
capacity Required

Capacity of the storage device in bytes


string
model Required

Storage device model


string
part_number Optional

Hardware part number of the storage device This field will be unest if part number information is not available for the storage device.


string
vendor Required

Storage device vendor

JSON Example

{
	"capacity": 0,
	"model": "string",
	"vendor": "string"
}

Feedback

Was this page helpful?