InventoryNetworks
Paginated snapshot of networks discovered for SDDC inventory (management domain and, where applicable, other domains). Returned as the payload of a successful INVENTORY_NETWORKS_FETCH task result.
The structure matches InventoryDatastores-style pagination: a page of inventory network entries plus page metadata describing the current slice and overall result set (totals, page number, page size).
{
"networks": [
{
"id": "string",
"name": "string",
"isDefault": false
}
],
"pageMetadata": {
"pageNumber": 5,
"totalPages": 7,
"pageSize": 5,
"totalElements": 2
}
}
Networks for the requested page. Ordering is defined by SDDC LCM; callers must not assume a stable sort across fetches unless documented by the service.
Pagination metadata for this response (e.g. page number, page size, total elements, total pages). Use with optional fetch pagination to walk the full set.