我正在为块存储下订单,我需要在下订单后立即捕获为该存储生成的存储ID。请帮我捕获存储ID。提前谢谢。
答案 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).