Skip to content

Instantly share code, notes, and snippets.

@jreypo
Created April 20, 2014 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jreypo/11113319 to your computer and use it in GitHub Desktop.
Save jreypo/11113319 to your computer and use it in GitHub Desktop.
XML payload for CBM REST API authentication
<?xml version="1.0" encoding="UTF-8"?>
<Request xmlns="http://www.vmware.com/vcenter/chargeback/2.0">
<Users>
<User>
<LdapServerId></LdapServerId>
<Type>local</Type>
<Name>admin</Name>
<Password>vmware123</Password>
</User>
</Users>
</Request>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment