【发布时间】:2018-07-21 12:57:28
【问题描述】:
IBM-Softlayer 团队的某个人可以帮我解决问题吗? 我尝试通过调用 Softlayer API 来为“公共虚拟服务器”下订单,如下所示。但得到了这样的回应:
{"error":"Could not place order. An uncaught exception was encountered. Please contact Sales.","code":"SoftLayer_Exception_Public"}
API 网址:
https://<<API_Username>>:<<API_Key>>@api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest/
请求正文 json:
{
"parameters":[
{
"hostname":"stack-teste-daniel-20180720",
"domain":"stack-teste-daniel-20180720.com",
"startCpus":2,
"maxMemory":1024,
"hourlyBillingFlag":true,
"localDiskFlag":true,
"operatingSystemReferenceCode":"CENTOS_7_64",
"datacenter":{"name":"ams01"},
"blockDevices":[{"device":"0","diskImage":{"capacity":25}}]
}
]
}
提前致谢。
【问题讨论】:
标签: ibm-cloud ibm-cloud-infrastructure