创建节点实例-CreateClusterNodeInstance
创建节点实例
Request Parameters
Parameter name | Type | Description | Required |
Region | string | 地域。 参见 地域和可用区列表 | Yes |
Zone | string | 可用区。参见 可用区列表 | Yes |
ProjectId | string | 项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口 | Yes |
ClusterId | string | 集群Id | Yes |
SubnetId | string | 子网Id | Yes |
CPU | int | 虚拟CPU核数, 单位:个,范围:[1,16],最小值为1,其他值是2的倍数, 默认值: 4 | No |
Memory | int | 内存大小, 单位: MB, 范围[2048, 65536], 步长: 2048, 默认值: 8192 | No |
DiskSpace | int | 数据盘大小, 单位: GB, 范围[0,1000], 步长: 10, 默认值: 60 | No |
Name | string | 节点实例名称, 默认:Node | No |
NetworkId | string | 网络Id, 默认:创建基础网络主机 | No |
SecurityGroupId | string | 防火墙Id, 默认:使用“Web服务器推荐”防火墙 | No |
ChargeType | string | 计费类型 Year, Month, Dynamic, 默认:Month | No |
Quantity | int | 购买时长,默认:1,单位是ChargeType中所选的单位 | No |
NodeType | string | 主机类型 Normal:SSD: SSD机型) 默认:Normal,目前只支持Nornal | No |
VPCId | string | VPCId | No |
Response Elements
Parameter name | Type | Description | Required |
RetCode | int | 操作返回码 | Yes |
Action | string | 操作名称 | Yes |
NodeId | string | 节点实例Id | Yes |
Request Example
https://api.ucloud.cn/?Action=CreateClusterNodeInstance &Region=cn-bj2 &Zone=cn-bj2-02 &ProjectId=org-xxx &ClusterId=cluster-xxx &SubnetId=subnet-xxx &CPU=4 &Memory=8192 &DiskSpace=60 &Name=node1 &ChargeType=Month &Quantity=1
Response Example
{ "RetCode": 0, "Action": "CreateClusterNodeInstanceResponse", "NodeId": "dnode-xxx" }