Using Postman.... is it possible to pass multiple vm's when making an API call to:
-find the resourceID's and only return the resourceID
-pass in the resourceID's to show the property "summary|parentvcenter" for each vm
Use case: We need to know the parent vcenter for 100 vm's located across multiple vcenters and multiple vROps instances via the API.... I know powershell will work, but what about Postman? Thanks.
E.g.,
https://vrops/suite-api/api/resources?resourceKind=virtualmachine&name=server1,server2,server3=resourceID
Then