Skip to content

Instantly share code, notes, and snippets.

View jreypo's full-sized avatar
🇪🇸
Living life my way

Juanma jreypo

🇪🇸
Living life my way
View GitHub Profile
@jreypo
jreypo / xml_auth_cbm.xml
Created April 20, 2014 12:42
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>