/mgmt/status/default/EthernetMIIStatus GET

Use the HTTP GET method with the /mgmt/status/default/EthernetMIIStatus resource to request detailed statistics available for Ethernet MII registers on the appliance.

Resource URL

https://host:port/mgmt/status/default/EthernetMIIStatus
Where 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.
The caller must be authenticated as an appliance user. See Types of user and how they are authenticated for more information.
403
Not authorized.
The caller is authenticated but does not the authority to perform this action. See User authorization, credential mapping, and access profiles for more information.

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 from the Ethernet MII registers. Each object contains the following fields:
InterfaceIndex
Integer.
The value of the SNMP ifIndex column in the ifTable for this interface.
Name
String.
The name of the ethernet interface.
MauIndex
Integer.
The index of this particular MAU on this Ethernet interface.
Control
String.
The current read value of the MII control register on this MAU.
Status
String.
The current read value of the MII status register on this MAU.
PhyIdentifierHigh
String.
The current read value of the MII PHY identifier high register on this MAU.
PhyIdentifierLow
String.
The current read value of the MII PHY identifier low register on this MAU.
AutoNegAdvertisement
String.
The current read value of the MII auto-negotiation advertisement register on this MAU.
AutoNegLinkPartnerAbility
String.
The current read value of the MII auto-negotiation link partner base page ability register on this MAU.
AutoNegExpansion
String.
The current read value of the MII auto-negotiation expansion register on this MAU.
AutoNegNextPageTransmit
String.
The current read value of the MII auto-negotiation next page transmit register on this MAU.
AutoNegLinkPartnerRecNextPage
String.
The current read value of the MII auto-negotiation link partner received next page register on this MAU.
MasterSlaveControlRegister
String.
The current read value of the MII master slave control register on this MAU.
MasterSlaveStatusRegister
String.
The current read value of the MII master slave status register on this MAU.
PSEControl
String.
The current read value of the MII PSE control register on this MAU.
PSEStatus
String.
The current read value of the MII PSE status register on this MAU.
MMDAccessControl
String.
The current read value of the MII MMD access control register on this MAU.
MMDAccessAddressData
String.
The current read value of the MII MMD access address data register on this MAU.
ExtendedStatus
String.
The current read value of the MII extended status register on this MAU.
Vendor16
String.
The current read value of the MII vendor register 16 on this MAU.
Vendor17
String.
The current read value of the MII vendor register 17 on this MAU.
Vendor18
String.
The current read value of the MII vendor register 18 on this MAU.
Vendor19
String.
The current read value of the MII vendor register 19 on this MAU.
Vendor20
String.
The current read value of the MII vendor register 20 on this MAU.
Vendor21
String.
The current read value of the MII vendor register 21 on this MAU.
Vendor22
String.
The current read value of the MII vendor register 22 on this MAU.
Vendor23
String.
The current read value of the MII vendor register 23 on this MAU.
Vendor24
String.
The current read value of the MII vendor register 24 on this MAU.
Vendor25
String.
The current read value of the MII vendor register 25 on this MAU.
Vendor26
String.
The current read value of the MII vendor register 26 on this MAU.
Vendor27
String.
The current read value of the MII vendor register 27 on this MAU.
Vendor28
String.
The current read value of the MII vendor register 28 on this MAU.
Vendor29
String.
The current read value of the MII vendor register 29 on this MAU.
Vendor30
String.
The current read value of the MII vendor register 30 on this MAU.
Vendor31
String.
The current read value of the MII vendor register 31 on this MAU.

Examples

The following example requests the status of the ethernet MII registers.

The following URL is used with the HTTP GET method:
https://localhost:5554/mgmt/status/default/EthernetMIIStatus
The following listing shows sections from the received response:
{
  "_links": {
    "self": {
      "href": "/mgmt/status/default/EthernetMIIRegisterStatus"
    },
    "doc": {
      "href": "/mgmt/docs/status/EthernetMIIRegisterStatus"
    }
  },
  "EthernetMIIRegisterStatus": [
    {
      "InterfaceIndex": 4,
      "Name": "mgt0",
      "MauIndex": 1,
      "Control": "0x3140",
      "Status": "0x796D",
      "PhyIdentifierHigh": "0x0141",
      "PhyIdentifierLow": "0x0CB1",
      "AutoNegAdvertisement": "0x0DE1",
      "AutoNegLinkPartnerAbility": "0xC5E1",
      "AutoNegExpansion": "0x000D",
      "AutoNegNextPageTransmit": "",
      "AutoNegLinkPartnerRecNextPage": "",
      "MasterSlaveControlRegister": "0x0FE1",
      "MasterSlaveStatusRegister": "0x3800",
      "PSEControl": "",
      "PSEStatus": "",
      "MMDAccessControl": "",
      "MMDAccessAddressData": "",
      "ExtendedStatus": "0x3000",
      "Vendor16": "",
      "Vendor17": "",
      "Vendor18": "",
      "Vendor19": "",
      "Vendor20": "",
      "Vendor21": "",
      "Vendor22": "",
      "Vendor23": "",
      "Vendor24": "",
      "Vendor25": "",
      "Vendor26": "",
      "Vendor27": "",
      "Vendor28": "",
      "Vendor29": "",
      "Vendor30": "",
      "Vendor31": ""
    },
.......
     {
      "InterfaceIndex": 15,
      "Name": "eth17",
      "MauIndex": 1,
      "Control": "0x1840",
      "Status": "0x7949",
      "PhyIdentifierHigh": "0x0154",
      "PhyIdentifierLow": "0x03B1",
      "AutoNegAdvertisement": "0x0DE1",
      "AutoNegLinkPartnerAbility": "0x0000",
      "AutoNegExpansion": "0x0004",
      "AutoNegNextPageTransmit": "0x2001",
      "AutoNegLinkPartnerRecNextPage": "0x0000",
      "MasterSlaveControlRegister": "0x0600",
      "MasterSlaveStatusRegister": "0x0000",
      "PSEControl": "0x0000",
      "PSEStatus": "0x0000",
      "MMDAccessControl": "0x0000",
      "MMDAccessAddressData": "0x0000",
      "ExtendedStatus": "0x3000",
      "Vendor16": "0x0000",
      "Vendor17": "0x000A",
      "Vendor18": "0x840A",
      "Vendor19": "0x1041",
      "Vendor20": "0x0000",
      "Vendor21": "0x000C",
      "Vendor22": "0xFF08",
      "Vendor23": "0x3048",
      "Vendor24": "0x0000",
      "Vendor25": "0x0000",
      "Vendor26": "0x0300",
      "Vendor27": "0x0003",
      "Vendor28": "0x210A",
      "Vendor29": "0x1F55",
      "Vendor30": "0x0000",
      "Vendor31": "0x03FC"
    }
  ]
}