SSDEnduranceThresholdSpec
The spec for NVMe SSD endurance threshold configuration.
This structure may be used only with operations rendered under /vsan
.
Since: 8.0.0.4
{
"_typeName": "string",
"clustername": "string",
"clusternameop": "string",
"hostname": "string",
"hostnameop": "string",
"diskname": "string",
"disknameop": "string",
"diskvendorname": "string",
"diskvendorop": "string",
"ssdEndurancePtg": "number",
"severity": "string"
}
The vSAN cluster name which is set for per cluster ssd endurance spec.
The operator name which is set for cluster name comparision.
Support below enum values. - equals - notEqualTo - startsWith - doesNotStartWith - endsWith - doesNotEndWith
The host name in vSAN cluster which is set for per host ssd endurance spec.
The operator name which is set for host name comparision.
Support below enum values. - equals - notEqualTo - startsWith - doesNotStartWith - endsWith - doesNotEndWith
The disk name(e.g.
t10.NVMe____Dell_Express_Flash_NVMe_P4510_1TB_SFF) in vSAN cluster which is set for per disk ssd endurance spec. The disk name can be queried through command 'vdq -i' on ESXi
The operator name which is set for disk name comparision.
Support below enum values. - equals - notEqualTo - startsWith - doesNotStartWith - endsWith - doesNotEndWith
The name of disk vendor in vSAN cluster which is set for per disk ssd endurance spec.
The vendor name of disk can be queried through command 'vsish -e get /storage/scsifw/devices/<diskName>/info | grep "vendor :"'
The operator name which is set for disk vendor comparision.
Support below enum values. - equals - notEqualTo - startsWith - doesNotStartWith - endsWith - doesNotEndWith
The warning disk endurance alarm will be triggered when the percentage is reached.
The severity of alarm rule.
Support below enum values - red - yellow