Use this operation to enable the specified node included in the device configuration.
POST /{device_id}/nodes/{node_id}/configuration
Request body
{
"admin_state": "ENABLED"
}
OR
Request body for backward compatibility
{
"account_number": "<Account Number> (required)"
}
202 Response
The request has been accepted for processing.
{
"status": 202,
"timestamp": "2020-11-02 08:09:00.586497",
"@type": "Event",
"message": "Processing",
"@ref": "{tenant-id}/loadbalancers/{device-id}/events/{event-id(str)}",
"id": "{event-id(str)}"
}