1

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"
}

URL

https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Order/verifyOrder.json

CURL リクエスト

{
    "parameters": [
        {
            "quantity": 1,
            "location": "DALLAS09",
            "packageId": 10,
            "properties": [
                {
                    "name": "orderOrigin",
                    "value": "control"
                }
            ],
            "hardware": [
                {
                    "hostname": "vsiHostname",
                    "domain": "domain.com"
                }
            ]
        }
    ]
}
4

1 に答える 1