编辑: 匕趟臃39 | 2017-09-16 |
管理镜像群组共享 描述 可以把渠道下某个账号的自定义镜像共享给该渠道的所有用户使用. 请求参数 名称 类型 是否 必须 描述 Action String 是 系统规定参数,取值: ModifyImageShareGroupPermission RegionId String 是 自定义镜像所属的 regionId ImageId String 是 自定义镜像的 Id AddGroup.n String 否 将镜像共享给指定的组, 当前唯一的取值: all, 指定共享给所有用户.默认值:无RemoveGroup.n String 否 撤销镜像共享给指定的组,当前唯一的取值: all,指定共享给所有用户.默认值:无 返回参数 全是公共返回参数,详见公共返回参数 错误码 错误代码 描述 Http 状态码 语义 MissingParameter An input parameter \"RegionId\" that is mandatory for processing the request is not supplied.
400 缺少 RegionId 值MissingParameter An input parameter \"ImageId\" that is mandatory for processing the request is not supplied.
400 缺少 ImageId 的值InvalidRegionId.NotFound The specified region does not exist.
400 指定的 RegionId 不 存在 InvalidImageId.NotFound The specified Image does not exist or not you onwer.
403 指定的镜像 Id 不存在 IncorrectImageStatus The image is not available.
400 指定的镜像状 态不正确 InvalidGroup.Malformed The specified parameter "AddGroup.n" or "RemoveGroup.n" does not exist.
404 指定的 Group 不存 在. 示例 请求示例 https://ecs.aliyuncs.com/?Action=ModifyImageShareGroupPermission &RegionId=cn-hangzhou &ImageId=m-281234567 &AddGroup.1=all & 返回示例 XML 格式 C8B26B44-0189-443E-9816-D951F59623A9 JSON 格式 { "RequestId": "C8B26B44-0189-443E-9816-D951F59623A9" }