I have deployed a block storage endurance by placing an order through the API, and I am wondering how can I get the id and the name of the created bock storage.
相关问题
- Apache web server timeout after 60 seconds
- SoftLayer API : How to get NetScaler list in Softl
- Getting bandWidth data in SL
- Password Update in SL
- Impersonating another user in SoftLayer
相关文章
- Getting bandWidth data in SL
- Password Update in SL
- Impersonating another user in SoftLayer
- New items for SoftLayer virtual server order?
- No Data for IOPS while Selecting Storage Size 250G
- how to order SoftLayer_Virtual_ReservedCapacityGro
- How do you upgrade a Snapshot space on Endurance s
- ObjectFilter in SoftLayer doesn't work
You can retrieve the identifier (id) and username from your Block Storage - Endurance, using the orderId that SoftLayer_Product_Order::placeOrder method returns.
You can use the following REST request for it:
Method: Get
Note: Replace $user, $apiKey with your own information. Replace 6359215 value with your orderId value.