Removes a proxy node from a specified proxy cluster.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ClusterName | string | Yes | The name of the proxy cluster. | test |
Uuid | string | Yes | The UUID of the proxy node that you want to remove. The value starts with inet-proxy. | inet-proxy-d2d94e8b-bb25-4744-8004-1e08a53c**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7532B7EE-7CE7-5F4D-BF04-B12447DDCAE1"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalParameter | delete fail because,cluster proxy machine is online | - |
400 | DataNotExists | %s data not exist | - |
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the Service error codes.