CopyDataCache_弹性容器实例_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

数据缓存不支持直接跨地域使用,通过本接口可以将数据缓存从一个地域拷贝到另一个地域。该接口适用于以下场景:

  • 需要在多个地域使用数据缓存,在 A 地域已有数据缓存的情况,可以通过本接口快速拷贝到 B 地域。
  • 对于中国内地地域的用户,创建数据缓存时如果直接拉取国外地址的数据,可能会因为网络限制导致数据拉取过慢,此时可以先在非中国内地的地域(例如中国香港)创建数据缓存,然后通过本接口拷贝到中国内地地域。

注意 拷贝数据缓存的过程相当于复制快照,费用涉及复制过程产生的流量费用以及最终生成的数据缓存的存储费用。

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
eci:CopyDataCache
Create
DataCache
acs:eci:{#regionId}:{#accountId}:datacache/{#datacacheId}
eci:tag

请求参数

字段名称字段详情
RegionIdstring

已有数据缓存所在地域。

示例值:cn-beijing参考取值来源:
    DescribeRegions
Bucketstring

数据缓存 Bucket。

示例值:default
Pathstring

数据缓存路径

示例值:/bucket-test
Namestring

数据缓存名称。

示例值:test
RetentionDaysinteger<int32>

数据缓存保留天数。

示例值:7
Tagarray<object>

数据缓存标签列表。

子级条数 <= 21
ResourceGroupIdstring

数据缓存所属资源组 。

示例值:rg-2df3isufhi38****参考取值来源:
    DescribeContainerGroups
ClientTokenstring

保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。只支持 ASCII 字符,且不能超过 64 个字符。更多信息,请参见如何保证幂等性

示例值:123e4567-e89b-12d3-a456-426655440000
DataCacheIdstring

数据缓存 ID。

示例值:edc-bp15l4vvys94oo****** 参考取值来源:
    CreateDataCache
    DescribeDataCaches
DestinationRegionIdstring

要拷贝到的目的地域。

示例值:cn-hangzhou

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:58EE0CB3-C864-5395-A4F7-24F425074839
DataCacheIdstring

拷贝到新的地域后,生成的数据缓存 ID。

示例值:edc-bp1423y6d7v7l6ua****

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
Account.Arrearage
Your account has an outstanding payment.诊断
400
DryRunOperation
Request validation has been passed with DryRun flag set.诊断
400
InvalidParameter.CPU.Memory
The specified cpu and memory are not allowed诊断
400
IncorrectStatus
%s诊断
400
ServiceNotEnabled
%s诊断
400
DiskVolume.NotSupport
The disk volume is not supported.诊断
400
RamRole.NotSupport
The RAM role is not supported.诊断
400
ImageCache.IncorrectStatus
%s诊断
400
ImageCacheNotSupport
Image cache is not available for all users. If you want to enable this function, contact us.诊断
400
EipAddressPoolIpNotEnough
The ip address of specified PublicIpAddressPool is not enough.诊断
403
OperationDenied.VswZoneMisMatch
The specified VSwitchId is not in the specified Zone.诊断
403
QuotaExceeded
%s quota exceeded.诊断
403
Zone.NotOnSale
The specified zone is not available for purchase.诊断
403
Forbidden.RiskControl
This operation has been identified as an abnormal operation and cannot be processed.诊断
403
Forbidden.SubUser
The specified action is not available for you.诊断
403
Forbidden.OnlyForInvitedTest
Eci create action is only open to invited users during public beta.诊断
403
OperationDenied.SecurityGroupMisMatch
The specified VSwitchId and SecurityGroupId are not in the same VPC.诊断
403
InvalidVSwitchId.IpNotEnough
The specified VSwitch does not have enough IP addresses.诊断
403
Forbidden.UserBussinessStatus
This operation is not allowed, because you have overdue bills. Pay the overdue bill and try again.诊断
403
Forbidden.UserNotRealNameAuthentication
This operation is not allowed, because you have not passed the real-name verification.诊断
403
InvalidUser.PassRoleForbidden
The RAM user is not authorized to assume a RAM role.诊断
403
OperationDenied.NoStock
Sales of this resource are temporarily suspended in the specified zone. We recommend that you use the multi-zone creation function to avoid the risk of insufficient resource. For more information, see https://help.aliyun.com/document_detail/157290.html诊断
403
NoPermission
The RAM role AliyunECIContainerGroupRole does not belong to eci.aliyuncs.com. Please check and try again.诊断
403
SecurityRisk.3DVerification
We have detected a security risk with your default credit or debit card. Please proceed with verification via the link in your email.诊断
403
CreateServiceLinkedRole.Denied
Please make sure the account has ram:CreateServiceLinkedRole permission.诊断

变更历史

暂无变更历史

相关示例