I'm using vcenter API from VMWare, and I was wondering if there's a parameter to control the result limit?
**
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"`
**
No, there's no way to limit the response beyond what's already offered by default (which is generally responses of 1,000)