我们如何在下订单存储(性能或耐用性)时捕获storage_Id?

时间:2016-03-22 12:00:36

标签: rest ibm-cloud-infrastructure

我正在为块存储下订单,我需要在下订单后立即捕获为该存储生成的存储ID。请帮我捕获存储ID。提前谢谢。

1 个答案:

答案 0 :(得分:0)

下订单后,响应有一个属性可以帮助我们找到storageId,这是”orderId”。请使用过滤器尝试以下Rest请求:

https://[username]:[apikey]@api.softlayer.com/rest/v3.1/SoftLayer_Account/getNetworkStorage?objectFilter={"networkStorage":{"billingItem":{"orderItem":{"order":{"id":{"operation":5208963}}}}}}

Method: GET

Where `”5208963”` is the `”orderId”` (Please change it).