{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - TOKENRING-MIB",
    "description": "MIB data from `TOKENRING-MIB` module.\n\n**Root containers:** 1 (TOKENRING-MIB)\n**Paths:** 47 | **Descendants:** 46\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": "TOKENRING-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/TOKENRING-MIB:TOKENRING-MIB": {
      "get": {
        "summary": "Get TOKENRING-MIB",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB",
        "tags": [
          "TOKENRING-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot5Table": {
                      "type": "object",
                      "properties": {
                        "dot5Entry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot5IfIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5Commands": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5RingStatus": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5RingState": {
                                "type": "string",
                                "example": "active"
                              },
                              "dot5RingOpenStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "dot5RingSpeed": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5UpStream": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5ActMonParticipate": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5Functional": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5LastBeaconSent": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot5StatsTable": {
                      "type": "object",
                      "properties": {
                        "dot5StatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot5StatsIfIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5StatsLineErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot5StatsBurstErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot5StatsACErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot5StatsAbortTransErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot5StatsInternalErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot5StatsLostFrameErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot5StatsReceiveCongestions": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5StatsFrameCopiedErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot5StatsTokenErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot5StatsSoftErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot5StatsHardErrors": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot5StatsSignalLoss": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5StatsTransmitBeacons": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5StatsRecoverys": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5StatsLobeWires": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5StatsRemoves": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5StatsSingles": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot5StatsFreqErrors": {
                                "type": "string",
                                "example": "0"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot5TimerTable": {
                      "type": "object",
                      "properties": {
                        "dot5TimerEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot5TimerIfIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5TimerReturnRepeat": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5TimerHolding": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5TimerQueuePDU": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5TimerValidTransmit": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5TimerNoToken": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5TimerActiveMon": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5TimerStandbyMon": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5TimerErrorReport": {
                                "type": "integer",
                                "example": 0
                              },
                              "dot5TimerBeaconTransmit": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot5TimerBeaconReceive": {
                                "type": "integer",
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "10:30:45"
                        }
                      },
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKENRING-MIB:TOKENRING-MIB": {
                    "dot5Table": {
                      "dot5Entry": [
                        {
                          "dot5IfIndex": 1,
                          "dot5Commands": "default",
                          "dot5RingStatus": 1,
                          "dot5RingState": "default",
                          "dot5RingOpenStatus": "default",
                          "dot5RingSpeed": "default",
                          "dot5UpStream": "configured-value",
                          "dot5ActMonParticipate": "default",
                          "dot5Functional": "configured-value",
                          "dot5LastBeaconSent": "configured-value"
                        }
                      ]
                    },
                    "dot5StatsTable": {
                      "dot5StatsEntry": [
                        {
                          "dot5StatsIfIndex": 1,
                          "dot5StatsLineErrors": "0",
                          "dot5StatsBurstErrors": "0",
                          "dot5StatsACErrors": "0",
                          "dot5StatsAbortTransErrors": "0",
                          "dot5StatsInternalErrors": "0",
                          "dot5StatsLostFrameErrors": "0",
                          "dot5StatsReceiveCongestions": "configured-value",
                          "dot5StatsFrameCopiedErrors": "0",
                          "dot5StatsTokenErrors": "0",
                          "dot5StatsSoftErrors": "0",
                          "dot5StatsHardErrors": "0",
                          "dot5StatsSignalLoss": "configured-value",
                          "dot5StatsTransmitBeacons": "configured-value",
                          "dot5StatsRecoverys": "configured-value",
                          "dot5StatsLobeWires": "configured-value",
                          "dot5StatsRemoves": "configured-value",
                          "dot5StatsSingles": "configured-value",
                          "dot5StatsFreqErrors": "0"
                        }
                      ]
                    },
                    "dot5TimerTable": {
                      "dot5TimerEntry": [
                        {
                          "dot5TimerIfIndex": 1,
                          "dot5TimerReturnRepeat": 1,
                          "dot5TimerHolding": 1,
                          "dot5TimerQueuePDU": 1,
                          "dot5TimerValidTransmit": 1,
                          "dot5TimerNoToken": 1,
                          "dot5TimerActiveMon": 1,
                          "dot5TimerStandbyMon": 1,
                          "dot5TimerErrorReport": 0,
                          "dot5TimerBeaconTransmit": 1,
                          "dot5TimerBeaconReceive": 1
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve TOKENRING-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table": {
      "get": {
        "summary": "Get dot5Table",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table",
        "tags": [
          "TOKENRING-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot5Entry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot5IfIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5Commands": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5RingStatus": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5RingState": {
                            "type": "string",
                            "example": "active"
                          },
                          "dot5RingOpenStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "dot5RingSpeed": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5UpStream": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5ActMonParticipate": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5Functional": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5LastBeaconSent": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKENRING-MIB:dot5Table": {
                    "dot5Entry": [
                      {
                        "dot5IfIndex": 1,
                        "dot5Commands": "default",
                        "dot5RingStatus": 1,
                        "dot5RingState": "default",
                        "dot5RingOpenStatus": "default",
                        "dot5RingSpeed": "default",
                        "dot5UpStream": "configured-value",
                        "dot5ActMonParticipate": "default",
                        "dot5Functional": "configured-value",
                        "dot5LastBeaconSent": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5Table from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry": {
      "get": {
        "summary": "Get dot5Entry",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry",
        "tags": [
          "TOKENRING-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": {
                      "dot5IfIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5Commands": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5RingStatus": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5RingState": {
                        "type": "string",
                        "example": "active"
                      },
                      "dot5RingOpenStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "dot5RingSpeed": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5UpStream": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5ActMonParticipate": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5Functional": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5LastBeaconSent": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKENRING-MIB:dot5Entry": [
                    {
                      "dot5IfIndex": 1,
                      "dot5Commands": "default",
                      "dot5RingStatus": 1,
                      "dot5RingState": "default",
                      "dot5RingOpenStatus": "default",
                      "dot5RingSpeed": "default",
                      "dot5UpStream": "configured-value",
                      "dot5ActMonParticipate": "default",
                      "dot5Functional": "configured-value",
                      "dot5LastBeaconSent": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5Entry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry/dot5IfIndex": {
      "get": {
        "summary": "Get dot5IfIndex",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry-dot5IfIndex",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5IfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5IfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry/dot5Commands": {
      "get": {
        "summary": "Get dot5Commands",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry-dot5Commands",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5Commands": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5Commands from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry/dot5RingStatus": {
      "get": {
        "summary": "Get dot5RingStatus",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry-dot5RingStatus",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5RingStatus": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5RingStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry/dot5RingState": {
      "get": {
        "summary": "Get dot5RingState",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry-dot5RingState",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5RingState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5RingState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry/dot5RingOpenStatus": {
      "get": {
        "summary": "Get dot5RingOpenStatus",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry-dot5RingOpenStatus",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5RingOpenStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5RingOpenStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry/dot5RingSpeed": {
      "get": {
        "summary": "Get dot5RingSpeed",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry-dot5RingSpeed",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5RingSpeed": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5RingSpeed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry/dot5UpStream": {
      "get": {
        "summary": "Get dot5UpStream",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry-dot5UpStream",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5UpStream": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5UpStream from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry/dot5ActMonParticipate": {
      "get": {
        "summary": "Get dot5ActMonParticipate",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry-dot5ActMonParticipate",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5ActMonParticipate": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5ActMonParticipate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry/dot5Functional": {
      "get": {
        "summary": "Get dot5Functional",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry-dot5Functional",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5Functional": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5Functional from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5Table/dot5Entry/dot5LastBeaconSent": {
      "get": {
        "summary": "Get dot5LastBeaconSent",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5Table-dot5Entry-dot5LastBeaconSent",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5LastBeaconSent": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5LastBeaconSent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable": {
      "get": {
        "summary": "Get dot5StatsTable",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable",
        "tags": [
          "TOKENRING-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot5StatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot5StatsIfIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5StatsLineErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot5StatsBurstErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot5StatsACErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot5StatsAbortTransErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot5StatsInternalErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot5StatsLostFrameErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot5StatsReceiveCongestions": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5StatsFrameCopiedErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot5StatsTokenErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot5StatsSoftErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot5StatsHardErrors": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot5StatsSignalLoss": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5StatsTransmitBeacons": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5StatsRecoverys": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5StatsLobeWires": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5StatsRemoves": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5StatsSingles": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot5StatsFreqErrors": {
                            "type": "string",
                            "example": "0"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKENRING-MIB:dot5StatsTable": {
                    "dot5StatsEntry": [
                      {
                        "dot5StatsIfIndex": 1,
                        "dot5StatsLineErrors": "0",
                        "dot5StatsBurstErrors": "0",
                        "dot5StatsACErrors": "0",
                        "dot5StatsAbortTransErrors": "0",
                        "dot5StatsInternalErrors": "0",
                        "dot5StatsLostFrameErrors": "0",
                        "dot5StatsReceiveCongestions": "configured-value",
                        "dot5StatsFrameCopiedErrors": "0",
                        "dot5StatsTokenErrors": "0",
                        "dot5StatsSoftErrors": "0",
                        "dot5StatsHardErrors": "0",
                        "dot5StatsSignalLoss": "configured-value",
                        "dot5StatsTransmitBeacons": "configured-value",
                        "dot5StatsRecoverys": "configured-value",
                        "dot5StatsLobeWires": "configured-value",
                        "dot5StatsRemoves": "configured-value",
                        "dot5StatsSingles": "configured-value",
                        "dot5StatsFreqErrors": "0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry": {
      "get": {
        "summary": "Get dot5StatsEntry",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry",
        "tags": [
          "TOKENRING-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": {
                      "dot5StatsIfIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5StatsLineErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot5StatsBurstErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot5StatsACErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot5StatsAbortTransErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot5StatsInternalErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot5StatsLostFrameErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot5StatsReceiveCongestions": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5StatsFrameCopiedErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot5StatsTokenErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot5StatsSoftErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot5StatsHardErrors": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot5StatsSignalLoss": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5StatsTransmitBeacons": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5StatsRecoverys": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5StatsLobeWires": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5StatsRemoves": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5StatsSingles": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot5StatsFreqErrors": {
                        "type": "string",
                        "example": "0"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "TOKENRING-MIB:dot5StatsEntry": [
                    {
                      "dot5StatsIfIndex": 1,
                      "dot5StatsLineErrors": "0",
                      "dot5StatsBurstErrors": "0",
                      "dot5StatsACErrors": "0",
                      "dot5StatsAbortTransErrors": "0",
                      "dot5StatsInternalErrors": "0",
                      "dot5StatsLostFrameErrors": "0",
                      "dot5StatsReceiveCongestions": "configured-value",
                      "dot5StatsFrameCopiedErrors": "0",
                      "dot5StatsTokenErrors": "0",
                      "dot5StatsSoftErrors": "0",
                      "dot5StatsHardErrors": "0",
                      "dot5StatsSignalLoss": "configured-value",
                      "dot5StatsTransmitBeacons": "configured-value",
                      "dot5StatsRecoverys": "configured-value",
                      "dot5StatsLobeWires": "configured-value",
                      "dot5StatsRemoves": "configured-value",
                      "dot5StatsSingles": "configured-value",
                      "dot5StatsFreqErrors": "0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsIfIndex": {
      "get": {
        "summary": "Get dot5StatsIfIndex",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsIfIndex",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsLineErrors": {
      "get": {
        "summary": "Get dot5StatsLineErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsLineErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsLineErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsLineErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsBurstErrors": {
      "get": {
        "summary": "Get dot5StatsBurstErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsBurstErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsBurstErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsBurstErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsACErrors": {
      "get": {
        "summary": "Get dot5StatsACErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsACErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsACErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsACErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsAbortTransErrors": {
      "get": {
        "summary": "Get dot5StatsAbortTransErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsAbortTransErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsAbortTransErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsAbortTransErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsInternalErrors": {
      "get": {
        "summary": "Get dot5StatsInternalErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsInternalErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsInternalErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsInternalErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsLostFrameErrors": {
      "get": {
        "summary": "Get dot5StatsLostFrameErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsLostFrameErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsLostFrameErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsLostFrameErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsReceiveCongestions": {
      "get": {
        "summary": "Get dot5StatsReceiveCongestions",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsReceiveCongestions",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsReceiveCongestions": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsReceiveCongestions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsFrameCopiedErrors": {
      "get": {
        "summary": "Get dot5StatsFrameCopiedErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsFrameCopiedErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsFrameCopiedErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsFrameCopiedErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsTokenErrors": {
      "get": {
        "summary": "Get dot5StatsTokenErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsTokenErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsTokenErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsTokenErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsSoftErrors": {
      "get": {
        "summary": "Get dot5StatsSoftErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsSoftErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsSoftErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsSoftErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsHardErrors": {
      "get": {
        "summary": "Get dot5StatsHardErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsHardErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsHardErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsHardErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsSignalLoss": {
      "get": {
        "summary": "Get dot5StatsSignalLoss",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsSignalLoss",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsSignalLoss": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsSignalLoss from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsTransmitBeacons": {
      "get": {
        "summary": "Get dot5StatsTransmitBeacons",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsTransmitBeacons",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsTransmitBeacons": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsTransmitBeacons from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsRecoverys": {
      "get": {
        "summary": "Get dot5StatsRecoverys",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsRecoverys",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsRecoverys": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsRecoverys from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsLobeWires": {
      "get": {
        "summary": "Get dot5StatsLobeWires",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsLobeWires",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsLobeWires": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsLobeWires from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsRemoves": {
      "get": {
        "summary": "Get dot5StatsRemoves",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsRemoves",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsRemoves": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsRemoves from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsSingles": {
      "get": {
        "summary": "Get dot5StatsSingles",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsSingles",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsSingles": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsSingles from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5StatsTable/dot5StatsEntry/dot5StatsFreqErrors": {
      "get": {
        "summary": "Get dot5StatsFreqErrors",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5StatsTable-dot5StatsEntry-dot5StatsFreqErrors",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5StatsFreqErrors": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5StatsFreqErrors from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable": {
      "get": {
        "summary": "Get dot5TimerTable",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable",
        "tags": [
          "TOKENRING-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot5TimerEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot5TimerIfIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5TimerReturnRepeat": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5TimerHolding": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5TimerQueuePDU": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5TimerValidTransmit": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5TimerNoToken": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5TimerActiveMon": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5TimerStandbyMon": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5TimerErrorReport": {
                            "type": "integer",
                            "example": 0
                          },
                          "dot5TimerBeaconTransmit": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot5TimerBeaconReceive": {
                            "type": "integer",
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "10:30:45"
                    }
                  },
                  "example": "10:30:45"
                },
                "example": {
                  "TOKENRING-MIB:dot5TimerTable": {
                    "dot5TimerEntry": [
                      {
                        "dot5TimerIfIndex": 1,
                        "dot5TimerReturnRepeat": 1,
                        "dot5TimerHolding": 1,
                        "dot5TimerQueuePDU": 1,
                        "dot5TimerValidTransmit": 1,
                        "dot5TimerNoToken": 1,
                        "dot5TimerActiveMon": 1,
                        "dot5TimerStandbyMon": 1,
                        "dot5TimerErrorReport": 0,
                        "dot5TimerBeaconTransmit": 1,
                        "dot5TimerBeaconReceive": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry": {
      "get": {
        "summary": "Get dot5TimerEntry",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry",
        "tags": [
          "TOKENRING-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": {
                      "dot5TimerIfIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5TimerReturnRepeat": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5TimerHolding": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5TimerQueuePDU": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5TimerValidTransmit": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5TimerNoToken": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5TimerActiveMon": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5TimerStandbyMon": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5TimerErrorReport": {
                        "type": "integer",
                        "example": 0
                      },
                      "dot5TimerBeaconTransmit": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot5TimerBeaconReceive": {
                        "type": "integer",
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "10:30:45"
                },
                "example": {
                  "TOKENRING-MIB:dot5TimerEntry": [
                    {
                      "dot5TimerIfIndex": 1,
                      "dot5TimerReturnRepeat": 1,
                      "dot5TimerHolding": 1,
                      "dot5TimerQueuePDU": 1,
                      "dot5TimerValidTransmit": 1,
                      "dot5TimerNoToken": 1,
                      "dot5TimerActiveMon": 1,
                      "dot5TimerStandbyMon": 1,
                      "dot5TimerErrorReport": 0,
                      "dot5TimerBeaconTransmit": 1,
                      "dot5TimerBeaconReceive": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerIfIndex": {
      "get": {
        "summary": "Get dot5TimerIfIndex",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerIfIndex",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5TimerIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerReturnRepeat": {
      "get": {
        "summary": "Get dot5TimerReturnRepeat",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerReturnRepeat",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5TimerReturnRepeat": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerReturnRepeat from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerHolding": {
      "get": {
        "summary": "Get dot5TimerHolding",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerHolding",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5TimerHolding": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerHolding from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerQueuePDU": {
      "get": {
        "summary": "Get dot5TimerQueuePDU",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerQueuePDU",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5TimerQueuePDU": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerQueuePDU from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerValidTransmit": {
      "get": {
        "summary": "Get dot5TimerValidTransmit",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerValidTransmit",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5TimerValidTransmit": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerValidTransmit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerNoToken": {
      "get": {
        "summary": "Get dot5TimerNoToken",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerNoToken",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5TimerNoToken": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerNoToken from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerActiveMon": {
      "get": {
        "summary": "Get dot5TimerActiveMon",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerActiveMon",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5TimerActiveMon": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerActiveMon from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerStandbyMon": {
      "get": {
        "summary": "Get dot5TimerStandbyMon",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerStandbyMon",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5TimerStandbyMon": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerStandbyMon from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerErrorReport": {
      "get": {
        "summary": "Get dot5TimerErrorReport",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerErrorReport",
        "tags": [
          "TOKENRING-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 0
                },
                "example": {
                  "TOKENRING-MIB:dot5TimerErrorReport": 0
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerErrorReport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerBeaconTransmit": {
      "get": {
        "summary": "Get dot5TimerBeaconTransmit",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerBeaconTransmit",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5TimerBeaconTransmit": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerBeaconTransmit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/TOKENRING-MIB:TOKENRING-MIB/dot5TimerTable/dot5TimerEntry/dot5TimerBeaconReceive": {
      "get": {
        "summary": "Get dot5TimerBeaconReceive",
        "operationId": "get-TOKENRING-MIB:TOKENRING-MIB-dot5TimerTable-dot5TimerEntry-dot5TimerBeaconReceive",
        "tags": [
          "TOKENRING-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": {
                  "TOKENRING-MIB:dot5TimerBeaconReceive": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot5TimerBeaconReceive 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": []
    }
  ]
}
