VMware Networking Community
Alex048
Contributor
Contributor
Jump to solution

Do we have SDK for NSX ?

Do we have any java SDK for calling REST API's of NSX ?

1 Solution

Accepted Solutions
SRoland
VMware Employee
VMware Employee
Jump to solution

No. Not now, but there's plenty of Java REST libraries, classes are available for this purpose to compose and consume the REST calls.

See - for example : Java API for RESTful Web Services - Wikipedia, the free encyclopedia

HTH,

//Roland

View solution in original post

0 Kudos
2 Replies
SRoland
VMware Employee
VMware Employee
Jump to solution

No. Not now, but there's plenty of Java REST libraries, classes are available for this purpose to compose and consume the REST calls.

See - for example : Java API for RESTful Web Services - Wikipedia, the free encyclopedia

HTH,

//Roland

0 Kudos
DaleCoghlan
VMware Employee
VMware Employee
Jump to solution

You can also use the python NSXRAMLCLIENT to consume the NSX API as mentioned on NSX vSphere RAML Client | SneakU

vmware/nsxraml · GitHub

vmware/nsxramlclient · GitHub

Dale