{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - TOKEN-RING-RMON-MIB",
    "description": "MIB data from `TOKEN-RING-RMON-MIB` module.\n\n**Root containers:** 1 (TOKEN-RING-RMON-MIB)\n**Paths:** 182 | **Descendants:** 181\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": "TOKEN-RING-RMON-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/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB": {
      "get": {
        "summary": "Get TOKEN-RING-RMON-MIB",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tokenRingMLStatsTable": {
                      "type": "object",
                      "properties": {
                        "tokenRingMLStatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "tokenRingMLStatsIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "tokenRingMLStatsDataSource": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsDropEvents": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsMacOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsMacPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsRingPurgeEvents": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsRingPurgePkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsBeaconEvents": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsBeaconTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "tokenRingMLStatsBeaconPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsClaimTokenEvents": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsClaimTokenPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsNAUNChanges": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsLineErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsInternalErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsBurstErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsACErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsAbortErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsLostFrameErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsCongestionErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsFrameCopiedErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsFrequencyErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsTokenErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsSoftErrorReports": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingMLStatsRingPollEvents": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingMLStatsStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "tokenRingPStatsTable": {
                      "type": "object",
                      "properties": {
                        "tokenRingPStatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "tokenRingPStatsIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "tokenRingPStatsDataSource": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDropEvents": {
                                "type": "string",
                                "example": "0"
                              },
                              "tokenRingPStatsDataOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataBroadcastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataMulticastPkts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPkts18to63Octets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPkts64to127Octets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPkts128to255Octets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPkts256to511Octets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPkts512to1023Octets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPkts1024to2047Octets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPkts2048to4095Octets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPkts4096to8191Octets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPkts8192to18000Octets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsDataPktsGreaterThan18000Octets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "tokenRingPStatsStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryTable": {
                      "type": "object",
                      "properties": {
                        "tokenRingMLHistoryEntry": {
                          "type": "object",
                          "properties": {
                            "tokenRingMLHistoryIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "tokenRingMLHistorySampleIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "tokenRingMLHistoryIntervalStart": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryDropEvents": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryMacOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryMacPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryRingPurgeEvents": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryRingPurgePkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryBeaconEvents": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryBeaconTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "tokenRingMLHistoryBeaconPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryClaimTokenEvents": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryClaimTokenPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryNAUNChanges": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryLineErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryInternalErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryBurstErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryACErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryAbortErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryLostFrameErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryCongestionErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryFrameCopiedErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryFrequencyErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryTokenErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistorySoftErrorReports": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingMLHistoryRingPollEvents": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingMLHistoryActiveStations": {
                              "type": "integer",
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryTable": {
                      "type": "object",
                      "properties": {
                        "tokenRingPHistoryEntry": {
                          "type": "object",
                          "properties": {
                            "tokenRingPHistoryIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "tokenRingPHistorySampleIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "tokenRingPHistoryIntervalStart": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDropEvents": {
                              "type": "string",
                              "example": "0"
                            },
                            "tokenRingPHistoryDataOctets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataBroadcastPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataMulticastPkts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPkts18to63Octets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPkts64to127Octets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPkts128to255Octets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPkts256to511Octets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPkts512to1023Octets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPkts1024to2047Octets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPkts2048to4095Octets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPkts4096to8191Octets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPkts8192to18000Octets": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "tokenRingPHistoryDataPktsGreaterThan18000Octets": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ringStationControlTable": {
                      "type": "object",
                      "properties": {
                        "ringStationControlEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ringStationControlIfIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "ringStationControlTableSize": {
                                "type": "integer",
                                "example": 1
                              },
                              "ringStationControlActiveStations": {
                                "type": "integer",
                                "example": 1
                              },
                              "ringStationControlRingState": {
                                "type": "string",
                                "example": "active"
                              },
                              "ringStationControlBeaconSender": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ringStationControlBeaconNAUN": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ringStationControlActiveMonitor": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ringStationControlOrderChanges": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ringStationControlOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ringStationControlStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ringStationTable": {
                      "type": "object",
                      "properties": {
                        "ringStationEntry": {
                          "type": "object",
                          "properties": {
                            "ringStationIfIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ringStationMacAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ringStationLastNAUN": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ringStationStationStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ringStationLastEnterTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "ringStationLastExitTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "ringStationDuplicateAddresses": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ringStationInLineErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationOutLineErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationInternalErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationInBurstErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationOutBurstErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationACErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationAbortErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationLostFrameErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationCongestionErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationFrameCopiedErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationFrequencyErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationTokenErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationInBeaconErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationOutBeaconErrors": {
                              "type": "string",
                              "example": "0"
                            },
                            "ringStationInsertions": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ringStationOrderTable": {
                      "type": "object",
                      "properties": {
                        "ringStationOrderEntry": {
                          "type": "object",
                          "properties": {
                            "ringStationOrderIfIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ringStationOrderOrderIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ringStationOrderMacAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ringStationConfigControlTable": {
                      "type": "object",
                      "properties": {
                        "ringStationConfigControlEntry": {
                          "type": "object",
                          "properties": {
                            "ringStationConfigControlIfIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ringStationConfigControlMacAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ringStationConfigControlRemove": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ringStationConfigControlUpdateStats": {
                              "type": "string",
                              "example": "2025-03-15"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ringStationConfigTable": {
                      "type": "object",
                      "properties": {
                        "ringStationConfigEntry": {
                          "type": "object",
                          "properties": {
                            "ringStationConfigIfIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ringStationConfigMacAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "ringStationConfigUpdateTime": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ringStationConfigLocation": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "ringStationConfigMicrocode": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "ringStationConfigGroupAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            },
                            "ringStationConfigFunctionalAddress": {
                              "type": "string",
                              "format": "byte",
                              "example": "10.1.1.1"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "sourceRoutingStatsTable": {
                      "type": "object",
                      "properties": {
                        "sourceRoutingStatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "sourceRoutingStatsIfIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "sourceRoutingStatsRingNumber": {
                                "type": "integer",
                                "example": 10
                              },
                              "sourceRoutingStatsInFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsOutFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsThroughFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsAllRoutesBroadcastFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsSingleRouteBroadcastFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsInOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsOutOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsThroughOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsAllRoutesBroadcastOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsSingleRoutesBroadcastOctets": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsLocalLLCFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStats1HopFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStats2HopsFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStats3HopsFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStats4HopsFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStats5HopsFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStats6HopsFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStats7HopsFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStats8HopsFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsMoreThan8HopsFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsOwner": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "sourceRoutingStatsStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB": {
                    "tokenRingMLStatsTable": {
                      "tokenRingMLStatsEntry": [
                        {
                          "tokenRingMLStatsIndex": 1,
                          "tokenRingMLStatsDataSource": "configured-value",
                          "tokenRingMLStatsDropEvents": "0",
                          "tokenRingMLStatsMacOctets": "configured-value",
                          "tokenRingMLStatsMacPkts": "configured-value",
                          "tokenRingMLStatsRingPurgeEvents": "configured-value",
                          "tokenRingMLStatsRingPurgePkts": "configured-value",
                          "tokenRingMLStatsBeaconEvents": "configured-value",
                          "tokenRingMLStatsBeaconTime": "10:30:45",
                          "tokenRingMLStatsBeaconPkts": "configured-value",
                          "tokenRingMLStatsClaimTokenEvents": "configured-value",
                          "tokenRingMLStatsClaimTokenPkts": "configured-value",
                          "tokenRingMLStatsNAUNChanges": "configured-value",
                          "tokenRingMLStatsLineErrors": "0",
                          "tokenRingMLStatsInternalErrors": "0",
                          "tokenRingMLStatsBurstErrors": "0",
                          "tokenRingMLStatsACErrors": "0",
                          "tokenRingMLStatsAbortErrors": "0",
                          "tokenRingMLStatsLostFrameErrors": "0",
                          "tokenRingMLStatsCongestionErrors": "0",
                          "tokenRingMLStatsFrameCopiedErrors": "0",
                          "tokenRingMLStatsFrequencyErrors": "0",
                          "tokenRingMLStatsTokenErrors": "0",
                          "tokenRingMLStatsSoftErrorReports": "0",
                          "tokenRingMLStatsRingPollEvents": "configured-value",
                          "tokenRingMLStatsOwner": "configured-value",
                          "tokenRingMLStatsStatus": "active"
                        }
                      ]
                    },
                    "tokenRingPStatsTable": {
                      "tokenRingPStatsEntry": [
                        {
                          "tokenRingPStatsIndex": 1,
                          "tokenRingPStatsDataSource": "configured-value",
                          "tokenRingPStatsDropEvents": "0",
                          "tokenRingPStatsDataOctets": "configured-value",
                          "tokenRingPStatsDataPkts": "configured-value",
                          "tokenRingPStatsDataBroadcastPkts": "configured-value",
                          "tokenRingPStatsDataMulticastPkts": "configured-value",
                          "tokenRingPStatsDataPkts18to63Octets": "configured-value",
                          "tokenRingPStatsDataPkts64to127Octets": "configured-value",
                          "tokenRingPStatsDataPkts128to255Octets": "configured-value",
                          "tokenRingPStatsDataPkts256to511Octets": "configured-value",
                          "tokenRingPStatsDataPkts512to1023Octets": "configured-value",
                          "tokenRingPStatsDataPkts1024to2047Octets": "configured-value",
                          "tokenRingPStatsDataPkts2048to4095Octets": "configured-value",
                          "tokenRingPStatsDataPkts4096to8191Octets": "configured-value",
                          "tokenRingPStatsDataPkts8192to18000Octets": "configured-value",
                          "tokenRingPStatsDataPktsGreaterThan18000Octets": "configured-value",
                          "tokenRingPStatsOwner": "configured-value",
                          "tokenRingPStatsStatus": "active"
                        }
                      ]
                    },
                    "tokenRingMLHistoryTable": {
                      "tokenRingMLHistoryEntry": {
                        "tokenRingMLHistoryIndex": 1,
                        "tokenRingMLHistorySampleIndex": 1,
                        "tokenRingMLHistoryIntervalStart": "configured-value",
                        "tokenRingMLHistoryDropEvents": "0",
                        "tokenRingMLHistoryMacOctets": "configured-value",
                        "tokenRingMLHistoryMacPkts": "configured-value",
                        "tokenRingMLHistoryRingPurgeEvents": "configured-value",
                        "tokenRingMLHistoryRingPurgePkts": "configured-value",
                        "tokenRingMLHistoryBeaconEvents": "configured-value",
                        "tokenRingMLHistoryBeaconTime": "10:30:45",
                        "tokenRingMLHistoryBeaconPkts": "configured-value",
                        "tokenRingMLHistoryClaimTokenEvents": "configured-value",
                        "tokenRingMLHistoryClaimTokenPkts": "configured-value",
                        "tokenRingMLHistoryNAUNChanges": "configured-value",
                        "tokenRingMLHistoryLineErrors": "0",
                        "tokenRingMLHistoryInternalErrors": "0",
                        "tokenRingMLHistoryBurstErrors": "0",
                        "tokenRingMLHistoryACErrors": "0",
                        "tokenRingMLHistoryAbortErrors": "0",
                        "tokenRingMLHistoryLostFrameErrors": "0",
                        "tokenRingMLHistoryCongestionErrors": "0",
                        "tokenRingMLHistoryFrameCopiedErrors": "0",
                        "tokenRingMLHistoryFrequencyErrors": "0",
                        "tokenRingMLHistoryTokenErrors": "0",
                        "tokenRingMLHistorySoftErrorReports": "0",
                        "tokenRingMLHistoryRingPollEvents": "configured-value",
                        "tokenRingMLHistoryActiveStations": 1
                      }
                    },
                    "tokenRingPHistoryTable": {
                      "tokenRingPHistoryEntry": {
                        "tokenRingPHistoryIndex": 1,
                        "tokenRingPHistorySampleIndex": 1,
                        "tokenRingPHistoryIntervalStart": "configured-value",
                        "tokenRingPHistoryDropEvents": "0",
                        "tokenRingPHistoryDataOctets": "configured-value",
                        "tokenRingPHistoryDataPkts": "configured-value",
                        "tokenRingPHistoryDataBroadcastPkts": "configured-value",
                        "tokenRingPHistoryDataMulticastPkts": "configured-value",
                        "tokenRingPHistoryDataPkts18to63Octets": "configured-value",
                        "tokenRingPHistoryDataPkts64to127Octets": "configured-value",
                        "tokenRingPHistoryDataPkts128to255Octets": "configured-value",
                        "tokenRingPHistoryDataPkts256to511Octets": "configured-value",
                        "tokenRingPHistoryDataPkts512to1023Octets": "configured-value",
                        "tokenRingPHistoryDataPkts1024to2047Octets": "configured-value",
                        "tokenRingPHistoryDataPkts2048to4095Octets": "configured-value",
                        "tokenRingPHistoryDataPkts4096to8191Octets": "configured-value",
                        "tokenRingPHistoryDataPkts8192to18000Octets": "configured-value",
                        "tokenRingPHistoryDataPktsGreaterThan18000Octets": "configured-value"
                      }
                    },
                    "ringStationControlTable": {
                      "ringStationControlEntry": [
                        {
                          "ringStationControlIfIndex": 1,
                          "ringStationControlTableSize": 1,
                          "ringStationControlActiveStations": 1,
                          "ringStationControlRingState": "default",
                          "ringStationControlBeaconSender": "configured-value",
                          "ringStationControlBeaconNAUN": "configured-value",
                          "ringStationControlActiveMonitor": "configured-value",
                          "ringStationControlOrderChanges": "configured-value",
                          "ringStationControlOwner": "configured-value",
                          "ringStationControlStatus": "active"
                        }
                      ]
                    },
                    "ringStationTable": {
                      "ringStationEntry": {
                        "ringStationIfIndex": 1,
                        "ringStationMacAddress": "10.1.1.1",
                        "ringStationLastNAUN": "configured-value",
                        "ringStationStationStatus": "default",
                        "ringStationLastEnterTime": "10:30:45",
                        "ringStationLastExitTime": "10:30:45",
                        "ringStationDuplicateAddresses": "10.1.1.1",
                        "ringStationInLineErrors": "0",
                        "ringStationOutLineErrors": "0",
                        "ringStationInternalErrors": "0",
                        "ringStationInBurstErrors": "0",
                        "ringStationOutBurstErrors": "0",
                        "ringStationACErrors": "0",
                        "ringStationAbortErrors": "0",
                        "ringStationLostFrameErrors": "0",
                        "ringStationCongestionErrors": "0",
                        "ringStationFrameCopiedErrors": "0",
                        "ringStationFrequencyErrors": "0",
                        "ringStationTokenErrors": "0",
                        "ringStationInBeaconErrors": "0",
                        "ringStationOutBeaconErrors": "0",
                        "ringStationInsertions": "configured-value"
                      }
                    },
                    "ringStationOrderTable": {
                      "ringStationOrderEntry": {
                        "ringStationOrderIfIndex": 1,
                        "ringStationOrderOrderIndex": 1,
                        "ringStationOrderMacAddress": "10.1.1.1"
                      }
                    },
                    "ringStationConfigControlTable": {
                      "ringStationConfigControlEntry": {
                        "ringStationConfigControlIfIndex": 1,
                        "ringStationConfigControlMacAddress": "10.1.1.1",
                        "ringStationConfigControlRemove": "default",
                        "ringStationConfigControlUpdateStats": "default"
                      }
                    },
                    "ringStationConfigTable": {
                      "ringStationConfigEntry": {
                        "ringStationConfigIfIndex": 1,
                        "ringStationConfigMacAddress": "10.1.1.1",
                        "ringStationConfigUpdateTime": "configured-value",
                        "ringStationConfigLocation": "QmFzZTY0",
                        "ringStationConfigMicrocode": "QmFzZTY0",
                        "ringStationConfigGroupAddress": "QmFzZTY0",
                        "ringStationConfigFunctionalAddress": "QmFzZTY0"
                      }
                    },
                    "sourceRoutingStatsTable": {
                      "sourceRoutingStatsEntry": [
                        {
                          "sourceRoutingStatsIfIndex": 1,
                          "sourceRoutingStatsRingNumber": 10,
                          "sourceRoutingStatsInFrames": "configured-value",
                          "sourceRoutingStatsOutFrames": "configured-value",
                          "sourceRoutingStatsThroughFrames": "configured-value",
                          "sourceRoutingStatsAllRoutesBroadcastFrames": "configured-value",
                          "sourceRoutingStatsSingleRouteBroadcastFrames": "configured-value",
                          "sourceRoutingStatsInOctets": "configured-value",
                          "sourceRoutingStatsOutOctets": "configured-value",
                          "sourceRoutingStatsThroughOctets": "configured-value",
                          "sourceRoutingStatsAllRoutesBroadcastOctets": "configured-value",
                          "sourceRoutingStatsSingleRoutesBroadcastOctets": "configured-value",
                          "sourceRoutingStatsLocalLLCFrames": "configured-value",
                          "sourceRoutingStats1HopFrames": "configured-value",
                          "sourceRoutingStats2HopsFrames": "configured-value",
                          "sourceRoutingStats3HopsFrames": "configured-value",
                          "sourceRoutingStats4HopsFrames": "configured-value",
                          "sourceRoutingStats5HopsFrames": "configured-value",
                          "sourceRoutingStats6HopsFrames": "configured-value",
                          "sourceRoutingStats7HopsFrames": "configured-value",
                          "sourceRoutingStats8HopsFrames": "configured-value",
                          "sourceRoutingStatsMoreThan8HopsFrames": "configured-value",
                          "sourceRoutingStatsOwner": "configured-value",
                          "sourceRoutingStatsStatus": "active"
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve TOKEN-RING-RMON-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable": {
      "get": {
        "summary": "Get tokenRingMLStatsTable",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tokenRingMLStatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "tokenRingMLStatsIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "tokenRingMLStatsDataSource": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsDropEvents": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsMacOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsMacPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsRingPurgeEvents": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsRingPurgePkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsBeaconEvents": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsBeaconTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "tokenRingMLStatsBeaconPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsClaimTokenEvents": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsClaimTokenPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsNAUNChanges": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsLineErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsInternalErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsBurstErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsACErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsAbortErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsLostFrameErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsCongestionErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsFrameCopiedErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsFrequencyErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsTokenErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsSoftErrorReports": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingMLStatsRingPollEvents": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingMLStatsStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsTable": {
                    "tokenRingMLStatsEntry": [
                      {
                        "tokenRingMLStatsIndex": 1,
                        "tokenRingMLStatsDataSource": "configured-value",
                        "tokenRingMLStatsDropEvents": "0",
                        "tokenRingMLStatsMacOctets": "configured-value",
                        "tokenRingMLStatsMacPkts": "configured-value",
                        "tokenRingMLStatsRingPurgeEvents": "configured-value",
                        "tokenRingMLStatsRingPurgePkts": "configured-value",
                        "tokenRingMLStatsBeaconEvents": "configured-value",
                        "tokenRingMLStatsBeaconTime": "10:30:45",
                        "tokenRingMLStatsBeaconPkts": "configured-value",
                        "tokenRingMLStatsClaimTokenEvents": "configured-value",
                        "tokenRingMLStatsClaimTokenPkts": "configured-value",
                        "tokenRingMLStatsNAUNChanges": "configured-value",
                        "tokenRingMLStatsLineErrors": "0",
                        "tokenRingMLStatsInternalErrors": "0",
                        "tokenRingMLStatsBurstErrors": "0",
                        "tokenRingMLStatsACErrors": "0",
                        "tokenRingMLStatsAbortErrors": "0",
                        "tokenRingMLStatsLostFrameErrors": "0",
                        "tokenRingMLStatsCongestionErrors": "0",
                        "tokenRingMLStatsFrameCopiedErrors": "0",
                        "tokenRingMLStatsFrequencyErrors": "0",
                        "tokenRingMLStatsTokenErrors": "0",
                        "tokenRingMLStatsSoftErrorReports": "0",
                        "tokenRingMLStatsRingPollEvents": "configured-value",
                        "tokenRingMLStatsOwner": "configured-value",
                        "tokenRingMLStatsStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry": {
      "get": {
        "summary": "Get tokenRingMLStatsEntry",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry",
        "tags": [
          "TOKEN-RING-RMON-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": {
                      "tokenRingMLStatsIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "tokenRingMLStatsDataSource": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsDropEvents": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsMacOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsMacPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsRingPurgeEvents": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsRingPurgePkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsBeaconEvents": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsBeaconTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "tokenRingMLStatsBeaconPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsClaimTokenEvents": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsClaimTokenPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsNAUNChanges": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsLineErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsInternalErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsBurstErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsACErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsAbortErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsLostFrameErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsCongestionErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsFrameCopiedErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsFrequencyErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsTokenErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsSoftErrorReports": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingMLStatsRingPollEvents": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingMLStatsStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsEntry": [
                    {
                      "tokenRingMLStatsIndex": 1,
                      "tokenRingMLStatsDataSource": "configured-value",
                      "tokenRingMLStatsDropEvents": "0",
                      "tokenRingMLStatsMacOctets": "configured-value",
                      "tokenRingMLStatsMacPkts": "configured-value",
                      "tokenRingMLStatsRingPurgeEvents": "configured-value",
                      "tokenRingMLStatsRingPurgePkts": "configured-value",
                      "tokenRingMLStatsBeaconEvents": "configured-value",
                      "tokenRingMLStatsBeaconTime": "10:30:45",
                      "tokenRingMLStatsBeaconPkts": "configured-value",
                      "tokenRingMLStatsClaimTokenEvents": "configured-value",
                      "tokenRingMLStatsClaimTokenPkts": "configured-value",
                      "tokenRingMLStatsNAUNChanges": "configured-value",
                      "tokenRingMLStatsLineErrors": "0",
                      "tokenRingMLStatsInternalErrors": "0",
                      "tokenRingMLStatsBurstErrors": "0",
                      "tokenRingMLStatsACErrors": "0",
                      "tokenRingMLStatsAbortErrors": "0",
                      "tokenRingMLStatsLostFrameErrors": "0",
                      "tokenRingMLStatsCongestionErrors": "0",
                      "tokenRingMLStatsFrameCopiedErrors": "0",
                      "tokenRingMLStatsFrequencyErrors": "0",
                      "tokenRingMLStatsTokenErrors": "0",
                      "tokenRingMLStatsSoftErrorReports": "0",
                      "tokenRingMLStatsRingPollEvents": "configured-value",
                      "tokenRingMLStatsOwner": "configured-value",
                      "tokenRingMLStatsStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsIndex": {
      "get": {
        "summary": "Get tokenRingMLStatsIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsDataSource": {
      "get": {
        "summary": "Get tokenRingMLStatsDataSource",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsDataSource",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsDataSource": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsDataSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsDropEvents": {
      "get": {
        "summary": "Get tokenRingMLStatsDropEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsDropEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsDropEvents": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsDropEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsMacOctets": {
      "get": {
        "summary": "Get tokenRingMLStatsMacOctets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsMacOctets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsMacOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsMacOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsMacPkts": {
      "get": {
        "summary": "Get tokenRingMLStatsMacPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsMacPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsMacPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsMacPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsRingPurgeEvents": {
      "get": {
        "summary": "Get tokenRingMLStatsRingPurgeEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsRingPurgeEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsRingPurgeEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsRingPurgeEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsRingPurgePkts": {
      "get": {
        "summary": "Get tokenRingMLStatsRingPurgePkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsRingPurgePkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsRingPurgePkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsRingPurgePkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsBeaconEvents": {
      "get": {
        "summary": "Get tokenRingMLStatsBeaconEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsBeaconEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsBeaconEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsBeaconEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsBeaconTime": {
      "get": {
        "summary": "Get tokenRingMLStatsBeaconTime",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsBeaconTime",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsBeaconTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsBeaconTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsBeaconPkts": {
      "get": {
        "summary": "Get tokenRingMLStatsBeaconPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsBeaconPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsBeaconPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsBeaconPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsClaimTokenEvents": {
      "get": {
        "summary": "Get tokenRingMLStatsClaimTokenEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsClaimTokenEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsClaimTokenEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsClaimTokenEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsClaimTokenPkts": {
      "get": {
        "summary": "Get tokenRingMLStatsClaimTokenPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsClaimTokenPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsClaimTokenPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsClaimTokenPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsNAUNChanges": {
      "get": {
        "summary": "Get tokenRingMLStatsNAUNChanges",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsNAUNChanges",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsNAUNChanges": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsNAUNChanges from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsLineErrors": {
      "get": {
        "summary": "Get tokenRingMLStatsLineErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsLineErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsLineErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsLineErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsInternalErrors": {
      "get": {
        "summary": "Get tokenRingMLStatsInternalErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsInternalErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsInternalErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsInternalErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsBurstErrors": {
      "get": {
        "summary": "Get tokenRingMLStatsBurstErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsBurstErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsBurstErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsBurstErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsACErrors": {
      "get": {
        "summary": "Get tokenRingMLStatsACErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsACErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsACErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsACErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsAbortErrors": {
      "get": {
        "summary": "Get tokenRingMLStatsAbortErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsAbortErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsAbortErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsAbortErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsLostFrameErrors": {
      "get": {
        "summary": "Get tokenRingMLStatsLostFrameErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsLostFrameErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsLostFrameErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsLostFrameErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsCongestionErrors": {
      "get": {
        "summary": "Get tokenRingMLStatsCongestionErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsCongestionErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsCongestionErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsCongestionErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsFrameCopiedErrors": {
      "get": {
        "summary": "Get tokenRingMLStatsFrameCopiedErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsFrameCopiedErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsFrameCopiedErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsFrameCopiedErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsFrequencyErrors": {
      "get": {
        "summary": "Get tokenRingMLStatsFrequencyErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsFrequencyErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsFrequencyErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsFrequencyErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsTokenErrors": {
      "get": {
        "summary": "Get tokenRingMLStatsTokenErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsTokenErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsTokenErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsTokenErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsSoftErrorReports": {
      "get": {
        "summary": "Get tokenRingMLStatsSoftErrorReports",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsSoftErrorReports",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsSoftErrorReports": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsSoftErrorReports from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsRingPollEvents": {
      "get": {
        "summary": "Get tokenRingMLStatsRingPollEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsRingPollEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsRingPollEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsRingPollEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsOwner": {
      "get": {
        "summary": "Get tokenRingMLStatsOwner",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsOwner",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLStatsTable/tokenRingMLStatsEntry/tokenRingMLStatsStatus": {
      "get": {
        "summary": "Get tokenRingMLStatsStatus",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLStatsTable-tokenRingMLStatsEntry-tokenRingMLStatsStatus",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLStatsStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLStatsStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable": {
      "get": {
        "summary": "Get tokenRingPStatsTable",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tokenRingPStatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "tokenRingPStatsIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "tokenRingPStatsDataSource": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDropEvents": {
                            "type": "string",
                            "example": "0"
                          },
                          "tokenRingPStatsDataOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataBroadcastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataMulticastPkts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPkts18to63Octets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPkts64to127Octets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPkts128to255Octets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPkts256to511Octets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPkts512to1023Octets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPkts1024to2047Octets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPkts2048to4095Octets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPkts4096to8191Octets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPkts8192to18000Octets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsDataPktsGreaterThan18000Octets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "tokenRingPStatsStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsTable": {
                    "tokenRingPStatsEntry": [
                      {
                        "tokenRingPStatsIndex": 1,
                        "tokenRingPStatsDataSource": "configured-value",
                        "tokenRingPStatsDropEvents": "0",
                        "tokenRingPStatsDataOctets": "configured-value",
                        "tokenRingPStatsDataPkts": "configured-value",
                        "tokenRingPStatsDataBroadcastPkts": "configured-value",
                        "tokenRingPStatsDataMulticastPkts": "configured-value",
                        "tokenRingPStatsDataPkts18to63Octets": "configured-value",
                        "tokenRingPStatsDataPkts64to127Octets": "configured-value",
                        "tokenRingPStatsDataPkts128to255Octets": "configured-value",
                        "tokenRingPStatsDataPkts256to511Octets": "configured-value",
                        "tokenRingPStatsDataPkts512to1023Octets": "configured-value",
                        "tokenRingPStatsDataPkts1024to2047Octets": "configured-value",
                        "tokenRingPStatsDataPkts2048to4095Octets": "configured-value",
                        "tokenRingPStatsDataPkts4096to8191Octets": "configured-value",
                        "tokenRingPStatsDataPkts8192to18000Octets": "configured-value",
                        "tokenRingPStatsDataPktsGreaterThan18000Octets": "configured-value",
                        "tokenRingPStatsOwner": "configured-value",
                        "tokenRingPStatsStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry": {
      "get": {
        "summary": "Get tokenRingPStatsEntry",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry",
        "tags": [
          "TOKEN-RING-RMON-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": {
                      "tokenRingPStatsIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "tokenRingPStatsDataSource": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDropEvents": {
                        "type": "string",
                        "example": "0"
                      },
                      "tokenRingPStatsDataOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataBroadcastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataMulticastPkts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPkts18to63Octets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPkts64to127Octets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPkts128to255Octets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPkts256to511Octets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPkts512to1023Octets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPkts1024to2047Octets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPkts2048to4095Octets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPkts4096to8191Octets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPkts8192to18000Octets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsDataPktsGreaterThan18000Octets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "tokenRingPStatsStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsEntry": [
                    {
                      "tokenRingPStatsIndex": 1,
                      "tokenRingPStatsDataSource": "configured-value",
                      "tokenRingPStatsDropEvents": "0",
                      "tokenRingPStatsDataOctets": "configured-value",
                      "tokenRingPStatsDataPkts": "configured-value",
                      "tokenRingPStatsDataBroadcastPkts": "configured-value",
                      "tokenRingPStatsDataMulticastPkts": "configured-value",
                      "tokenRingPStatsDataPkts18to63Octets": "configured-value",
                      "tokenRingPStatsDataPkts64to127Octets": "configured-value",
                      "tokenRingPStatsDataPkts128to255Octets": "configured-value",
                      "tokenRingPStatsDataPkts256to511Octets": "configured-value",
                      "tokenRingPStatsDataPkts512to1023Octets": "configured-value",
                      "tokenRingPStatsDataPkts1024to2047Octets": "configured-value",
                      "tokenRingPStatsDataPkts2048to4095Octets": "configured-value",
                      "tokenRingPStatsDataPkts4096to8191Octets": "configured-value",
                      "tokenRingPStatsDataPkts8192to18000Octets": "configured-value",
                      "tokenRingPStatsDataPktsGreaterThan18000Octets": "configured-value",
                      "tokenRingPStatsOwner": "configured-value",
                      "tokenRingPStatsStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsIndex": {
      "get": {
        "summary": "Get tokenRingPStatsIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataSource": {
      "get": {
        "summary": "Get tokenRingPStatsDataSource",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataSource",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataSource": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataSource from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDropEvents": {
      "get": {
        "summary": "Get tokenRingPStatsDropEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDropEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDropEvents": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDropEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataOctets": {
      "get": {
        "summary": "Get tokenRingPStatsDataOctets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataOctets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPkts": {
      "get": {
        "summary": "Get tokenRingPStatsDataPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataBroadcastPkts": {
      "get": {
        "summary": "Get tokenRingPStatsDataBroadcastPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataBroadcastPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataBroadcastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataBroadcastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataMulticastPkts": {
      "get": {
        "summary": "Get tokenRingPStatsDataMulticastPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataMulticastPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataMulticastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataMulticastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPkts18to63Octets": {
      "get": {
        "summary": "Get tokenRingPStatsDataPkts18to63Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPkts18to63Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPkts18to63Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPkts18to63Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPkts64to127Octets": {
      "get": {
        "summary": "Get tokenRingPStatsDataPkts64to127Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPkts64to127Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPkts64to127Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPkts64to127Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPkts128to255Octets": {
      "get": {
        "summary": "Get tokenRingPStatsDataPkts128to255Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPkts128to255Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPkts128to255Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPkts128to255Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPkts256to511Octets": {
      "get": {
        "summary": "Get tokenRingPStatsDataPkts256to511Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPkts256to511Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPkts256to511Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPkts256to511Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPkts512to1023Octets": {
      "get": {
        "summary": "Get tokenRingPStatsDataPkts512to1023Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPkts512to1023Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPkts512to1023Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPkts512to1023Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPkts1024to2047Octets": {
      "get": {
        "summary": "Get tokenRingPStatsDataPkts1024to2047Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPkts1024to2047Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPkts1024to2047Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPkts1024to2047Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPkts2048to4095Octets": {
      "get": {
        "summary": "Get tokenRingPStatsDataPkts2048to4095Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPkts2048to4095Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPkts2048to4095Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPkts2048to4095Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPkts4096to8191Octets": {
      "get": {
        "summary": "Get tokenRingPStatsDataPkts4096to8191Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPkts4096to8191Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPkts4096to8191Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPkts4096to8191Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPkts8192to18000Octets": {
      "get": {
        "summary": "Get tokenRingPStatsDataPkts8192to18000Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPkts8192to18000Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPkts8192to18000Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPkts8192to18000Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsDataPktsGreaterThan18000Octets": {
      "get": {
        "summary": "Get tokenRingPStatsDataPktsGreaterThan18000Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsDataPktsGreaterThan18000Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsDataPktsGreaterThan18000Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsDataPktsGreaterThan18000Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsOwner": {
      "get": {
        "summary": "Get tokenRingPStatsOwner",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsOwner",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPStatsTable/tokenRingPStatsEntry/tokenRingPStatsStatus": {
      "get": {
        "summary": "Get tokenRingPStatsStatus",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPStatsTable-tokenRingPStatsEntry-tokenRingPStatsStatus",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPStatsStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPStatsStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable": {
      "get": {
        "summary": "Get tokenRingMLHistoryTable",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tokenRingMLHistoryEntry": {
                      "type": "object",
                      "properties": {
                        "tokenRingMLHistoryIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "tokenRingMLHistorySampleIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "tokenRingMLHistoryIntervalStart": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryDropEvents": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryMacOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryMacPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryRingPurgeEvents": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryRingPurgePkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryBeaconEvents": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryBeaconTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "tokenRingMLHistoryBeaconPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryClaimTokenEvents": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryClaimTokenPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryNAUNChanges": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryLineErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryInternalErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryBurstErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryACErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryAbortErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryLostFrameErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryCongestionErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryFrameCopiedErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryFrequencyErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryTokenErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistorySoftErrorReports": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingMLHistoryRingPollEvents": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingMLHistoryActiveStations": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryTable": {
                    "tokenRingMLHistoryEntry": {
                      "tokenRingMLHistoryIndex": 1,
                      "tokenRingMLHistorySampleIndex": 1,
                      "tokenRingMLHistoryIntervalStart": "configured-value",
                      "tokenRingMLHistoryDropEvents": "0",
                      "tokenRingMLHistoryMacOctets": "configured-value",
                      "tokenRingMLHistoryMacPkts": "configured-value",
                      "tokenRingMLHistoryRingPurgeEvents": "configured-value",
                      "tokenRingMLHistoryRingPurgePkts": "configured-value",
                      "tokenRingMLHistoryBeaconEvents": "configured-value",
                      "tokenRingMLHistoryBeaconTime": "10:30:45",
                      "tokenRingMLHistoryBeaconPkts": "configured-value",
                      "tokenRingMLHistoryClaimTokenEvents": "configured-value",
                      "tokenRingMLHistoryClaimTokenPkts": "configured-value",
                      "tokenRingMLHistoryNAUNChanges": "configured-value",
                      "tokenRingMLHistoryLineErrors": "0",
                      "tokenRingMLHistoryInternalErrors": "0",
                      "tokenRingMLHistoryBurstErrors": "0",
                      "tokenRingMLHistoryACErrors": "0",
                      "tokenRingMLHistoryAbortErrors": "0",
                      "tokenRingMLHistoryLostFrameErrors": "0",
                      "tokenRingMLHistoryCongestionErrors": "0",
                      "tokenRingMLHistoryFrameCopiedErrors": "0",
                      "tokenRingMLHistoryFrequencyErrors": "0",
                      "tokenRingMLHistoryTokenErrors": "0",
                      "tokenRingMLHistorySoftErrorReports": "0",
                      "tokenRingMLHistoryRingPollEvents": "configured-value",
                      "tokenRingMLHistoryActiveStations": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry": {
      "get": {
        "summary": "Get tokenRingMLHistoryEntry",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tokenRingMLHistoryIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "tokenRingMLHistorySampleIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "tokenRingMLHistoryIntervalStart": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryDropEvents": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryMacOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryMacPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryRingPurgeEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryRingPurgePkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryBeaconEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryBeaconTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "tokenRingMLHistoryBeaconPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryClaimTokenEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryClaimTokenPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryNAUNChanges": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryLineErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryInternalErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryBurstErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryACErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryAbortErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryLostFrameErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryCongestionErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryFrameCopiedErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryFrequencyErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryTokenErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistorySoftErrorReports": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingMLHistoryRingPollEvents": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingMLHistoryActiveStations": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryEntry": {
                    "tokenRingMLHistoryIndex": 1,
                    "tokenRingMLHistorySampleIndex": 1,
                    "tokenRingMLHistoryIntervalStart": "configured-value",
                    "tokenRingMLHistoryDropEvents": "0",
                    "tokenRingMLHistoryMacOctets": "configured-value",
                    "tokenRingMLHistoryMacPkts": "configured-value",
                    "tokenRingMLHistoryRingPurgeEvents": "configured-value",
                    "tokenRingMLHistoryRingPurgePkts": "configured-value",
                    "tokenRingMLHistoryBeaconEvents": "configured-value",
                    "tokenRingMLHistoryBeaconTime": "10:30:45",
                    "tokenRingMLHistoryBeaconPkts": "configured-value",
                    "tokenRingMLHistoryClaimTokenEvents": "configured-value",
                    "tokenRingMLHistoryClaimTokenPkts": "configured-value",
                    "tokenRingMLHistoryNAUNChanges": "configured-value",
                    "tokenRingMLHistoryLineErrors": "0",
                    "tokenRingMLHistoryInternalErrors": "0",
                    "tokenRingMLHistoryBurstErrors": "0",
                    "tokenRingMLHistoryACErrors": "0",
                    "tokenRingMLHistoryAbortErrors": "0",
                    "tokenRingMLHistoryLostFrameErrors": "0",
                    "tokenRingMLHistoryCongestionErrors": "0",
                    "tokenRingMLHistoryFrameCopiedErrors": "0",
                    "tokenRingMLHistoryFrequencyErrors": "0",
                    "tokenRingMLHistoryTokenErrors": "0",
                    "tokenRingMLHistorySoftErrorReports": "0",
                    "tokenRingMLHistoryRingPollEvents": "configured-value",
                    "tokenRingMLHistoryActiveStations": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryIndex": {
      "get": {
        "summary": "Get tokenRingMLHistoryIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistorySampleIndex": {
      "get": {
        "summary": "Get tokenRingMLHistorySampleIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistorySampleIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistorySampleIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistorySampleIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryIntervalStart": {
      "get": {
        "summary": "Get tokenRingMLHistoryIntervalStart",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryIntervalStart",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryIntervalStart": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryIntervalStart from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryDropEvents": {
      "get": {
        "summary": "Get tokenRingMLHistoryDropEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryDropEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryDropEvents": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryDropEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryMacOctets": {
      "get": {
        "summary": "Get tokenRingMLHistoryMacOctets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryMacOctets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryMacOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryMacOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryMacPkts": {
      "get": {
        "summary": "Get tokenRingMLHistoryMacPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryMacPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryMacPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryMacPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryRingPurgeEvents": {
      "get": {
        "summary": "Get tokenRingMLHistoryRingPurgeEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryRingPurgeEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryRingPurgeEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryRingPurgeEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryRingPurgePkts": {
      "get": {
        "summary": "Get tokenRingMLHistoryRingPurgePkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryRingPurgePkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryRingPurgePkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryRingPurgePkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryBeaconEvents": {
      "get": {
        "summary": "Get tokenRingMLHistoryBeaconEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryBeaconEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryBeaconEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryBeaconEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryBeaconTime": {
      "get": {
        "summary": "Get tokenRingMLHistoryBeaconTime",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryBeaconTime",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryBeaconTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryBeaconTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryBeaconPkts": {
      "get": {
        "summary": "Get tokenRingMLHistoryBeaconPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryBeaconPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryBeaconPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryBeaconPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryClaimTokenEvents": {
      "get": {
        "summary": "Get tokenRingMLHistoryClaimTokenEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryClaimTokenEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryClaimTokenEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryClaimTokenEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryClaimTokenPkts": {
      "get": {
        "summary": "Get tokenRingMLHistoryClaimTokenPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryClaimTokenPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryClaimTokenPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryClaimTokenPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryNAUNChanges": {
      "get": {
        "summary": "Get tokenRingMLHistoryNAUNChanges",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryNAUNChanges",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryNAUNChanges": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryNAUNChanges from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryLineErrors": {
      "get": {
        "summary": "Get tokenRingMLHistoryLineErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryLineErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryLineErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryLineErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryInternalErrors": {
      "get": {
        "summary": "Get tokenRingMLHistoryInternalErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryInternalErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryInternalErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryInternalErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryBurstErrors": {
      "get": {
        "summary": "Get tokenRingMLHistoryBurstErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryBurstErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryBurstErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryBurstErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryACErrors": {
      "get": {
        "summary": "Get tokenRingMLHistoryACErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryACErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryACErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryACErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryAbortErrors": {
      "get": {
        "summary": "Get tokenRingMLHistoryAbortErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryAbortErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryAbortErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryAbortErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryLostFrameErrors": {
      "get": {
        "summary": "Get tokenRingMLHistoryLostFrameErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryLostFrameErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryLostFrameErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryLostFrameErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryCongestionErrors": {
      "get": {
        "summary": "Get tokenRingMLHistoryCongestionErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryCongestionErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryCongestionErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryCongestionErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryFrameCopiedErrors": {
      "get": {
        "summary": "Get tokenRingMLHistoryFrameCopiedErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryFrameCopiedErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryFrameCopiedErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryFrameCopiedErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryFrequencyErrors": {
      "get": {
        "summary": "Get tokenRingMLHistoryFrequencyErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryFrequencyErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryFrequencyErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryFrequencyErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryTokenErrors": {
      "get": {
        "summary": "Get tokenRingMLHistoryTokenErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryTokenErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryTokenErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryTokenErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistorySoftErrorReports": {
      "get": {
        "summary": "Get tokenRingMLHistorySoftErrorReports",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistorySoftErrorReports",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistorySoftErrorReports": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistorySoftErrorReports from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryRingPollEvents": {
      "get": {
        "summary": "Get tokenRingMLHistoryRingPollEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryRingPollEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryRingPollEvents": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryRingPollEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingMLHistoryTable/tokenRingMLHistoryEntry/tokenRingMLHistoryActiveStations": {
      "get": {
        "summary": "Get tokenRingMLHistoryActiveStations",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingMLHistoryTable-tokenRingMLHistoryEntry-tokenRingMLHistoryActiveStations",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingMLHistoryActiveStations": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingMLHistoryActiveStations from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable": {
      "get": {
        "summary": "Get tokenRingPHistoryTable",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tokenRingPHistoryEntry": {
                      "type": "object",
                      "properties": {
                        "tokenRingPHistoryIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "tokenRingPHistorySampleIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "tokenRingPHistoryIntervalStart": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDropEvents": {
                          "type": "string",
                          "example": "0"
                        },
                        "tokenRingPHistoryDataOctets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataBroadcastPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataMulticastPkts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPkts18to63Octets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPkts64to127Octets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPkts128to255Octets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPkts256to511Octets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPkts512to1023Octets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPkts1024to2047Octets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPkts2048to4095Octets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPkts4096to8191Octets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPkts8192to18000Octets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "tokenRingPHistoryDataPktsGreaterThan18000Octets": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryTable": {
                    "tokenRingPHistoryEntry": {
                      "tokenRingPHistoryIndex": 1,
                      "tokenRingPHistorySampleIndex": 1,
                      "tokenRingPHistoryIntervalStart": "configured-value",
                      "tokenRingPHistoryDropEvents": "0",
                      "tokenRingPHistoryDataOctets": "configured-value",
                      "tokenRingPHistoryDataPkts": "configured-value",
                      "tokenRingPHistoryDataBroadcastPkts": "configured-value",
                      "tokenRingPHistoryDataMulticastPkts": "configured-value",
                      "tokenRingPHistoryDataPkts18to63Octets": "configured-value",
                      "tokenRingPHistoryDataPkts64to127Octets": "configured-value",
                      "tokenRingPHistoryDataPkts128to255Octets": "configured-value",
                      "tokenRingPHistoryDataPkts256to511Octets": "configured-value",
                      "tokenRingPHistoryDataPkts512to1023Octets": "configured-value",
                      "tokenRingPHistoryDataPkts1024to2047Octets": "configured-value",
                      "tokenRingPHistoryDataPkts2048to4095Octets": "configured-value",
                      "tokenRingPHistoryDataPkts4096to8191Octets": "configured-value",
                      "tokenRingPHistoryDataPkts8192to18000Octets": "configured-value",
                      "tokenRingPHistoryDataPktsGreaterThan18000Octets": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry": {
      "get": {
        "summary": "Get tokenRingPHistoryEntry",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "tokenRingPHistoryIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "tokenRingPHistorySampleIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "tokenRingPHistoryIntervalStart": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDropEvents": {
                      "type": "string",
                      "example": "0"
                    },
                    "tokenRingPHistoryDataOctets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataBroadcastPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataMulticastPkts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPkts18to63Octets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPkts64to127Octets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPkts128to255Octets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPkts256to511Octets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPkts512to1023Octets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPkts1024to2047Octets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPkts2048to4095Octets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPkts4096to8191Octets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPkts8192to18000Octets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "tokenRingPHistoryDataPktsGreaterThan18000Octets": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryEntry": {
                    "tokenRingPHistoryIndex": 1,
                    "tokenRingPHistorySampleIndex": 1,
                    "tokenRingPHistoryIntervalStart": "configured-value",
                    "tokenRingPHistoryDropEvents": "0",
                    "tokenRingPHistoryDataOctets": "configured-value",
                    "tokenRingPHistoryDataPkts": "configured-value",
                    "tokenRingPHistoryDataBroadcastPkts": "configured-value",
                    "tokenRingPHistoryDataMulticastPkts": "configured-value",
                    "tokenRingPHistoryDataPkts18to63Octets": "configured-value",
                    "tokenRingPHistoryDataPkts64to127Octets": "configured-value",
                    "tokenRingPHistoryDataPkts128to255Octets": "configured-value",
                    "tokenRingPHistoryDataPkts256to511Octets": "configured-value",
                    "tokenRingPHistoryDataPkts512to1023Octets": "configured-value",
                    "tokenRingPHistoryDataPkts1024to2047Octets": "configured-value",
                    "tokenRingPHistoryDataPkts2048to4095Octets": "configured-value",
                    "tokenRingPHistoryDataPkts4096to8191Octets": "configured-value",
                    "tokenRingPHistoryDataPkts8192to18000Octets": "configured-value",
                    "tokenRingPHistoryDataPktsGreaterThan18000Octets": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryIndex": {
      "get": {
        "summary": "Get tokenRingPHistoryIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistorySampleIndex": {
      "get": {
        "summary": "Get tokenRingPHistorySampleIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistorySampleIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistorySampleIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistorySampleIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryIntervalStart": {
      "get": {
        "summary": "Get tokenRingPHistoryIntervalStart",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryIntervalStart",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryIntervalStart": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryIntervalStart from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDropEvents": {
      "get": {
        "summary": "Get tokenRingPHistoryDropEvents",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDropEvents",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDropEvents": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDropEvents from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataOctets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataOctets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataOctets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPkts": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataBroadcastPkts": {
      "get": {
        "summary": "Get tokenRingPHistoryDataBroadcastPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataBroadcastPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataBroadcastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataBroadcastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataMulticastPkts": {
      "get": {
        "summary": "Get tokenRingPHistoryDataMulticastPkts",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataMulticastPkts",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataMulticastPkts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataMulticastPkts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPkts18to63Octets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPkts18to63Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPkts18to63Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPkts18to63Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPkts18to63Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPkts64to127Octets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPkts64to127Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPkts64to127Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPkts64to127Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPkts64to127Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPkts128to255Octets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPkts128to255Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPkts128to255Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPkts128to255Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPkts128to255Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPkts256to511Octets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPkts256to511Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPkts256to511Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPkts256to511Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPkts256to511Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPkts512to1023Octets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPkts512to1023Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPkts512to1023Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPkts512to1023Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPkts512to1023Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPkts1024to2047Octets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPkts1024to2047Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPkts1024to2047Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPkts1024to2047Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPkts1024to2047Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPkts2048to4095Octets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPkts2048to4095Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPkts2048to4095Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPkts2048to4095Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPkts2048to4095Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPkts4096to8191Octets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPkts4096to8191Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPkts4096to8191Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPkts4096to8191Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPkts4096to8191Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPkts8192to18000Octets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPkts8192to18000Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPkts8192to18000Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPkts8192to18000Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPkts8192to18000Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/tokenRingPHistoryTable/tokenRingPHistoryEntry/tokenRingPHistoryDataPktsGreaterThan18000Octets": {
      "get": {
        "summary": "Get tokenRingPHistoryDataPktsGreaterThan18000Octets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-tokenRingPHistoryTable-tokenRingPHistoryEntry-tokenRingPHistoryDataPktsGreaterThan18000Octets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:tokenRingPHistoryDataPktsGreaterThan18000Octets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve tokenRingPHistoryDataPktsGreaterThan18000Octets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable": {
      "get": {
        "summary": "Get ringStationControlTable",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ringStationControlEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ringStationControlIfIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "ringStationControlTableSize": {
                            "type": "integer",
                            "example": 1
                          },
                          "ringStationControlActiveStations": {
                            "type": "integer",
                            "example": 1
                          },
                          "ringStationControlRingState": {
                            "type": "string",
                            "example": "active"
                          },
                          "ringStationControlBeaconSender": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ringStationControlBeaconNAUN": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ringStationControlActiveMonitor": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ringStationControlOrderChanges": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ringStationControlOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ringStationControlStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationControlTable": {
                    "ringStationControlEntry": [
                      {
                        "ringStationControlIfIndex": 1,
                        "ringStationControlTableSize": 1,
                        "ringStationControlActiveStations": 1,
                        "ringStationControlRingState": "default",
                        "ringStationControlBeaconSender": "configured-value",
                        "ringStationControlBeaconNAUN": "configured-value",
                        "ringStationControlActiveMonitor": "configured-value",
                        "ringStationControlOrderChanges": "configured-value",
                        "ringStationControlOwner": "configured-value",
                        "ringStationControlStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry": {
      "get": {
        "summary": "Get ringStationControlEntry",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry",
        "tags": [
          "TOKEN-RING-RMON-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": {
                      "ringStationControlIfIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "ringStationControlTableSize": {
                        "type": "integer",
                        "example": 1
                      },
                      "ringStationControlActiveStations": {
                        "type": "integer",
                        "example": 1
                      },
                      "ringStationControlRingState": {
                        "type": "string",
                        "example": "active"
                      },
                      "ringStationControlBeaconSender": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ringStationControlBeaconNAUN": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ringStationControlActiveMonitor": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ringStationControlOrderChanges": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ringStationControlOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ringStationControlStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationControlEntry": [
                    {
                      "ringStationControlIfIndex": 1,
                      "ringStationControlTableSize": 1,
                      "ringStationControlActiveStations": 1,
                      "ringStationControlRingState": "default",
                      "ringStationControlBeaconSender": "configured-value",
                      "ringStationControlBeaconNAUN": "configured-value",
                      "ringStationControlActiveMonitor": "configured-value",
                      "ringStationControlOrderChanges": "configured-value",
                      "ringStationControlOwner": "configured-value",
                      "ringStationControlStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry/ringStationControlIfIndex": {
      "get": {
        "summary": "Get ringStationControlIfIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry-ringStationControlIfIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationControlIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry/ringStationControlTableSize": {
      "get": {
        "summary": "Get ringStationControlTableSize",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry-ringStationControlTableSize",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationControlTableSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlTableSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry/ringStationControlActiveStations": {
      "get": {
        "summary": "Get ringStationControlActiveStations",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry-ringStationControlActiveStations",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationControlActiveStations": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlActiveStations from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry/ringStationControlRingState": {
      "get": {
        "summary": "Get ringStationControlRingState",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry-ringStationControlRingState",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationControlRingState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlRingState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry/ringStationControlBeaconSender": {
      "get": {
        "summary": "Get ringStationControlBeaconSender",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry-ringStationControlBeaconSender",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationControlBeaconSender": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlBeaconSender from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry/ringStationControlBeaconNAUN": {
      "get": {
        "summary": "Get ringStationControlBeaconNAUN",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry-ringStationControlBeaconNAUN",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationControlBeaconNAUN": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlBeaconNAUN from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry/ringStationControlActiveMonitor": {
      "get": {
        "summary": "Get ringStationControlActiveMonitor",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry-ringStationControlActiveMonitor",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationControlActiveMonitor": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlActiveMonitor from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry/ringStationControlOrderChanges": {
      "get": {
        "summary": "Get ringStationControlOrderChanges",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry-ringStationControlOrderChanges",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationControlOrderChanges": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlOrderChanges from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry/ringStationControlOwner": {
      "get": {
        "summary": "Get ringStationControlOwner",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry-ringStationControlOwner",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationControlOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationControlTable/ringStationControlEntry/ringStationControlStatus": {
      "get": {
        "summary": "Get ringStationControlStatus",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationControlTable-ringStationControlEntry-ringStationControlStatus",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationControlStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationControlStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable": {
      "get": {
        "summary": "Get ringStationTable",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ringStationEntry": {
                      "type": "object",
                      "properties": {
                        "ringStationIfIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ringStationMacAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ringStationLastNAUN": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ringStationStationStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ringStationLastEnterTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "ringStationLastExitTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "ringStationDuplicateAddresses": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ringStationInLineErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationOutLineErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationInternalErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationInBurstErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationOutBurstErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationACErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationAbortErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationLostFrameErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationCongestionErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationFrameCopiedErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationFrequencyErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationTokenErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationInBeaconErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationOutBeaconErrors": {
                          "type": "string",
                          "example": "0"
                        },
                        "ringStationInsertions": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationTable": {
                    "ringStationEntry": {
                      "ringStationIfIndex": 1,
                      "ringStationMacAddress": "10.1.1.1",
                      "ringStationLastNAUN": "configured-value",
                      "ringStationStationStatus": "default",
                      "ringStationLastEnterTime": "10:30:45",
                      "ringStationLastExitTime": "10:30:45",
                      "ringStationDuplicateAddresses": "10.1.1.1",
                      "ringStationInLineErrors": "0",
                      "ringStationOutLineErrors": "0",
                      "ringStationInternalErrors": "0",
                      "ringStationInBurstErrors": "0",
                      "ringStationOutBurstErrors": "0",
                      "ringStationACErrors": "0",
                      "ringStationAbortErrors": "0",
                      "ringStationLostFrameErrors": "0",
                      "ringStationCongestionErrors": "0",
                      "ringStationFrameCopiedErrors": "0",
                      "ringStationFrequencyErrors": "0",
                      "ringStationTokenErrors": "0",
                      "ringStationInBeaconErrors": "0",
                      "ringStationOutBeaconErrors": "0",
                      "ringStationInsertions": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry": {
      "get": {
        "summary": "Get ringStationEntry",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ringStationIfIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ringStationMacAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ringStationLastNAUN": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ringStationStationStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ringStationLastEnterTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "ringStationLastExitTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "ringStationDuplicateAddresses": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ringStationInLineErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationOutLineErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationInternalErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationInBurstErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationOutBurstErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationACErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationAbortErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationLostFrameErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationCongestionErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationFrameCopiedErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationFrequencyErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationTokenErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationInBeaconErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationOutBeaconErrors": {
                      "type": "string",
                      "example": "0"
                    },
                    "ringStationInsertions": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationEntry": {
                    "ringStationIfIndex": 1,
                    "ringStationMacAddress": "10.1.1.1",
                    "ringStationLastNAUN": "configured-value",
                    "ringStationStationStatus": "default",
                    "ringStationLastEnterTime": "10:30:45",
                    "ringStationLastExitTime": "10:30:45",
                    "ringStationDuplicateAddresses": "10.1.1.1",
                    "ringStationInLineErrors": "0",
                    "ringStationOutLineErrors": "0",
                    "ringStationInternalErrors": "0",
                    "ringStationInBurstErrors": "0",
                    "ringStationOutBurstErrors": "0",
                    "ringStationACErrors": "0",
                    "ringStationAbortErrors": "0",
                    "ringStationLostFrameErrors": "0",
                    "ringStationCongestionErrors": "0",
                    "ringStationFrameCopiedErrors": "0",
                    "ringStationFrequencyErrors": "0",
                    "ringStationTokenErrors": "0",
                    "ringStationInBeaconErrors": "0",
                    "ringStationOutBeaconErrors": "0",
                    "ringStationInsertions": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationIfIndex": {
      "get": {
        "summary": "Get ringStationIfIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationIfIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationMacAddress": {
      "get": {
        "summary": "Get ringStationMacAddress",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationMacAddress",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationMacAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationMacAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationLastNAUN": {
      "get": {
        "summary": "Get ringStationLastNAUN",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationLastNAUN",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationLastNAUN": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationLastNAUN from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationStationStatus": {
      "get": {
        "summary": "Get ringStationStationStatus",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationStationStatus",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationStationStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationStationStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationLastEnterTime": {
      "get": {
        "summary": "Get ringStationLastEnterTime",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationLastEnterTime",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationLastEnterTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationLastEnterTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationLastExitTime": {
      "get": {
        "summary": "Get ringStationLastExitTime",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationLastExitTime",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationLastExitTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationLastExitTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationDuplicateAddresses": {
      "get": {
        "summary": "Get ringStationDuplicateAddresses",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationDuplicateAddresses",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationDuplicateAddresses": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationDuplicateAddresses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationInLineErrors": {
      "get": {
        "summary": "Get ringStationInLineErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationInLineErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationInLineErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationInLineErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationOutLineErrors": {
      "get": {
        "summary": "Get ringStationOutLineErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationOutLineErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationOutLineErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationOutLineErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationInternalErrors": {
      "get": {
        "summary": "Get ringStationInternalErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationInternalErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationInternalErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationInternalErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationInBurstErrors": {
      "get": {
        "summary": "Get ringStationInBurstErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationInBurstErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationInBurstErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationInBurstErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationOutBurstErrors": {
      "get": {
        "summary": "Get ringStationOutBurstErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationOutBurstErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationOutBurstErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationOutBurstErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationACErrors": {
      "get": {
        "summary": "Get ringStationACErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationACErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationACErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationACErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationAbortErrors": {
      "get": {
        "summary": "Get ringStationAbortErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationAbortErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationAbortErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationAbortErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationLostFrameErrors": {
      "get": {
        "summary": "Get ringStationLostFrameErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationLostFrameErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationLostFrameErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationLostFrameErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationCongestionErrors": {
      "get": {
        "summary": "Get ringStationCongestionErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationCongestionErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationCongestionErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationCongestionErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationFrameCopiedErrors": {
      "get": {
        "summary": "Get ringStationFrameCopiedErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationFrameCopiedErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationFrameCopiedErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationFrameCopiedErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationFrequencyErrors": {
      "get": {
        "summary": "Get ringStationFrequencyErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationFrequencyErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationFrequencyErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationFrequencyErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationTokenErrors": {
      "get": {
        "summary": "Get ringStationTokenErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationTokenErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationTokenErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationTokenErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationInBeaconErrors": {
      "get": {
        "summary": "Get ringStationInBeaconErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationInBeaconErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationInBeaconErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationInBeaconErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationOutBeaconErrors": {
      "get": {
        "summary": "Get ringStationOutBeaconErrors",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationOutBeaconErrors",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationOutBeaconErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationOutBeaconErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationTable/ringStationEntry/ringStationInsertions": {
      "get": {
        "summary": "Get ringStationInsertions",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationTable-ringStationEntry-ringStationInsertions",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationInsertions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationInsertions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationOrderTable": {
      "get": {
        "summary": "Get ringStationOrderTable",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationOrderTable",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ringStationOrderEntry": {
                      "type": "object",
                      "properties": {
                        "ringStationOrderIfIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ringStationOrderOrderIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ringStationOrderMacAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationOrderTable": {
                    "ringStationOrderEntry": {
                      "ringStationOrderIfIndex": 1,
                      "ringStationOrderOrderIndex": 1,
                      "ringStationOrderMacAddress": "10.1.1.1"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationOrderTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationOrderTable/ringStationOrderEntry": {
      "get": {
        "summary": "Get ringStationOrderEntry",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationOrderTable-ringStationOrderEntry",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ringStationOrderIfIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ringStationOrderOrderIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ringStationOrderMacAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationOrderEntry": {
                    "ringStationOrderIfIndex": 1,
                    "ringStationOrderOrderIndex": 1,
                    "ringStationOrderMacAddress": "10.1.1.1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationOrderEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationOrderTable/ringStationOrderEntry/ringStationOrderIfIndex": {
      "get": {
        "summary": "Get ringStationOrderIfIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationOrderTable-ringStationOrderEntry-ringStationOrderIfIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationOrderIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationOrderIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationOrderTable/ringStationOrderEntry/ringStationOrderOrderIndex": {
      "get": {
        "summary": "Get ringStationOrderOrderIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationOrderTable-ringStationOrderEntry-ringStationOrderOrderIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationOrderOrderIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationOrderOrderIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationOrderTable/ringStationOrderEntry/ringStationOrderMacAddress": {
      "get": {
        "summary": "Get ringStationOrderMacAddress",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationOrderTable-ringStationOrderEntry-ringStationOrderMacAddress",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationOrderMacAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationOrderMacAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigControlTable": {
      "get": {
        "summary": "Get ringStationConfigControlTable",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigControlTable",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ringStationConfigControlEntry": {
                      "type": "object",
                      "properties": {
                        "ringStationConfigControlIfIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ringStationConfigControlMacAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ringStationConfigControlRemove": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ringStationConfigControlUpdateStats": {
                          "type": "string",
                          "example": "2025-03-15"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigControlTable": {
                    "ringStationConfigControlEntry": {
                      "ringStationConfigControlIfIndex": 1,
                      "ringStationConfigControlMacAddress": "10.1.1.1",
                      "ringStationConfigControlRemove": "default",
                      "ringStationConfigControlUpdateStats": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigControlTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigControlTable/ringStationConfigControlEntry": {
      "get": {
        "summary": "Get ringStationConfigControlEntry",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigControlTable-ringStationConfigControlEntry",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ringStationConfigControlIfIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ringStationConfigControlMacAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ringStationConfigControlRemove": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ringStationConfigControlUpdateStats": {
                      "type": "string",
                      "example": "2025-03-15"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigControlEntry": {
                    "ringStationConfigControlIfIndex": 1,
                    "ringStationConfigControlMacAddress": "10.1.1.1",
                    "ringStationConfigControlRemove": "default",
                    "ringStationConfigControlUpdateStats": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigControlEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigControlTable/ringStationConfigControlEntry/ringStationConfigControlIfIndex": {
      "get": {
        "summary": "Get ringStationConfigControlIfIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigControlTable-ringStationConfigControlEntry-ringStationConfigControlIfIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigControlIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigControlIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigControlTable/ringStationConfigControlEntry/ringStationConfigControlMacAddress": {
      "get": {
        "summary": "Get ringStationConfigControlMacAddress",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigControlTable-ringStationConfigControlEntry-ringStationConfigControlMacAddress",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigControlMacAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigControlMacAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigControlTable/ringStationConfigControlEntry/ringStationConfigControlRemove": {
      "get": {
        "summary": "Get ringStationConfigControlRemove",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigControlTable-ringStationConfigControlEntry-ringStationConfigControlRemove",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigControlRemove": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigControlRemove from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigControlTable/ringStationConfigControlEntry/ringStationConfigControlUpdateStats": {
      "get": {
        "summary": "Get ringStationConfigControlUpdateStats",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigControlTable-ringStationConfigControlEntry-ringStationConfigControlUpdateStats",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigControlUpdateStats": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigControlUpdateStats from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigTable": {
      "get": {
        "summary": "Get ringStationConfigTable",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigTable",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ringStationConfigEntry": {
                      "type": "object",
                      "properties": {
                        "ringStationConfigIfIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ringStationConfigMacAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "ringStationConfigUpdateTime": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ringStationConfigLocation": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "ringStationConfigMicrocode": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "ringStationConfigGroupAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        },
                        "ringStationConfigFunctionalAddress": {
                          "type": "string",
                          "format": "byte",
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigTable": {
                    "ringStationConfigEntry": {
                      "ringStationConfigIfIndex": 1,
                      "ringStationConfigMacAddress": "10.1.1.1",
                      "ringStationConfigUpdateTime": "configured-value",
                      "ringStationConfigLocation": "QmFzZTY0",
                      "ringStationConfigMicrocode": "QmFzZTY0",
                      "ringStationConfigGroupAddress": "QmFzZTY0",
                      "ringStationConfigFunctionalAddress": "QmFzZTY0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigTable/ringStationConfigEntry": {
      "get": {
        "summary": "Get ringStationConfigEntry",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigTable-ringStationConfigEntry",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ringStationConfigIfIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ringStationConfigMacAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "ringStationConfigUpdateTime": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ringStationConfigLocation": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "ringStationConfigMicrocode": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "ringStationConfigGroupAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    },
                    "ringStationConfigFunctionalAddress": {
                      "type": "string",
                      "format": "byte",
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigEntry": {
                    "ringStationConfigIfIndex": 1,
                    "ringStationConfigMacAddress": "10.1.1.1",
                    "ringStationConfigUpdateTime": "configured-value",
                    "ringStationConfigLocation": "QmFzZTY0",
                    "ringStationConfigMicrocode": "QmFzZTY0",
                    "ringStationConfigGroupAddress": "QmFzZTY0",
                    "ringStationConfigFunctionalAddress": "QmFzZTY0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigTable/ringStationConfigEntry/ringStationConfigIfIndex": {
      "get": {
        "summary": "Get ringStationConfigIfIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigTable-ringStationConfigEntry-ringStationConfigIfIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigTable/ringStationConfigEntry/ringStationConfigMacAddress": {
      "get": {
        "summary": "Get ringStationConfigMacAddress",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigTable-ringStationConfigEntry-ringStationConfigMacAddress",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigMacAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigMacAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigTable/ringStationConfigEntry/ringStationConfigUpdateTime": {
      "get": {
        "summary": "Get ringStationConfigUpdateTime",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigTable-ringStationConfigEntry-ringStationConfigUpdateTime",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigUpdateTime": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigUpdateTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigTable/ringStationConfigEntry/ringStationConfigLocation": {
      "get": {
        "summary": "Get ringStationConfigLocation",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigTable-ringStationConfigEntry-ringStationConfigLocation",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigLocation": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigLocation from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigTable/ringStationConfigEntry/ringStationConfigMicrocode": {
      "get": {
        "summary": "Get ringStationConfigMicrocode",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigTable-ringStationConfigEntry-ringStationConfigMicrocode",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigMicrocode": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigMicrocode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigTable/ringStationConfigEntry/ringStationConfigGroupAddress": {
      "get": {
        "summary": "Get ringStationConfigGroupAddress",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigTable-ringStationConfigEntry-ringStationConfigGroupAddress",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigGroupAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigGroupAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/ringStationConfigTable/ringStationConfigEntry/ringStationConfigFunctionalAddress": {
      "get": {
        "summary": "Get ringStationConfigFunctionalAddress",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-ringStationConfigTable-ringStationConfigEntry-ringStationConfigFunctionalAddress",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "10.1.1.1"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:ringStationConfigFunctionalAddress": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ringStationConfigFunctionalAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable": {
      "get": {
        "summary": "Get sourceRoutingStatsTable",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "sourceRoutingStatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "sourceRoutingStatsIfIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "sourceRoutingStatsRingNumber": {
                            "type": "integer",
                            "example": 10
                          },
                          "sourceRoutingStatsInFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsOutFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsThroughFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsAllRoutesBroadcastFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsSingleRouteBroadcastFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsInOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsOutOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsThroughOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsAllRoutesBroadcastOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsSingleRoutesBroadcastOctets": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsLocalLLCFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStats1HopFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStats2HopsFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStats3HopsFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStats4HopsFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStats5HopsFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStats6HopsFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStats7HopsFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStats8HopsFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsMoreThan8HopsFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsOwner": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "sourceRoutingStatsStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsTable": {
                    "sourceRoutingStatsEntry": [
                      {
                        "sourceRoutingStatsIfIndex": 1,
                        "sourceRoutingStatsRingNumber": 10,
                        "sourceRoutingStatsInFrames": "configured-value",
                        "sourceRoutingStatsOutFrames": "configured-value",
                        "sourceRoutingStatsThroughFrames": "configured-value",
                        "sourceRoutingStatsAllRoutesBroadcastFrames": "configured-value",
                        "sourceRoutingStatsSingleRouteBroadcastFrames": "configured-value",
                        "sourceRoutingStatsInOctets": "configured-value",
                        "sourceRoutingStatsOutOctets": "configured-value",
                        "sourceRoutingStatsThroughOctets": "configured-value",
                        "sourceRoutingStatsAllRoutesBroadcastOctets": "configured-value",
                        "sourceRoutingStatsSingleRoutesBroadcastOctets": "configured-value",
                        "sourceRoutingStatsLocalLLCFrames": "configured-value",
                        "sourceRoutingStats1HopFrames": "configured-value",
                        "sourceRoutingStats2HopsFrames": "configured-value",
                        "sourceRoutingStats3HopsFrames": "configured-value",
                        "sourceRoutingStats4HopsFrames": "configured-value",
                        "sourceRoutingStats5HopsFrames": "configured-value",
                        "sourceRoutingStats6HopsFrames": "configured-value",
                        "sourceRoutingStats7HopsFrames": "configured-value",
                        "sourceRoutingStats8HopsFrames": "configured-value",
                        "sourceRoutingStatsMoreThan8HopsFrames": "configured-value",
                        "sourceRoutingStatsOwner": "configured-value",
                        "sourceRoutingStatsStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry": {
      "get": {
        "summary": "Get sourceRoutingStatsEntry",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry",
        "tags": [
          "TOKEN-RING-RMON-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": {
                      "sourceRoutingStatsIfIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "sourceRoutingStatsRingNumber": {
                        "type": "integer",
                        "example": 10
                      },
                      "sourceRoutingStatsInFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsOutFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsThroughFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsAllRoutesBroadcastFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsSingleRouteBroadcastFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsInOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsOutOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsThroughOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsAllRoutesBroadcastOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsSingleRoutesBroadcastOctets": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsLocalLLCFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStats1HopFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStats2HopsFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStats3HopsFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStats4HopsFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStats5HopsFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStats6HopsFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStats7HopsFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStats8HopsFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsMoreThan8HopsFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsOwner": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "sourceRoutingStatsStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsEntry": [
                    {
                      "sourceRoutingStatsIfIndex": 1,
                      "sourceRoutingStatsRingNumber": 10,
                      "sourceRoutingStatsInFrames": "configured-value",
                      "sourceRoutingStatsOutFrames": "configured-value",
                      "sourceRoutingStatsThroughFrames": "configured-value",
                      "sourceRoutingStatsAllRoutesBroadcastFrames": "configured-value",
                      "sourceRoutingStatsSingleRouteBroadcastFrames": "configured-value",
                      "sourceRoutingStatsInOctets": "configured-value",
                      "sourceRoutingStatsOutOctets": "configured-value",
                      "sourceRoutingStatsThroughOctets": "configured-value",
                      "sourceRoutingStatsAllRoutesBroadcastOctets": "configured-value",
                      "sourceRoutingStatsSingleRoutesBroadcastOctets": "configured-value",
                      "sourceRoutingStatsLocalLLCFrames": "configured-value",
                      "sourceRoutingStats1HopFrames": "configured-value",
                      "sourceRoutingStats2HopsFrames": "configured-value",
                      "sourceRoutingStats3HopsFrames": "configured-value",
                      "sourceRoutingStats4HopsFrames": "configured-value",
                      "sourceRoutingStats5HopsFrames": "configured-value",
                      "sourceRoutingStats6HopsFrames": "configured-value",
                      "sourceRoutingStats7HopsFrames": "configured-value",
                      "sourceRoutingStats8HopsFrames": "configured-value",
                      "sourceRoutingStatsMoreThan8HopsFrames": "configured-value",
                      "sourceRoutingStatsOwner": "configured-value",
                      "sourceRoutingStatsStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsIfIndex": {
      "get": {
        "summary": "Get sourceRoutingStatsIfIndex",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsIfIndex",
        "tags": [
          "TOKEN-RING-RMON-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsRingNumber": {
      "get": {
        "summary": "Get sourceRoutingStatsRingNumber",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsRingNumber",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsRingNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsRingNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsInFrames": {
      "get": {
        "summary": "Get sourceRoutingStatsInFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsInFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsInFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsInFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsOutFrames": {
      "get": {
        "summary": "Get sourceRoutingStatsOutFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsOutFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsOutFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsOutFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsThroughFrames": {
      "get": {
        "summary": "Get sourceRoutingStatsThroughFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsThroughFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsThroughFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsThroughFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsAllRoutesBroadcastFrames": {
      "get": {
        "summary": "Get sourceRoutingStatsAllRoutesBroadcastFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsAllRoutesBroadcastFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsAllRoutesBroadcastFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsAllRoutesBroadcastFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsSingleRouteBroadcastFrames": {
      "get": {
        "summary": "Get sourceRoutingStatsSingleRouteBroadcastFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsSingleRouteBroadcastFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsSingleRouteBroadcastFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsSingleRouteBroadcastFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsInOctets": {
      "get": {
        "summary": "Get sourceRoutingStatsInOctets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsInOctets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsInOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsInOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsOutOctets": {
      "get": {
        "summary": "Get sourceRoutingStatsOutOctets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsOutOctets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsOutOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsOutOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsThroughOctets": {
      "get": {
        "summary": "Get sourceRoutingStatsThroughOctets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsThroughOctets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsThroughOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsThroughOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsAllRoutesBroadcastOctets": {
      "get": {
        "summary": "Get sourceRoutingStatsAllRoutesBroadcastOctets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsAllRoutesBroadcastOctets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsAllRoutesBroadcastOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsAllRoutesBroadcastOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsSingleRoutesBroadcastOctets": {
      "get": {
        "summary": "Get sourceRoutingStatsSingleRoutesBroadcastOctets",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsSingleRoutesBroadcastOctets",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsSingleRoutesBroadcastOctets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsSingleRoutesBroadcastOctets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsLocalLLCFrames": {
      "get": {
        "summary": "Get sourceRoutingStatsLocalLLCFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsLocalLLCFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsLocalLLCFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsLocalLLCFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStats1HopFrames": {
      "get": {
        "summary": "Get sourceRoutingStats1HopFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStats1HopFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStats1HopFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStats1HopFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStats2HopsFrames": {
      "get": {
        "summary": "Get sourceRoutingStats2HopsFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStats2HopsFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStats2HopsFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStats2HopsFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStats3HopsFrames": {
      "get": {
        "summary": "Get sourceRoutingStats3HopsFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStats3HopsFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStats3HopsFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStats3HopsFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStats4HopsFrames": {
      "get": {
        "summary": "Get sourceRoutingStats4HopsFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStats4HopsFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStats4HopsFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStats4HopsFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStats5HopsFrames": {
      "get": {
        "summary": "Get sourceRoutingStats5HopsFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStats5HopsFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStats5HopsFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStats5HopsFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStats6HopsFrames": {
      "get": {
        "summary": "Get sourceRoutingStats6HopsFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStats6HopsFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStats6HopsFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStats6HopsFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStats7HopsFrames": {
      "get": {
        "summary": "Get sourceRoutingStats7HopsFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStats7HopsFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStats7HopsFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStats7HopsFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStats8HopsFrames": {
      "get": {
        "summary": "Get sourceRoutingStats8HopsFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStats8HopsFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStats8HopsFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStats8HopsFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsMoreThan8HopsFrames": {
      "get": {
        "summary": "Get sourceRoutingStatsMoreThan8HopsFrames",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsMoreThan8HopsFrames",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsMoreThan8HopsFrames": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsMoreThan8HopsFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsOwner": {
      "get": {
        "summary": "Get sourceRoutingStatsOwner",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsOwner",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsOwner": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsOwner from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB/sourceRoutingStatsTable/sourceRoutingStatsEntry/sourceRoutingStatsStatus": {
      "get": {
        "summary": "Get sourceRoutingStatsStatus",
        "operationId": "get-TOKEN-RING-RMON-MIB:TOKEN-RING-RMON-MIB-sourceRoutingStatsTable-sourceRoutingStatsEntry-sourceRoutingStatsStatus",
        "tags": [
          "TOKEN-RING-RMON-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": {
                  "TOKEN-RING-RMON-MIB:sourceRoutingStatsStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve sourceRoutingStatsStatus 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": []
    }
  ]
}
