VMware NSX-V配置REST API用户

官方文档 Creating a User for NSX CLI and assigning API roles/permissions (2150736) (vmware.com)

操作步骤 

1.登录NSX manager  , 使用管理员账号登录

ssh admin@

2.创建API用户,用户名为api_1 , 密码为Password123!

nsxmgr>enable
nsxmgr# configure terminal

nsxmgr(config)#
nsxmgr(config)# user api_1 password plaintext Password123!
nsxmgr(config)#
nsxmgr(config)# user api_1 privilege web-interface
nsxmgr(config)# exit
nsxmgr#
nsxmgr# write memory

3.为api_1用户赋予auditor角色,红色的三处关注下,其它不用更改

登录一台linux服务器,输入如下命令:

#curl -v -H "Content-Type:application/xml" -k -u admin -X POST -d "auditorglobalroot-0" https:///api/2.0/services/usermgmt/role/api_1?isCli=true

VMware NSX-V配置REST API用户_第1张图片  

4.vCenter多了一个账号

VMware NSX-V配置REST API用户_第2张图片

 

你可能感兴趣的:(『合集-System』,服务器,ssh,linux,vmware,NSX-V)