All Products
Search
Document Center

Elastic Container Instance:UpdateDataCache

Last Updated:Apr 15, 2024

Updates a data cache.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID.

cn-hangzhou
DataCacheIdstringNo

The data cache ID.

edc-bp1a7n7uawwwol******
SecurityGroupIdstringNo

The ID of the security group.

sg-2ze81zoc3yl7a3we****
VSwitchIdstringNo

The vSwitch ID.

vsw-2ze23nqzig8inprou****
BucketstringNo

The bucket in which the data cache is stored. Default value: default.

default
NamestringYes

The data cache name.

test
SizeintegerNo

The data cache size.

20
DataSourceobjectNo

The information about the data source.

TypestringNo

The type of the data source. Valid values:

  • URL
  • NAS
  • OSS
  • SNAPSHOT
NAS
OptionsobjectNo

The parameters that are configured for the data source.

stringNo

The parameters that are configured for the data source. The parameters to be specified vary based on the type of data sources. For more information about data sources and their parameters, see Create and manage a data cache.

{ "options": { "path": "/", "server": "0ce1f4****-or***.cn-hangzhou.nas.aliyuncs.com", "vers": "3", "options": "nolock,proto=tcp,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport" }, "type": "NAS" }
RetentionDaysintegerNo

The retention period for the data cache. The data cache is deleted after the retention period expires. By default, the data cache does not expire.

7
ResourceGroupIdstringNo

The resource group ID.

rg-acfmzw2jz2z****
Tagobject []No

The tags that are added to the data cache.

KeystringNo

The tag key.

testkey
ValuestringNo

The tag value.

testvalue
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request. You can use the client to generate a token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length. For more information, see How to ensure the idempotence.

2f22dc16-cad0-4d3f-87e5-91e604756547
EipInstanceIdstringNo

The ID of the elastic IP address (EIP). If no NAT gateway is configured for the virtual private cloud (VPC), you can bind an EIP to the elastic container instance to pull data from the Internet.

eip-2zedsm5mfl3uhdj2d****
EipCreateParamobjectNo

The elastic IP address (EIP) to be created and associated. If no NAT gateway is configured for the virtual private cloud (VPC), you can associate an EIP to pull data from the Internet.

BandwidthintegerNo

The bandwidth of the EIP. Unit: Mbit/s. Default value: 5.

10
CommonBandwidthPackagestringNo

The EIP bandwidth plan to be associated.

cbwp-2zeukbj916scmj51m****
InternetChargeTypestringNo

The metering method of the EIP. Valid values:

  • PayByBandwidth: pay-by-bandwidth
  • PayByTraffic: pay-by-data-transfer
PayByTraffic
PublicIpAddressPoolIdstringNo

The ID of the IP address pool. The EIP is allocated from the IP address pool. You cannot use the IP address pool feature by default. To use this feature, you must apply for the privilege in the Quota Center console.

pippool-bp187arfugi543y1s****
ISPstringNo

The line type of the EIP. Valid values:

  • BGP (default): BGP (Multi-ISP) line
  • BGP_PRO: BGP (Multi-ISP) Pro line
BGP

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

BD8BBB43-8E05-5F46-89A9-2512D8A324A2

Examples

Sample success responses

JSONformat

{
  "RequestId": "BD8BBB43-8E05-5F46-89A9-2512D8A324A2"
}

Error codes

HTTP status codeError codeError messageDescription
400Account.ArrearageYour account has an outstanding payment.Your account has an outstanding payment.
400DryRunOperationRequest validation has been passed with DryRun flag set.Request validation has been passed with DryRun flag set.
400InvalidParameter.CPU.MemoryThe specified cpu and memory are not allowed-
400IncorrectStatus%s-
400ServiceNotEnabled%sYou have not activated the service that is required for processing this request.
400DiskVolume.NotSupportThe disk volume is not supported.Disk volume does not support your structure. If you want to enable this function, contact us.
400RamRole.NotSupportThe RAM role is not supported.The RAM role is not supported.
400ImageCache.IncorrectStatus%s-
400ImageCacheNotSupportImage cache is not available for all users. If you want to enable this function, contact us.Container image cache is currently not available to all users. Submit a ticket if you need to use the feature.
400EipAddressPoolIpNotEnoughThe ip address of specified PublicIpAddressPool is not enough.-
403OperationDenied.VswZoneMisMatchThe specified VSwitchId is not in the specified Zone.-
403QuotaExceeded%s quota exceeded.-
403Zone.NotOnSaleThe specified zone is not available for purchase.-
403Forbidden.RiskControlThis operation has been identified as an abnormal operation and cannot be processed.-
403Forbidden.SubUserThe specified action is not available for you.The specified action is not available for you.
403Forbidden.OnlyForInvitedTestEci create action is only open to invited users during public beta.Eci create action is only open to invited users during public beta.
403OperationDenied.SecurityGroupMisMatchThe specified VSwitchId and SecurityGroupId are not in the same VPC.The specified VSwitchId and SecurityGroupId are not in the same VPC.
403InvalidVSwitchId.IpNotEnoughThe specified VSwitch does not have enough IP addresses.-
403Forbidden.UserBussinessStatusThis operation is not allowed, because you have overdue bills. Pay the overdue bill and try again.-
403Forbidden.UserNotRealNameAuthenticationThis operation is not allowed, because you have not passed the real-name verification.-
403InvalidUser.PassRoleForbiddenThe RAM user is not authorized to assume a RAM role.The RAM user is not authorized to assume a RAM role.
403OperationDenied.NoStockSales 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-
403NoPermissionThe RAM role AliyunECIContainerGroupRole does not belong to eci.aliyuncs.com. Please check and try again.-
403SecurityRisk.3DVerificationWe have detected a security risk with your default credit or debit card. Please proceed with verification via the link in your email.-
403CreateServiceLinkedRole.DeniedPlease make sure the account has ram:CreateServiceLinkedRole permission.Please make sure the account has ram:CreateServiceLinkedRole permission.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history