Querying vCPUs of a RocketMQ Flavor
Function
This API is used to query the number of cores of a RocketMQ flavor.
Calling Method
For details, see Calling APIs.
URI
GET /v2/rocketmq/products/cores
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
instance_id |
No |
String |
Definition Instance ID. You can call the API for querying all instances to obtain the instance ID. The instance ID is in the response body. The instance ID is optional. total_extend_storage_space is returned only when the instance ID is entered in the response body. Constraints N/A Range N/A Default Value N/A |
|
product_id |
Yes |
String |
Definition Product ID. Constraints N/A Range
Default Value N/A |
|
broker_num |
Yes |
String |
Definition Number of brokers. Constraints N/A Range N/A Default Value 1 |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
core_num |
Integer |
Number of vCPUs. |
|
total_extend_storage_space |
Integer |
Definition Estimated storage space. If the entered broker_num is less than or equal to the actual value of the current instance, the storage space of the current instance is displayed. Otherwise, the estimated storage space of the instance with the entered broker_num is displayed. Range N/A |
Example Requests
GET https://{endpoint}/v2/rocketmq/products/cores?instance_id={instance_id}&product_id={product_id}&broker_num={broker_num}
Example Responses
Status code: 200
Successful
{
"core_num" : 100,
"total_extend_storage_space" : 300
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Successful |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank 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