我正在使用SoftLayer_Account :: getHardware API获取硬件对象列表。我明白这给了我一个服务器列表肯定。还有其他硬件对象可以包含哪些内容?例如:存储或任何其他类型的对象?我可以在门户上看到设备类型:“网关成员”,但是计费项目的类别代码是“服务器”这个对象类型是什么?我可以将此设备视为服务器对象吗?
答案 0 :(得分:1)
SoftLayer_Account::getHardware包括Server running at http://my.ip.add.ress:674/
events.js:141
throw er; // Unhandled 'error' event
^
Error: listen EACCES my.ip.add.ress:674
at Object.exports._errnoException (util.js:860:11)
at exports._exceptionWithHostPort (util.js:883:20)
at Server._listen2 (net.js:1221:19)
at listen (net.js:1270:10)
at net.js:1379:9
at doNTCallback3 (node.js:461:9)
at process._tickCallback (node.js:367:17)
at Function.Module.runMain (module.js:459:11)
at startup (node.js:136:18)
at node.js:972:3
和”Bare Metal Servers”
。
要仅获取裸机物品(与门户相同数量的物品),请执行:
”Gateway Member”
<强>其中:强>
对于裸金属, https://[username]:[apikey]@api.softlayer.com/rest/v3/SoftLayer_Account/getHardware?objectMask=mask[networkGatewayMemberFlag]&objectFilter={ "hardware": { "networkGatewayMemberFlag": { "operation": 0 } } }
Method: GET
必须为0。
其他请求可以帮助您获得相同数量的物品(裸金属):
networkGatewayMemberFlag