我創建SSL安全證書,專用VLAN防火牆和先進的監測使用的SoftLayer API複雜類型:的SoftLayer API:如何取消Security_Certificate,Network_Firewall和Monitoring_agent對象
SoftLayer_Container_Product_Order_Security_Certificate
SoftLayer_Container_Product_Order_Network_Protection_Firewall_Dedicated
SoftLayer_Container_Product_Order_Monitoring_Package
我試圖找到SoftLayer的API,它可以讓我一旦訂購,取消這些對象。
我可以得到:
SoftLayer_Security_Certificate,
SoftLayer_Network_Firewall_Module_Context_Interface,
SoftLayer_Monitoring_Agent object form SoftLayer_Account.
但是是無數據類型:
SoftLayer_Security_Certificate,
SoftLayer_Network_Firewall_Module_Context_Interface,
SoftLayer_Monitoring_Agent.
這不會允許我使用SoftLayer_Billing_Item-> cancelService()取消它們。
有人可以請我指出我可以如何取消使用SoftLayer API的SSL證書,防火牆和監視代理?我會很感激,如果你可以提供PHP示例代碼。
我撥通了另外一個問題的答案見 http://stackoverflow.com/questions/34388803/softlayer-api-how-to-get-advanced-monitoring-and-防火牆在帳戶從o/34396502#34396502 – mnnmountain