SSDEnduranceThresholdSpec

SSDEnduranceThresholdSpec
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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "clustername": "string",
    "clusternameop": "string",
    "hostname": "string",
    "hostnameop": "string",
    "diskname": "string",
    "disknameop": "string",
    "diskvendorname": "string",
    "diskvendorop": "string",
    "ssdEndurancePtg": "number",
    "severity": "string"
}
string
clustername
Required

The vSAN cluster name which is set for per cluster ssd endurance spec.

string
clusternameop
Optional

The operator name which is set for cluster name comparision.

Support below enum values. - equals - notEqualTo - startsWith - doesNotStartWith - endsWith - doesNotEndWith

string
hostname
Optional

The host name in vSAN cluster which is set for per host ssd endurance spec.

string
hostnameop
Optional

The operator name which is set for host name comparision.

Support below enum values. - equals - notEqualTo - startsWith - doesNotStartWith - endsWith - doesNotEndWith

string
diskname
Optional

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

string
disknameop
Optional

The operator name which is set for disk name comparision.

Support below enum values. - equals - notEqualTo - startsWith - doesNotStartWith - endsWith - doesNotEndWith

string
diskvendorname
Optional

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 :"'

string
diskvendorop
Optional

The operator name which is set for disk vendor comparision.

Support below enum values. - equals - notEqualTo - startsWith - doesNotStartWith - endsWith - doesNotEndWith

number As float As float
ssdEndurancePtg
Required

The warning disk endurance alarm will be triggered when the percentage is reached.

string
severity
Required

The severity of alarm rule.

Support below enum values - red - yellow