SettingsClustersSoftwareReportsHardwareCompatibilityStorageDeviceOverridesComplianceStatusUpdateSpec
The ComplianceStatus.UpdateSpec structure describes the updates to be made to the compatibility overrides for storage devices in a cluster.
Properties
device_reclassifications
Required
List of compatibility overrides to be applied for the storage devices in a cluster.
JSON Example
{
"device_reclassifications": [
{
"key": {
"capacity": 0,
"model": "string",
"vendor": "string"
}
}
]
}