有没有办法限制 VMWare vcenter api 中的结果

Is there a way to limit results in VMWare vcenter api

我正在使用 VMWare 的 vcenter API,我想知道是否有一个参数可以控制结果限制?

**
vmware_inv=`curl -X GET -k -H "vmware-use-header-authn: string"  \
            -H "vmware-api-session-id: $vmware_token" "https://$vmware_endpoint/rest/vcenter/vm"`
**

不,没有办法限制超出默认提供的响应(通常是 1,000 的响应)