- Got APIs set up to grab client session details. However, we would like to be able to query the data provided by the Data Center and Hypervisor license. This is essentially all of our VM information that does not get populated under client sessions. Found /webacs/api/v2/op/statisticsService/vms. However, out of the 500 VMs only getting back 19 for some reason. Have tried the following to get more/different results:
1.) Increasing the size of MaxResults
2.) Filtering for VM name using the method provided in the API documentation
None of this has worked. Wondering if anyone has any tips on getting a full list of our VMs from the API url.
You need to include the firstResult too along with maxResults.
Please try this way
/webacs/api/v2/op/statisticsService/vms.json?firstResult=0&maxResults=100
Comments
0 comments
Please sign in to leave a comment.