Open driseley opened 5 years ago
Yes, this is on our backlog.
I'll update this issue when we have an ETA on completion.
Hi @jmoroski - is there any update on this?
It's not as nice as having them in Git, but they can be downloaded here
The schemas can be found doc/etc
inside the zip file.
The zip file is linked from https://code.vmware.com/apis/553/vmware-cloud-director
Thanks for the update - we currently consume them from maven:
<dependency>
<groupId>com.vmware.vcloud</groupId>
<artifactId>vcd-api-bindings-java</artifactId>
<version>9.1.1</version>
</dependency>
I've tried (and struggled) in the past to get from the schemas to something usable in Java - is there any chance of the maven artifact being updated? Or providing some hints as to how they are compiled?
I'm not part of VMware.
I've been developing an OpenAPI spec (ie Swagger 3.0) for the old vCloud API.
https://github.com/ccouzens/vcloud-rest-openapi
Here's the Spec for vCloud 9.7.
I know it still has some rough edges, but I think for some use cases it's very helpful.
You can use this to generate a Java client. Let me know if this helps 🙂
As requested in https://github.com/vmware/vcd-api-tools/issues/10 Would it be possible to get the API Schemas for VCD 9.7? Many thanks.