Get image details.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ehpc:GetImage |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ImageCategory |
string |
No |
Image source. Valid values:
|
Custom |
| ImageType |
string |
No |
Image type. Valid values:
Default value: VM |
VM |
| ImageId |
string |
No |
Image ID. |
m-2ze74g5mvy4pjg***** |
| AdditionalRegionIds |
array |
No |
||
|
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Response schema |
||
| RequestId |
string |
Request ID. |
04F0F334-1335-436C-A1D7-6C044FE73368 |
| Success |
boolean |
Indicates whether the operation succeeded. Valid values:
|
true |
| TotalCount |
integer |
Total number of items returned for this request. |
10 |
| Image |
object |
Image details. |
|
| ImageType |
string |
Image type. |
VM |
| AppId |
string |
||
| Name |
string |
Image name. |
app-image |
| Version |
string |
Version. |
v1.0 |
| Description |
string |
Image description. |
应用测试镜像。 |
| Size |
string |
Image size, in GiB. |
40 GiB |
| CreateTime |
string |
Image creation time. |
2022-12-23T09:51:39Z |
| Status |
string |
||
| ContainerImageSpec |
object |
Container image configuration details. |
|
| RegistryUrl |
string |
Container image registry URL. |
registry-vpc.cn-hangzhou.aliyuncs.com/ehpc_open/nginx:latest |
| IsACRRegistry |
boolean |
Indicates whether the image is stored in an Alibaba Cloud Container Registry (ACR) instance. Valid values:
|
True |
| IsACREnterprise |
boolean |
Indicates whether the image is stored in an ACR Enterprise Edition instance. Valid values:
|
True |
| RegistryCriId |
string |
ACR Enterprise Edition instance ID. |
cri-xyz795ygf8k9**** |
| RegistryCredential |
object |
Authentication for a private image registry. |
|
| Server |
string |
Registry server address. |
registry-vpc.cn-hangzhou.aliyuncs.com |
| UserName |
string |
Username to log on to the registry. |
username |
| Password |
string |
Password for the username. |
userpassword |
| OsTag |
string |
||
| Platform |
string |
||
| Architecture |
string |
||
| VMImageSpec |
object |
Virtual machine image configuration details. |
|
| ImageId |
string |
Image ID. |
m-uf60twafjtaart****** |
| OsTag |
string |
OS version identifier. |
CentOS 7.6 64 bit |
| Platform |
string |
Platform type. |
CentOS |
| Architecture |
string |
Architecture type. |
x86_64 |
| DocumentInfo |
object |
||
| DocumentId |
string |
||
| EncodingMode |
string |
||
| Document |
string |
||
| AdditionalRegionsInfo |
array<object> |
||
|
object |
|||
| Status |
string |
||
| ImageId |
string |
||
| RegionId |
string |
Examples
Success response
JSON format
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368\n",
"Success": true,
"TotalCount": 10,
"Image": {
"ImageType": "VM",
"AppId": "",
"Name": "app-image",
"Version": "v1.0",
"Description": "应用测试镜像。",
"Size": "40 GiB",
"CreateTime": "2022-12-23T09:51:39Z",
"Status": "",
"ContainerImageSpec": {
"RegistryUrl": "registry-vpc.cn-hangzhou.aliyuncs.com/ehpc_open/nginx:latest",
"IsACRRegistry": true,
"IsACREnterprise": true,
"RegistryCriId": "cri-xyz795ygf8k9****",
"RegistryCredential": {
"Server": "registry-vpc.cn-hangzhou.aliyuncs.com",
"UserName": "username",
"Password": "userpassword"
},
"OsTag": "",
"Platform": "",
"Architecture": ""
},
"VMImageSpec": {
"ImageId": "m-uf60twafjtaart******",
"OsTag": "CentOS 7.6 64 bit",
"Platform": "CentOS",
"Architecture": "x86_64"
},
"DocumentInfo": {
"DocumentId": "",
"EncodingMode": "",
"Document": ""
},
"AdditionalRegionsInfo": [
{
"Status": "",
"ImageId": "",
"RegionId": ""
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParams | The specified parameter %s is invalid. | The specified parameter %s is invalid. |
| 400 | NotEnabled | You have not enabled this service. | You have not enabled this service |
| 404 | ImageNotFound | The specified image does not exist. | The specified image does not exist. Please verify the parameter. |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | The request has failed due to a temporary failure of the server. |
| 406 | EcsError | An error occurred while calling the ECS API operation. | An error occurred while calling the ECS API operation. |
| 406 | AliyunError | An Alibaba Cloud product error occurred. | Alibaba Cloud product error. %s |
| 406 | DbError | A database error occurred. | A database error occurred. |
| 407 | NotAuthorized | No authorization is granted. | No authorization is granted. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.