Updated on 2025-12-29 GMT+08:00

Querying RabbitMQ Product vCPUs

Function

This API is used to query the number of vCPUs of a RabbitMQ product.

Calling Method

For details, see Calling APIs.

URI

GET /v2/rabbitmq/products/cores

Table 1 Query Parameters

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

  • c6.2u4g.single: flavor rabbitmq.2u4g.single

  • c6.4u8g.single: flavor rabbitmq.4u8g.single

  • c6.8u16g.single: flavor rabbitmq.8u16g.single

  • c6.16u32g.single: flavor rabbitmq.16u32g.single

  • c6.24u48g.single: flavor rabbitmq.24u48g.single

  • c6.2u4g.cluster: flavor rabbitmq.2u4g.cluster

  • c6.4u8g.cluster: flavor rabbitmq.4u8g.cluster

  • c6.8u16g.cluster: flavor rabbitmq.8u16g.cluster

  • c6.12u24g.cluster: flavor rabbitmq.12u24g.cluster

  • c6.16u32g.cluster: flavor rabbitmq.16u32g.cluster

  • c6.24u48g.cluster: flavor rabbitmq.24u48g.cluster

  • c6.32u64g.cluster: flavor rabbitmq.32u64g.cluster

Default Value

N/A

broker_num

Yes

String

Definition

Broker quantity.

Constraints

N/A

Range

  • 1

  • 3

  • 5

  • 7

Default Value

N/A

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

core_num

Integer

Definition

Number of cores.

Range

N/A

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/rabbitmq/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.