Querying Cluster Details - ShowClusterDetails
Function
This API is used to view the detailed information of a specified MRS cluster, including the cluster version, component list, node configuration, running status, and VPC network. This API is incompatible with Sahara.
Constraints
None
Debugging
You can debug this API in API Explorer. Automatic authentication is supported. API Explorer can automatically generate sample SDK code and supports sample SDK code debugging.
Authorization Information
Each account has all the permissions required to call all APIs, but IAM users must be assigned the required permissions.
- If you are using role/policy-based authorization, see Permissions Policies and Supported Actions for details on the required permissions.
- If you are using identity policy-based authorization, no identity policy-based permissions are required for calling this API.
URI
- Format
- Parameter description
Table 1 URI parameters Parameter
Mandatory
Type
Description
project_id
Yes
String
Definition
Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.
Constraints
N/A
Range
The value must consist of 1 to 64 characters. Only letters and digits are allowed.
Default Value
N/A
cluster_id
Yes
String
Definition
Cluster ID For details about how to obtain the cluster ID, see Obtaining a Cluster ID.
Constraints
N/A
Range
The value can contain 1 to 64 characters, including only letters, digits, underscores (_), and hyphens (-).
Default Value
N/A
Request Parameters
None
Response Parameters
| Parameter | Type | Description |
|---|---|---|
| cluster | Cluster object | Definition Cluster parameters. For details, see Table 3. Range N/A |
| Parameter | Type | Description |
|---|---|---|
| clusterId | String | Definition Cluster ID. Range N/A |
| clusterName | String | Definition Cluster name. Range N/A |
| totalNodeNum | String | Definition Total number of nodes deployed in the cluster. Range N/A |
| clusterState | String | Definition Cluster status. (The status is in English by default. When the X-Language request header is set to zh-cn, this field returns Chinese text.) Range
|
| stageDesc | String | Definition Cluster operation progress. (The status is in English by default. When the X-Language request header is set to zh-cn, this field returns Chinese text.) Range The cluster installation progress includes:
The cluster scale-out progress includes:
The cluster scale-in progress includes:
If the cluster installation, scale-out, or scale-in fails, stageDesc will display the failure cause. |
| createAt | String | Definition Cluster creation time, which is a 10-bit timestamp. Range N/A |
| updateAt | String | Definition Cluster update time, which is a 10-bit timestamp. Range N/A |
| chargingStartTime | String | Definition Billing start time, which is a 10-digit timestamp. Range N/A |
| billingType | String | Definition Cluster billing mode. Range
|
| dataCenter | String | Definition Cluster work region. Range N/A |
| vpc | String | Definition VPC name. Range N/A |
| vpcId | String | Definition VPC ID. Range N/A |
| duration | String | Definition Required duration of a yearly/monthly cluster, for example, one month. Range N/A |
| fee | String | Definition Cluster creation fee, which is automatically calculated. Range N/A |
| hadoopVersion | String | Definition Hadoop version. Range N/A |
| componentList | Array | Definition Component list. For details, see Table 4. Range N/A |
| externalIp | String | Definition External IP address This IP address is opened to the outside of the cluster as access to the active Master process. Range N/A |
| externalAlternateIp | String | Definition Backup external IP address. This IP address is used outside the cluster as access to the standby Master process. Range N/A |
| internalIp | String | Definition Internal IP address This IP address is used within the cluster as access to Master processes. Range N/A |
| deploymentId | String | Definition Cluster deployment ID. The ID is used by cloud services to query details about cluster deployment tasks. Range N/A |
| remark | String | Definition Cluster remarks. By default, this parameter is left blank. Range N/A |
| orderId | String | Definition Cluster creation order ID. Range N/A |
| azId | String | Definition AZ ID Range N/A |
| azName | String | Definition AZ name. Range N/A |
| azCode | String | Definition AZ name (en). Range N/A |
| availabilityZoneId | String | Definition Availability zone. Range N/A |
| instanceId | String | Definition Instance ID. Range N/A |
| vnc | String | Definition URI for remotely logging in to an ECS. Range N/A |
| tenantId | String | Definition Project ID. Range N/A |
| volumeSize | Integer | Definition Disk storage space. Range N/A |
| volumeType | String | Definition Disk type. Range
|
| subnetId | String | Definition Subnet ID. Range N/A |
| subnetName | String | Definition Subnet name. Range N/A |
| securityGroupsId | String | Definition Security group ID. Range N/A |
| slaveSecurityGroupsId | String | Definition Security group ID of a non-master node. Currently, one MRS cluster uses only one security group. Therefore, this field has been discarded. This field returns the same value as securityGroupsId does for compatibility consideration. Range N/A |
| bootstrapScripts | Array of BootstrapScript objects | Definition Bootstrap action script information. For more parameter description, see Table 6. Range N/A |
| safeMode | Integer | Definition Run mode of an MRS cluster. Range
|
| clusterVersion | String | Definition Cluster version. Range N/A |
| nodePublicCertName | String | Definition Name of the key file. Range N/A |
| masterNodeIp | String | Definition IP address of a Master node. Range N/A |
| privateIpFirst | String | Definition Preferred private IP address. Range N/A |
| errorInfo | String | Definition Error message. Range N/A |
| tags | String | Definition Tag information. Range N/A |
| masterNodeNum | String | Definition Number of Master nodes deployed in a cluster. Range N/A |
| coreNodeNum | String | Definition Number of Core nodes deployed in a cluster. Range N/A |
| masterNodeSize | String | Definition Instance specifications of a Master node. Range N/A |
| coreNodeSize | String | Definition Instance specifications of a Core node. Range N/A |
| masterNodeProductId | String | Definition Product ID of a Master node. Range N/A |
| masterNodeSpecId | String | Definition Specification ID of a Master node. Range N/A |
| coreNodeProductId | String | Definition Product ID of a Core node. Range N/A |
| coreNodeSpecId | String | Definition Specification ID of a Core node. Range N/A |
| masterDataVolumeType | String | Definition Data disk storage type of the Master node. Currently, SATA, SAS, and SSD are supported. Range
|
| masterDataVolumeSize | Integer | Definition Data disk storage space of the Master node. To increase data storage capacity, you can add disks at the same time when creating a cluster. Unit: GB. Range 100-32000 |
| masterDataVolumeCount | Integer | Definition Number of data disks of the Master node. Range The value can only be 1. |
| coreDataVolumeType | String | Definition Data disk storage type of the Core node. Currently, SATA, SAS, and SSD are supported. Range
|
| coreDataVolumeSize | Integer | Definition Data disk storage space of the Core node. To increase data storage capacity, you can add disks at the same time when creating a cluster. Unit: GB. Range 100-32000 |
| coreDataVolumeCount | Integer | Definition Number of data disks of the Core node. Range 1-10 |
| enterpriseProjectId | String | Definition Enterprise project ID Range N/A |
| isMrsManagerFinish | Boolean | Definition Whether MRS Manager installation is finished during cluster creation. Range
|
| clusterType | Integer | Definition Cluster type. Range
|
| logCollection | Integer | Definition Whether to collect logs when cluster installation fails Range
|
| periodType | Integer | Definition Whether the subscription type is yearly or monthly Range
|
| scale | String | Definition Node change status. If this parameter is left blank, no change operation has been performed on a cluster node. (The status is in English by default. When the X-Language request header is set to zh-cn, this field returns Chinese text.) Range
|
| nodeGroups | List<NodeGroup> | Definition List of Master, Core and Task nodes. For details about this parameter, see Table 5. Range N/A |
| taskNodeGroups | List<NodeGroup> | Definition List of Task nodes. For more parameter description, see Table 5. Range N/A |
| eipId | String | Definition Unique ID of the cluster EIP Range N/A |
| eipAddress | String | Definition IPv4 address of the cluster EIP. Range N/A |
| eipv6Address | String | Definition IPv6 address of the cluster EIP. This parameter is not returned when an IPv4 address is used. Range N/A |
| azCategory | Integer | Definition Type of the current AZ. Range |
| Parameter | Type | Description |
|---|---|---|
| componentId | String | Definition Component ID Range For example, the component_id of Hadoop is MRS 3.0.2_001, MRS 2.1.0_001, MRS 1.9.2_001, MRS 1.8.10_001. |
| componentName | String | Definition Component name. Range N/A |
| componentVersion | String | Definition Component version. Range N/A |
| componentDesc | String | Definition Component description. Range N/A |
| Parameter | Type | Description |
|---|---|---|
| GroupName | String | Definition Node group name. Range N/A |
| NodeNum | Integer | Definition Number of nodes. The value ranges from 0 to 500. The minimum number of Master and Core nodes is 1 and the total number of Core and Task nodes cannot exceed 500. Range 0-500 |
| NodeSize | String | Definition Instance specifications of a node. Range N/A |
| NodeSpecId | String | Definition Instance specification ID of a node. Range N/A |
| NodeProductId | String | Definition Instance product ID of a node. Range N/A |
| VmProductId | String | Definition VM specifications of a node. Range N/A |
| VmSpecCode | String | Definition VM specifications of a node. Range N/A |
| RootVolumeSize | Integer | Definition System disk size of a node. This parameter is not configurable and its default value is 40 GB. Range N/A |
| RootVolumeProductId | String | Definition System disk product ID of a node. Range N/A |
| RootVolumeType | String | Definition System disk type of a node. Range
|
| RootVolumeResourceSpecCode | String | Definition System disk product specifications of a node. Range N/A |
| RootVolumeResourceType | String | Definition System disk product type of a node. Range N/A |
| DataVolumeType | String | Definition Data disk storage type of a node. Currently, SATA, SAS, and SSD are supported. Range
|
| DataVolumeCount | Integer | Definition Number of data disks of a node. Range N/A |
| DataVolumeSize | Integer | Definition Data disk storage size of a node, in GB. Range N/A |
| DataVolumeProductId | String | Definition Data disk product ID of a node. Range N/A |
| DataVolumeResourceSpecCode | String | Definition Data disk specifications of a node. Range N/A |
| DataVolumeResourceType | String | Definition Data disk type of a node. Range N/A |
| Parameter | Type | Description |
|---|---|---|
| name | String | Definition Name of a bootstrap action script. Range The names of bootstrap action scripts in the same cluster must be unique. The value can contain 1 to 64 characters, including only letters, digits, underscores (_), and hyphens (-), and cannot start with a space. |
| uri | String | Definition Path of a bootstrap action script. Set this parameter to an OBS bucket path or a local VM path.
Range N/A |
| parameters | String | Definition Bootstrap action script parameters. Range N/A |
| nodes | Array String | Definition Type of a node where the bootstrap action script is executed. The value can be Master, Core, or Task. Range N/A |
| active_master | Boolean | Definition Whether the bootstrap action script runs only on active Master nodes. Range
|
| before_component_start | Boolean | Definition Time when the bootstrap action script is executed. Currently, the following two options are available: Before component start and After component start Range
|
| fail_action | String | Definition Whether to continue executing subsequent scripts and creating a cluster after the bootstrap action script fails to be executed. You are advised to set this parameter to continue in the commissioning phase so that the cluster can continue to be installed and started no matter whether the bootstrap action is successful. Range
|
| start_time | Long | Definition Execution time for a single bootstrap action script. The value is a Unix timestamp in seconds. Range N/A |
| state | String | Definition Running state of an individual bootstrap action script. Range
|
| action_stages | Array of strings | Definition Select the time when the bootstrap action script is executed.
Range N/A |
Example Request
GET /v1.1/{project_id}/cluster_infos/{cluster_id} Example response
Status code: 200
Cluster details are queried successfully.
{
"cluster" : {
"clusterId" : "bdb064ff-2855-4624-90d5-e9a6376abd6e",
"clusterName" : "c17022001",
"masterNodeNum" : "2",
"coreNodeNum" : "3",
"clusterState" : "scaling-in",
"stageDesc" : "Installing MRS Manager",
"createAt" : "1487570757",
"updateAt" : "1487668974",
"billingType" : "Metered",
"dataCenter" : "cn-hk1",
"vpc" : "vpc-autotest",
"vpcId" : "e2978efd-ca12-4058-9332-1ca0bfbab592",
"duration" : "0",
"fee" : "0",
"hadoopVersion" : "",
"masterNodeSize" : "s3.2xlarge.2.linux.bigdata",
"coreNodeSize" : "s3.2xlarge.2.linux.bigdata",
"componentList" : [ {
"componentId" : "MRS 3.2.0-LTS.1_001",
"componentName" : "Hadoop",
"componentVersion" : "3.1.1",
"componentDesc" : "A framework that allows for the distributed processing of large data sets across clusters."
}, {
"componentId" : "MRS 3.2.0-LTS.1_002",
"componentName" : "Spark",
"componentVersion" : "2.3.2",
"componentDesc" : "A fast and general engine for large-scale data processing."
}, {
"componentId" : "MRS 3.2.0-LTS.1_004",
"componentName" : "Hive",
"componentVersion" : "3.1.0",
"componentDesc" : "A data warehouse infrastructure that provides data summarization and ad hoc querying."
}, {
"componentId" : "MRS 3.2.0-LTS.1_003",
"componentName" : "HBase",
"componentVersion" : "2.1.1",
"componentDesc" : "A scalable, distributed database that supports structured data storage for large tables."
} ],
"externalIp" : "100.XXX.XXX.XXX",
"externalAlternateIp" : "100.XXX.XXX.XXX",
"internalIp" : "192.XXX.XXX.XXX",
"eipId" : "b16dd5eb-5e5b-486a-906a-2e8f6e814a7a",
"eipAddress" : "100.XXX.XXX.XXX",
"eipv6Address" : "2403:XXXX:XXXX::XXXX:XXXX",
"deploymentId" : "4ac46ca7-a488-4b91-82c2-e4d7aa9c40c2",
"remark" : "",
"orderId" : "null",
"azId" : "null",
"masterNodeProductId" : "b35cf2d2348a445ca74b32289a160882",
"masterNodeSpecId" : "8ab05e503b4c42abb304e2489560063b",
"coreNodeProductId" : "dc970349d128460e960a0c2b826c427c",
"coreNodeSpecId" : "cdc6035a249a40249312f5ef72a23cd7",
"azName" : "AZ1",
"instanceId" : "4ac46ca7-a488-4b91-82c2-e4d7aa9c40c2",
"vnc" : null,
"tenantId" : "3f99e3319a8943ceb15c584f3325d064",
"volumeSize" : "600",
"volumeType" : "SATA",
"subnetId" : "6b96eec3-4f8d-4c83-93e2-6ec625001d7c",
"subnetName" : "subnet-ftest",
"securityGroupsId" : "930e34e2-195d-401f-af07-0b64ea6603f8",
"slaveSecurityGroupsId" : "2ef3343e-3477-4a0d-80fe-4d874e4f81b8",
"bootstrapScripts" : [ {
"name" : "test1-success",
"uri" : "s3a://bootscript/script/simple/basic_success.sh",
"parameters" : "",
"nodes" : [ "master", "core" ],
"active_master" : true,
"fail_action" : "errorout",
"before_component_start" : true,
"state" : "SUCCESS",
"start_time" : 1527681083,
"action_stages" : [ "AFTER_SCALE_IN", "AFTER_SCALE_OUT" ]
} ],
"isMrsManagerFinish" : false,
"safeMode" : "1",
"clusterVersion" : "MRS 3.2.0-LTS.1",
"nodePublicCertName" : "myp",
"masterNodeIp" : "192.XXX.XXX.XXX",
"privateIpFirst" : "192.XXX.XXX.XXX",
"errorInfo" : null,
"tags" : "k1=v1,k2=v2,k3=v3",
"clusterType" : "",
"logCollection" : "1",
"nodeGroups" : [ {
"GroupName" : "master_node_default_group",
"NodeNum" : "1",
"NodeSize" : "s3.xlarge.2.linux.bigdata",
"NodeSpecId" : "cdc6035a249a40249312f5ef72a23cd7",
"VmProductId" : "",
"VmSpecCode" : null,
"NodeProductId" : "dc970349d128460e960a0c2b826c427c",
"RootVolumeSize" : "480",
"RootVolumeProductId" : "16c1dcf0897249758b1ec276d06e0572",
"RootVolumeType" : "SATA",
"RootVolumeResourceSpecCode" : "",
"RootVolumeResourceType" : "",
"DataVolumeType" : "SATA",
"DataVolumeCount" : "1",
"DataVolumeSize" : "600",
"DataVolumeProductId" : "16c1dcf0897249758b1ec276d06e0572",
"DataVolumeResourceSpecCode" : "",
"DataVolumeResourceType" : ""
}, {
"GroupName" : "core_node_analysis_group",
"NodeNum" : "1",
"NodeSize" : "s3.xlarge.2.linux.bigdata",
"NodeSpecId" : "cdc6035a249a40249312f5ef72a23cd7",
"VmProductId" : "",
"VmSpecCode" : null,
"NodeProductId" : "dc970349d128460e960a0c2b826c427c",
"RootVolumeSize" : "480",
"RootVolumeProductId" : "16c1dcf0897249758b1ec276d06e0572",
"RootVolumeType" : "SATA",
"RootVolumeResourceSpecCode" : "",
"RootVolumeResourceType" : "",
"DataVolumeType" : "SATA",
"DataVolumeCount" : "1",
"DataVolumeSize" : "600",
"DataVolumeProductId" : "16c1dcf0897249758b1ec276d06e0572",
"DataVolumeResourceSpecCode" : "",
"DataVolumeResourceType" : ""
}, {
"GroupName" : "task_node_analysis_group",
"NodeNum" : "1",
"NodeSize" : "s3.xlarge.2.linux.bigdata",
"NodeSpecId" : "cdc6035a249a40249312f5ef72a23cd7",
"VmProductId" : "",
"VmSpecCode" : null,
"NodeProductId" : "dc970349d128460e960a0c2b826c427c",
"RootVolumeSize" : "480",
"RootVolumeProductId" : "16c1dcf0897249758b1ec276d06e0572",
"RootVolumeType" : "SATA",
"RootVolumeResourceSpecCode" : "",
"RootVolumeResourceType" : "",
"DataVolumeType" : "SATA",
"DataVolumeCount" : "1",
"DataVolumeSize" : "600",
"DataVolumeProductId" : "16c1dcf0897249758b1ec276d06e0572",
"DataVolumeResourceSpecCode" : "",
"DataVolumeResourceType" : ""
} ],
"taskNodeGroups" : [ {
"GroupName" : "task_node_default_group",
"NodeNum" : "1",
"NodeSize" : "s3.xlarge.2.linux.bigdata",
"NodeSpecId" : "cdc6035a249a40249312f5ef72a23cd7",
"VmProductId" : "",
"VmSpecCode" : null,
"NodeProductId" : "dc970349d128460e960a0c2b826c427c",
"RootVolumeSize" : "480",
"RootVolumeProductId" : "16c1dcf0897249758b1ec276d06e0572",
"RootVolumeType" : "SATA",
"RootVolumeResourceSpecCode" : "",
"RootVolumeResourceType" : "",
"DataVolumeType" : "SATA",
"DataVolumeCount" : "1",
"DataVolumeSize" : "600",
"DataVolumeProductId" : "16c1dcf0897249758b1ec276d06e0572",
"DataVolumeResourceSpecCode" : "",
"DataVolumeResourceType" : ""
} ],
"masterDataVolumeType" : "SATA",
"masterDataVolumeSize" : "600",
"masterDataVolumeCount" : "1",
"coreDataVolumeType" : "SATA",
"coreDataVolumeSize" : "600",
"coreDataVolumeCount" : "1",
"periodType" : "0"
}
} SDK Sample Code
The SDK sample code is as follows.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | package com.huaweicloud.sdk.test; import com.huaweicloud.sdk.core.auth.ICredential; import com.huaweicloud.sdk.core.auth.BasicCredentials; import com.huaweicloud.sdk.core.exception.ConnectionException; import com.huaweicloud.sdk.core.exception.RequestTimeoutException; import com.huaweicloud.sdk.core.exception.ServiceResponseException; import com.huaweicloud.sdk.mrs.v1.region.MrsRegion; import com.huaweicloud.sdk.mrs.v1.*; import com.huaweicloud.sdk.mrs.v1.model.*; public class ShowClusterDetailsSolution { public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK"); String projectId = "{project_id}"; ICredential auth = new BasicCredentials() .withProjectId(projectId) .withAk(ak) .withSk(sk); MrsClient client = MrsClient.newBuilder() .withCredential(auth) .withRegion(MrsRegion.valueOf("<YOUR REGION>")) .build(); ShowClusterDetailsRequest request = new ShowClusterDetailsRequest(); request.withClusterId("{cluster_id}"); try { ShowClusterDetailsResponse response = client.showClusterDetails(request); System.out.println(response.toString()); } catch (ConnectionException e) { e.printStackTrace(); } catch (RequestTimeoutException e) { e.printStackTrace(); } catch (ServiceResponseException e) { e.printStackTrace(); System.out.println(e.getHttpStatusCode()); System.out.println(e.getRequestId()); System.out.println(e.getErrorCode()); System.out.println(e.getErrorMsg()); } } } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | # coding: utf-8 import os from huaweicloudsdkcore.auth.credentials import BasicCredentials from huaweicloudsdkmrs.v1.region.mrs_region import MrsRegion from huaweicloudsdkcore.exceptions import exceptions from huaweicloudsdkmrs.v1 import * if __name__ == "__main__": # The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. # In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak = os.environ["CLOUD_SDK_AK"] sk = os.environ["CLOUD_SDK_SK"] projectId = "{project_id}" credentials = BasicCredentials(ak, sk, projectId) client = MrsClient.new_builder() \ .with_credentials(credentials) \ .with_region(MrsRegion.value_of("<YOUR REGION>")) \ .build() try: request = ShowClusterDetailsRequest() request.cluster_id = "{cluster_id}" response = client.show_cluster_details(request) print(response) except exceptions.ClientRequestException as e: print(e.status_code) print(e.request_id) print(e.error_code) print(e.error_msg) |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | package main import ( "fmt" "github.com/huaweicloud/huaweicloud-sdk-go-v3/core/auth/basic" mrs "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/mrs/v1" "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/mrs/v1/model" region "github.com/huaweicloud/huaweicloud-sdk-go-v3/services/mrs/v1/region" ) func main() { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted during use to ensure security. // In this example, AK and SK are stored in environment variables for authentication. Before running this example, set environment variables CLOUD_SDK_AK and CLOUD_SDK_SK in the local environment ak := os.Getenv("CLOUD_SDK_AK") sk := os.Getenv("CLOUD_SDK_SK") projectId := "{project_id}" auth := basic.NewCredentialsBuilder(). WithAk(ak). WithSk(sk). WithProjectId(projectId). Build() client := mrs.NewMrsClient( mrs.MrsClientBuilder(). WithRegion(region.ValueOf("<YOUR REGION>")). WithCredential(auth). Build()) request := &model.ShowClusterDetailsRequest{} request.ClusterId = "{cluster_id}" response, err := client.ShowClusterDetails(request) if err == nil { fmt.Printf("%+v\n", response) } else { fmt.Println(err) } } |
For SDK sample code of more programming languages, see the Sample Code tab in API Explorer. SDK sample code can be automatically generated.
Status Codes
| Status Code | Description |
|---|---|
| 200 | Cluster details have been queried. |
Error Codes
See Error Codes.
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot