This API is used to query the number of vCPUs of a Kafka flavor.
GET /v2/kafka/products/cores
Parameter | Mandatory | Type | Description |
|---|---|---|---|
instance_id | Yes | 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 Broker quantity. Constraints N/A Range
Default Value N/A |
None
Status code: 200
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 |
GET https://{endpoint}/v2/kafka/products/cores?instance_id={instance_id}&product_id={product_id}&broker_num={broker_num}
Status code: 200
Successful
{"core_num" : 100,"total_extend_storage_space" : 300}
Status Code | Description |
|---|---|
200 | Successful |
See Error Codes.