Ibm cloud Softlayer:无法使用Softlayer API为公共虚拟服务器下订单

Ibm cloud Softlayer:无法使用Softlayer API为公共虚拟服务器下订单,ibm-cloud,ibm-cloud-infrastructure,Ibm Cloud,Ibm Cloud Infrastructure,IBM Softlayer团队的人能帮我解决这个问题吗, 我试图通过调用Softlayer API订购“公共虚拟服务器”,如下所示。但得到的回应是: {"error":"Could not place order. An uncaught exception was encountered. Please contact Sales.","code":"SoftLayer_Exception_Public"} API URL: https://<<API_Username>&

IBM Softlayer团队的人能帮我解决这个问题吗, 我试图通过调用Softlayer API订购“公共虚拟服务器”,如下所示。但得到的回应是:

{"error":"Could not place order. An uncaught exception was encountered. Please contact Sales.","code":"SoftLayer_Exception_Public"}
API URL:

https://<<API_Username>>:<<API_Key>>@api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest/

提前感谢。

我尝试了您的请求,它对我有效,您的帐户存在一些限制,我建议您联系softlayer销售人员以获得进一步帮助。

F.Ojeda感谢您的重播,我也退休并为我工作。
{
  "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}}]
    }
  ]
}