Host Vsan Internal System Reconfigure Dom Object

Host Vsan Internal System Reconfigure Dom Object

Reconfigure DOM object.

Typically we expect VM centric APIs to be used for setting storage policies, i.e. to use ReconfigVM() to change the policy/profile of a namespace directory or virtual disk. This is a low level API to reconfigure any object known by UUID. This API is internal and intended for troubleshooting/debugging situations in the field.

Required privileges: Host.Config.Storage

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostVsanInternalSystem/{moId}/ReconfigureDomObject
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case HostVsanInternalSystem/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.


Request Body
ReconfigureDomObjectRequestType of type(s) application/json
Required
{
    "uuid": "string",
    "policy": "string"
}
string
uuid
Required

DOM object UUID.

string
policy
Required

VSAN expression formatted policy string.

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure