使用SoftLayer接口"SoftLayer_Container_Product_Order_Monitoring_Package
“订购高级监控-高级套餐后
使用SoftLayer接口"SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated
“的Vlans上的防火墙,
我可以从每个订单中获取SoftLayer_Billing_Item
id值。
如何使用Billing_Item
id检索我在SoftLayer_Account
上订购的监控设备和防火墙设备?
我在SoftLayer_Account
上查找了方法,似乎没有直接的方法来获得监控或防火墙。
谢谢。
发布于 2015-12-21 21:10:28
监视代理位于裸机服务器或虚拟系统互连中,以获取呼叫getMonitoring代理所需的监视
http://sldn.softlayer.com/reference/services/SoftLayer_Virtual_Guest/getMonitoringAgents http://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/getMonitoringAgents
专用防火墙在vlan中,您可以通过调用http://sldn.softlayer.com/reference/services/SoftLayer_Network_Vlan/getFirewallInterfaces方法来实现
没有一种方法可以使用您需要的billingItemId获取对象首先获取对象、获取其billingItemId并验证此billingItem是否与您之前获取的one匹配
问候
https://stackoverflow.com/questions/34388803
复制相似问题