Creates a cluster.
Try it now
Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
edas:CreateCluster |
create |
*NameSpace
|
None | None |
Request syntax
POST /pop/v5/resource/cluster HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| LogicalRegionId |
string |
No |
The custom namespace ID, in the format |
cn-beijing:td**** |
| ClusterName |
string |
Yes |
The name of the cluster. |
****_product_test2 |
| ClusterType |
integer |
Yes |
The type of the cluster. Valid values:
|
2 |
| NetworkMode |
integer |
Yes |
The network type of the cluster. Valid values:
|
2 |
| VpcId |
string |
No |
The VPC ID. Required when NetworkMode is set to 2. |
vpc-2zef6ob8mrlzv8x3q**** |
| OversoldFactor |
integer |
No |
This parameter is deprecated. The CPU overcommit ratio supported by a Docker cluster. Valid values:
|
2 |
| IaasProvider |
string |
No |
The Infrastructure as a Service (IaaS) provider for the cluster. When you use Alibaba Cloud, set the value to |
ALIYUN |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The HTTP status code. |
200 |
| Message |
string |
Additional information about the response. |
success |
| RequestId |
string |
The ID of the request. |
b197-40ab-9155-**** |
| Cluster |
object |
Details of the created cluster. |
|
| VpcId |
string |
The ID of the VPC. |
vpc-2zef6ob8mrlzv8x3q**** |
| OversoldFactor |
integer |
This parameter is deprecated. The CPU overcommit ratio supported by the Docker cluster. Valid values:
|
1 |
| NetworkMode |
integer |
The network type of the cluster. Valid values:
|
2 |
| IaasProvider |
string |
The IaaS provider for the cluster. |
ALIYUN |
| ClusterType |
integer |
The type of the cluster. Valid values:
|
2 |
| ClusterName |
string |
The name of the cluster. |
****_product_test2 |
| ClusterId |
string |
The ID of the cluster. |
8705ad13-5d86-47fc-b68f-257b59ed**** |
| RegionId |
string |
The ID of the region where the cluster resides. |
cn-beijing |
Examples
Success response
JSON format
{
"Code": 200,
"Message": "success",
"RequestId": "b197-40ab-9155-****",
"Cluster": {
"VpcId": "vpc-2zef6ob8mrlzv8x3q****",
"OversoldFactor": 1,
"NetworkMode": 2,
"IaasProvider": "ALIYUN",
"ClusterType": 2,
"ClusterName": "****_product_test2",
"ClusterId": "8705ad13-5d86-47fc-b68f-257b59ed****",
"RegionId": "cn-beijing"
}
}
Error codes
See Error CodesError Codes for a complete list.
Release notes
See Release NotesRelease Notes for a complete list.