Questions about VMware Cloud Director 36.0 API #13
-
Hi @ccouzens Sorry for bothering you!
I'm trying to re-modify my old APIs to the new APIs format. Searching for some related information and Google brings me here.
Sorry for bothering you, again. Thank you! Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I no longer work for a company that uses VMware Cloud Director, but I should still be able to answer your questions.
There are 2 APIs.
When I used VMware Cloud Director almost everything useful had to be done with the old API. Each version they keep adding new features to the new API. I suspect that even in version 10.4 most things are only possible with the old API.
I would look to see if they're available in the "old" APIs. The old style APIs are very much supported by VMware.
They are not identical, but the core APIs are quite stable and don't change much. The big difference is you'll need to send a different version in your VMware publish differences between versions 36.0 and 37.0. You can also use my project to see the differences.
That should work in both version 36.0 and 37.0.
Sorry, it has been too long since I last used VMware Cloud Director. And I mostly worked with orgs and VDCs. But I suspect your old APIs should continue to work with the new Hopefully that helps, Chris |
Beta Was this translation helpful? Give feedback.
-
Hi @ccouzens Thank you for helping! Best Regards, |
Beta Was this translation helpful? Give feedback.
Hi @chenchunwei24k
I no longer work for a company that uses VMware Cloud Director, but I should still be able to answer your questions.
There are 2 APIs.
https://<api_host>/api/
They call this one Cloud Director API. I will call it the old API.https://<api_host>/cloudapi/1.0.0/
They call this one Cloud Director OpenAPI. I will call it the new API.When I used VMware Cloud Director almost everything useful had to be done with the old API. Each version they keep adding new features to the new API.
I suspec…