最近更新时间:2024-05-08 20:02:10
该接口适用于创建镜像缓存
POST(推荐使用)/GET
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
ImageCacheName | String | 是 | 镜像缓存的名称,1-63个字符,只能包含小写字母、数字、和分隔符(“-”,“."),不能以分隔符开头或结尾。 |
SubnetId | String | 是 | 子网id |
SecurityGroupId | String | 是 | 安全组id |
Image.N | String | 是 | 用于制作镜像缓存的容器镜像,范围[1,20] |
ImageCacheType | String | 是 | 镜像缓存类型:普通型、极速型。默认:普通型 |
ImageCacheSize | Integer | 否 | 镜像缓存大小。当镜像缓存类型是普通型时范围[20,2000],默认值20;当镜像缓存类型是极速型时范围[40,2000],默认值40; |
RetentionDays | Integer | 否 | 镜像缓存保留时间,过期将自动删除该镜像缓存,默认无限期保留 |
ImageRegistryCredential.N | Array of ImageRegistryCredential | 否 | 镜像仓库的拉取凭证 |
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
Server | String | 是 | 镜像仓库的地址 |
Username | String | 是 | 镜像仓库用户名 |
Password | String | 是 | 镜像仓库登陆密码 |
参数 | 类型 | 描述 |
---|---|---|
RequestId | String | 请求id |
ImageCacheId | String | 镜像缓存的id |
http://kci.api.ksyun.com/?Action=CreateImageCache&Version=2020-07-02
&ImageCacheName=test-cache
&SubnetId=f2ac1919-0e34-4812xxxxxx
&SecurityGroupId=d46c7672-7ca9-4f51xxxxxx
&Image.1=hub.kce.ksyun.com/ksyun/nginx:latest
&ImageCacheSize=20
&RetentionDays=10
{
"RequestId": "087c16d2-d002-4b37-a479-658dxxxxxx",
"ImageCacheId": "118bdf3a-756b-4748-8fd2-545fxxxxxx"
}
纯净模式