Home  >  Article  >  Operation and Maintenance  >  How to modify the name and description of a custom image on cloud server ECS

How to modify the name and description of a custom image on cloud server ECS

坏嘻嘻
坏嘻嘻Original
2018-09-21 15:33:222318browse

This article introduces how to modify the name and description of a custom image on cloud server ECS, and focuses on the specific steps. The content of this article is compact, and I hope you can gain something from it.

ModifyImageAttribute

Request Parameters

How to modify the name and description of a custom image on cloud server ECS

Return parameters

are all public return parameters. See Public Parameters

Example

Request Example

https://ecs.aliyuncs.com/?Action=ModifyImageAttribute
&ImageId=m-281234567
&RegionId=cn-qingdao
&ImageName=testImage123
&<公共请求参数>

Return Example

XML format

<ModifyImageAttributeResponse>
    <RequestId>C8B26B44-0189-443E-9816-D951F59623A9</RequestId>
</ModifyImageAttributeResponse>

JSON format

{
    "RequestId": "C8B26B44-0189-443E-9816-D951F59623A9"
}

Error code

The following are error codes unique to this interface. For more error codes, please visit the API Error Center. How to modify the name and description of a custom image on cloud server ECS

The above is the detailed content of How to modify the name and description of a custom image on cloud server ECS. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn