VMware Cloud Community
rmav01
Enthusiast
Enthusiast

vRA API Question: Replacement for IaaS Proxy Provider Service

Hi all,

I'm running the following command to find the machine details (including custom property definitions) through vRealize Automation REST API:

https://{{vraInstance}}/iaas-proxy-provider/api/services/{{providerRefId}}/resources/types/{{Infrastructure.Cloud}}/{{providerBindingID}}?includeAllProperties=true

After looking at the 7.3 API Guide here:

vRealize Automation IaaS Proxy Provider Service API - VMware API Explorer - VMware {code}

It states that this particular API is being depreciated. I've been digging through the API a bit and haven't been able to find something similar that is not being depreciated. Does anyone know where this functionality is migrating towards? My best guess was something like:

https://{{vraInstance}}/catalog-service/api/consumer/resources/{{resourceId}}

Which doesn't list the custom properties I'm after.

Reply
0 Kudos
2 Replies
mhampto
VMware Employee
VMware Employee

You can see the machine details of vRA deployments using the REST API: View Machine Details Example

For more information on the properties service using Rest API, refer to the thread: vRealize 7 REST API - Properties Service documentation or example

Reply
0 Kudos
xian_
Expert
Expert

Any replacement for https://{{vraInstance}}/iaas-proxy-provider/api/network/profiles/ ?

Reply
0 Kudos