Host Vsan Internal System Query Objects On Physical Vsan Disk

Host Vsan Internal System Query Objects On Physical Vsan Disk

Query DOM objects on a given set of physical disks.

Finds all DOM objects that have at least one component on the given physical disks. In order to make this API efficient, the output of this API contains the found DOM_OBJECT, and referenced LSOM_OBJECT and DISK entries.

Required privileges: System.Read

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostVsanInternalSystem/{moId}/QueryObjectsOnPhysicalVsanDisk
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
Required
{
    "disks": [
        "string"
    ]
}
array of string
disks
Required

List of VSAN disk UUIDs.

Authentication
This operation uses the following authentication methods.
Responses
200

JSON string with the results

Returns string of type(s) application/json
Operation doesn't return any data structure