Adds information about a cluster.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:CreateResource |
create |
*Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterName |
string |
Yes |
The name of the cluster. |
tre-1 |
| ClusterDesc |
string |
No |
The description of the cluster. |
cluster1 |
| ClusterId |
string |
Yes |
The ID of the cluster. |
ehpc-sh-fj71c0ycfw |
| MachineTypes |
object |
Yes |
The machine types. |
|
| MemoryInfo |
string |
No |
The memory information. |
32x 64GB DDR4 4800 Memory |
| Type |
string |
No |
The type. |
Private |
| BondNum |
integer |
No |
The number of network bonds. |
5 |
| NodeCount |
integer |
No |
The number of nodes. |
1 |
| CpuInfo |
string |
Yes |
The CPU information. |
2x Intel Saphhire Rapid 8469C 48C CPU |
| NetworkInfo |
string |
No |
The network information. |
1x 200Gbps Dual Port BF3 DPU for VPC\\n4x 200Gbps Dual Port EIC |
| GpuInfo |
string |
Yes |
The GPU information. |
8x NVIDIA SXM4 80GB A100 GPU |
| DiskInfo |
string |
No |
The disk information. |
2x 480GB SATA SSD \n 4x 3.84TB NVMe SSD |
| NetworkMode |
string |
No |
The network mode. |
2 |
| Name |
string |
No |
The instance type name. |
efg1.nvga1n |
| UserAccessParam |
object |
Yes |
The user authorization parameters. |
|
| AccessId |
string |
Yes |
The user ID. |
dev |
| AccessKey |
string |
Yes |
The user key. |
test |
| WorkspaceId |
string |
Yes |
The workspace ID. |
1245688643 |
| Endpoint |
string |
Yes |
The endpoint. |
test |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
The resource object. |
||
| Data |
integer |
The data returned. |
[] |
| RequestId |
string |
The request ID. |
5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB |
| TotalCount |
integer |
The total number of entries. |
0 |
Examples
Success response
JSON format
{
"Data": 0,
"RequestId": "5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB",
"TotalCount": 0
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.