创建节点实例-CreateClusterNodeInstance

创建节点实例

Request Parameters

Parameter nameTypeDescriptionRequired
Regionstring地域。 参见 地域和可用区列表Yes
Zonestring可用区。参见 可用区列表Yes
ProjectIdstring项目ID。不填写为默认项目,子帐号必须填写。 请参考GetProjectList接口Yes
ClusterIdstring集群IdYes
SubnetIdstring子网IdYes
CPUint虚拟CPU核数, 单位:个,范围:[1,16],最小值为1,其他值是2的倍数, 默认值: 4No
Memoryint内存大小, 单位: MB, 范围[2048, 65536], 步长: 2048, 默认值: 8192No
DiskSpaceint数据盘大小, 单位: GB, 范围[0,1000], 步长: 10, 默认值: 60No
Namestring节点实例名称, 默认:NodeNo
NetworkIdstring网络Id, 默认:创建基础网络主机No
SecurityGroupIdstring防火墙Id, 默认:使用“Web服务器推荐”防火墙No
ChargeTypestring计费类型 Year, Month, Dynamic, 默认:MonthNo
Quantityint购买时长,默认:1,单位是ChargeType中所选的单位No
NodeTypestring主机类型 Normal:SSD: SSD机型) 默认:Normal,目前只支持NornalNo
VPCIdstringVPCIdNo

Response Elements

Parameter nameTypeDescriptionRequired
RetCodeint操作返回码Yes
Actionstring操作名称Yes
NodeIdstring节点实例IdYes

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"
}