Description
You can call this operation to migrate an arbitration service.
Call description
Prerequisites
You have the ARBITRATION:DELETE permission on the arbitration service.
Request path
POST /api/v2/arbitration/services/moveOut
Request parameters
None.
Response parameters
Basic data structure
| Parameter | Type | Description |
|---|---|---|
| successful | Boolean | Indicates whether the request was successful. |
| timestamp | Datetime | The timestamp when the server completed the request. |
| duration | Integer | The amount of time taken by the server to process the request, in milliseconds. |
| status | Integer | The HTTP status code. |
| traceId | String | The trace ID of the request. This trace ID is used for troubleshooting. |
| server | String | The address of the application server that responded to the request. |
Examples
Sample request
POST /api/v2/arbitration/services/moveOut
Sample response
{
"duration": 61,
"server": "6d952bd732",
"status": 200,
"successful": true,
"timestamp": "2024-12-23T21:53:34.472+08:00",
"traceId": "6d18b4fed27db7a4"
}