{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - EtherLike-MIB",
    "description": "MIB data from `EtherLike-MIB` module.\n\n**Root containers:** 1 (EtherLike-MIB)\n**Paths:** 49 | **Descendants:** 48\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "EtherLike-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/EtherLike-MIB:EtherLike-MIB": {
      "get": {
        "summary": "Get EtherLike-MIB",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot3StatsTable": {
                      "type": "object",
                      "properties": {
                        "dot3StatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot3StatsIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3StatsAlignmentErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsFCSErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsSingleCollisionFrames": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsMultipleCollisionFrames": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsSQETestErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsDeferredTransmissions": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3StatsLateCollisions": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsExcessiveCollisions": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsInternalMacTransmitErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsCarrierSenseErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsFrameTooLongs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3StatsInternalMacReceiveErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsSymbolErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3StatsDuplexStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "dot3StatsRateControlAbility": {
                                "type": "boolean",
                                "example": true
                              },
                              "dot3StatsRateControlStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot3CollTable": {
                      "type": "object",
                      "properties": {
                        "dot3CollEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot3CollCount": {
                              "type": "integer",
                              "example": 10
                            },
                            "dot3CollFrequencies": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot3ControlTable": {
                      "type": "object",
                      "properties": {
                        "dot3ControlEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot3StatsIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3ControlFunctionsSupported": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3ControlInUnknownOpcodes": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3HCControlInUnknownOpcodes": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot3PauseTable": {
                      "type": "object",
                      "properties": {
                        "dot3PauseEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot3StatsIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3PauseAdminMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3PauseOperMode": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3InPauseFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3OutPauseFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3HCInPauseFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3HCOutPauseFrames": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot3HCStatsTable": {
                      "type": "object",
                      "properties": {
                        "dot3HCStatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot3StatsIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3HCStatsAlignmentErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3HCStatsFCSErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3HCStatsInternalMacTransmitErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3HCStatsFrameTooLongs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot3HCStatsInternalMacReceiveErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot3HCStatsSymbolErrors": {
                                "type": "string",
                                "example": "0"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:EtherLike-MIB": {
                    "dot3StatsTable": {
                      "dot3StatsEntry": [
                        {
                          "dot3StatsIndex": "configured-value",
                          "dot3StatsAlignmentErrors": "0",
                          "dot3StatsFCSErrors": "0",
                          "dot3StatsSingleCollisionFrames": "0",
                          "dot3StatsMultipleCollisionFrames": "0",
                          "dot3StatsSQETestErrors": "0",
                          "dot3StatsDeferredTransmissions": "configured-value",
                          "dot3StatsLateCollisions": "0",
                          "dot3StatsExcessiveCollisions": "0",
                          "dot3StatsInternalMacTransmitErrors": "0",
                          "dot3StatsCarrierSenseErrors": "0",
                          "dot3StatsFrameTooLongs": "configured-value",
                          "dot3StatsInternalMacReceiveErrors": "0",
                          "dot3StatsSymbolErrors": "0",
                          "dot3StatsDuplexStatus": "default",
                          "dot3StatsRateControlAbility": true,
                          "dot3StatsRateControlStatus": "default"
                        }
                      ]
                    },
                    "dot3CollTable": {
                      "dot3CollEntry": {
                        "ifIndex": "configured-value",
                        "dot3CollCount": 10,
                        "dot3CollFrequencies": "configured-value"
                      }
                    },
                    "dot3ControlTable": {
                      "dot3ControlEntry": [
                        {
                          "dot3StatsIndex": "configured-value",
                          "dot3ControlFunctionsSupported": "",
                          "dot3ControlInUnknownOpcodes": "configured-value",
                          "dot3HCControlInUnknownOpcodes": "configured-value"
                        }
                      ]
                    },
                    "dot3PauseTable": {
                      "dot3PauseEntry": [
                        {
                          "dot3StatsIndex": "configured-value",
                          "dot3PauseAdminMode": "default",
                          "dot3PauseOperMode": "default",
                          "dot3InPauseFrames": "configured-value",
                          "dot3OutPauseFrames": "configured-value",
                          "dot3HCInPauseFrames": "configured-value",
                          "dot3HCOutPauseFrames": "configured-value"
                        }
                      ]
                    },
                    "dot3HCStatsTable": {
                      "dot3HCStatsEntry": [
                        {
                          "dot3StatsIndex": "configured-value",
                          "dot3HCStatsAlignmentErrors": "0",
                          "dot3HCStatsFCSErrors": "0",
                          "dot3HCStatsInternalMacTransmitErrors": "0",
                          "dot3HCStatsFrameTooLongs": "configured-value",
                          "dot3HCStatsInternalMacReceiveErrors": "0",
                          "dot3HCStatsSymbolErrors": "0"
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve EtherLike-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable": {
      "get": {
        "summary": "Get dot3StatsTable",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot3StatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot3StatsIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3StatsAlignmentErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsFCSErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsSingleCollisionFrames": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsMultipleCollisionFrames": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsSQETestErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsDeferredTransmissions": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3StatsLateCollisions": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsExcessiveCollisions": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsInternalMacTransmitErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsCarrierSenseErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsFrameTooLongs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3StatsInternalMacReceiveErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsSymbolErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3StatsDuplexStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "dot3StatsRateControlAbility": {
                            "type": "boolean",
                            "example": true
                          },
                          "dot3StatsRateControlStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsTable": {
                    "dot3StatsEntry": [
                      {
                        "dot3StatsIndex": "configured-value",
                        "dot3StatsAlignmentErrors": "0",
                        "dot3StatsFCSErrors": "0",
                        "dot3StatsSingleCollisionFrames": "0",
                        "dot3StatsMultipleCollisionFrames": "0",
                        "dot3StatsSQETestErrors": "0",
                        "dot3StatsDeferredTransmissions": "configured-value",
                        "dot3StatsLateCollisions": "0",
                        "dot3StatsExcessiveCollisions": "0",
                        "dot3StatsInternalMacTransmitErrors": "0",
                        "dot3StatsCarrierSenseErrors": "0",
                        "dot3StatsFrameTooLongs": "configured-value",
                        "dot3StatsInternalMacReceiveErrors": "0",
                        "dot3StatsSymbolErrors": "0",
                        "dot3StatsDuplexStatus": "default",
                        "dot3StatsRateControlAbility": true,
                        "dot3StatsRateControlStatus": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry": {
      "get": {
        "summary": "Get dot3StatsEntry",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot3StatsIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3StatsAlignmentErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsFCSErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsSingleCollisionFrames": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsMultipleCollisionFrames": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsSQETestErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsDeferredTransmissions": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3StatsLateCollisions": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsExcessiveCollisions": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsInternalMacTransmitErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsCarrierSenseErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsFrameTooLongs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3StatsInternalMacReceiveErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsSymbolErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3StatsDuplexStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "dot3StatsRateControlAbility": {
                        "type": "boolean",
                        "example": true
                      },
                      "dot3StatsRateControlStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsEntry": [
                    {
                      "dot3StatsIndex": "configured-value",
                      "dot3StatsAlignmentErrors": "0",
                      "dot3StatsFCSErrors": "0",
                      "dot3StatsSingleCollisionFrames": "0",
                      "dot3StatsMultipleCollisionFrames": "0",
                      "dot3StatsSQETestErrors": "0",
                      "dot3StatsDeferredTransmissions": "configured-value",
                      "dot3StatsLateCollisions": "0",
                      "dot3StatsExcessiveCollisions": "0",
                      "dot3StatsInternalMacTransmitErrors": "0",
                      "dot3StatsCarrierSenseErrors": "0",
                      "dot3StatsFrameTooLongs": "configured-value",
                      "dot3StatsInternalMacReceiveErrors": "0",
                      "dot3StatsSymbolErrors": "0",
                      "dot3StatsDuplexStatus": "default",
                      "dot3StatsRateControlAbility": true,
                      "dot3StatsRateControlStatus": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsIndex": {
      "get": {
        "summary": "Get dot3StatsIndex",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsIndex",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsAlignmentErrors": {
      "get": {
        "summary": "Get dot3StatsAlignmentErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsAlignmentErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsAlignmentErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsAlignmentErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsFCSErrors": {
      "get": {
        "summary": "Get dot3StatsFCSErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsFCSErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsFCSErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsFCSErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsSingleCollisionFrames": {
      "get": {
        "summary": "Get dot3StatsSingleCollisionFrames",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsSingleCollisionFrames",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsSingleCollisionFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsSingleCollisionFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsMultipleCollisionFrames": {
      "get": {
        "summary": "Get dot3StatsMultipleCollisionFrames",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsMultipleCollisionFrames",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsMultipleCollisionFrames": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsMultipleCollisionFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsSQETestErrors": {
      "get": {
        "summary": "Get dot3StatsSQETestErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsSQETestErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsSQETestErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsSQETestErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsDeferredTransmissions": {
      "get": {
        "summary": "Get dot3StatsDeferredTransmissions",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsDeferredTransmissions",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsDeferredTransmissions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsDeferredTransmissions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsLateCollisions": {
      "get": {
        "summary": "Get dot3StatsLateCollisions",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsLateCollisions",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsLateCollisions": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsLateCollisions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsExcessiveCollisions": {
      "get": {
        "summary": "Get dot3StatsExcessiveCollisions",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsExcessiveCollisions",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsExcessiveCollisions": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsExcessiveCollisions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsInternalMacTransmitErrors": {
      "get": {
        "summary": "Get dot3StatsInternalMacTransmitErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsInternalMacTransmitErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsInternalMacTransmitErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsInternalMacTransmitErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsCarrierSenseErrors": {
      "get": {
        "summary": "Get dot3StatsCarrierSenseErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsCarrierSenseErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsCarrierSenseErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsCarrierSenseErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsFrameTooLongs": {
      "get": {
        "summary": "Get dot3StatsFrameTooLongs",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsFrameTooLongs",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsFrameTooLongs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsFrameTooLongs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsInternalMacReceiveErrors": {
      "get": {
        "summary": "Get dot3StatsInternalMacReceiveErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsInternalMacReceiveErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsInternalMacReceiveErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsInternalMacReceiveErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsSymbolErrors": {
      "get": {
        "summary": "Get dot3StatsSymbolErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsSymbolErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsSymbolErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsSymbolErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsDuplexStatus": {
      "get": {
        "summary": "Get dot3StatsDuplexStatus",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsDuplexStatus",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsDuplexStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsDuplexStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsRateControlAbility": {
      "get": {
        "summary": "Get dot3StatsRateControlAbility",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsRateControlAbility",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "EtherLike-MIB:dot3StatsRateControlAbility": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsRateControlAbility from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3StatsTable/dot3StatsEntry/dot3StatsRateControlStatus": {
      "get": {
        "summary": "Get dot3StatsRateControlStatus",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3StatsTable-dot3StatsEntry-dot3StatsRateControlStatus",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsRateControlStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsRateControlStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3CollTable": {
      "get": {
        "summary": "Get dot3CollTable",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3CollTable",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot3CollEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot3CollCount": {
                          "type": "integer",
                          "example": 10
                        },
                        "dot3CollFrequencies": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3CollTable": {
                    "dot3CollEntry": {
                      "ifIndex": "configured-value",
                      "dot3CollCount": 10,
                      "dot3CollFrequencies": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3CollTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3CollTable/dot3CollEntry": {
      "get": {
        "summary": "Get dot3CollEntry",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3CollTable-dot3CollEntry",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot3CollCount": {
                      "type": "integer",
                      "example": 10
                    },
                    "dot3CollFrequencies": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3CollEntry": {
                    "ifIndex": "configured-value",
                    "dot3CollCount": 10,
                    "dot3CollFrequencies": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3CollEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3CollTable/dot3CollEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3CollTable-dot3CollEntry-ifIndex",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3CollTable/dot3CollEntry/dot3CollCount": {
      "get": {
        "summary": "Get dot3CollCount",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3CollTable-dot3CollEntry-dot3CollCount",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "EtherLike-MIB:dot3CollCount": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3CollCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3CollTable/dot3CollEntry/dot3CollFrequencies": {
      "get": {
        "summary": "Get dot3CollFrequencies",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3CollTable-dot3CollEntry-dot3CollFrequencies",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3CollFrequencies": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3CollFrequencies from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3ControlTable": {
      "get": {
        "summary": "Get dot3ControlTable",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3ControlTable",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot3ControlEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot3StatsIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3ControlFunctionsSupported": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3ControlInUnknownOpcodes": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3HCControlInUnknownOpcodes": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3ControlTable": {
                    "dot3ControlEntry": [
                      {
                        "dot3StatsIndex": "configured-value",
                        "dot3ControlFunctionsSupported": "",
                        "dot3ControlInUnknownOpcodes": "configured-value",
                        "dot3HCControlInUnknownOpcodes": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3ControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3ControlTable/dot3ControlEntry": {
      "get": {
        "summary": "Get dot3ControlEntry",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3ControlTable-dot3ControlEntry",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot3StatsIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3ControlFunctionsSupported": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3ControlInUnknownOpcodes": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3HCControlInUnknownOpcodes": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3ControlEntry": [
                    {
                      "dot3StatsIndex": "configured-value",
                      "dot3ControlFunctionsSupported": "",
                      "dot3ControlInUnknownOpcodes": "configured-value",
                      "dot3HCControlInUnknownOpcodes": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3ControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3ControlTable/dot3ControlEntry/dot3StatsIndex": {
      "get": {
        "summary": "Get dot3StatsIndex",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3ControlTable-dot3ControlEntry-dot3StatsIndex",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3ControlTable/dot3ControlEntry/dot3ControlFunctionsSupported": {
      "get": {
        "summary": "Get dot3ControlFunctionsSupported",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3ControlTable-dot3ControlEntry-dot3ControlFunctionsSupported",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3ControlFunctionsSupported": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3ControlFunctionsSupported from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3ControlTable/dot3ControlEntry/dot3ControlInUnknownOpcodes": {
      "get": {
        "summary": "Get dot3ControlInUnknownOpcodes",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3ControlTable-dot3ControlEntry-dot3ControlInUnknownOpcodes",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3ControlInUnknownOpcodes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3ControlInUnknownOpcodes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3ControlTable/dot3ControlEntry/dot3HCControlInUnknownOpcodes": {
      "get": {
        "summary": "Get dot3HCControlInUnknownOpcodes",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3ControlTable-dot3ControlEntry-dot3HCControlInUnknownOpcodes",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3HCControlInUnknownOpcodes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCControlInUnknownOpcodes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3PauseTable": {
      "get": {
        "summary": "Get dot3PauseTable",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3PauseTable",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot3PauseEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot3StatsIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3PauseAdminMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3PauseOperMode": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3InPauseFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3OutPauseFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3HCInPauseFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3HCOutPauseFrames": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3PauseTable": {
                    "dot3PauseEntry": [
                      {
                        "dot3StatsIndex": "configured-value",
                        "dot3PauseAdminMode": "default",
                        "dot3PauseOperMode": "default",
                        "dot3InPauseFrames": "configured-value",
                        "dot3OutPauseFrames": "configured-value",
                        "dot3HCInPauseFrames": "configured-value",
                        "dot3HCOutPauseFrames": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3PauseTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3PauseTable/dot3PauseEntry": {
      "get": {
        "summary": "Get dot3PauseEntry",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3PauseTable-dot3PauseEntry",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot3StatsIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3PauseAdminMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3PauseOperMode": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3InPauseFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3OutPauseFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3HCInPauseFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3HCOutPauseFrames": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3PauseEntry": [
                    {
                      "dot3StatsIndex": "configured-value",
                      "dot3PauseAdminMode": "default",
                      "dot3PauseOperMode": "default",
                      "dot3InPauseFrames": "configured-value",
                      "dot3OutPauseFrames": "configured-value",
                      "dot3HCInPauseFrames": "configured-value",
                      "dot3HCOutPauseFrames": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3PauseEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3PauseTable/dot3PauseEntry/dot3StatsIndex": {
      "get": {
        "summary": "Get dot3StatsIndex",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3PauseTable-dot3PauseEntry-dot3StatsIndex",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3PauseTable/dot3PauseEntry/dot3PauseAdminMode": {
      "get": {
        "summary": "Get dot3PauseAdminMode",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3PauseTable-dot3PauseEntry-dot3PauseAdminMode",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3PauseAdminMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3PauseAdminMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3PauseTable/dot3PauseEntry/dot3PauseOperMode": {
      "get": {
        "summary": "Get dot3PauseOperMode",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3PauseTable-dot3PauseEntry-dot3PauseOperMode",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3PauseOperMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3PauseOperMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3PauseTable/dot3PauseEntry/dot3InPauseFrames": {
      "get": {
        "summary": "Get dot3InPauseFrames",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3PauseTable-dot3PauseEntry-dot3InPauseFrames",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3InPauseFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3InPauseFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3PauseTable/dot3PauseEntry/dot3OutPauseFrames": {
      "get": {
        "summary": "Get dot3OutPauseFrames",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3PauseTable-dot3PauseEntry-dot3OutPauseFrames",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3OutPauseFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3OutPauseFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3PauseTable/dot3PauseEntry/dot3HCInPauseFrames": {
      "get": {
        "summary": "Get dot3HCInPauseFrames",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3PauseTable-dot3PauseEntry-dot3HCInPauseFrames",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3HCInPauseFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCInPauseFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3PauseTable/dot3PauseEntry/dot3HCOutPauseFrames": {
      "get": {
        "summary": "Get dot3HCOutPauseFrames",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3PauseTable-dot3PauseEntry-dot3HCOutPauseFrames",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3HCOutPauseFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCOutPauseFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3HCStatsTable": {
      "get": {
        "summary": "Get dot3HCStatsTable",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3HCStatsTable",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot3HCStatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot3StatsIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3HCStatsAlignmentErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3HCStatsFCSErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3HCStatsInternalMacTransmitErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3HCStatsFrameTooLongs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot3HCStatsInternalMacReceiveErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot3HCStatsSymbolErrors": {
                            "type": "string",
                            "example": "0"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3HCStatsTable": {
                    "dot3HCStatsEntry": [
                      {
                        "dot3StatsIndex": "configured-value",
                        "dot3HCStatsAlignmentErrors": "0",
                        "dot3HCStatsFCSErrors": "0",
                        "dot3HCStatsInternalMacTransmitErrors": "0",
                        "dot3HCStatsFrameTooLongs": "configured-value",
                        "dot3HCStatsInternalMacReceiveErrors": "0",
                        "dot3HCStatsSymbolErrors": "0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3HCStatsTable/dot3HCStatsEntry": {
      "get": {
        "summary": "Get dot3HCStatsEntry",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3HCStatsTable-dot3HCStatsEntry",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot3StatsIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3HCStatsAlignmentErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3HCStatsFCSErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3HCStatsInternalMacTransmitErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3HCStatsFrameTooLongs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot3HCStatsInternalMacReceiveErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot3HCStatsSymbolErrors": {
                        "type": "string",
                        "example": "0"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3HCStatsEntry": [
                    {
                      "dot3StatsIndex": "configured-value",
                      "dot3HCStatsAlignmentErrors": "0",
                      "dot3HCStatsFCSErrors": "0",
                      "dot3HCStatsInternalMacTransmitErrors": "0",
                      "dot3HCStatsFrameTooLongs": "configured-value",
                      "dot3HCStatsInternalMacReceiveErrors": "0",
                      "dot3HCStatsSymbolErrors": "0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3HCStatsTable/dot3HCStatsEntry/dot3StatsIndex": {
      "get": {
        "summary": "Get dot3StatsIndex",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3HCStatsTable-dot3HCStatsEntry-dot3StatsIndex",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3StatsIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3StatsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3HCStatsTable/dot3HCStatsEntry/dot3HCStatsAlignmentErrors": {
      "get": {
        "summary": "Get dot3HCStatsAlignmentErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3HCStatsTable-dot3HCStatsEntry-dot3HCStatsAlignmentErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3HCStatsAlignmentErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCStatsAlignmentErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3HCStatsTable/dot3HCStatsEntry/dot3HCStatsFCSErrors": {
      "get": {
        "summary": "Get dot3HCStatsFCSErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3HCStatsTable-dot3HCStatsEntry-dot3HCStatsFCSErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3HCStatsFCSErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCStatsFCSErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3HCStatsTable/dot3HCStatsEntry/dot3HCStatsInternalMacTransmitErrors": {
      "get": {
        "summary": "Get dot3HCStatsInternalMacTransmitErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3HCStatsTable-dot3HCStatsEntry-dot3HCStatsInternalMacTransmitErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3HCStatsInternalMacTransmitErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCStatsInternalMacTransmitErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3HCStatsTable/dot3HCStatsEntry/dot3HCStatsFrameTooLongs": {
      "get": {
        "summary": "Get dot3HCStatsFrameTooLongs",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3HCStatsTable-dot3HCStatsEntry-dot3HCStatsFrameTooLongs",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "EtherLike-MIB:dot3HCStatsFrameTooLongs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCStatsFrameTooLongs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3HCStatsTable/dot3HCStatsEntry/dot3HCStatsInternalMacReceiveErrors": {
      "get": {
        "summary": "Get dot3HCStatsInternalMacReceiveErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3HCStatsTable-dot3HCStatsEntry-dot3HCStatsInternalMacReceiveErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3HCStatsInternalMacReceiveErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCStatsInternalMacReceiveErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/EtherLike-MIB:EtherLike-MIB/dot3HCStatsTable/dot3HCStatsEntry/dot3HCStatsSymbolErrors": {
      "get": {
        "summary": "Get dot3HCStatsSymbolErrors",
        "operationId": "get-EtherLike-MIB:EtherLike-MIB-dot3HCStatsTable-dot3HCStatsEntry-dot3HCStatsSymbolErrors",
        "tags": [
          "EtherLike-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "EtherLike-MIB:dot3HCStatsSymbolErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot3HCStatsSymbolErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "components": {
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic",
        "description": "RESTCONF basic authentication (RFC 8040)"
      }
    },
    "parameters": {
      "accept": {
        "name": "Accept",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string",
          "default": "application/yang-data+json"
        }
      },
      "depth": {
        "name": "depth",
        "in": "query",
        "required": false,
        "description": "Limit response depth (RFC 8040)",
        "schema": {
          "type": "string",
          "default": "unbounded"
        }
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ]
}
