創建一個數據緩存。
接口說明
- 創建鏡像緩存涉及資源計費。建議您提前了解相關計費信息。更多信息,請參見數據緩存計費。
- 創建鏡像緩存前,您需要評估待緩存數據的大小,如果數據大小超過設置的緩存大小,將會創建失敗。
- 創建數據緩存時,系統將自動創建一個 ECI 實例和一塊 ESSD 云盤用于中轉創建數據緩存。創建過程中請勿刪除 ECI 實例和云盤,否則數據緩存將創建失敗。
- 創建數據緩存將生成對應的快照。請勿刪除快照,否則數據緩存將會失效。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
eci:CreateDataCache | create | *DataCache acs:eci:{#regionId}:{#accountId}:datacache/* |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
RegionId | string | 是 | 地域 ID。 | cn-hangzhou |
SecurityGroupId | string | 否 | 創建數據緩存過程中生成的 ECI 實例所屬的安全組 ID。 | sg-2ze81zoc3yl7a3we**** |
VSwitchId | string | 否 | 創建數據緩存過程中生成的 ECI 實例所屬的交換機 ID。 | vsw-bp1jrgfqqy54kg5hc**** |
Bucket | string | 否 | 數據的存儲空間。默認為 default。支持自定義,以便進行業務分組和避免路徑沖突。 說明
eci-system 為 ECI 保留空間,不可使用。
| default |
Path | string | 是 | 數據存儲的路徑。 | /model/test |
Name | string | 是 | 數據緩存名稱。 | test |
Size | integer | 否 | 數據緩存大小。單位為 GiB,默認為 20 GiB。請根據實際數據量評估所需大小。 | 30 |
DataSource | object | 否 | 數據源。 | |
Type | string | 否 | 數據源類型。取值范圍:
| URL |
Options | object | 否 | 數據源的配置參數。 | |
string | 否 | 數據源的配置參數。不同類型數據源要傳入的參數不同。各類型數據源及其配置參數說明,請參見創建數據緩存。 | { "#10#repoSource": "HuggingFace/Model", "#6#repoId": "stabilityai/stable-diffusion-2-1" } | |
RetentionDays | integer | 否 | 保留天數。過期會被清理。默認不過期。 | 7 |
Tag | array<object> | 否 | 數據緩存綁定的標簽列表。 | |
object | 否 | 數據緩存綁定的標簽列表。 | ||
Key | string | 否 | 標簽鍵。 | testkey |
Value | string | 否 | 標簽值。 | testvalue |
ResourceGroupId | string | 否 | 資源組 ID。 | rg-2df3isufhi38**** |
ClientToken | string | 否 | 保證請求冪等性。從您的客戶端生成一個參數值,確保不同請求間該參數值唯一。只支持 ASCII 字符,且不能超過 64 個字符。更多信息,請參見如何保證冪等性。 | 123e4567-****-12d3-****-426655440000 |
EipInstanceId | string | 否 | 綁定已有的彈性公網 IP(EIP)。 如果 VPC 沒有配置 NAT 網關,可以綁定 EIP,以便拉取公網數據。 | eip-uf66jeqopgqa9hdn**** |
EipCreateParam | object | 否 | 創建一個彈性公網 IP(EIP)并綁定。 如果 VPC 沒有配置 NAT 網關,可以綁定 EIP,以便拉取公網數據。 | |
Bandwidth | integer | 否 | EIP 帶寬。單位為 Mbps。默認為 5 Mbps。 | 10 |
CommonBandwidthPackage | string | 否 | 綁定已有的共享帶寬包。 | cbwp-2zeukbj916scmj51m**** |
InternetChargeType | string | 否 | EIP 的計量方式。取值范圍:
| PayByTraffic |
PublicIpAddressPoolId | string | 否 | IP 地址池 ID。 EIP 將從該 IP 地址池中分配。 IP 地址池功能默認不開放。如需使用,請在配額中心申請 IP 地址池功能權益配額。 | pippool-2vc4xdtjhwl4t0go5**** |
ISP | string | 否 | EIP 的線路類型。取值范圍:
| BGP |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "D81A4A13-6DCC-4579-AC62-90A6C3EC7BBC",
"DataCacheId": "edc-bp15l4vvys94oo******"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Account.Arrearage | Your account has an outstanding payment. | 賬號已經欠費。 |
400 | DryRunOperation | Request validation has been passed with DryRun flag set. | 此次DryRun預檢請求合格。 |
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. | ram實例角色不支持。 |
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. | 指定的eip公網地址池地址資源不足。 |
400 | DryRun.Success | This request is a dryrun request with successful result. | 該dryrun請求校驗已經通過。 |
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. | 創建實例的可用區已經關閉售賣,請更換其他可用區。或者無法在該可用區使用指定 VPC 的虛擬交換機。 |
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. | Eci公測階段只對受邀的用戶開放。 |
403 | OperationDenied.SecurityGroupMisMatch | The specified VSwitchId and SecurityGroupId are not in the same VPC. | 指定的交換機和安全組不在同一個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. | 子賬號用戶沒有權限使用RAM實例角色。 |
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 http://bestwisewords.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. | 請確保賬號擁有ram:CreateServiceLinkedRole權限。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-07-24 | OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更 | 查看變更詳情 |