Host Vsan Internal System Query Physical Vsan Disks

Host Vsan Internal System Query Physical Vsan Disks

Query statistics about physical VSAN disks.

Using the props parameter the caller can control which properties are returned. Requesting only the required properties is encouraged to reduce server load, response time and client load.

Required privileges: System.Read

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/HostVsanInternalSystem/{moId}/QueryPhysicalVsanDisks
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
QueryPhysicalVsanDisksRequestType of type(s) application/json
Required
{
    "props": [
        "string"
    ]
}
array of string
props
Optional

List of properties to gather. Not specifying a list will fetch all properties.

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