Vsan System Ex Vsan Query Syncing Vsan Objects
Query information about vSAN objects that are currently syncing data.
It will retrieve information about syncing objects based on query options.
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 VsanSystemEx/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"VsanQuerySyncingVsanObjectsRequestType Object"
Restricts the list of object identities to query.
Indicates the number of objects to be skipped when returns query results. A value less than 0 is illegal. Default: 0.
Restricts the max number of objects to return. Valid value is from 0 to 200. A value less than 0 is illegal, 0 is valid only when "includeSummary" is true. Default: 100.
Indicates whether to return summary data in query result. Default: True.
vim.vsan.host.VsanSyncingObjectQueryResult.
"VsanHostVsanObjectSyncQueryResult Object"
Total number of vSAN objects that are syncing.
It's returned only when summary data is needed.
The amount of data to be re-synced.
It's returned only when summary data is needed.
The estimated time in seconds to recover all vSAN objects of specified types.
It's returned only when summary data is needed.
The retrieved objects.
Details returned from querying vSAN syncing objects for different sync status.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanSystemEx/{moId}/VsanQuerySyncingVsanObjects