I am working on building an indirect form or menu which pulls data from cloudforms and presents it as a dynamic drop down field in service now. We are currently building the form to find the IDs which would customize the placement of a VM upon deployment.
We have multiple “providers” or vmware vcenters and unfortunately the collections part of the API (https://miq.local/api/clusters ) does not have a field to show which provider a Cluster is apart of. Rather than me renaming all of the clusters to make a filter I would like to see if there is a way to find this under the ext_management_system.name attribute somehow.
I saw some posts of potentially finding this by running reports, but I dont think that would be an efficient way to get the cluster names.