Host Vsan Internal System Query Cmmds
Query CMMDS directly.
The list of given queries is executed and all results are returned in a flat list. No attempt is made to de-dupe results in the case of overlapping query results.
Required privileges: System.Read
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}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
Show optional properties
{
"queries": [
{}
]
}
{
"queries": [
{
"_typeName": "string",
"type": "string",
"uuid": "string",
"owner": "string"
}
]
}
List of CMMDS query specs.
JSON string with the results
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"queries":["object"]}' https://{api_host}/sdk/vim25/{release}/HostVsanInternalSystem/{moId}/QueryCmmds