获取有权访问硬件设备的用户列表

Get list of users who have access to a hardware device

我正在使用

SoftLayer_Account::getHardware

获取我帐户中的硬件列表。我怎样才能获得有权访问此硬件的用户列表?

我不想四处寻找用户有权使用的硬件列表

SoftLayer_User_Customer::getHardware

以下可以帮到你SoftLayer_Hardware_Server::getUsers:

URL:
https://[username]:[apikey]@api.softlayer.com/rest/v3/SoftLayer_Hardware_Server/[hardware_id]/getUsers

Method: GET