Enabling Kafka Instance Rebalancing Logging
Function
This API is used to enable Kafka instance rebalancing logging.
Calling Method
For details, see Calling APIs.
URI
POST /v2/kafka/{project_id}/instances/{instance_id}/log/rebalance-log
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Project ID. For details, see Obtaining a Project ID. |
| instance_id | Yes | String | Instance ID. |
Request Parameters
None
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| job_id | String | Task ID. |
Example Requests
POST https://{endpoint}/v2/kafka/{project_id}/instances/{instance_id}/log/rebalance-log Example Responses
Status code: 200
Successful
{
"job_id" : "8a2c259182ab0e9d0182ab1882560009"
} 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.