vSAN Management API


Data Object - VsanDataDrivenAPIAction(vim.cluster.VsanDataDrivenAPIAction)

Property of
VsanHealthDataDrivenAction
Extends
DynamicData
See also
KeyValue, LocalizableMessage
Since
8.0.0.3

Data Object Description

The vSAN Cluster health action is a set of instructions that guide vSphere and storage administrators on how to address potential health problems detected by the vSAN health service. The data-driven API action, in this case, refers to the action button in the user interface, which is defined by vSAN remediation rules and does not require any code changes from the UI side. This approach offers flexibility as it allows administrators to invoke any APIs provided by the vSAN service using the button in the UI.

Properties

Name Type Description
actionDescriptionLocalizableMessage

The localized description for the action that is displayed in the UI.
actionIdxsd:string

The unique action ID
actionLabelLocalizableMessage

The localized label for the action that is displayed in the UI.
enabledxsd:boolean

True indicates the action will be enabled from UI. In the data-driven action use case, it is not possible for it to be False.
parameters*KeyValue[]

The action parameters which can be used as the parameters for this action API when calling from UI.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition