创建单机Memcache-CreateUMemcacheGroup
创建单机Memcache
Request Parameters
Parameter name | Type | Description | Required |
Region | string | 数据中心,参见 地域和可用区列表 | Yes |
Zone | string | 可用区, 参见 可用区列表 | Yes |
Name | string | 请求创建组的名称 范围[6-60] | Yes |
Size | int | 每个节点的内存大小,单位GB,默认1GB 目前仅支持1/2/4/8/16/32这几档 | No |
ConfigId | string | 配置ID,目前仅支持默认配置id 默认配置id:"9a891891-c245-4b66-bce8-67e59430d67c" | No |
Version | string | Memcache版本信息,默认为1.4.31 | No |
ChargeType | string | 计费模式,Year , Month, Dynamic 默认: Month | No |
Quantity | int | 购买时长,默认为1 | No |
ProjectId | string | 项目编号 | No |
CouponId | string | 代金券ID | No |
Tag | string | 业务组 默认:Default | No |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
GroupId | string | 创建的组ID | No |
Request Example
https://api.ucloud.cn/?Action=CreateUMemcacheGroup &Region=cn-east-01 &GroupName="memcache-test" &MemorySize=1 &Version="1.4.31" &ConfigId="03f58ca9-b64d-4bdd-abc7-c6b9a46fd801" &ChargeType="Year" &Quantity=1 &Tag=Default
Response Example
{ "Action": "CreateUMemcacheGroupResponse", "RetCode": 0, "GroupId": "00f9868c-c7f5-4852-9eac-d200b678f0e1" }