Use this operation to update a specified node.
PUT /{device_id}/nodes/{node_id}
Request body
{
"account_number": "<Account Number>",
"ip": "<ip>",
"description": "<description>",
"port": "<port>",
"label": "<Node Label>",
"health_strategy": {},
"admin_state": "<enabled|disabled>"
"vendor_extensions": {},
"comment": "<comment>"
}
202 Response
The request has been accepted for processing.
{
"status": 202,
"timestamp": "2020-11-02 08:22:57.435683",
"@type": "Event",
"message": "Processing",
"@ref": "{tenant-id}/loadbalancers/{device-id}/events/{event-id(str)}",
"id": "{event-id(str)}"
}