NSX-T Data Center REST API
IpamThirdPartyProviderPaginationParams (type)
{
"additionalProperties": false,
"id": "IpamThirdPartyProviderPaginationParams",
"module_id": "PolicyIpam",
"nsx_feature": "IPAMInfobloxIntegration",
"properties": {
"cursor": {
"description": "Opaque cursor to be used for getting next page of records (supplied by current result page)",
"type": "string"
},
"page_size": {
"default": 10,
"description": "Maximum number of results to return in this page",
"type": "integer"
}
},
"title": "List CIDR common parameters",
"type": "object"
}