Domain name for API request: mongodb.tencentcloudapi.com.
This API is used to query the purchasable instance specifications.
A maximum of 10 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeSpecInfo. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-25. |
Region | No | String | Common Params. This parameter is not required for this API. |
Zone | No | String | AZ to be queried |
Parameter Name | Type | Description |
---|---|---|
SpecInfoList | Array of SpecificationInfo | List of purchasable instance specifications |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: mongodb.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeSpecInfo
<Common request parameters>
{
"Zone": "xx"
}
{
"Response": {
"RequestId": "a8c7ade4-2d22-4f5e-9e71-f546f15e6d67",
"SpecInfoList": [
{
"Region": "ap-guangzhou",
"SpecItems": [
{
"ClusterType": 0,
"Conns": 1500,
"Cpu": 2,
"DefaultStorage": 25600,
"EngineName": "WiredTiger",
"MachineType": "HIO10G",
"MaxNodeNum": 3,
"MaxReplicateSetNodeNum": 5,
"MaxReplicateSetNum": 20,
"MaxStorage": 512000,
"Memory": 4096,
"MinNodeNum": 3,
"MinReplicateSetNodeNum": 3,
"MinReplicateSetNum": 2,
"MinStorage": 102400,
"MongoVersionCode": "MONGO_36_WT",
"MongoVersionValue": 4,
"Qps": 5000,
"SpecCode": "mongo.HIO10G.4g",
"Status": 1,
"Version": "3.6"
},
{
"ClusterType": 0,
"Conns": 1500,
"Cpu": 2,
"DefaultStorage": 25600,
"EngineName": "WiredTiger",
"MachineType": "HIO10G",
"MaxNodeNum": 3,
"MaxReplicateSetNodeNum": 5,
"MaxReplicateSetNum": 20,
"MaxStorage": 512000,
"Memory": 4096,
"MinNodeNum": 3,
"MinReplicateSetNodeNum": 3,
"MinReplicateSetNum": 2,
"MinStorage": 102400,
"MongoVersionCode": "MONGO_3_WT",
"MongoVersionValue": 2,
"Qps": 5000,
"SpecCode": "mongo.HIO10G.4g",
"Status": 1,
"Version": "3.2"
},
{
"ClusterType": 1,
"Conns": 15000,
"Cpu": 48,
"DefaultStorage": 4096000,
"EngineName": "WiredTiger",
"MachineType": "HIO10G",
"MaxNodeNum": 3,
"MaxReplicateSetNodeNum": 5,
"MaxReplicateSetNum": 20,
"MaxStorage": 6144000,
"Memory": 524288,
"MinNodeNum": 3,
"MinReplicateSetNodeNum": 3,
"MinReplicateSetNum": 2,
"MinStorage": 1536000,
"MongoVersionCode": "MONGO_36_WT",
"MongoVersionValue": 4,
"Qps": 42000,
"SpecCode": "mongo.HIO10G.512g",
"Status": 1,
"Version": "3.6"
}
],
"Zone": "ap-guangzhou-3"
}
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InvalidParameter.PermissionDenied | The current subaccount has no permission to perform this operation. |
InvalidParameterValue.RegionError | Invalid region |
InvalidParameterValue.ZoneError | Invalid availability zone |
本页内容是否解决了您的问题?