Restarting Kafka Manager
Function
This API is used to restart Kafka Manager.
Debugging
You can use API Explorer to debug this API.
URI
PUT /v2/{project_id}/instances/{instance_id}/restart-kafka-manager
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Project ID. |
| instance_id | Yes | String | Instance ID. |
Request Parameters
None
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| result | String | Execution result. |
| instance_id | String | Instance ID. |
Example Requests
This API is used to restart Kafka Manager.
PUT https://{endpoint}/v2/{project_id}/instances/{instance_id}/restart-kafka-manager Example Responses
Status code: 200
Kafka Manager is reset successfully.
{
"result" : "success",
"instance_id" : "605cd78c-92dc-4335-8bae-43677f31fd6c"
} Status Codes
| Status Code | Description |
|---|---|
| 200 | Kafka Manager is reset successfully. |
Error Codes
See Error Codes.
Last Article: Resetting Kafka Manager Password
Next Article: Configuring Automatic Topic Creation
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.