Update Vsan Hcl Configuration
Update vSAN HCL configuration
{
"autoDownloadEnabled": false,
"outOfDateErrorThreshold": 0,
"outOfDateWarningThreshold": 0,
"pollingInterval": 0,
"pollingEnabled": false
}
Flag to indicate if auto download of vSAN HCL data is enabled or disabled
Duration after which vSAN HCL data will be flagged as out of date with severity as error
Duration after which vSAN HCL data will be flagged as out of date with severity as warning
Interval in minutes at which availability of new vSAN HCL data will be checked
Flag to indicate if polling for vSAN HCL data is enabled or disabled
OK
"VsanHclConfiguration Object"
Flag to indicate if auto download of vSAN HCL data is enabled or disabled
Duration after which vSAN HCL data will be flagged as out of date with severity as error
Duration after which vSAN HCL data will be flagged as out of date with severity as warning
Interval in minutes at which availability of new vSAN HCL data will be checked
Flag to indicate if polling for vSAN HCL data is enabled or disabled
Accepted
"VsanHclConfiguration Object"
Flag to indicate if auto download of vSAN HCL data is enabled or disabled
Duration after which vSAN HCL data will be flagged as out of date with severity as error
Duration after which vSAN HCL data will be flagged as out of date with severity as warning
Interval in minutes at which availability of new vSAN HCL data will be checked
Flag to indicate if polling for vSAN HCL data is enabled or disabled
vSAN HCL configuration not found
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
InternalServerError
"Error Object"
The minor error code
The error type
The arguments used to localize the message, Can be used by scripts to automate the error processing.
The error context (e.g. the component where it occurred).
The localized error message
The localized remediation error message
The underlying cause exceptions.
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"autoDownloadEnabled:"boolean","outOfDateErrorThreshold:"integer","outOfDateWarningThreshold:"integer","pollingEnabled:"boolean","pollingInterval:"integer"}'