我正在尝试从通过 Rest API 上传到 Cloud Object Storage 的 VMDK 导入图像,但出现如下所述的错误。
请帮助我解决这个问题。
'身体
{
"parameters": [
{
"name": "jagaIBMcliTest",
"bootMode": "HVM",
"operatingSystemReferenceCode": "WIN_2012-STD-R2_64",
"cloudInit": false,
"ibmAccessKey": "<AccessKey>",
"ibmSecretKey": "<SecretKe>",
"ibmApiKey": "<ibmApiKey>",
"uri": "cos://us-east/migrationbucket/WIN-TBTP9UG0SLB.vmdk",
"isEncrypted": false
}
]
}'
API 响应:
{"error":"Not able to import from SL COS in Commercial environment unless account has ALLOW_INTERNAL_SWIFT_TO_COS_MIGRATE attribute","code":"SoftLayer_Exception_Public"}