Disable a node (dlbv3)

Use this operation to disable a specified node included in the device configuration.

When using this feature to set drain connections to a node (such as during a maintenance), you must monitor the node stats for connection details. See Show node statistics for more.

The request body is optional for the disable operation.

DELETE /{device_id}/nodes/{node_id}/configuration

Request body Optional

{
  "account_number": "<Account Number> (required)"
}

202 Response

The request has been accepted for processing.

{
    "status": 202,
    "timestamp": "2020-11-02 08:29:48.221513",
    "@type": "Event",
    "message": "Processing",
    "@ref": "{tenant-id}/loadbalancers/{device-id}/events/{event-id(str)}",
    "id": "{event-id(str)}"
}