Creates a data cache.
Operation description
Creating a data cache is a billable operation. Review the billing information before you proceed. For more information, see Data cache billing.
Before you create a data cache, evaluate the size of the data to be cached. If the data size exceeds the specified cache size, the creation will fail.
When you create a data cache, the system automatically creates an ECI instance and an ESSD disk. Do not delete the ECI instance or the disk during this process. Otherwise, the data cache creation will fail.
Creating a data cache generates a corresponding snapshot. Do not delete the snapshot. Otherwise, the data cache will become invalid.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eci:CreateDataCache |
create |
*DataCache
|
|
None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| SecurityGroupId |
string |
No |
The ID of the security group for the ECI instance that is generated during the data cache creation process. |
sg-2ze81zoc3yl7a3we**** |
| VSwitchId |
string |
No |
The ID of the vSwitch for the ECI instance that is generated during the data cache creation process. |
vsw-bp1jrgfqqy54kg5hc**** |
| Bucket |
string |
No |
The data storage bucket. The default value is default. You can specify a custom bucket to group services and prevent path conflicts. Note
eci-system is a reserved bucket for ECI and cannot be used. |
default |
| Path |
string |
No |
The path where the data is stored. |
/model/test |
| Name |
string |
No |
The name of the data cache. |
test |
| Size |
integer |
No |
The size of the data cache. Unit: GiB. The default value is 20 GiB. Evaluate the required size based on the actual amount of data. |
30 |
| DataSource |
object |
No |
The data source. |
|
| Type |
string |
No |
The type of the data source. Valid values:
Valid values:
|
URL |
| Options |
object |
No |
The parameters of the data source. |
|
|
string |
No |
The parameters of the data source. The parameters vary based on the data source type. For more information about data source types and their parameters, see Create a data cache. |
{ "#10#repoSource": "HuggingFace/Model", "#6#repoId": "stabilityai/stable-diffusion-2-1" } |
|
| RetentionDays |
integer |
No |
The number of days to retain the data cache. The data cache is cleared after it expires. By default, the data cache never expires. |
7 |
| Tag |
array<object> |
No |
The list of tags to attach to the data cache. |
|
|
object |
No |
The list of tags to attach to the data cache. |
||
| Key |
string |
No |
The tag key. |
testkey |
| Value |
string |
No |
The tag value. |
testvalue |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-2df3isufhi38**** |
| ClientToken |
string |
No |
A client token. It 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 idempotence. |
123e4567-****-12d3-****-426655440000 |
| EipInstanceId |
string |
No |
The ID of an existing elastic IP address (EIP) to be attached. If no NAT gateway is configured for the VPC, you can attach an EIP to pull data from the Internet. |
eip-uf66jeqopgqa9hdn**** |
| EipCreateParam |
object |
No |
The parameters for creating and attaching an EIP. If no NAT gateway is configured for the VPC, you can attach an EIP to pull data from the Internet. |
|
| Bandwidth |
integer |
No |
The bandwidth of the EIP. Unit: Mbps. Default value: 5 Mbps. |
10 |
| CommonBandwidthPackage |
string |
No |
The ID of an existing Internet Shared Bandwidth instance. |
cbwp-2zeukbj916scmj51m**** |
| InternetChargeType |
string |
No |
The billing method of the EIP. Valid values:
|
PayByTraffic |
| PublicIpAddressPoolId |
string |
No |
The ID of the IP address pool. The EIP is allocated from the IP address pool. By default, the IP address pool feature is unavailable. To use this feature, apply for the privilege in Quota Center. |
pippool-2vc4xdtjhwl4t0go5**** |
| ISP |
string |
No |
The line type of the EIP. Valid values:
|
BGP |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
D81A4A13-6DCC-4579-AC62-90A6C3EC7BBC |
| DataCacheId |
string |
The data cache ID. |
edc-bp15l4vvys94oo****** |
Examples
Success response
JSON format
{
"RequestId": "D81A4A13-6DCC-4579-AC62-90A6C3EC7BBC",
"DataCacheId": "edc-bp15l4vvys94oo******"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | Account.Arrearage | Your account has an outstanding payment. | Your account has an outstanding payment. |
| 400 | DryRunOperation | Request validation has been passed with DryRun flag set. | 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 | The service on which this request depends has not been activated. Please activate and try again. |
| 400 | DiskVolume.NotSupport | The disk volume is not supported. | Disk volume does not support your structure. If you want to enable this function, contact us. |
| 400 | RamRole.NotSupport | The RAM role is not supported. | 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. | Container image cache is currently not available to all users. Submit a ticket if you need to use the feature. |
| 400 | EipAddressPoolIpNotEnough | The ip address of specified PublicIpAddressPool is not enough. | |
| 400 | DryRun.Success | This request is a dryrun request with successful result. | |
| 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. | 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://www.alibabacloud.com/help/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. | Please make sure the account has ram:CreateServiceLinkedRole permission. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.