Host Vsan Internal System Query Vsan Objects

Host Vsan Internal System Query Vsan Objects

Query information about VSAN DOM objects.

Retrieves information about the given set of DOM object UUIDs. 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}/QueryVsanObjects
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
QueryVsanObjectsRequestType of type(s) application/json
Required
{
    "uuids": [
        "string"
    ]
}
array of string
uuids
Optional

List of VSAN/DOM object 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