Vsan Phone Home System Vsan Query Zdom Scrubber Data
VC API to iterate over all hots to collect zDOMscrubber stats from the path "/vmkModules/vsan/zdom/zdomObjects/<ObjectUuid>/zdomPaused" Note: This data is collected for hosts which are part of VSAN ESA cluster only
Since: 8.0.0.4
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 VsanPhoneHomeSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanQueryZdomScrubberDataRequestType Object"
Target cluster
Required privileges: System.Read
string of json format data, for example: { "<host1_name>" : [{'Object_uuid': <value>, 'state': <value>}, {'Object_uuid': <value>, 'state': <value>}], "<host2_name>" : [{'Object_uuid': <value>, 'state': <value>}] }
Failure
"MethodFault Object"
Fault which is the cause of this fault.
Message which has details about the error Message can also contain a key to message catalog which can be used to generate better localized messages.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanPhoneHomeSystem/{moId}/VsanQueryZdomScrubberData