在软层上配置网络网关时无法过滤具有服务器的数据中心

时间:2018-08-20 15:20:34

标签: api ibm-cloud-infrastructure

我们可以使用下面的api从softlayer检索Network Gateway服务的数据中心。 “ https://api.softlayer.com/rest/v3.1/SoftLayer_Location_Datacenter/getDatacenters.json”  它列出了所有数据中心,但我希望那些将具有服务器来配置Network Gateway的数据中心。

有什么办法可以过滤掉那些拥有服务器的数据中心?

1 个答案:

答案 0 :(得分:0)

尝试以下REST API示例:

https://[apiUsername]:[apiKey]@api.softlayer.com/rest/v3.1/SoftLayer_Product_Package_Server/getAllObjects?objectFilter={"packageType":{"operation":"BARE_METAL_GATEWAY"}}