Restarting Brokers
Function
Restart brokers.
Calling Method
For details, see Calling APIs.
URI
POST /v2/{project_id}/{engine}/instances/{instance_id}/restart
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Definition Project ID. For details, see Obtaining a Project ID. Constraints N/A Range N/A Default Value N/A |
| engine | Yes | String | Definition Message engine type. Constraints N/A Range Default Value N/A |
| 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. Constraints N/A Range N/A Default Value N/A |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| nodes | Yes | Array of strings | Definition IDs of brokers. Constraints N/A Range N/A Default Value N/A |
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| instance_id | String | Definition Instance ID. Range N/A |
| nodes | Array of strings | Definition IDs of brokers. Range N/A |
| result | String | Definition Result. Range N/A |
Example Requests
Restart brokers.
POST https://{endpoint}/v2/{project_id}/{engine}/instances/{instance_id}/restart
{
"nodes" : [ "8abfa7b29e4c2c7e019e4d4100aa230f", "8abfa7b29e4c2c7e019e4d40fda6230e", "8abfa7b29e4c2c7e019e4d4103862310" ]
} Example Responses
Status code: 200
Successful
{
"instance_id" : "68fdc9a8-805e-439d-8dd9-25adc1c58bf6",
"nodes" : [ "8abfa7b29e4c2c7e019e4d4100aa230f", "8abfa7b29e4c2c7e019e4d40fda6230e", "8abfa7b29e4c2c7e019e4d4103862310" ],
"result" : "success"
} Status Codes
| Status Code | Description |
|---|---|
| 200 | Successful |
Error Codes
See Error Codes.
What is your overall rating for this page?
Thank 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