VsanQuerySyncingVsanObjectsRequestType
VsanQuerySyncingVsanObjectsRequestType
The parameters of VsanQuerySyncingVsanObjects.
This structure may be used only with operations rendered under /vsan
.
JSON Example
{
"uuids": [
"string"
],
"start": 0,
"limit": 0,
"includeSummary": false
}
array of
string
uuids
Optional
Restricts the list of object identities to query.
integer As int32
As int32
start
Optional
Indicates the number of objects to be skipped when returns query results. A value less than 0 is illegal. Default: 0.
integer As int32
As int32
limit
Optional
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.
boolean
includeSummary
Optional
Indicates whether to return summary data in query result. Default: True.