【2023年10月13日】边缘计算机器部分接口鉴权升级公告
【2022年06月01日】边缘计算机器网络带宽支持按天结算公告
Domain name for API request: ecm.intl.tencentcloudapi.com.
This API is used to query the list of operating systems supported by an image imported from an external resource.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeImportImageOs. |
| Version | Yes | String | Common Params. The value used for this API: 2019-07-19. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| Parameter Name | Type | Description |
|---|---|---|
| ImportImageOsListSupported | ImageOsList | Supported OS types of imported images. |
| ImportImageOsVersionSet | Array of OsVersion | Supported OS versions of imported images. |
| RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://ecm.intl.tencentcloudapi.com/?Action=DescribeImportImageOs
&<Common request parameters>{
"Response": {
"ImportImageOsListSupported": {
"Windows": [
"Windows Server 2008",
"Windows Server 2012",
"Windows Server 2016"
],
"Linux": [
"CentOS",
"Ubuntu",
"Debian",
"OpenSUSE",
"SUSE",
"CoreOS",
"FreeBSD",
"Other Linux"
]
},
"RequestId": "xx",
"ImportImageOsVersionSet": [
{
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
],
"OsVersions": [
"-"
]
},
{
"OsVersions": [
"-"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
},
{
"OsVersions": [
"-"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
},
{
"OsVersions": [
"5",
"6",
"7"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
},
{
"OsVersions": [
"7"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
},
{
"OsVersions": [
"6",
"7",
"8",
"9"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
},
{
"OsVersions": [
"10"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
},
{
"OsVersions": [
"5",
"6",
"7"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
},
{
"OsVersions": [
"11",
"12"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
},
{
"OsVersions": [
"10",
"11",
"12",
"13"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
},
{
"OsVersions": [
"10",
"12",
"14",
"16"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
},
{
"OsVersions": [
"-"
],
"OsName": "xx",
"Architecture": [
"x86_64",
"i386"
]
}
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation.InternalOperationFailure | Internal error. |
文档反馈