Use this operation to add a specified node from the virtual IP configuration.
When you assign a node to a virtual IP, the following field is required: account_number
.
POST /{device_id}/vips/{vip_id}/nodes/{node_id}
Request body
{
"node_id": "<Node Id>"
}
OR
Request body for backward compatibility
{
"account_number": "<Account Number>"
}
Response
The request has been accepted for processing.
{
"status": 202,
"timestamp": "2020-11-02 07:58:55.506927",
"@type": "Event",
"message": "Processing",
"@ref": "{tenant-id}/loadbalancers/{device-id}/events/{event-id(str)}",
"id": "{event-id(str)}"
}