/mgmt/status/default/LinkAggregationStatus GET
Use the HTTP GET method with the
/mgmt/status/default/ resource to request
statistics for aggregate interfaces.LinkAggregationStatus
Resource URL
https://host:port/mgmt/status/default/LinkAggregationStatusWhere
port is 5554 by default.Request headers
The following header must be sent with the request:
- Authorization
- This header must be sent to perform authentication.
Request body format
None.
Security requirements
The caller must be authenticated as an appliance user with sufficient authority. For more information about security, see Types of user and how they are authenticated and User authorization, credential mapping, and access profiles.
Response status codes
- 200
- Status information retrieved successfully.
- 400
- Invalid data provided.
- 401
- Not authenticated.
- 403
- Not authorized.
Response headers
- Content-Type
- This header is returned with a value of
application/json.
Response body format
The response is in JSON format. The response includes information about aggregated interfaces on
the appliance. Each object contains the following fields:
- Index
- Integer.
- Name
- String.
- MgmtName
- String.
- MTU
- Integer.
- Mode
- String.
- Status
- String.
- Primary
- String.
- Active
- Indicates the active link when the link aggregation mode is transmit-based load balancing or active-backup.
- LACPHashPolicy
- String.
- LACPDURate
- String.
- LACPSelectionPolicy
- String.
- LACPAggregatorID
- String.
- LACPNumPorts
- With the LACP aggregation mode, indicates the number of available ports for the active aggregator.
- LACPActorKey
- With the LACP aggregation mode, identifies the value of the operational key that the Actor assigned to the port.
- LACPPartnerKey
- String.
- LACPPartnerMAC
- String.
- MIIStatus
- String.
Examples
The following example requests information about aggregated interfaces on the appliance.
The following URL is used with the HTTP GET
method:
https://localhost:5554/mgmt/status/default/LinkAggregationStatusThe following listing shows an example received
response:
{
"_links": {
"self": {
"href": "/mgmt/status/default/LinkAggregationStatus"
},
"doc": {
"href": "/mgmt/docs/status/LinkAggregationStatus"
}
},
"result": "No status retrieved."
}