VMware {code} Community
kakulkarni
Contributor
Contributor

Can I perform complete user management on a ESX Server using java webClient?

I am writing a JAVA application which will use the VMWare webservices to perform user management on ESX.

This user management should be able to

1) Create/Update/Delete/Query all users and groups.

2) Query all existing roles.

3) Query all existing objects like servers, pools and VMs.

4) Assign users/groups different roles on different objects. (basically create/update permissions)

I found a sample code within vSphere SDK to create user. But I am not able to find functions in VimPortType.java to query roles/groups/objects.

Also I did not find any method for creating permissions.

Can anybody help me here..?

0 Kudos
0 Replies