SddcResourcesFetchSpec
SddcResourcesFetchSpec
Request body for fetching SDDC resources from vCenter.
JSON Example
{
"resourceTypes": [
"string"
],
"pageNumber": 0,
"pageSize": 0
}
array of
SddcResourceType
resourceTypes
Optional
Constraints:
minItems: 1
Resource types to include in the response. When omitted, all supported resource types are returned. When specified, only the listed types are included.
integer As int32
As int32
pageNumber
Optional
Constraints:
minimum: 1
1-based page number. Defaults to 1 if not provided.
integer As int32
As int32
pageSize
Optional
Constraints:
minimum: 1
Page size per resource type (capped by server defaults). Defaults to 50.