我在使用 modifyContact 调用时遇到问题。每次我尝试执行它时,我都会收到错误:
{
"error": "Invalid container specified: SoftLayer_Container_Product_Order. Ordering a server or service requires a specific container type, not the generic base order container.",
"code": "SoftLayer_Exception_Order_InvalidContainer"
}
网址
https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Order/verifyOrder.json
卷曲请求
{
"parameters": [
{
"quantity": 1,
"location": "DALLAS09",
"packageId": 10,
"properties": [
{
"name": "orderOrigin",
"value": "control"
}
],
"hardware": [
{
"hostname": "vsiHostname",
"domain": "domain.com"
}
]
}
]
}