I want to order IBM Cloud (Softlayer) Performance Storage by the hour. I'm able to order storage monthly but I'm not able to determine the ids to use for hourly billing. Here is my example order json for obtaining the storage monthly as a reference.
{
"parameters": [{
"location": "1004995",
"packageId": 222,
"osFormatType": {
"id": 12,
"keyName": "LINUX"
},
"quantity": 1,
"complexType": "SoftLayer_Container_Product_Order_Network_PerformanceStorage_Iscsi",
"prices": [{
"item": {
"description": "Block Storage (Performance)"
},
"id": "40678"
}, {
"item": {
"description": ": 250 GB Storage Space"
},
"id": "40728"
}, {
"item": {
"description": ": 2500 IOPS"
},
"id": "41738"
}]
}]
}
How do I find out the order IDs I would need to use in order to get hourly billing instead?