DisableLinkAggregationHardwareOffload

Trigger this action to temporarily disable Link Aggregation hardware offload for the specified interface.

Use the HTTP POST method with the resource /mgmt/actionqueue/default, specifying a request payload with the following format:
{
  "DisableLinkAggregationHardwareOffload": {
    "Interface": "LinkAggregation_interface"
    }
}
Interface
String

Specifies the Link Aggregation interface.

Example

To disable hardware offload for the link aggregation interface LA203, post the following payload to https://yourhost:5554/mgmt/actionqueue/default:

{
  "DisableLinkAggregationHardwareOffload": {
    "Interface": "LA203"
    }
}