我们怎样才能捕捉storage_Id同时将顺序存储(无论是性能还是耐力)?(How can we c

2019-11-04 04:20发布

我将为了一个块存储,我需要尽快捕获存储识别为存储产生的,因为我们的地方秩序。 请帮我在捕获存储ID。 提前致谢。

Answer 1:

下订单后,响应有一个属性可以帮助我们找到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).


文章来源: How can we capture storage_Id while placing order for storage (either performance or endurance)?