Use this operation to enable a virtual IP configured for a specified device.
POST /{device_id}/vips/{vip_id}/configuration
Request body
{
"admin_state": "ENABLED"
}
OR
Request body
{
"account_number": "<Account Number> (required)"
}
Response
The request has been accepted for processing.
{
"status": 202,
"timestamp": "2020-11-02 08:05:09.683313",
"@type": "Event",
"message": "Processing",
"@ref": "{tenant-id}/loadbalancers/{device-id}/events/{event-id(str)}",
"id": "{event-id(str)}"
}