API for Performance and Endurance storage(Block storage)

To order Endurance, execute: Configuration: Package to use = 240 Storage Type: Endurance Location: Dal06 Storage Package: 0.25 IOPS/GB Storage Size: 20GB Snapshot Space Size: 0GB OS Type: Linux URL: https://[username]:[apikey]@api.softlayer.com/rest/v3/SoftLayer_Product_Order/verifyOrder Method: POST Json Payload: { “parameters”: [ { “location”: 154820, //Dallas 06 “packageId”: 240, “osFormatType”: { “id”: 12, “keyName”: “LINUX” }, “complexType”: “SoftLayer_Container_Product_Order_Network_Storage_Enterprise”, “prices”: … Read more

How to use object filter with softlayer rest api?

Try to follow these recomendations: Getting first parameter through Service Datatype or How to define the first parameter as simple way? Getting first parameter through Service Datatype You are trying to get SoftLayer_Account::getBlockDeviceTemplateGroups As you see, you are using SoftLayer_Account service, you need to open its datatype from this service: You can go here: http://sldn.softlayer.com/reference/services/SoftLayer_Account … Read more