VMware Cloud Community
dlarosa11
Enthusiast
Enthusiast

Looking for way to query the full VRO api

I'm wondering if there is an API call that returns the API.  I've utilized this feature with other REST APIs to reflect the API into say a Python class.  Hoping there is something similar here.

Tx for any help,

Dom

Reply
0 Kudos
1 Reply
iiliev
VMware Employee
VMware Employee

Hi Dom,

GET request at https://{vroserver}:{port}/vco/api/api-docs​ will return JSON document containing Swagger specification of vRO REST API.

Opening https://{vroserver}:{port}/vco/api/docs​ in a browser will show vRO REST Swagger UI which allows you to interact with vRO REST API.

Reply
0 Kudos