All Products
Search
Document Center

Microservices Engine:ListInstanceCount

Last Updated:Aug 12, 2024

Displays the number of nodes that can be deployed for an instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
mse:ListInstanceCountget
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ClusterTypestringNo

The type of the instance. Valid values: ZooKeeper and Nacos-Ans.

Nacos-Ans
MseVersionstringNo

The edition type of the instance. Valid values:

  • mse_dev: Developer Edition
  • mse_pro: Professional Edition
mse_pro
RegionIdstringNo

The ID of the region where the instance resides. Examples:

  • cn-hangzhou: China (Hangzhou)
  • cn-beijing: China (Beijing)
  • cn-shanghai: China (Shanghai)
  • cn-zhangjiakou: China (Zhangjiakou)
  • cn-shenzhen: China (Shenzhen)
cn-hangzhou
RequestParsstringNo

The extended request parameters in the JSON format.

{}
AcceptLanguagestringNo

The language of the response. Valid values:

  • zh: Chinese
  • en: English
zh

Response parameters

ParameterTypeDescriptionExample
object

The data structure.

RequestIdstring

The ID of the request.

316F5F64-F73D-42DC-8632-01E308B6****
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true
Codeinteger

The status code. A value of 200 is returned if the request is successful.

200
ErrorCodestring

The error code returned if the request failed. If the request failed, the ErrorCode parameter is returned. For more information, see the Error codes section of this topic.

mse-100-100
HttpStatusCodeinteger

The HTTP status code returned.

200
Messagestring

The returned message. If the request is successful, a success message is returned. If the request fails, an error message is returned.

The request was successfully processed.
DynamicCodestring

The dynamic part in the error message.

%s
DynamicMessagestring

The dynamic part in the error message. This parameter is used to replace %s in the ErrMessage parameter.

Note If the return value of the ErrMessage parameter is The Value of Input Parameter %s is not valid and the return value of the DynamicMessage parameter is DtsJobId, the specified DtsJobId parameter is invalid.
The specified parameter is invalid.
Dataarray

The data entries returned.

integer

The number of nodes that can be deployed for the instance of the current edition.

3

Examples

Sample success responses

JSONformat

{
  "RequestId": "316F5F64-F73D-42DC-8632-01E308B6****",
  "Success": true,
  "Code": 200,
  "ErrorCode": "mse-100-100",
  "HttpStatusCode": 200,
  "Message": "The request was successfully processed.\n",
  "DynamicCode": "%s",
  "DynamicMessage": "The specified parameter is invalid.",
  "Data": [
    3
  ]
}

Error codes

HTTP status codeError codeError messageDescription
400duplicatedClusterAliasNameduplicated cluster alias nameThe instance name is duplicate. User another name.
400illegalRequestillegal request:%sInvalid request: %s
403NoPermissionYou are not authorized to perform this operation:%sYou do not have the permission to use this interface:%s
404clusterNotFoundcluster not foundThe cluster is not found.
500systemErrorsystem errorAn error occurred on the system. Try again later.

For a list of error codes, visit the Service error codes.