esx health: check spec
Defines the context of a health check query. This structure was added in vSphere API 7.0.1.0.
Representation:
{
"exclude_checks" : [
"obj-103",
"obj-103"
]
}
"exclude_checks" : [
"obj-103",
"obj-103"
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
exclude_checks | string[] | The set of IDs of the health checks that should not be considered in the overall health status. This attribute was added in vSphere API 7.0.1.0. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: com.vmware.esx.health.check . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: com.vmware.esx.health.check . |