{
  "openapi": "3.0.0",
  "info": {
    "title": "DS3-MIB MIB API",
    "version": "1.0.0",
    "description": "The is the MIB module that describes\n    DS3 and E3 interfaces objects.\n\n⚠️ **IMPORTANT - MIB DATA ACCESS**:\nThis YANG model exists for SMIv2-to-YANG translation purposes, but MIB data on IOS-XE devices is primarily accessed via **SNMP protocol**, not RESTCONF.\n\n**RESTCONF Limitation**: Many MIB paths may return 404 errors via RESTCONF `/data` endpoints because the device exposes MIB data through SNMP, not the YANG datastore.\n\n**Recommended Access Methods**:\n- Use SNMP (v2c/v3) to query MIB data directly\n- Use NETCONF `<get>` operations for devices supporting YANG-modeled MIB access\n- Check device capabilities: some newer IOS-XE versions may support limited RESTCONF access to specific MIBs\n\n**YANG Model Purpose**: These YANG models define the structure of SNMP MIBs in YANG format for tooling compatibility, but do not guarantee RESTCONF data availability.\n\n\n**📊 YANG Tree:** [View DS3-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/DS3-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "DS3-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}/restconf",
      "description": "RESTCONF server",
      "variables": {
        "device": {
          "default": "10.1.1.1",
          "description": "Device hostname or IP address"
        }
      }
    }
  ],
  "paths": {
    "/data/DS3-MIB:dsx3ConfigTable": {
      "get": {
        "summary": "Get dsx3ConfigTable data",
        "description": "Retrieve dsx3ConfigTable operational data from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The DS3/E3 Configuration table.",
                  "properties": {
                    "dsx3ConfigEntry": {
                      "type": "array",
                      "description": "An entry in the DS3/E3 Configuration table.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dsx3LineIndex": {
                            "type": "string",
                            "description": "This object should be made equal to ifIndex.  The\n            next paragraph describes its previous usage.\n            Making the object equal to ifIndex allows propoer\n            use of ifStackTable.\n            \n            Previously, this object was the identifier of a\n            DS3/E3 Interface on a managed device.  If there is\n            an ifEntry that is directly associated with this\n            and only this DS3/E3 interface, it should have the\n            same value as ifIndex.  Otherwise, number the\n            dsx3LineIndices with an unique identifier\n            following the rules of choosing a number that is\n            greater than ifNumber and numbering the inside\n            interfaces (e.g., equipment side) with even\n            numbers and outside interfaces (e.g, network side)\n            with odd numbers.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "dsx3IfIndex": {
                            "type": "string",
                            "description": "This value for this object is equal to the value\n            of ifIndex from the Interfaces table of MIB II\n            (RFC 1213).",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "dsx3TimeElapsed": {
                            "type": "integer",
                            "description": "The number of seconds that have elapsed since the\n            beginning of the near end current error-\n            measurement period.  If, for some reason, such as\n            an adjustment in the system's time-of-day clock,\n            the current interval exceeds the maximum value,\n            the agent will return the maximum value.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3ValidIntervals": {
                            "type": "integer",
                            "description": "The number of previous near end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute near end\n            intervals since the interface has been online.  In\n            the case where the agent is a proxy, it is\n            possible that some intervals are unavailable.  In\n            this case, this interval is the maximum interval\n            number for which data is available.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3LineType": {
                            "type": "string",
                            "description": "This variable indicates the variety of DS3 C-bit\n            or E3 application implementing this interface. The\n            type of interface affects the interpretation of\n            the usage and error statistics.  The rate of DS3\n            is 44.736 Mbps and E3 is 34.368 Mbps.  The\n            dsx3ClearChannel value means that the C-bits are\n            not used except for sending/receiving AIS.\n            The values, in sequence, describe:\n            \n            TITLE:            SPECIFICATION:\n            dsx3M23            ANSI T1.107-1988 [9]\n            dsx3SYNTRAN        ANSI T1.107-1988 [9]\n            dsx3CbitParity     ANSI T1.107a-1990 [9a]\n            dsx3ClearChannel   ANSI T1.102-1987 [8]\n            e3Framed           CCITT G.751 [12]\n            e3Plcp             ETSI T/NA(91)18 [13]."
                          },
                          "dsx3LineCoding": {
                            "type": "string",
                            "description": "This variable describes the variety of Zero Code\n            Suppression used on this interface, which in turn\n            affects a number of its characteristics.\n            \n            dsx3B3ZS and e3HDB3 refer to the use of specified\n            patterns of normal bits and bipolar violations\n            which are used to replace sequences of zero bits\n            of a specified length."
                          },
                          "dsx3SendCode": {
                            "type": "string",
                            "description": "This variable indicates what type of code is\n            being sent across the DS3/E3 interface by the\n            device.  (These are optional for E3 interfaces.)\n            Setting this variable causes the interface to\n            begin sending the code requested.\n            The values mean:\n            \n               dsx3SendNoCode\n                   sending looped or normal data\n            \n               dsx3SendLineCode\n                   sending a request for a line loopback\n            \n               dsx3SendPayloadCode\n                   sending a request for a payload loopback\n                   (i.e., all DS1/E1s in a DS3/E3 frame)\n            \n               dsx3SendResetCode\n                   sending a loopback deactivation request\n            \n               dsx3SendDS1LoopCode\n                   requesting to loopback a particular DS1/E1\n                   within a DS3/E3 frame.  The DS1/E1 is\n                   indicated in dsx3Ds1ForRemoteLoop.\n            \n               dsx3SendTestPattern\n                   sending a test pattern."
                          },
                          "dsx3CircuitIdentifier": {
                            "type": "string",
                            "description": "This variable contains the transmission vendor's\n            circuit identifier, for the purpose of\n            facilitating troubleshooting.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          },
                          "dsx3LoopbackConfig": {
                            "type": "string",
                            "description": "This variable represents the desired loopback\n            configuration of the DS3/E3 interface.\n            \n            The values mean:\n            \n            dsx3NoLoop\n              Not in the loopback state.  A device that is\n              not capable of performing a loopback on\n              the interface shall always return this as\n              its value.\n            \n            dsx3PayloadLoop\n              The received signal at this interface is looped\n              through the device.  Typically the received signal\n              is looped back for retransmission after it has\n              passed through the device's framing function.\n            \n            dsx3LineLoop\n              The received signal at this interface does not\n              go through the device (minimum penetration) but\n              is looped back out.\n            \n            dsx3OtherLoop\n              Loopbacks that are not defined here.\n            \n            dsx3InwardLoop\n              The sent signal at this interface is looped back\n              through the device.\n            \n            dsx3DualLoop\n              Both dsx1LineLoop and dsx1InwardLoop will be\n              active simultaneously."
                          },
                          "dsx3LineStatus": {
                            "type": "integer",
                            "description": "This variable indicates the Line Status of the\n            interface.  It contains loopback state information\n            and failure state information.  The dsx3LineStatus\n            is a bit map represented as a sum, therefore, it\n            can represent multiple failures and a loopback\n            (see dsx3LoopbackConfig object for the type of\n            loopback) simultaneously.  The dsx3NoAlarm must be\n            set if and only if no other flag is set.\n            \n            If the dsx3loopbackState bit is set, the loopback\n            in effect can be determined from the\n            dsx3loopbackConfig object.\n            The various bit positions are:\n            1     dsx3NoAlarm         No alarm present\n            2     dsx3RcvRAIFailure   Receiving Yellow/Remote\n                             Alarm Indication\n            4     dsx3XmitRAIAlarm    Transmitting Yellow/Remote\n                             Alarm Indication\n            8     dsx3RcvAIS          Receiving AIS failure state\n            16     dsx3XmitAIS         Transmitting AIS\n            32     dsx3LOF             Receiving LOF failure state\n            64     dsx3LOS             Receiving LOS failure state\n            128     dsx3LoopbackState   Looping the received signal\n            256     dsx3RcvTestCode     Receiving a Test Pattern\n            512     dsx3OtherFailure    any line status not defined\n                             here\n            1024     dsx3UnavailSigState Near End in Unavailable Signal\n                             State\n            2048     dsx3NetEquipOOS     Carrier Equipment Out of Service",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3TransmitClockSource": {
                            "type": "string",
                            "description": "The source of Transmit Clock.\n            \n            loopTiming indicates that the recovered receive clock\n            is used as the transmit clock.\n            \n            localTiming indicates that a local clock source is used\n            or that an external clock is attached to the box\n            containing the interface.\n            \n            throughTiming indicates that transmit clock is derived\n            from the recovered receive clock of another DS3\n            interface."
                          },
                          "dsx3InvalidIntervals": {
                            "type": "integer",
                            "description": "The number of intervals in the range from 0 to\n            dsx3ValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3LineLength": {
                            "type": "integer",
                            "description": "The length of the ds3 line in meters.  This\n            object provides information for line build out\n            circuitry if it exists and can use this object to\n            adjust the line build out.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3LineStatusLastChange": {
                            "type": "string",
                            "description": "The value of MIB II's sysUpTime object at the\n            time this DS3/E3 entered its current line status\n            state.  If the current state was entered prior to\n            the last re-initialization of the proxy-agent,\n            then this object contains a zero value.",
                            "x-yang-type": "yang:timestamp"
                          },
                          "dsx3LineStatusChangeTrapEnable": {
                            "type": "string",
                            "description": "Indicates whether dsx3LineStatusChange traps\n            should be generated for this interface."
                          },
                          "dsx3LoopbackStatus": {
                            "type": "integer",
                            "description": "This variable represents the current state of the\n            loopback on the DS3 interface.  It contains\n            information about loopbacks established by a\n            manager and remotely from the far end.\n            \n            The dsx3LoopbackStatus is a bit map represented as\n            a sum, therefore is can represent multiple\n            loopbacks simultaneously.\n            \n            The various bit positions are:\n             1  dsx3NoLoopback\n             2  dsx3NearEndPayloadLoopback\n             4  dsx3NearEndLineLoopback\n             8  dsx3NearEndOtherLoopback\n            16  dsx3NearEndInwardLoopback\n            32  dsx3FarEndPayloadLoopback\n            64  dsx3FarEndLineLoopback",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3Channelization": {
                            "type": "string",
                            "description": "Indicates whether this ds3/e3 is channelized or\n            unchannelized.  The value of enabledDs1 indicates\n            that this is a DS3 channelized into DS1s.  The\n            value of enabledDs3 indicated that this is a DS3\n            channelized into DS2s.  Setting this object will\n            cause the creation or deletion of DS2 or DS1\n            entries in the ifTable."
                          },
                          "dsx3Ds1ForRemoteLoop": {
                            "type": "integer",
                            "description": "Indicates which ds1/e1 on this ds3/e3 will be\n            indicated in the remote ds1 loopback request.  A\n            value of 0 means no DS1 will be looped.  A value\n            of 29 means all ds1s/e1s will be looped.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3ConfigTable": {
                    "dsx3ConfigEntry": [
                      {
                        "dsx3LineIndex": "1",
                        "dsx3IfIndex": "1",
                        "dsx3TimeElapsed": -2147483648,
                        "dsx3ValidIntervals": -2147483648,
                        "dsx3LineType": "ethernetCsmacd(6)",
                        "dsx3LineCoding": "example-string",
                        "dsx3SendCode": "example-string",
                        "dsx3CircuitIdentifier": "example-string",
                        "dsx3LoopbackConfig": "example-string",
                        "dsx3LineStatus": -2147483648,
                        "dsx3TransmitClockSource": "example-string",
                        "dsx3InvalidIntervals": -2147483648,
                        "dsx3LineLength": -2147483648,
                        "dsx3LineStatusLastChange": "up(1)",
                        "dsx3LineStatusChangeTrapEnable": "up(1)",
                        "dsx3LoopbackStatus": -2147483648,
                        "dsx3Channelization": "example-string",
                        "dsx3Ds1ForRemoteLoop": -2147483648
                      },
                      {
                        "dsx3LineIndex": "2",
                        "dsx3IfIndex": "2",
                        "dsx3TimeElapsed": -2147483648,
                        "dsx3ValidIntervals": -2147483648,
                        "dsx3LineType": "ethernetCsmacd(6)",
                        "dsx3LineCoding": "example-string",
                        "dsx3SendCode": "example-string",
                        "dsx3CircuitIdentifier": "example-string",
                        "dsx3LoopbackConfig": "example-string",
                        "dsx3LineStatus": -2147483648,
                        "dsx3TransmitClockSource": "example-string",
                        "dsx3InvalidIntervals": -2147483648,
                        "dsx3LineLength": -2147483648,
                        "dsx3LineStatusLastChange": "up(1)",
                        "dsx3LineStatusChangeTrapEnable": "up(1)",
                        "dsx3LoopbackStatus": -2147483648,
                        "dsx3Channelization": "example-string",
                        "dsx3Ds1ForRemoteLoop": -2147483648
                      },
                      {
                        "dsx3LineIndex": "3",
                        "dsx3IfIndex": "3",
                        "dsx3TimeElapsed": -2147483648,
                        "dsx3ValidIntervals": -2147483648,
                        "dsx3LineType": "ethernetCsmacd(6)",
                        "dsx3LineCoding": "example-string",
                        "dsx3SendCode": "example-string",
                        "dsx3CircuitIdentifier": "example-string",
                        "dsx3LoopbackConfig": "example-string",
                        "dsx3LineStatus": -2147483648,
                        "dsx3TransmitClockSource": "example-string",
                        "dsx3InvalidIntervals": -2147483648,
                        "dsx3LineLength": -2147483648,
                        "dsx3LineStatusLastChange": "up(1)",
                        "dsx3LineStatusChangeTrapEnable": "up(1)",
                        "dsx3LoopbackStatus": -2147483648,
                        "dsx3Channelization": "example-string",
                        "dsx3Ds1ForRemoteLoop": -2147483648
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3ConfigTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3ConfigTable",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3ConfigTable/dsx3ConfigEntry": {
      "get": {
        "summary": "Get dsx3ConfigEntry list",
        "description": "Retrieve list of dsx3ConfigEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3/E3 Configuration table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3LineIndex": {
                        "type": "string",
                        "description": "This object should be made equal to ifIndex.  The\n            next paragraph describes its previous usage.\n            Making the object equal to ifIndex allows propoer\n            use of ifStackTable.\n            \n            Previously, this object was the identifier of a\n            DS3/E3 Interface on a managed device.  If there is\n            an ifEntry that is directly associated with this\n            and only this DS3/E3 interface, it should have the\n            same value as ifIndex.  Otherwise, number the\n            dsx3LineIndices with an unique identifier\n            following the rules of choosing a number that is\n            greater than ifNumber and numbering the inside\n            interfaces (e.g., equipment side) with even\n            numbers and outside interfaces (e.g, network side)\n            with odd numbers.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3IfIndex": {
                        "type": "string",
                        "description": "This value for this object is equal to the value\n            of ifIndex from the Interfaces table of MIB II\n            (RFC 1213).",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3TimeElapsed": {
                        "type": "integer",
                        "description": "The number of seconds that have elapsed since the\n            beginning of the near end current error-\n            measurement period.  If, for some reason, such as\n            an adjustment in the system's time-of-day clock,\n            the current interval exceeds the maximum value,\n            the agent will return the maximum value.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3ValidIntervals": {
                        "type": "integer",
                        "description": "The number of previous near end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute near end\n            intervals since the interface has been online.  In\n            the case where the agent is a proxy, it is\n            possible that some intervals are unavailable.  In\n            this case, this interval is the maximum interval\n            number for which data is available.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3LineType": {
                        "type": "string",
                        "description": "This variable indicates the variety of DS3 C-bit\n            or E3 application implementing this interface. The\n            type of interface affects the interpretation of\n            the usage and error statistics.  The rate of DS3\n            is 44.736 Mbps and E3 is 34.368 Mbps.  The\n            dsx3ClearChannel value means that the C-bits are\n            not used except for sending/receiving AIS.\n            The values, in sequence, describe:\n            \n            TITLE:            SPECIFICATION:\n            dsx3M23            ANSI T1.107-1988 [9]\n            dsx3SYNTRAN        ANSI T1.107-1988 [9]\n            dsx3CbitParity     ANSI T1.107a-1990 [9a]\n            dsx3ClearChannel   ANSI T1.102-1987 [8]\n            e3Framed           CCITT G.751 [12]\n            e3Plcp             ETSI T/NA(91)18 [13]."
                      },
                      "dsx3LineCoding": {
                        "type": "string",
                        "description": "This variable describes the variety of Zero Code\n            Suppression used on this interface, which in turn\n            affects a number of its characteristics.\n            \n            dsx3B3ZS and e3HDB3 refer to the use of specified\n            patterns of normal bits and bipolar violations\n            which are used to replace sequences of zero bits\n            of a specified length."
                      },
                      "dsx3SendCode": {
                        "type": "string",
                        "description": "This variable indicates what type of code is\n            being sent across the DS3/E3 interface by the\n            device.  (These are optional for E3 interfaces.)\n            Setting this variable causes the interface to\n            begin sending the code requested.\n            The values mean:\n            \n               dsx3SendNoCode\n                   sending looped or normal data\n            \n               dsx3SendLineCode\n                   sending a request for a line loopback\n            \n               dsx3SendPayloadCode\n                   sending a request for a payload loopback\n                   (i.e., all DS1/E1s in a DS3/E3 frame)\n            \n               dsx3SendResetCode\n                   sending a loopback deactivation request\n            \n               dsx3SendDS1LoopCode\n                   requesting to loopback a particular DS1/E1\n                   within a DS3/E3 frame.  The DS1/E1 is\n                   indicated in dsx3Ds1ForRemoteLoop.\n            \n               dsx3SendTestPattern\n                   sending a test pattern."
                      },
                      "dsx3CircuitIdentifier": {
                        "type": "string",
                        "description": "This variable contains the transmission vendor's\n            circuit identifier, for the purpose of\n            facilitating troubleshooting.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "dsx3LoopbackConfig": {
                        "type": "string",
                        "description": "This variable represents the desired loopback\n            configuration of the DS3/E3 interface.\n            \n            The values mean:\n            \n            dsx3NoLoop\n              Not in the loopback state.  A device that is\n              not capable of performing a loopback on\n              the interface shall always return this as\n              its value.\n            \n            dsx3PayloadLoop\n              The received signal at this interface is looped\n              through the device.  Typically the received signal\n              is looped back for retransmission after it has\n              passed through the device's framing function.\n            \n            dsx3LineLoop\n              The received signal at this interface does not\n              go through the device (minimum penetration) but\n              is looped back out.\n            \n            dsx3OtherLoop\n              Loopbacks that are not defined here.\n            \n            dsx3InwardLoop\n              The sent signal at this interface is looped back\n              through the device.\n            \n            dsx3DualLoop\n              Both dsx1LineLoop and dsx1InwardLoop will be\n              active simultaneously."
                      },
                      "dsx3LineStatus": {
                        "type": "integer",
                        "description": "This variable indicates the Line Status of the\n            interface.  It contains loopback state information\n            and failure state information.  The dsx3LineStatus\n            is a bit map represented as a sum, therefore, it\n            can represent multiple failures and a loopback\n            (see dsx3LoopbackConfig object for the type of\n            loopback) simultaneously.  The dsx3NoAlarm must be\n            set if and only if no other flag is set.\n            \n            If the dsx3loopbackState bit is set, the loopback\n            in effect can be determined from the\n            dsx3loopbackConfig object.\n            The various bit positions are:\n            1     dsx3NoAlarm         No alarm present\n            2     dsx3RcvRAIFailure   Receiving Yellow/Remote\n                             Alarm Indication\n            4     dsx3XmitRAIAlarm    Transmitting Yellow/Remote\n                             Alarm Indication\n            8     dsx3RcvAIS          Receiving AIS failure state\n            16     dsx3XmitAIS         Transmitting AIS\n            32     dsx3LOF             Receiving LOF failure state\n            64     dsx3LOS             Receiving LOS failure state\n            128     dsx3LoopbackState   Looping the received signal\n            256     dsx3RcvTestCode     Receiving a Test Pattern\n            512     dsx3OtherFailure    any line status not defined\n                             here\n            1024     dsx3UnavailSigState Near End in Unavailable Signal\n                             State\n            2048     dsx3NetEquipOOS     Carrier Equipment Out of Service",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3TransmitClockSource": {
                        "type": "string",
                        "description": "The source of Transmit Clock.\n            \n            loopTiming indicates that the recovered receive clock\n            is used as the transmit clock.\n            \n            localTiming indicates that a local clock source is used\n            or that an external clock is attached to the box\n            containing the interface.\n            \n            throughTiming indicates that transmit clock is derived\n            from the recovered receive clock of another DS3\n            interface."
                      },
                      "dsx3InvalidIntervals": {
                        "type": "integer",
                        "description": "The number of intervals in the range from 0 to\n            dsx3ValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3LineLength": {
                        "type": "integer",
                        "description": "The length of the ds3 line in meters.  This\n            object provides information for line build out\n            circuitry if it exists and can use this object to\n            adjust the line build out.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3LineStatusLastChange": {
                        "type": "string",
                        "description": "The value of MIB II's sysUpTime object at the\n            time this DS3/E3 entered its current line status\n            state.  If the current state was entered prior to\n            the last re-initialization of the proxy-agent,\n            then this object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "dsx3LineStatusChangeTrapEnable": {
                        "type": "string",
                        "description": "Indicates whether dsx3LineStatusChange traps\n            should be generated for this interface."
                      },
                      "dsx3LoopbackStatus": {
                        "type": "integer",
                        "description": "This variable represents the current state of the\n            loopback on the DS3 interface.  It contains\n            information about loopbacks established by a\n            manager and remotely from the far end.\n            \n            The dsx3LoopbackStatus is a bit map represented as\n            a sum, therefore is can represent multiple\n            loopbacks simultaneously.\n            \n            The various bit positions are:\n             1  dsx3NoLoopback\n             2  dsx3NearEndPayloadLoopback\n             4  dsx3NearEndLineLoopback\n             8  dsx3NearEndOtherLoopback\n            16  dsx3NearEndInwardLoopback\n            32  dsx3FarEndPayloadLoopback\n            64  dsx3FarEndLineLoopback",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3Channelization": {
                        "type": "string",
                        "description": "Indicates whether this ds3/e3 is channelized or\n            unchannelized.  The value of enabledDs1 indicates\n            that this is a DS3 channelized into DS1s.  The\n            value of enabledDs3 indicated that this is a DS3\n            channelized into DS2s.  Setting this object will\n            cause the creation or deletion of DS2 or DS1\n            entries in the ifTable."
                      },
                      "dsx3Ds1ForRemoteLoop": {
                        "type": "integer",
                        "description": "Indicates which ds1/e1 on this ds3/e3 will be\n            indicated in the remote ds1 loopback request.  A\n            value of 0 means no DS1 will be looped.  A value\n            of 29 means all ds1s/e1s will be looped.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3ConfigEntry": [
                    {
                      "dsx3LineIndex": "example-string",
                      "dsx3IfIndex": "example-string",
                      "dsx3TimeElapsed": -2147483648,
                      "dsx3ValidIntervals": -2147483648,
                      "dsx3LineType": "ethernetCsmacd(6)",
                      "dsx3LineCoding": "example-string",
                      "dsx3SendCode": "example-string",
                      "dsx3CircuitIdentifier": "example-string",
                      "dsx3LoopbackConfig": "example-string",
                      "dsx3LineStatus": -2147483648,
                      "dsx3TransmitClockSource": "example-string",
                      "dsx3InvalidIntervals": -2147483648,
                      "dsx3LineLength": -2147483648,
                      "dsx3LineStatusLastChange": "up(1)",
                      "dsx3LineStatusChangeTrapEnable": "up(1)",
                      "dsx3LoopbackStatus": -2147483648,
                      "dsx3Channelization": "example-string",
                      "dsx3Ds1ForRemoteLoop": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3ConfigEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3ConfigTable/dsx3ConfigEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3ConfigTable/dsx3ConfigEntry={dsx3LineIndex}": {
      "get": {
        "summary": "Get dsx3ConfigEntry entry",
        "description": "Retrieve specific dsx3ConfigEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3LineIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3LineIndex": {
                      "type": "string",
                      "description": "This object should be made equal to ifIndex.  The\n            next paragraph describes its previous usage.\n            Making the object equal to ifIndex allows propoer\n            use of ifStackTable.\n            \n            Previously, this object was the identifier of a\n            DS3/E3 Interface on a managed device.  If there is\n            an ifEntry that is directly associated with this\n            and only this DS3/E3 interface, it should have the\n            same value as ifIndex.  Otherwise, number the\n            dsx3LineIndices with an unique identifier\n            following the rules of choosing a number that is\n            greater than ifNumber and numbering the inside\n            interfaces (e.g., equipment side) with even\n            numbers and outside interfaces (e.g, network side)\n            with odd numbers.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3IfIndex": {
                      "type": "string",
                      "description": "This value for this object is equal to the value\n            of ifIndex from the Interfaces table of MIB II\n            (RFC 1213).",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3TimeElapsed": {
                      "type": "integer",
                      "description": "The number of seconds that have elapsed since the\n            beginning of the near end current error-\n            measurement period.  If, for some reason, such as\n            an adjustment in the system's time-of-day clock,\n            the current interval exceeds the maximum value,\n            the agent will return the maximum value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3ValidIntervals": {
                      "type": "integer",
                      "description": "The number of previous near end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute near end\n            intervals since the interface has been online.  In\n            the case where the agent is a proxy, it is\n            possible that some intervals are unavailable.  In\n            this case, this interval is the maximum interval\n            number for which data is available.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3LineType": {
                      "type": "string",
                      "description": "This variable indicates the variety of DS3 C-bit\n            or E3 application implementing this interface. The\n            type of interface affects the interpretation of\n            the usage and error statistics.  The rate of DS3\n            is 44.736 Mbps and E3 is 34.368 Mbps.  The\n            dsx3ClearChannel value means that the C-bits are\n            not used except for sending/receiving AIS.\n            The values, in sequence, describe:\n            \n            TITLE:            SPECIFICATION:\n            dsx3M23            ANSI T1.107-1988 [9]\n            dsx3SYNTRAN        ANSI T1.107-1988 [9]\n            dsx3CbitParity     ANSI T1.107a-1990 [9a]\n            dsx3ClearChannel   ANSI T1.102-1987 [8]\n            e3Framed           CCITT G.751 [12]\n            e3Plcp             ETSI T/NA(91)18 [13]."
                    },
                    "dsx3LineCoding": {
                      "type": "string",
                      "description": "This variable describes the variety of Zero Code\n            Suppression used on this interface, which in turn\n            affects a number of its characteristics.\n            \n            dsx3B3ZS and e3HDB3 refer to the use of specified\n            patterns of normal bits and bipolar violations\n            which are used to replace sequences of zero bits\n            of a specified length."
                    },
                    "dsx3SendCode": {
                      "type": "string",
                      "description": "This variable indicates what type of code is\n            being sent across the DS3/E3 interface by the\n            device.  (These are optional for E3 interfaces.)\n            Setting this variable causes the interface to\n            begin sending the code requested.\n            The values mean:\n            \n               dsx3SendNoCode\n                   sending looped or normal data\n            \n               dsx3SendLineCode\n                   sending a request for a line loopback\n            \n               dsx3SendPayloadCode\n                   sending a request for a payload loopback\n                   (i.e., all DS1/E1s in a DS3/E3 frame)\n            \n               dsx3SendResetCode\n                   sending a loopback deactivation request\n            \n               dsx3SendDS1LoopCode\n                   requesting to loopback a particular DS1/E1\n                   within a DS3/E3 frame.  The DS1/E1 is\n                   indicated in dsx3Ds1ForRemoteLoop.\n            \n               dsx3SendTestPattern\n                   sending a test pattern."
                    },
                    "dsx3CircuitIdentifier": {
                      "type": "string",
                      "description": "This variable contains the transmission vendor's\n            circuit identifier, for the purpose of\n            facilitating troubleshooting.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "dsx3LoopbackConfig": {
                      "type": "string",
                      "description": "This variable represents the desired loopback\n            configuration of the DS3/E3 interface.\n            \n            The values mean:\n            \n            dsx3NoLoop\n              Not in the loopback state.  A device that is\n              not capable of performing a loopback on\n              the interface shall always return this as\n              its value.\n            \n            dsx3PayloadLoop\n              The received signal at this interface is looped\n              through the device.  Typically the received signal\n              is looped back for retransmission after it has\n              passed through the device's framing function.\n            \n            dsx3LineLoop\n              The received signal at this interface does not\n              go through the device (minimum penetration) but\n              is looped back out.\n            \n            dsx3OtherLoop\n              Loopbacks that are not defined here.\n            \n            dsx3InwardLoop\n              The sent signal at this interface is looped back\n              through the device.\n            \n            dsx3DualLoop\n              Both dsx1LineLoop and dsx1InwardLoop will be\n              active simultaneously."
                    },
                    "dsx3LineStatus": {
                      "type": "integer",
                      "description": "This variable indicates the Line Status of the\n            interface.  It contains loopback state information\n            and failure state information.  The dsx3LineStatus\n            is a bit map represented as a sum, therefore, it\n            can represent multiple failures and a loopback\n            (see dsx3LoopbackConfig object for the type of\n            loopback) simultaneously.  The dsx3NoAlarm must be\n            set if and only if no other flag is set.\n            \n            If the dsx3loopbackState bit is set, the loopback\n            in effect can be determined from the\n            dsx3loopbackConfig object.\n            The various bit positions are:\n            1     dsx3NoAlarm         No alarm present\n            2     dsx3RcvRAIFailure   Receiving Yellow/Remote\n                             Alarm Indication\n            4     dsx3XmitRAIAlarm    Transmitting Yellow/Remote\n                             Alarm Indication\n            8     dsx3RcvAIS          Receiving AIS failure state\n            16     dsx3XmitAIS         Transmitting AIS\n            32     dsx3LOF             Receiving LOF failure state\n            64     dsx3LOS             Receiving LOS failure state\n            128     dsx3LoopbackState   Looping the received signal\n            256     dsx3RcvTestCode     Receiving a Test Pattern\n            512     dsx3OtherFailure    any line status not defined\n                             here\n            1024     dsx3UnavailSigState Near End in Unavailable Signal\n                             State\n            2048     dsx3NetEquipOOS     Carrier Equipment Out of Service",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3TransmitClockSource": {
                      "type": "string",
                      "description": "The source of Transmit Clock.\n            \n            loopTiming indicates that the recovered receive clock\n            is used as the transmit clock.\n            \n            localTiming indicates that a local clock source is used\n            or that an external clock is attached to the box\n            containing the interface.\n            \n            throughTiming indicates that transmit clock is derived\n            from the recovered receive clock of another DS3\n            interface."
                    },
                    "dsx3InvalidIntervals": {
                      "type": "integer",
                      "description": "The number of intervals in the range from 0 to\n            dsx3ValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3LineLength": {
                      "type": "integer",
                      "description": "The length of the ds3 line in meters.  This\n            object provides information for line build out\n            circuitry if it exists and can use this object to\n            adjust the line build out.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3LineStatusLastChange": {
                      "type": "string",
                      "description": "The value of MIB II's sysUpTime object at the\n            time this DS3/E3 entered its current line status\n            state.  If the current state was entered prior to\n            the last re-initialization of the proxy-agent,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "dsx3LineStatusChangeTrapEnable": {
                      "type": "string",
                      "description": "Indicates whether dsx3LineStatusChange traps\n            should be generated for this interface."
                    },
                    "dsx3LoopbackStatus": {
                      "type": "integer",
                      "description": "This variable represents the current state of the\n            loopback on the DS3 interface.  It contains\n            information about loopbacks established by a\n            manager and remotely from the far end.\n            \n            The dsx3LoopbackStatus is a bit map represented as\n            a sum, therefore is can represent multiple\n            loopbacks simultaneously.\n            \n            The various bit positions are:\n             1  dsx3NoLoopback\n             2  dsx3NearEndPayloadLoopback\n             4  dsx3NearEndLineLoopback\n             8  dsx3NearEndOtherLoopback\n            16  dsx3NearEndInwardLoopback\n            32  dsx3FarEndPayloadLoopback\n            64  dsx3FarEndLineLoopback",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3Channelization": {
                      "type": "string",
                      "description": "Indicates whether this ds3/e3 is channelized or\n            unchannelized.  The value of enabledDs1 indicates\n            that this is a DS3 channelized into DS1s.  The\n            value of enabledDs3 indicated that this is a DS3\n            channelized into DS2s.  Setting this object will\n            cause the creation or deletion of DS2 or DS1\n            entries in the ifTable."
                    },
                    "dsx3Ds1ForRemoteLoop": {
                      "type": "integer",
                      "description": "Indicates which ds1/e1 on this ds3/e3 will be\n            indicated in the remote ds1 loopback request.  A\n            value of 0 means no DS1 will be looped.  A value\n            of 29 means all ds1s/e1s will be looped.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3ConfigEntry": {
                    "dsx3LineIndex": "example-string",
                    "dsx3IfIndex": "example-string",
                    "dsx3TimeElapsed": -2147483648,
                    "dsx3ValidIntervals": -2147483648,
                    "dsx3LineType": "ethernetCsmacd(6)",
                    "dsx3LineCoding": "example-string",
                    "dsx3SendCode": "example-string",
                    "dsx3CircuitIdentifier": "example-string",
                    "dsx3LoopbackConfig": "example-string",
                    "dsx3LineStatus": -2147483648,
                    "dsx3TransmitClockSource": "example-string",
                    "dsx3InvalidIntervals": -2147483648,
                    "dsx3LineLength": -2147483648,
                    "dsx3LineStatusLastChange": "up(1)",
                    "dsx3LineStatusChangeTrapEnable": "up(1)",
                    "dsx3LoopbackStatus": -2147483648,
                    "dsx3Channelization": "example-string",
                    "dsx3Ds1ForRemoteLoop": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3ConfigEntry-2"
      },
      "x-yang-path": "/dsx3ConfigTable/dsx3ConfigEntry={dsx3LineIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3LineIndex"
      ]
    },
    "/data/DS3-MIB:dsx3CurrentTable": {
      "get": {
        "summary": "Get dsx3CurrentTable data",
        "description": "Retrieve dsx3CurrentTable operational data from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The DS3/E3 current table contains various\n        statistics being collected for the current 15\n        minute interval.",
                  "properties": {
                    "dsx3CurrentEntry": {
                      "type": "array",
                      "description": "An entry in the DS3/E3 Current table.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dsx3CurrentIndex": {
                            "type": "string",
                            "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "dsx3CurrentPESs": {
                            "type": "string",
                            "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3CurrentPSESs": {
                            "type": "string",
                            "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3CurrentSEFSs": {
                            "type": "string",
                            "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3CurrentUASs": {
                            "type": "string",
                            "description": "The counter associated with the number of\n            Unavailable Seconds.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3CurrentLCVs": {
                            "type": "string",
                            "description": "The counter associated with the number of Line\n            Coding Violations.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3CurrentPCVs": {
                            "type": "string",
                            "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3CurrentLESs": {
                            "type": "string",
                            "description": "The number of Line Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3CurrentCCVs": {
                            "type": "string",
                            "description": "The number of C-bit Coding Violations.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3CurrentCESs": {
                            "type": "string",
                            "description": "The number of C-bit Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3CurrentCSESs": {
                            "type": "string",
                            "description": "The number of C-bit Severely Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3CurrentTable": {
                    "dsx3CurrentEntry": [
                      {
                        "dsx3CurrentIndex": "1",
                        "dsx3CurrentPESs": "example-string",
                        "dsx3CurrentPSESs": "example-string",
                        "dsx3CurrentSEFSs": "example-string",
                        "dsx3CurrentUASs": "example-string",
                        "dsx3CurrentLCVs": "example-string",
                        "dsx3CurrentPCVs": "example-string",
                        "dsx3CurrentLESs": "example-string",
                        "dsx3CurrentCCVs": "example-string",
                        "dsx3CurrentCESs": "example-string",
                        "dsx3CurrentCSESs": "example-string"
                      },
                      {
                        "dsx3CurrentIndex": "2",
                        "dsx3CurrentPESs": "example-string",
                        "dsx3CurrentPSESs": "example-string",
                        "dsx3CurrentSEFSs": "example-string",
                        "dsx3CurrentUASs": "example-string",
                        "dsx3CurrentLCVs": "example-string",
                        "dsx3CurrentPCVs": "example-string",
                        "dsx3CurrentLESs": "example-string",
                        "dsx3CurrentCCVs": "example-string",
                        "dsx3CurrentCESs": "example-string",
                        "dsx3CurrentCSESs": "example-string"
                      },
                      {
                        "dsx3CurrentIndex": "3",
                        "dsx3CurrentPESs": "example-string",
                        "dsx3CurrentPSESs": "example-string",
                        "dsx3CurrentSEFSs": "example-string",
                        "dsx3CurrentUASs": "example-string",
                        "dsx3CurrentLCVs": "example-string",
                        "dsx3CurrentPCVs": "example-string",
                        "dsx3CurrentLESs": "example-string",
                        "dsx3CurrentCCVs": "example-string",
                        "dsx3CurrentCESs": "example-string",
                        "dsx3CurrentCSESs": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3CurrentTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3CurrentTable",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3CurrentTable/dsx3CurrentEntry": {
      "get": {
        "summary": "Get dsx3CurrentEntry list",
        "description": "Retrieve list of dsx3CurrentEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3/E3 Current table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3CurrentIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3CurrentPESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentPSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentSEFSs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Unavailable Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentLCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Line\n            Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentPCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentLESs": {
                        "type": "string",
                        "description": "The number of Line Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentCCVs": {
                        "type": "string",
                        "description": "The number of C-bit Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentCESs": {
                        "type": "string",
                        "description": "The number of C-bit Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentCSESs": {
                        "type": "string",
                        "description": "The number of C-bit Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3CurrentEntry": [
                    {
                      "dsx3CurrentIndex": "example-string",
                      "dsx3CurrentPESs": "example-string",
                      "dsx3CurrentPSESs": "example-string",
                      "dsx3CurrentSEFSs": "example-string",
                      "dsx3CurrentUASs": "example-string",
                      "dsx3CurrentLCVs": "example-string",
                      "dsx3CurrentPCVs": "example-string",
                      "dsx3CurrentLESs": "example-string",
                      "dsx3CurrentCCVs": "example-string",
                      "dsx3CurrentCESs": "example-string",
                      "dsx3CurrentCSESs": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3CurrentEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3CurrentTable/dsx3CurrentEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3CurrentTable/dsx3CurrentEntry={dsx3CurrentIndex}": {
      "get": {
        "summary": "Get dsx3CurrentEntry entry",
        "description": "Retrieve specific dsx3CurrentEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3CurrentIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3CurrentIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3CurrentPESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentPSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentSEFSs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Unavailable Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentLCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Line\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentPCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentLESs": {
                      "type": "string",
                      "description": "The number of Line Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentCCVs": {
                      "type": "string",
                      "description": "The number of C-bit Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentCESs": {
                      "type": "string",
                      "description": "The number of C-bit Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentCSESs": {
                      "type": "string",
                      "description": "The number of C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3CurrentEntry": {
                    "dsx3CurrentIndex": "example-string",
                    "dsx3CurrentPESs": "example-string",
                    "dsx3CurrentPSESs": "example-string",
                    "dsx3CurrentSEFSs": "example-string",
                    "dsx3CurrentUASs": "example-string",
                    "dsx3CurrentLCVs": "example-string",
                    "dsx3CurrentPCVs": "example-string",
                    "dsx3CurrentLESs": "example-string",
                    "dsx3CurrentCCVs": "example-string",
                    "dsx3CurrentCESs": "example-string",
                    "dsx3CurrentCSESs": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3CurrentEntry-2"
      },
      "x-yang-path": "/dsx3CurrentTable/dsx3CurrentEntry={dsx3CurrentIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3CurrentIndex"
      ]
    },
    "/data/DS3-MIB:dsx3IntervalTable": {
      "get": {
        "summary": "Get dsx3IntervalTable data",
        "description": "Retrieve dsx3IntervalTable operational data from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The DS3/E3 Interval Table contains various\n        statistics collected by each DS3/E3 Interface over\n        the previous 24 hours of operation.  The past 24\n        hours are broken into 96 completed 15 minute\n        intervals.  Each row in this table represents one\n        such interval (identified by dsx3IntervalNumber)\n        and for one specific interface (identifed by\n        dsx3IntervalIndex).",
                  "properties": {
                    "dsx3IntervalEntry": {
                      "type": "array",
                      "description": "An entry in the DS3/E3 Interval table.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dsx3IntervalIndex": {
                            "type": "string",
                            "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "dsx3IntervalNumber": {
                            "type": "integer",
                            "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3IntervalPESs": {
                            "type": "string",
                            "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3IntervalPSESs": {
                            "type": "string",
                            "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3IntervalSEFSs": {
                            "type": "string",
                            "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3IntervalUASs": {
                            "type": "string",
                            "description": "The counter associated with the number of\n            Unavailable Seconds.  This object may decrease if\n            the occurance of unavailable seconds occurs across\n            an inteval boundary.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3IntervalLCVs": {
                            "type": "string",
                            "description": "The counter associated with the number of Line\n            Coding Violations.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3IntervalPCVs": {
                            "type": "string",
                            "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3IntervalLESs": {
                            "type": "string",
                            "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences).",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3IntervalCCVs": {
                            "type": "string",
                            "description": "The number of C-bit Coding Violations.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3IntervalCESs": {
                            "type": "string",
                            "description": "The number of C-bit Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3IntervalCSESs": {
                            "type": "string",
                            "description": "The number of C-bit Severely Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3IntervalValidData": {
                            "type": "boolean",
                            "description": "This variable indicates if the data for this\n            interval is valid."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3IntervalTable": {
                    "dsx3IntervalEntry": [
                      {
                        "dsx3IntervalIndex": "1",
                        "dsx3IntervalNumber": -2147483648,
                        "dsx3IntervalPESs": "example-string",
                        "dsx3IntervalPSESs": "example-string",
                        "dsx3IntervalSEFSs": "example-string",
                        "dsx3IntervalUASs": "example-string",
                        "dsx3IntervalLCVs": "example-string",
                        "dsx3IntervalPCVs": "example-string",
                        "dsx3IntervalLESs": "example-string",
                        "dsx3IntervalCCVs": "example-string",
                        "dsx3IntervalCESs": "example-string",
                        "dsx3IntervalCSESs": "example-string",
                        "dsx3IntervalValidData": true
                      },
                      {
                        "dsx3IntervalIndex": "2",
                        "dsx3IntervalNumber": -2147483648,
                        "dsx3IntervalPESs": "example-string",
                        "dsx3IntervalPSESs": "example-string",
                        "dsx3IntervalSEFSs": "example-string",
                        "dsx3IntervalUASs": "example-string",
                        "dsx3IntervalLCVs": "example-string",
                        "dsx3IntervalPCVs": "example-string",
                        "dsx3IntervalLESs": "example-string",
                        "dsx3IntervalCCVs": "example-string",
                        "dsx3IntervalCESs": "example-string",
                        "dsx3IntervalCSESs": "example-string",
                        "dsx3IntervalValidData": true
                      },
                      {
                        "dsx3IntervalIndex": "3",
                        "dsx3IntervalNumber": -2147483648,
                        "dsx3IntervalPESs": "example-string",
                        "dsx3IntervalPSESs": "example-string",
                        "dsx3IntervalSEFSs": "example-string",
                        "dsx3IntervalUASs": "example-string",
                        "dsx3IntervalLCVs": "example-string",
                        "dsx3IntervalPCVs": "example-string",
                        "dsx3IntervalLESs": "example-string",
                        "dsx3IntervalCCVs": "example-string",
                        "dsx3IntervalCESs": "example-string",
                        "dsx3IntervalCSESs": "example-string",
                        "dsx3IntervalValidData": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3IntervalTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3IntervalTable",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3IntervalTable/dsx3IntervalEntry": {
      "get": {
        "summary": "Get dsx3IntervalEntry list",
        "description": "Retrieve list of dsx3IntervalEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3/E3 Interval table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3IntervalIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3IntervalNumber": {
                        "type": "integer",
                        "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3IntervalPESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalPSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalSEFSs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Unavailable Seconds.  This object may decrease if\n            the occurance of unavailable seconds occurs across\n            an inteval boundary.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalLCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Line\n            Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalPCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalLESs": {
                        "type": "string",
                        "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences).",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalCCVs": {
                        "type": "string",
                        "description": "The number of C-bit Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalCESs": {
                        "type": "string",
                        "description": "The number of C-bit Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalCSESs": {
                        "type": "string",
                        "description": "The number of C-bit Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalValidData": {
                        "type": "boolean",
                        "description": "This variable indicates if the data for this\n            interval is valid."
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3IntervalEntry": [
                    {
                      "dsx3IntervalIndex": "example-string",
                      "dsx3IntervalNumber": -2147483648,
                      "dsx3IntervalPESs": "example-string",
                      "dsx3IntervalPSESs": "example-string",
                      "dsx3IntervalSEFSs": "example-string",
                      "dsx3IntervalUASs": "example-string",
                      "dsx3IntervalLCVs": "example-string",
                      "dsx3IntervalPCVs": "example-string",
                      "dsx3IntervalLESs": "example-string",
                      "dsx3IntervalCCVs": "example-string",
                      "dsx3IntervalCESs": "example-string",
                      "dsx3IntervalCSESs": "example-string",
                      "dsx3IntervalValidData": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3IntervalEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3IntervalTable/dsx3IntervalEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3TotalTable": {
      "get": {
        "summary": "Get dsx3TotalTable data",
        "description": "Retrieve dsx3TotalTable operational data from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The DS3/E3 Total Table contains the cumulative\n        sum of the various statistics for the 24 hour\n        period preceding the current interval.",
                  "properties": {
                    "dsx3TotalEntry": {
                      "type": "array",
                      "description": "An entry in the DS3/E3 Total table.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dsx3TotalIndex": {
                            "type": "string",
                            "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "dsx3TotalPESs": {
                            "type": "string",
                            "description": "The counter associated with the number of P-bit\n            Errored Seconds, encountered by a DS3 interface in\n            the previous 24 hour interval. Invalid 15 minute\n            intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3TotalPSESs": {
                            "type": "string",
                            "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3TotalSEFSs": {
                            "type": "string",
                            "description": "The counter associated with the number of\n            Severely Errored Framing Seconds, encountered by a\n            DS3/E3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3TotalUASs": {
                            "type": "string",
                            "description": "The counter associated with the number of\n            Unavailable Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            \n            Invalid 15 minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3TotalLCVs": {
                            "type": "string",
                            "description": "The counter associated with the number of Line\n            Coding Violations encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3TotalPCVs": {
                            "type": "string",
                            "description": "The counter associated with the number of P-bit\n            Coding Violations, encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3TotalLESs": {
                            "type": "string",
                            "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences) encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3TotalCCVs": {
                            "type": "string",
                            "description": "The number of C-bit Coding Violations encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3TotalCESs": {
                            "type": "string",
                            "description": "The number of C-bit Errored Seconds encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3TotalCSESs": {
                            "type": "string",
                            "description": "The number of C-bit Severely Errored Seconds\n            encountered by a DS3 interface in the previous 24\n            hour interval. Invalid 15 minute intervals count\n            as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3TotalTable": {
                    "dsx3TotalEntry": [
                      {
                        "dsx3TotalIndex": "1",
                        "dsx3TotalPESs": "example-string",
                        "dsx3TotalPSESs": "example-string",
                        "dsx3TotalSEFSs": "example-string",
                        "dsx3TotalUASs": "example-string",
                        "dsx3TotalLCVs": "example-string",
                        "dsx3TotalPCVs": "example-string",
                        "dsx3TotalLESs": "example-string",
                        "dsx3TotalCCVs": "example-string",
                        "dsx3TotalCESs": "example-string",
                        "dsx3TotalCSESs": "example-string"
                      },
                      {
                        "dsx3TotalIndex": "2",
                        "dsx3TotalPESs": "example-string",
                        "dsx3TotalPSESs": "example-string",
                        "dsx3TotalSEFSs": "example-string",
                        "dsx3TotalUASs": "example-string",
                        "dsx3TotalLCVs": "example-string",
                        "dsx3TotalPCVs": "example-string",
                        "dsx3TotalLESs": "example-string",
                        "dsx3TotalCCVs": "example-string",
                        "dsx3TotalCESs": "example-string",
                        "dsx3TotalCSESs": "example-string"
                      },
                      {
                        "dsx3TotalIndex": "3",
                        "dsx3TotalPESs": "example-string",
                        "dsx3TotalPSESs": "example-string",
                        "dsx3TotalSEFSs": "example-string",
                        "dsx3TotalUASs": "example-string",
                        "dsx3TotalLCVs": "example-string",
                        "dsx3TotalPCVs": "example-string",
                        "dsx3TotalLESs": "example-string",
                        "dsx3TotalCCVs": "example-string",
                        "dsx3TotalCESs": "example-string",
                        "dsx3TotalCSESs": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3TotalTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3TotalTable",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3TotalTable/dsx3TotalEntry": {
      "get": {
        "summary": "Get dsx3TotalEntry list",
        "description": "Retrieve list of dsx3TotalEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3/E3 Total table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3TotalIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3TotalPESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Errored Seconds, encountered by a DS3 interface in\n            the previous 24 hour interval. Invalid 15 minute\n            intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalPSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalSEFSs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Severely Errored Framing Seconds, encountered by a\n            DS3/E3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Unavailable Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            \n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalLCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Line\n            Coding Violations encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalPCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Coding Violations, encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalLESs": {
                        "type": "string",
                        "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences) encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalCCVs": {
                        "type": "string",
                        "description": "The number of C-bit Coding Violations encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalCESs": {
                        "type": "string",
                        "description": "The number of C-bit Errored Seconds encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalCSESs": {
                        "type": "string",
                        "description": "The number of C-bit Severely Errored Seconds\n            encountered by a DS3 interface in the previous 24\n            hour interval. Invalid 15 minute intervals count\n            as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3TotalEntry": [
                    {
                      "dsx3TotalIndex": "example-string",
                      "dsx3TotalPESs": "example-string",
                      "dsx3TotalPSESs": "example-string",
                      "dsx3TotalSEFSs": "example-string",
                      "dsx3TotalUASs": "example-string",
                      "dsx3TotalLCVs": "example-string",
                      "dsx3TotalPCVs": "example-string",
                      "dsx3TotalLESs": "example-string",
                      "dsx3TotalCCVs": "example-string",
                      "dsx3TotalCESs": "example-string",
                      "dsx3TotalCSESs": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3TotalEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3TotalTable/dsx3TotalEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3TotalTable/dsx3TotalEntry={dsx3TotalIndex}": {
      "get": {
        "summary": "Get dsx3TotalEntry entry",
        "description": "Retrieve specific dsx3TotalEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3TotalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3TotalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3TotalPESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Errored Seconds, encountered by a DS3 interface in\n            the previous 24 hour interval. Invalid 15 minute\n            intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalPSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalSEFSs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Severely Errored Framing Seconds, encountered by a\n            DS3/E3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Unavailable Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            \n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalLCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Line\n            Coding Violations encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalPCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Coding Violations, encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalLESs": {
                      "type": "string",
                      "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences) encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalCCVs": {
                      "type": "string",
                      "description": "The number of C-bit Coding Violations encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalCESs": {
                      "type": "string",
                      "description": "The number of C-bit Errored Seconds encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalCSESs": {
                      "type": "string",
                      "description": "The number of C-bit Severely Errored Seconds\n            encountered by a DS3 interface in the previous 24\n            hour interval. Invalid 15 minute intervals count\n            as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3TotalEntry": {
                    "dsx3TotalIndex": "example-string",
                    "dsx3TotalPESs": "example-string",
                    "dsx3TotalPSESs": "example-string",
                    "dsx3TotalSEFSs": "example-string",
                    "dsx3TotalUASs": "example-string",
                    "dsx3TotalLCVs": "example-string",
                    "dsx3TotalPCVs": "example-string",
                    "dsx3TotalLESs": "example-string",
                    "dsx3TotalCCVs": "example-string",
                    "dsx3TotalCESs": "example-string",
                    "dsx3TotalCSESs": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3TotalEntry-2"
      },
      "x-yang-path": "/dsx3TotalTable/dsx3TotalEntry={dsx3TotalIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3TotalIndex"
      ]
    },
    "/data/DS3-MIB:dsx3FarEndConfigTable": {
      "get": {
        "summary": "Get dsx3FarEndConfigTable data",
        "description": "Retrieve dsx3FarEndConfigTable operational data from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The DS3 Far End Configuration Table contains\n        configuration information reported in the C-bits\n        from the remote end.",
                  "properties": {
                    "dsx3FarEndConfigEntry": {
                      "type": "array",
                      "description": "An entry in the DS3 Far End Configuration table.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dsx3FarEndLineIndex": {
                            "type": "string",
                            "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value an dsx3LineIndex object instance.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "dsx3FarEndEquipCode": {
                            "type": "string",
                            "description": "This is the Far End Equipment Identification code\n            that describes the specific piece of equipment.\n            It is sent within the Path Identification\n            Message.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          },
                          "dsx3FarEndLocationIDCode": {
                            "type": "string",
                            "description": "This is the Far End Location Identification code\n            that describes the specific location of the\n            equipment.  It is sent within the Path\n            Identification Message.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          },
                          "dsx3FarEndFrameIDCode": {
                            "type": "string",
                            "description": "This is the Far End Frame Identification code\n            that identifies where the equipment is located\n            within a building at a given location.  It is sent\n            within the Path Identification Message.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          },
                          "dsx3FarEndUnitCode": {
                            "type": "string",
                            "description": "This is the Far End code that identifies the\n            equipment location within a bay.  It is sent\n            within the Path Identification Message.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          },
                          "dsx3FarEndFacilityIDCode": {
                            "type": "string",
                            "description": "This code identifies a specific Far End DS3 path.\n            It is sent within the Path Identification\n            Message.",
                            "x-yang-type": "snmpv2-tc:DisplayString"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndConfigTable": {
                    "dsx3FarEndConfigEntry": [
                      {
                        "dsx3FarEndLineIndex": "1",
                        "dsx3FarEndEquipCode": "192.168.1.1",
                        "dsx3FarEndLocationIDCode": "example-string",
                        "dsx3FarEndFrameIDCode": "example-string",
                        "dsx3FarEndUnitCode": "example-string",
                        "dsx3FarEndFacilityIDCode": "example-string"
                      },
                      {
                        "dsx3FarEndLineIndex": "2",
                        "dsx3FarEndEquipCode": "192.168.1.1",
                        "dsx3FarEndLocationIDCode": "example-string",
                        "dsx3FarEndFrameIDCode": "example-string",
                        "dsx3FarEndUnitCode": "example-string",
                        "dsx3FarEndFacilityIDCode": "example-string"
                      },
                      {
                        "dsx3FarEndLineIndex": "3",
                        "dsx3FarEndEquipCode": "192.168.1.1",
                        "dsx3FarEndLocationIDCode": "example-string",
                        "dsx3FarEndFrameIDCode": "example-string",
                        "dsx3FarEndUnitCode": "example-string",
                        "dsx3FarEndFacilityIDCode": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndConfigTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndConfigTable",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndConfigTable/dsx3FarEndConfigEntry": {
      "get": {
        "summary": "Get dsx3FarEndConfigEntry list",
        "description": "Retrieve list of dsx3FarEndConfigEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3 Far End Configuration table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3FarEndLineIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value an dsx3LineIndex object instance.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3FarEndEquipCode": {
                        "type": "string",
                        "description": "This is the Far End Equipment Identification code\n            that describes the specific piece of equipment.\n            It is sent within the Path Identification\n            Message.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "dsx3FarEndLocationIDCode": {
                        "type": "string",
                        "description": "This is the Far End Location Identification code\n            that describes the specific location of the\n            equipment.  It is sent within the Path\n            Identification Message.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "dsx3FarEndFrameIDCode": {
                        "type": "string",
                        "description": "This is the Far End Frame Identification code\n            that identifies where the equipment is located\n            within a building at a given location.  It is sent\n            within the Path Identification Message.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "dsx3FarEndUnitCode": {
                        "type": "string",
                        "description": "This is the Far End code that identifies the\n            equipment location within a bay.  It is sent\n            within the Path Identification Message.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "dsx3FarEndFacilityIDCode": {
                        "type": "string",
                        "description": "This code identifies a specific Far End DS3 path.\n            It is sent within the Path Identification\n            Message.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndConfigEntry": [
                    {
                      "dsx3FarEndLineIndex": "example-string",
                      "dsx3FarEndEquipCode": "192.168.1.1",
                      "dsx3FarEndLocationIDCode": "example-string",
                      "dsx3FarEndFrameIDCode": "example-string",
                      "dsx3FarEndUnitCode": "example-string",
                      "dsx3FarEndFacilityIDCode": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndConfigEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndConfigTable/dsx3FarEndConfigEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndConfigTable/dsx3FarEndConfigEntry={dsx3FarEndLineIndex}": {
      "get": {
        "summary": "Get dsx3FarEndConfigEntry entry",
        "description": "Retrieve specific dsx3FarEndConfigEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3FarEndLineIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndLineIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value an dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3FarEndEquipCode": {
                      "type": "string",
                      "description": "This is the Far End Equipment Identification code\n            that describes the specific piece of equipment.\n            It is sent within the Path Identification\n            Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "dsx3FarEndLocationIDCode": {
                      "type": "string",
                      "description": "This is the Far End Location Identification code\n            that describes the specific location of the\n            equipment.  It is sent within the Path\n            Identification Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "dsx3FarEndFrameIDCode": {
                      "type": "string",
                      "description": "This is the Far End Frame Identification code\n            that identifies where the equipment is located\n            within a building at a given location.  It is sent\n            within the Path Identification Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "dsx3FarEndUnitCode": {
                      "type": "string",
                      "description": "This is the Far End code that identifies the\n            equipment location within a bay.  It is sent\n            within the Path Identification Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "dsx3FarEndFacilityIDCode": {
                      "type": "string",
                      "description": "This code identifies a specific Far End DS3 path.\n            It is sent within the Path Identification\n            Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndConfigEntry": {
                    "dsx3FarEndLineIndex": "example-string",
                    "dsx3FarEndEquipCode": "192.168.1.1",
                    "dsx3FarEndLocationIDCode": "example-string",
                    "dsx3FarEndFrameIDCode": "example-string",
                    "dsx3FarEndUnitCode": "example-string",
                    "dsx3FarEndFacilityIDCode": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndConfigEntry-2"
      },
      "x-yang-path": "/dsx3FarEndConfigTable/dsx3FarEndConfigEntry={dsx3FarEndLineIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3FarEndLineIndex"
      ]
    },
    "/data/DS3-MIB:dsx3FarEndCurrentTable": {
      "get": {
        "summary": "Get dsx3FarEndCurrentTable data",
        "description": "Retrieve dsx3FarEndCurrentTable operational data from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The DS3 Far End Current table contains various\n        statistics being collected for the current 15\n        minute interval.  The statistics are collected\n        from the far end block error code within the C-\n        bits.",
                  "properties": {
                    "dsx3FarEndCurrentEntry": {
                      "type": "array",
                      "description": "An entry in the DS3 Far End Current table.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dsx3FarEndCurrentIndex": {
                            "type": "string",
                            "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "dsx3FarEndTimeElapsed": {
                            "type": "integer",
                            "description": "The number of seconds that have elapsed since the\n            beginning of the far end current error-measurement\n            period.  If, for some reason, such as an\n            adjustment in the system's time-of-day clock, the\n            current interval exceeds the maximum value, the\n            agent will return the maximum value.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3FarEndValidIntervals": {
                            "type": "integer",
                            "description": "The number of previous far end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute far end intervals\n            since the interface has been online.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3FarEndCurrentCESs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far Far\n            End C-bit Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3FarEndCurrentCSESs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3FarEndCurrentCCVs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3FarEndCurrentUASs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                            "x-yang-type": "perfhist-tc:PerfCurrentCount"
                          },
                          "dsx3FarEndInvalidIntervals": {
                            "type": "integer",
                            "description": "The number of intervals in the range from 0 to\n            dsx3FarEndValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndCurrentTable": {
                    "dsx3FarEndCurrentEntry": [
                      {
                        "dsx3FarEndCurrentIndex": "1",
                        "dsx3FarEndTimeElapsed": -2147483648,
                        "dsx3FarEndValidIntervals": -2147483648,
                        "dsx3FarEndCurrentCESs": "example-string",
                        "dsx3FarEndCurrentCSESs": "example-string",
                        "dsx3FarEndCurrentCCVs": "example-string",
                        "dsx3FarEndCurrentUASs": "example-string",
                        "dsx3FarEndInvalidIntervals": -2147483648
                      },
                      {
                        "dsx3FarEndCurrentIndex": "2",
                        "dsx3FarEndTimeElapsed": -2147483648,
                        "dsx3FarEndValidIntervals": -2147483648,
                        "dsx3FarEndCurrentCESs": "example-string",
                        "dsx3FarEndCurrentCSESs": "example-string",
                        "dsx3FarEndCurrentCCVs": "example-string",
                        "dsx3FarEndCurrentUASs": "example-string",
                        "dsx3FarEndInvalidIntervals": -2147483648
                      },
                      {
                        "dsx3FarEndCurrentIndex": "3",
                        "dsx3FarEndTimeElapsed": -2147483648,
                        "dsx3FarEndValidIntervals": -2147483648,
                        "dsx3FarEndCurrentCESs": "example-string",
                        "dsx3FarEndCurrentCSESs": "example-string",
                        "dsx3FarEndCurrentCCVs": "example-string",
                        "dsx3FarEndCurrentUASs": "example-string",
                        "dsx3FarEndInvalidIntervals": -2147483648
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndCurrentTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndCurrentTable",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndCurrentTable/dsx3FarEndCurrentEntry": {
      "get": {
        "summary": "Get dsx3FarEndCurrentEntry list",
        "description": "Retrieve list of dsx3FarEndCurrentEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3 Far End Current table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3FarEndCurrentIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3FarEndTimeElapsed": {
                        "type": "integer",
                        "description": "The number of seconds that have elapsed since the\n            beginning of the far end current error-measurement\n            period.  If, for some reason, such as an\n            adjustment in the system's time-of-day clock, the\n            current interval exceeds the maximum value, the\n            agent will return the maximum value.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3FarEndValidIntervals": {
                        "type": "integer",
                        "description": "The number of previous far end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute far end intervals\n            since the interface has been online.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3FarEndCurrentCESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far Far\n            End C-bit Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3FarEndCurrentCSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3FarEndCurrentCCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3FarEndCurrentUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3FarEndInvalidIntervals": {
                        "type": "integer",
                        "description": "The number of intervals in the range from 0 to\n            dsx3FarEndValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndCurrentEntry": [
                    {
                      "dsx3FarEndCurrentIndex": "example-string",
                      "dsx3FarEndTimeElapsed": -2147483648,
                      "dsx3FarEndValidIntervals": -2147483648,
                      "dsx3FarEndCurrentCESs": "example-string",
                      "dsx3FarEndCurrentCSESs": "example-string",
                      "dsx3FarEndCurrentCCVs": "example-string",
                      "dsx3FarEndCurrentUASs": "example-string",
                      "dsx3FarEndInvalidIntervals": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndCurrentEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndCurrentTable/dsx3FarEndCurrentEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndCurrentTable/dsx3FarEndCurrentEntry={dsx3FarEndCurrentIndex}": {
      "get": {
        "summary": "Get dsx3FarEndCurrentEntry entry",
        "description": "Retrieve specific dsx3FarEndCurrentEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3FarEndCurrentIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndCurrentIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3FarEndTimeElapsed": {
                      "type": "integer",
                      "description": "The number of seconds that have elapsed since the\n            beginning of the far end current error-measurement\n            period.  If, for some reason, such as an\n            adjustment in the system's time-of-day clock, the\n            current interval exceeds the maximum value, the\n            agent will return the maximum value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3FarEndValidIntervals": {
                      "type": "integer",
                      "description": "The number of previous far end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute far end intervals\n            since the interface has been online.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3FarEndCurrentCESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far Far\n            End C-bit Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3FarEndCurrentCSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3FarEndCurrentCCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3FarEndCurrentUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3FarEndInvalidIntervals": {
                      "type": "integer",
                      "description": "The number of intervals in the range from 0 to\n            dsx3FarEndValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndCurrentEntry": {
                    "dsx3FarEndCurrentIndex": "example-string",
                    "dsx3FarEndTimeElapsed": -2147483648,
                    "dsx3FarEndValidIntervals": -2147483648,
                    "dsx3FarEndCurrentCESs": "example-string",
                    "dsx3FarEndCurrentCSESs": "example-string",
                    "dsx3FarEndCurrentCCVs": "example-string",
                    "dsx3FarEndCurrentUASs": "example-string",
                    "dsx3FarEndInvalidIntervals": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndCurrentEntry-2"
      },
      "x-yang-path": "/dsx3FarEndCurrentTable/dsx3FarEndCurrentEntry={dsx3FarEndCurrentIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3FarEndCurrentIndex"
      ]
    },
    "/data/DS3-MIB:dsx3FarEndIntervalTable": {
      "get": {
        "summary": "Get dsx3FarEndIntervalTable data",
        "description": "Retrieve dsx3FarEndIntervalTable operational data from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The DS3 Far End Interval Table contains various\n        statistics collected by each DS3 interface over\n        the previous 24 hours of operation.  The past 24\n        hours are broken into 96 completed 15 minute\n        intervals.",
                  "properties": {
                    "dsx3FarEndIntervalEntry": {
                      "type": "array",
                      "description": "An entry in the DS3 Far End Interval table.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dsx3FarEndIntervalIndex": {
                            "type": "string",
                            "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "dsx3FarEndIntervalNumber": {
                            "type": "integer",
                            "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3FarEndIntervalCESs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in one of the previous 96, individual 15\n            minute, intervals. In the case where the agent is\n            a proxy and data is not available, return\n            noSuchInstance.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3FarEndIntervalCSESs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3FarEndIntervalCCVs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3FarEndIntervalUASs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                            "x-yang-type": "perfhist-tc:PerfIntervalCount"
                          },
                          "dsx3FarEndIntervalValidData": {
                            "type": "boolean",
                            "description": "This variable indicates if the data for this\n            interval is valid."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndIntervalTable": {
                    "dsx3FarEndIntervalEntry": [
                      {
                        "dsx3FarEndIntervalIndex": "1",
                        "dsx3FarEndIntervalNumber": -2147483648,
                        "dsx3FarEndIntervalCESs": "example-string",
                        "dsx3FarEndIntervalCSESs": "example-string",
                        "dsx3FarEndIntervalCCVs": "example-string",
                        "dsx3FarEndIntervalUASs": "example-string",
                        "dsx3FarEndIntervalValidData": true
                      },
                      {
                        "dsx3FarEndIntervalIndex": "2",
                        "dsx3FarEndIntervalNumber": -2147483648,
                        "dsx3FarEndIntervalCESs": "example-string",
                        "dsx3FarEndIntervalCSESs": "example-string",
                        "dsx3FarEndIntervalCCVs": "example-string",
                        "dsx3FarEndIntervalUASs": "example-string",
                        "dsx3FarEndIntervalValidData": true
                      },
                      {
                        "dsx3FarEndIntervalIndex": "3",
                        "dsx3FarEndIntervalNumber": -2147483648,
                        "dsx3FarEndIntervalCESs": "example-string",
                        "dsx3FarEndIntervalCSESs": "example-string",
                        "dsx3FarEndIntervalCCVs": "example-string",
                        "dsx3FarEndIntervalUASs": "example-string",
                        "dsx3FarEndIntervalValidData": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndIntervalTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndIntervalTable",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndIntervalTable/dsx3FarEndIntervalEntry": {
      "get": {
        "summary": "Get dsx3FarEndIntervalEntry list",
        "description": "Retrieve list of dsx3FarEndIntervalEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3 Far End Interval table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3FarEndIntervalIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3FarEndIntervalNumber": {
                        "type": "integer",
                        "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3FarEndIntervalCESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in one of the previous 96, individual 15\n            minute, intervals. In the case where the agent is\n            a proxy and data is not available, return\n            noSuchInstance.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3FarEndIntervalCSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3FarEndIntervalCCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3FarEndIntervalUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3FarEndIntervalValidData": {
                        "type": "boolean",
                        "description": "This variable indicates if the data for this\n            interval is valid."
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndIntervalEntry": [
                    {
                      "dsx3FarEndIntervalIndex": "example-string",
                      "dsx3FarEndIntervalNumber": -2147483648,
                      "dsx3FarEndIntervalCESs": "example-string",
                      "dsx3FarEndIntervalCSESs": "example-string",
                      "dsx3FarEndIntervalCCVs": "example-string",
                      "dsx3FarEndIntervalUASs": "example-string",
                      "dsx3FarEndIntervalValidData": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndIntervalEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndIntervalTable/dsx3FarEndIntervalEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndTotalTable": {
      "get": {
        "summary": "Get dsx3FarEndTotalTable data",
        "description": "Retrieve dsx3FarEndTotalTable operational data from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The DS3 Far End Total Table contains the\n        cumulative sum of the various statistics for the\n        24 hour period preceding the current interval.",
                  "properties": {
                    "dsx3FarEndTotalEntry": {
                      "type": "array",
                      "description": "An entry in the DS3 Far End Total table.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dsx3FarEndTotalIndex": {
                            "type": "string",
                            "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                            "x-yang-type": "if-mib:InterfaceIndex"
                          },
                          "dsx3FarEndTotalCESs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3FarEndTotalCSESs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds encountered by a\n            DS3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3FarEndTotalCCVs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          },
                          "dsx3FarEndTotalUASs": {
                            "type": "string",
                            "description": "The counter associated with the number of Far End\n            unavailable seconds encountered by a DS3 interface\n            in the previous 24 hour interval.  Invalid 15\n            minute intervals count as 0.",
                            "x-yang-type": "perfhist-tc:PerfTotalCount"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndTotalTable": {
                    "dsx3FarEndTotalEntry": [
                      {
                        "dsx3FarEndTotalIndex": "1",
                        "dsx3FarEndTotalCESs": "example-string",
                        "dsx3FarEndTotalCSESs": "example-string",
                        "dsx3FarEndTotalCCVs": "example-string",
                        "dsx3FarEndTotalUASs": "example-string"
                      },
                      {
                        "dsx3FarEndTotalIndex": "2",
                        "dsx3FarEndTotalCESs": "example-string",
                        "dsx3FarEndTotalCSESs": "example-string",
                        "dsx3FarEndTotalCCVs": "example-string",
                        "dsx3FarEndTotalUASs": "example-string"
                      },
                      {
                        "dsx3FarEndTotalIndex": "3",
                        "dsx3FarEndTotalCESs": "example-string",
                        "dsx3FarEndTotalCSESs": "example-string",
                        "dsx3FarEndTotalCCVs": "example-string",
                        "dsx3FarEndTotalUASs": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndTotalTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndTotalTable",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndTotalTable/dsx3FarEndTotalEntry": {
      "get": {
        "summary": "Get dsx3FarEndTotalEntry list",
        "description": "Retrieve list of dsx3FarEndTotalEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3 Far End Total table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3FarEndTotalIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3FarEndTotalCESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3FarEndTotalCSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds encountered by a\n            DS3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3FarEndTotalCCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3FarEndTotalUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            unavailable seconds encountered by a DS3 interface\n            in the previous 24 hour interval.  Invalid 15\n            minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndTotalEntry": [
                    {
                      "dsx3FarEndTotalIndex": "example-string",
                      "dsx3FarEndTotalCESs": "example-string",
                      "dsx3FarEndTotalCSESs": "example-string",
                      "dsx3FarEndTotalCCVs": "example-string",
                      "dsx3FarEndTotalUASs": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndTotalEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndTotalTable/dsx3FarEndTotalEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndTotalTable/dsx3FarEndTotalEntry={dsx3FarEndTotalIndex}": {
      "get": {
        "summary": "Get dsx3FarEndTotalEntry entry",
        "description": "Retrieve specific dsx3FarEndTotalEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3FarEndTotalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndTotalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3FarEndTotalCESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3FarEndTotalCSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds encountered by a\n            DS3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3FarEndTotalCCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3FarEndTotalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            unavailable seconds encountered by a DS3 interface\n            in the previous 24 hour interval.  Invalid 15\n            minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndTotalEntry": {
                    "dsx3FarEndTotalIndex": "example-string",
                    "dsx3FarEndTotalCESs": "example-string",
                    "dsx3FarEndTotalCSESs": "example-string",
                    "dsx3FarEndTotalCCVs": "example-string",
                    "dsx3FarEndTotalUASs": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndTotalEntry-2"
      },
      "x-yang-path": "/dsx3FarEndTotalTable/dsx3FarEndTotalEntry={dsx3FarEndTotalIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3FarEndTotalIndex"
      ]
    },
    "/data/DS3-MIB:dsx3FracTable": {
      "get": {
        "summary": "Get dsx3FracTable data",
        "description": "Retrieve dsx3FracTable operational data from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "dsx3FracTable",
                  "properties": {
                    "dsx3FracEntry": {
                      "type": "array",
                      "description": "An entry in the DS3 Fractional table.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dsx3FracIndex": {
                            "type": "integer",
                            "description": "The index value which uniquely identifies  the\n            DS3  interface  to which this entry is applicable\n            The interface identified by a  particular value\n            of  this  index is the same interface as\n            identified by the same value  an  dsx3LineIndex\n            object instance.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3FracNumber": {
                            "type": "integer",
                            "description": "The channel number for this entry.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dsx3FracIfIndex": {
                            "type": "integer",
                            "description": "An index value that uniquely identifies an\n            interface.  The interface identified by a\n            particular value of this index is the same\n            interface as  identified by the same value an\n            ifIndex object instance. If no interface is\n            currently using a channel, the value should be\n            zero.  If a single interface occupies more  than\n            one  time slot,  that ifIndex value will be found\n            in multiple time slots.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FracTable": {
                    "dsx3FracEntry": [
                      {
                        "dsx3FracIndex": 1,
                        "dsx3FracNumber": -2147483648,
                        "dsx3FracIfIndex": 1
                      },
                      {
                        "dsx3FracIndex": 2,
                        "dsx3FracNumber": -2147483648,
                        "dsx3FracIfIndex": 2
                      },
                      {
                        "dsx3FracIndex": 3,
                        "dsx3FracNumber": -2147483648,
                        "dsx3FracIfIndex": 3
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FracTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FracTable",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FracTable/dsx3FracEntry": {
      "get": {
        "summary": "Get dsx3FracEntry list",
        "description": "Retrieve list of dsx3FracEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3 Fractional table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3FracIndex": {
                        "type": "integer",
                        "description": "The index value which uniquely identifies  the\n            DS3  interface  to which this entry is applicable\n            The interface identified by a  particular value\n            of  this  index is the same interface as\n            identified by the same value  an  dsx3LineIndex\n            object instance.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3FracNumber": {
                        "type": "integer",
                        "description": "The channel number for this entry.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3FracIfIndex": {
                        "type": "integer",
                        "description": "An index value that uniquely identifies an\n            interface.  The interface identified by a\n            particular value of this index is the same\n            interface as  identified by the same value an\n            ifIndex object instance. If no interface is\n            currently using a channel, the value should be\n            zero.  If a single interface occupies more  than\n            one  time slot,  that ifIndex value will be found\n            in multiple time slots.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FracEntry": [
                    {
                      "dsx3FracIndex": 1,
                      "dsx3FracNumber": -2147483648,
                      "dsx3FracIfIndex": 1
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FracEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FracTable/dsx3FracEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3ConfigEntry": {
      "get": {
        "summary": "Get dsx3ConfigEntry list",
        "description": "Retrieve list of dsx3ConfigEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3/E3 Configuration table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3LineIndex": {
                        "type": "string",
                        "description": "This object should be made equal to ifIndex.  The\n            next paragraph describes its previous usage.\n            Making the object equal to ifIndex allows propoer\n            use of ifStackTable.\n            \n            Previously, this object was the identifier of a\n            DS3/E3 Interface on a managed device.  If there is\n            an ifEntry that is directly associated with this\n            and only this DS3/E3 interface, it should have the\n            same value as ifIndex.  Otherwise, number the\n            dsx3LineIndices with an unique identifier\n            following the rules of choosing a number that is\n            greater than ifNumber and numbering the inside\n            interfaces (e.g., equipment side) with even\n            numbers and outside interfaces (e.g, network side)\n            with odd numbers.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3IfIndex": {
                        "type": "string",
                        "description": "This value for this object is equal to the value\n            of ifIndex from the Interfaces table of MIB II\n            (RFC 1213).",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3TimeElapsed": {
                        "type": "integer",
                        "description": "The number of seconds that have elapsed since the\n            beginning of the near end current error-\n            measurement period.  If, for some reason, such as\n            an adjustment in the system's time-of-day clock,\n            the current interval exceeds the maximum value,\n            the agent will return the maximum value.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3ValidIntervals": {
                        "type": "integer",
                        "description": "The number of previous near end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute near end\n            intervals since the interface has been online.  In\n            the case where the agent is a proxy, it is\n            possible that some intervals are unavailable.  In\n            this case, this interval is the maximum interval\n            number for which data is available.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3LineType": {
                        "type": "string",
                        "description": "This variable indicates the variety of DS3 C-bit\n            or E3 application implementing this interface. The\n            type of interface affects the interpretation of\n            the usage and error statistics.  The rate of DS3\n            is 44.736 Mbps and E3 is 34.368 Mbps.  The\n            dsx3ClearChannel value means that the C-bits are\n            not used except for sending/receiving AIS.\n            The values, in sequence, describe:\n            \n            TITLE:            SPECIFICATION:\n            dsx3M23            ANSI T1.107-1988 [9]\n            dsx3SYNTRAN        ANSI T1.107-1988 [9]\n            dsx3CbitParity     ANSI T1.107a-1990 [9a]\n            dsx3ClearChannel   ANSI T1.102-1987 [8]\n            e3Framed           CCITT G.751 [12]\n            e3Plcp             ETSI T/NA(91)18 [13]."
                      },
                      "dsx3LineCoding": {
                        "type": "string",
                        "description": "This variable describes the variety of Zero Code\n            Suppression used on this interface, which in turn\n            affects a number of its characteristics.\n            \n            dsx3B3ZS and e3HDB3 refer to the use of specified\n            patterns of normal bits and bipolar violations\n            which are used to replace sequences of zero bits\n            of a specified length."
                      },
                      "dsx3SendCode": {
                        "type": "string",
                        "description": "This variable indicates what type of code is\n            being sent across the DS3/E3 interface by the\n            device.  (These are optional for E3 interfaces.)\n            Setting this variable causes the interface to\n            begin sending the code requested.\n            The values mean:\n            \n               dsx3SendNoCode\n                   sending looped or normal data\n            \n               dsx3SendLineCode\n                   sending a request for a line loopback\n            \n               dsx3SendPayloadCode\n                   sending a request for a payload loopback\n                   (i.e., all DS1/E1s in a DS3/E3 frame)\n            \n               dsx3SendResetCode\n                   sending a loopback deactivation request\n            \n               dsx3SendDS1LoopCode\n                   requesting to loopback a particular DS1/E1\n                   within a DS3/E3 frame.  The DS1/E1 is\n                   indicated in dsx3Ds1ForRemoteLoop.\n            \n               dsx3SendTestPattern\n                   sending a test pattern."
                      },
                      "dsx3CircuitIdentifier": {
                        "type": "string",
                        "description": "This variable contains the transmission vendor's\n            circuit identifier, for the purpose of\n            facilitating troubleshooting.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "dsx3LoopbackConfig": {
                        "type": "string",
                        "description": "This variable represents the desired loopback\n            configuration of the DS3/E3 interface.\n            \n            The values mean:\n            \n            dsx3NoLoop\n              Not in the loopback state.  A device that is\n              not capable of performing a loopback on\n              the interface shall always return this as\n              its value.\n            \n            dsx3PayloadLoop\n              The received signal at this interface is looped\n              through the device.  Typically the received signal\n              is looped back for retransmission after it has\n              passed through the device's framing function.\n            \n            dsx3LineLoop\n              The received signal at this interface does not\n              go through the device (minimum penetration) but\n              is looped back out.\n            \n            dsx3OtherLoop\n              Loopbacks that are not defined here.\n            \n            dsx3InwardLoop\n              The sent signal at this interface is looped back\n              through the device.\n            \n            dsx3DualLoop\n              Both dsx1LineLoop and dsx1InwardLoop will be\n              active simultaneously."
                      },
                      "dsx3LineStatus": {
                        "type": "integer",
                        "description": "This variable indicates the Line Status of the\n            interface.  It contains loopback state information\n            and failure state information.  The dsx3LineStatus\n            is a bit map represented as a sum, therefore, it\n            can represent multiple failures and a loopback\n            (see dsx3LoopbackConfig object for the type of\n            loopback) simultaneously.  The dsx3NoAlarm must be\n            set if and only if no other flag is set.\n            \n            If the dsx3loopbackState bit is set, the loopback\n            in effect can be determined from the\n            dsx3loopbackConfig object.\n            The various bit positions are:\n            1     dsx3NoAlarm         No alarm present\n            2     dsx3RcvRAIFailure   Receiving Yellow/Remote\n                             Alarm Indication\n            4     dsx3XmitRAIAlarm    Transmitting Yellow/Remote\n                             Alarm Indication\n            8     dsx3RcvAIS          Receiving AIS failure state\n            16     dsx3XmitAIS         Transmitting AIS\n            32     dsx3LOF             Receiving LOF failure state\n            64     dsx3LOS             Receiving LOS failure state\n            128     dsx3LoopbackState   Looping the received signal\n            256     dsx3RcvTestCode     Receiving a Test Pattern\n            512     dsx3OtherFailure    any line status not defined\n                             here\n            1024     dsx3UnavailSigState Near End in Unavailable Signal\n                             State\n            2048     dsx3NetEquipOOS     Carrier Equipment Out of Service",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3TransmitClockSource": {
                        "type": "string",
                        "description": "The source of Transmit Clock.\n            \n            loopTiming indicates that the recovered receive clock\n            is used as the transmit clock.\n            \n            localTiming indicates that a local clock source is used\n            or that an external clock is attached to the box\n            containing the interface.\n            \n            throughTiming indicates that transmit clock is derived\n            from the recovered receive clock of another DS3\n            interface."
                      },
                      "dsx3InvalidIntervals": {
                        "type": "integer",
                        "description": "The number of intervals in the range from 0 to\n            dsx3ValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3LineLength": {
                        "type": "integer",
                        "description": "The length of the ds3 line in meters.  This\n            object provides information for line build out\n            circuitry if it exists and can use this object to\n            adjust the line build out.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3LineStatusLastChange": {
                        "type": "string",
                        "description": "The value of MIB II's sysUpTime object at the\n            time this DS3/E3 entered its current line status\n            state.  If the current state was entered prior to\n            the last re-initialization of the proxy-agent,\n            then this object contains a zero value.",
                        "x-yang-type": "yang:timestamp"
                      },
                      "dsx3LineStatusChangeTrapEnable": {
                        "type": "string",
                        "description": "Indicates whether dsx3LineStatusChange traps\n            should be generated for this interface."
                      },
                      "dsx3LoopbackStatus": {
                        "type": "integer",
                        "description": "This variable represents the current state of the\n            loopback on the DS3 interface.  It contains\n            information about loopbacks established by a\n            manager and remotely from the far end.\n            \n            The dsx3LoopbackStatus is a bit map represented as\n            a sum, therefore is can represent multiple\n            loopbacks simultaneously.\n            \n            The various bit positions are:\n             1  dsx3NoLoopback\n             2  dsx3NearEndPayloadLoopback\n             4  dsx3NearEndLineLoopback\n             8  dsx3NearEndOtherLoopback\n            16  dsx3NearEndInwardLoopback\n            32  dsx3FarEndPayloadLoopback\n            64  dsx3FarEndLineLoopback",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3Channelization": {
                        "type": "string",
                        "description": "Indicates whether this ds3/e3 is channelized or\n            unchannelized.  The value of enabledDs1 indicates\n            that this is a DS3 channelized into DS1s.  The\n            value of enabledDs3 indicated that this is a DS3\n            channelized into DS2s.  Setting this object will\n            cause the creation or deletion of DS2 or DS1\n            entries in the ifTable."
                      },
                      "dsx3Ds1ForRemoteLoop": {
                        "type": "integer",
                        "description": "Indicates which ds1/e1 on this ds3/e3 will be\n            indicated in the remote ds1 loopback request.  A\n            value of 0 means no DS1 will be looped.  A value\n            of 29 means all ds1s/e1s will be looped.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3ConfigEntry": [
                    {
                      "dsx3LineIndex": "example-string",
                      "dsx3IfIndex": "example-string",
                      "dsx3TimeElapsed": -2147483648,
                      "dsx3ValidIntervals": -2147483648,
                      "dsx3LineType": "ethernetCsmacd(6)",
                      "dsx3LineCoding": "example-string",
                      "dsx3SendCode": "example-string",
                      "dsx3CircuitIdentifier": "example-string",
                      "dsx3LoopbackConfig": "example-string",
                      "dsx3LineStatus": -2147483648,
                      "dsx3TransmitClockSource": "example-string",
                      "dsx3InvalidIntervals": -2147483648,
                      "dsx3LineLength": -2147483648,
                      "dsx3LineStatusLastChange": "up(1)",
                      "dsx3LineStatusChangeTrapEnable": "up(1)",
                      "dsx3LoopbackStatus": -2147483648,
                      "dsx3Channelization": "example-string",
                      "dsx3Ds1ForRemoteLoop": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3ConfigEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3ConfigEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3ConfigEntry={dsx3LineIndex}": {
      "get": {
        "summary": "Get dsx3ConfigEntry entry",
        "description": "Retrieve specific dsx3ConfigEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3LineIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3LineIndex": {
                      "type": "string",
                      "description": "This object should be made equal to ifIndex.  The\n            next paragraph describes its previous usage.\n            Making the object equal to ifIndex allows propoer\n            use of ifStackTable.\n            \n            Previously, this object was the identifier of a\n            DS3/E3 Interface on a managed device.  If there is\n            an ifEntry that is directly associated with this\n            and only this DS3/E3 interface, it should have the\n            same value as ifIndex.  Otherwise, number the\n            dsx3LineIndices with an unique identifier\n            following the rules of choosing a number that is\n            greater than ifNumber and numbering the inside\n            interfaces (e.g., equipment side) with even\n            numbers and outside interfaces (e.g, network side)\n            with odd numbers.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3IfIndex": {
                      "type": "string",
                      "description": "This value for this object is equal to the value\n            of ifIndex from the Interfaces table of MIB II\n            (RFC 1213).",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3TimeElapsed": {
                      "type": "integer",
                      "description": "The number of seconds that have elapsed since the\n            beginning of the near end current error-\n            measurement period.  If, for some reason, such as\n            an adjustment in the system's time-of-day clock,\n            the current interval exceeds the maximum value,\n            the agent will return the maximum value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3ValidIntervals": {
                      "type": "integer",
                      "description": "The number of previous near end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute near end\n            intervals since the interface has been online.  In\n            the case where the agent is a proxy, it is\n            possible that some intervals are unavailable.  In\n            this case, this interval is the maximum interval\n            number for which data is available.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3LineType": {
                      "type": "string",
                      "description": "This variable indicates the variety of DS3 C-bit\n            or E3 application implementing this interface. The\n            type of interface affects the interpretation of\n            the usage and error statistics.  The rate of DS3\n            is 44.736 Mbps and E3 is 34.368 Mbps.  The\n            dsx3ClearChannel value means that the C-bits are\n            not used except for sending/receiving AIS.\n            The values, in sequence, describe:\n            \n            TITLE:            SPECIFICATION:\n            dsx3M23            ANSI T1.107-1988 [9]\n            dsx3SYNTRAN        ANSI T1.107-1988 [9]\n            dsx3CbitParity     ANSI T1.107a-1990 [9a]\n            dsx3ClearChannel   ANSI T1.102-1987 [8]\n            e3Framed           CCITT G.751 [12]\n            e3Plcp             ETSI T/NA(91)18 [13]."
                    },
                    "dsx3LineCoding": {
                      "type": "string",
                      "description": "This variable describes the variety of Zero Code\n            Suppression used on this interface, which in turn\n            affects a number of its characteristics.\n            \n            dsx3B3ZS and e3HDB3 refer to the use of specified\n            patterns of normal bits and bipolar violations\n            which are used to replace sequences of zero bits\n            of a specified length."
                    },
                    "dsx3SendCode": {
                      "type": "string",
                      "description": "This variable indicates what type of code is\n            being sent across the DS3/E3 interface by the\n            device.  (These are optional for E3 interfaces.)\n            Setting this variable causes the interface to\n            begin sending the code requested.\n            The values mean:\n            \n               dsx3SendNoCode\n                   sending looped or normal data\n            \n               dsx3SendLineCode\n                   sending a request for a line loopback\n            \n               dsx3SendPayloadCode\n                   sending a request for a payload loopback\n                   (i.e., all DS1/E1s in a DS3/E3 frame)\n            \n               dsx3SendResetCode\n                   sending a loopback deactivation request\n            \n               dsx3SendDS1LoopCode\n                   requesting to loopback a particular DS1/E1\n                   within a DS3/E3 frame.  The DS1/E1 is\n                   indicated in dsx3Ds1ForRemoteLoop.\n            \n               dsx3SendTestPattern\n                   sending a test pattern."
                    },
                    "dsx3CircuitIdentifier": {
                      "type": "string",
                      "description": "This variable contains the transmission vendor's\n            circuit identifier, for the purpose of\n            facilitating troubleshooting.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "dsx3LoopbackConfig": {
                      "type": "string",
                      "description": "This variable represents the desired loopback\n            configuration of the DS3/E3 interface.\n            \n            The values mean:\n            \n            dsx3NoLoop\n              Not in the loopback state.  A device that is\n              not capable of performing a loopback on\n              the interface shall always return this as\n              its value.\n            \n            dsx3PayloadLoop\n              The received signal at this interface is looped\n              through the device.  Typically the received signal\n              is looped back for retransmission after it has\n              passed through the device's framing function.\n            \n            dsx3LineLoop\n              The received signal at this interface does not\n              go through the device (minimum penetration) but\n              is looped back out.\n            \n            dsx3OtherLoop\n              Loopbacks that are not defined here.\n            \n            dsx3InwardLoop\n              The sent signal at this interface is looped back\n              through the device.\n            \n            dsx3DualLoop\n              Both dsx1LineLoop and dsx1InwardLoop will be\n              active simultaneously."
                    },
                    "dsx3LineStatus": {
                      "type": "integer",
                      "description": "This variable indicates the Line Status of the\n            interface.  It contains loopback state information\n            and failure state information.  The dsx3LineStatus\n            is a bit map represented as a sum, therefore, it\n            can represent multiple failures and a loopback\n            (see dsx3LoopbackConfig object for the type of\n            loopback) simultaneously.  The dsx3NoAlarm must be\n            set if and only if no other flag is set.\n            \n            If the dsx3loopbackState bit is set, the loopback\n            in effect can be determined from the\n            dsx3loopbackConfig object.\n            The various bit positions are:\n            1     dsx3NoAlarm         No alarm present\n            2     dsx3RcvRAIFailure   Receiving Yellow/Remote\n                             Alarm Indication\n            4     dsx3XmitRAIAlarm    Transmitting Yellow/Remote\n                             Alarm Indication\n            8     dsx3RcvAIS          Receiving AIS failure state\n            16     dsx3XmitAIS         Transmitting AIS\n            32     dsx3LOF             Receiving LOF failure state\n            64     dsx3LOS             Receiving LOS failure state\n            128     dsx3LoopbackState   Looping the received signal\n            256     dsx3RcvTestCode     Receiving a Test Pattern\n            512     dsx3OtherFailure    any line status not defined\n                             here\n            1024     dsx3UnavailSigState Near End in Unavailable Signal\n                             State\n            2048     dsx3NetEquipOOS     Carrier Equipment Out of Service",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3TransmitClockSource": {
                      "type": "string",
                      "description": "The source of Transmit Clock.\n            \n            loopTiming indicates that the recovered receive clock\n            is used as the transmit clock.\n            \n            localTiming indicates that a local clock source is used\n            or that an external clock is attached to the box\n            containing the interface.\n            \n            throughTiming indicates that transmit clock is derived\n            from the recovered receive clock of another DS3\n            interface."
                    },
                    "dsx3InvalidIntervals": {
                      "type": "integer",
                      "description": "The number of intervals in the range from 0 to\n            dsx3ValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3LineLength": {
                      "type": "integer",
                      "description": "The length of the ds3 line in meters.  This\n            object provides information for line build out\n            circuitry if it exists and can use this object to\n            adjust the line build out.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3LineStatusLastChange": {
                      "type": "string",
                      "description": "The value of MIB II's sysUpTime object at the\n            time this DS3/E3 entered its current line status\n            state.  If the current state was entered prior to\n            the last re-initialization of the proxy-agent,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp"
                    },
                    "dsx3LineStatusChangeTrapEnable": {
                      "type": "string",
                      "description": "Indicates whether dsx3LineStatusChange traps\n            should be generated for this interface."
                    },
                    "dsx3LoopbackStatus": {
                      "type": "integer",
                      "description": "This variable represents the current state of the\n            loopback on the DS3 interface.  It contains\n            information about loopbacks established by a\n            manager and remotely from the far end.\n            \n            The dsx3LoopbackStatus is a bit map represented as\n            a sum, therefore is can represent multiple\n            loopbacks simultaneously.\n            \n            The various bit positions are:\n             1  dsx3NoLoopback\n             2  dsx3NearEndPayloadLoopback\n             4  dsx3NearEndLineLoopback\n             8  dsx3NearEndOtherLoopback\n            16  dsx3NearEndInwardLoopback\n            32  dsx3FarEndPayloadLoopback\n            64  dsx3FarEndLineLoopback",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3Channelization": {
                      "type": "string",
                      "description": "Indicates whether this ds3/e3 is channelized or\n            unchannelized.  The value of enabledDs1 indicates\n            that this is a DS3 channelized into DS1s.  The\n            value of enabledDs3 indicated that this is a DS3\n            channelized into DS2s.  Setting this object will\n            cause the creation or deletion of DS2 or DS1\n            entries in the ifTable."
                    },
                    "dsx3Ds1ForRemoteLoop": {
                      "type": "integer",
                      "description": "Indicates which ds1/e1 on this ds3/e3 will be\n            indicated in the remote ds1 loopback request.  A\n            value of 0 means no DS1 will be looped.  A value\n            of 29 means all ds1s/e1s will be looped.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3ConfigEntry": {
                    "dsx3LineIndex": "example-string",
                    "dsx3IfIndex": "example-string",
                    "dsx3TimeElapsed": -2147483648,
                    "dsx3ValidIntervals": -2147483648,
                    "dsx3LineType": "ethernetCsmacd(6)",
                    "dsx3LineCoding": "example-string",
                    "dsx3SendCode": "example-string",
                    "dsx3CircuitIdentifier": "example-string",
                    "dsx3LoopbackConfig": "example-string",
                    "dsx3LineStatus": -2147483648,
                    "dsx3TransmitClockSource": "example-string",
                    "dsx3InvalidIntervals": -2147483648,
                    "dsx3LineLength": -2147483648,
                    "dsx3LineStatusLastChange": "up(1)",
                    "dsx3LineStatusChangeTrapEnable": "up(1)",
                    "dsx3LoopbackStatus": -2147483648,
                    "dsx3Channelization": "example-string",
                    "dsx3Ds1ForRemoteLoop": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3ConfigEntry-4"
      },
      "x-yang-path": "/dsx3ConfigEntry={dsx3LineIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3LineIndex"
      ]
    },
    "/data/DS3-MIB:dsx3CurrentEntry": {
      "get": {
        "summary": "Get dsx3CurrentEntry list",
        "description": "Retrieve list of dsx3CurrentEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3/E3 Current table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3CurrentIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3CurrentPESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentPSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentSEFSs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Unavailable Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentLCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Line\n            Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentPCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentLESs": {
                        "type": "string",
                        "description": "The number of Line Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentCCVs": {
                        "type": "string",
                        "description": "The number of C-bit Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentCESs": {
                        "type": "string",
                        "description": "The number of C-bit Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3CurrentCSESs": {
                        "type": "string",
                        "description": "The number of C-bit Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3CurrentEntry": [
                    {
                      "dsx3CurrentIndex": "example-string",
                      "dsx3CurrentPESs": "example-string",
                      "dsx3CurrentPSESs": "example-string",
                      "dsx3CurrentSEFSs": "example-string",
                      "dsx3CurrentUASs": "example-string",
                      "dsx3CurrentLCVs": "example-string",
                      "dsx3CurrentPCVs": "example-string",
                      "dsx3CurrentLESs": "example-string",
                      "dsx3CurrentCCVs": "example-string",
                      "dsx3CurrentCESs": "example-string",
                      "dsx3CurrentCSESs": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3CurrentEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3CurrentEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3CurrentEntry={dsx3CurrentIndex}": {
      "get": {
        "summary": "Get dsx3CurrentEntry entry",
        "description": "Retrieve specific dsx3CurrentEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3CurrentIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3CurrentIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3CurrentPESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentPSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentSEFSs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Unavailable Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentLCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Line\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentPCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentLESs": {
                      "type": "string",
                      "description": "The number of Line Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentCCVs": {
                      "type": "string",
                      "description": "The number of C-bit Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentCESs": {
                      "type": "string",
                      "description": "The number of C-bit Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3CurrentCSESs": {
                      "type": "string",
                      "description": "The number of C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3CurrentEntry": {
                    "dsx3CurrentIndex": "example-string",
                    "dsx3CurrentPESs": "example-string",
                    "dsx3CurrentPSESs": "example-string",
                    "dsx3CurrentSEFSs": "example-string",
                    "dsx3CurrentUASs": "example-string",
                    "dsx3CurrentLCVs": "example-string",
                    "dsx3CurrentPCVs": "example-string",
                    "dsx3CurrentLESs": "example-string",
                    "dsx3CurrentCCVs": "example-string",
                    "dsx3CurrentCESs": "example-string",
                    "dsx3CurrentCSESs": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3CurrentEntry-4"
      },
      "x-yang-path": "/dsx3CurrentEntry={dsx3CurrentIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3CurrentIndex"
      ]
    },
    "/data/DS3-MIB:dsx3IntervalEntry": {
      "get": {
        "summary": "Get dsx3IntervalEntry list",
        "description": "Retrieve list of dsx3IntervalEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3/E3 Interval table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3IntervalIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3IntervalNumber": {
                        "type": "integer",
                        "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3IntervalPESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalPSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalSEFSs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Unavailable Seconds.  This object may decrease if\n            the occurance of unavailable seconds occurs across\n            an inteval boundary.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalLCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Line\n            Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalPCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalLESs": {
                        "type": "string",
                        "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences).",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalCCVs": {
                        "type": "string",
                        "description": "The number of C-bit Coding Violations.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalCESs": {
                        "type": "string",
                        "description": "The number of C-bit Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalCSESs": {
                        "type": "string",
                        "description": "The number of C-bit Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3IntervalValidData": {
                        "type": "boolean",
                        "description": "This variable indicates if the data for this\n            interval is valid."
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3IntervalEntry": [
                    {
                      "dsx3IntervalIndex": "example-string",
                      "dsx3IntervalNumber": -2147483648,
                      "dsx3IntervalPESs": "example-string",
                      "dsx3IntervalPSESs": "example-string",
                      "dsx3IntervalSEFSs": "example-string",
                      "dsx3IntervalUASs": "example-string",
                      "dsx3IntervalLCVs": "example-string",
                      "dsx3IntervalPCVs": "example-string",
                      "dsx3IntervalLESs": "example-string",
                      "dsx3IntervalCCVs": "example-string",
                      "dsx3IntervalCESs": "example-string",
                      "dsx3IntervalCSESs": "example-string",
                      "dsx3IntervalValidData": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3IntervalEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3IntervalEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3TotalEntry": {
      "get": {
        "summary": "Get dsx3TotalEntry list",
        "description": "Retrieve list of dsx3TotalEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3/E3 Total table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3TotalIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3TotalPESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Errored Seconds, encountered by a DS3 interface in\n            the previous 24 hour interval. Invalid 15 minute\n            intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalPSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalSEFSs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Severely Errored Framing Seconds, encountered by a\n            DS3/E3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of\n            Unavailable Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            \n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalLCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Line\n            Coding Violations encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalPCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of P-bit\n            Coding Violations, encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalLESs": {
                        "type": "string",
                        "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences) encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalCCVs": {
                        "type": "string",
                        "description": "The number of C-bit Coding Violations encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalCESs": {
                        "type": "string",
                        "description": "The number of C-bit Errored Seconds encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3TotalCSESs": {
                        "type": "string",
                        "description": "The number of C-bit Severely Errored Seconds\n            encountered by a DS3 interface in the previous 24\n            hour interval. Invalid 15 minute intervals count\n            as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3TotalEntry": [
                    {
                      "dsx3TotalIndex": "example-string",
                      "dsx3TotalPESs": "example-string",
                      "dsx3TotalPSESs": "example-string",
                      "dsx3TotalSEFSs": "example-string",
                      "dsx3TotalUASs": "example-string",
                      "dsx3TotalLCVs": "example-string",
                      "dsx3TotalPCVs": "example-string",
                      "dsx3TotalLESs": "example-string",
                      "dsx3TotalCCVs": "example-string",
                      "dsx3TotalCESs": "example-string",
                      "dsx3TotalCSESs": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3TotalEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3TotalEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3TotalEntry={dsx3TotalIndex}": {
      "get": {
        "summary": "Get dsx3TotalEntry entry",
        "description": "Retrieve specific dsx3TotalEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3TotalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3TotalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3TotalPESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Errored Seconds, encountered by a DS3 interface in\n            the previous 24 hour interval. Invalid 15 minute\n            intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalPSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalSEFSs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Severely Errored Framing Seconds, encountered by a\n            DS3/E3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Unavailable Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            \n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalLCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Line\n            Coding Violations encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalPCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Coding Violations, encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalLESs": {
                      "type": "string",
                      "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences) encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalCCVs": {
                      "type": "string",
                      "description": "The number of C-bit Coding Violations encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalCESs": {
                      "type": "string",
                      "description": "The number of C-bit Errored Seconds encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3TotalCSESs": {
                      "type": "string",
                      "description": "The number of C-bit Severely Errored Seconds\n            encountered by a DS3 interface in the previous 24\n            hour interval. Invalid 15 minute intervals count\n            as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3TotalEntry": {
                    "dsx3TotalIndex": "example-string",
                    "dsx3TotalPESs": "example-string",
                    "dsx3TotalPSESs": "example-string",
                    "dsx3TotalSEFSs": "example-string",
                    "dsx3TotalUASs": "example-string",
                    "dsx3TotalLCVs": "example-string",
                    "dsx3TotalPCVs": "example-string",
                    "dsx3TotalLESs": "example-string",
                    "dsx3TotalCCVs": "example-string",
                    "dsx3TotalCESs": "example-string",
                    "dsx3TotalCSESs": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3TotalEntry-4"
      },
      "x-yang-path": "/dsx3TotalEntry={dsx3TotalIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3TotalIndex"
      ]
    },
    "/data/DS3-MIB:dsx3FarEndConfigEntry": {
      "get": {
        "summary": "Get dsx3FarEndConfigEntry list",
        "description": "Retrieve list of dsx3FarEndConfigEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3 Far End Configuration table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3FarEndLineIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value an dsx3LineIndex object instance.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3FarEndEquipCode": {
                        "type": "string",
                        "description": "This is the Far End Equipment Identification code\n            that describes the specific piece of equipment.\n            It is sent within the Path Identification\n            Message.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "dsx3FarEndLocationIDCode": {
                        "type": "string",
                        "description": "This is the Far End Location Identification code\n            that describes the specific location of the\n            equipment.  It is sent within the Path\n            Identification Message.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "dsx3FarEndFrameIDCode": {
                        "type": "string",
                        "description": "This is the Far End Frame Identification code\n            that identifies where the equipment is located\n            within a building at a given location.  It is sent\n            within the Path Identification Message.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "dsx3FarEndUnitCode": {
                        "type": "string",
                        "description": "This is the Far End code that identifies the\n            equipment location within a bay.  It is sent\n            within the Path Identification Message.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      },
                      "dsx3FarEndFacilityIDCode": {
                        "type": "string",
                        "description": "This code identifies a specific Far End DS3 path.\n            It is sent within the Path Identification\n            Message.",
                        "x-yang-type": "snmpv2-tc:DisplayString"
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndConfigEntry": [
                    {
                      "dsx3FarEndLineIndex": "example-string",
                      "dsx3FarEndEquipCode": "192.168.1.1",
                      "dsx3FarEndLocationIDCode": "example-string",
                      "dsx3FarEndFrameIDCode": "example-string",
                      "dsx3FarEndUnitCode": "example-string",
                      "dsx3FarEndFacilityIDCode": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndConfigEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndConfigEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndConfigEntry={dsx3FarEndLineIndex}": {
      "get": {
        "summary": "Get dsx3FarEndConfigEntry entry",
        "description": "Retrieve specific dsx3FarEndConfigEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3FarEndLineIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndLineIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value an dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3FarEndEquipCode": {
                      "type": "string",
                      "description": "This is the Far End Equipment Identification code\n            that describes the specific piece of equipment.\n            It is sent within the Path Identification\n            Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "dsx3FarEndLocationIDCode": {
                      "type": "string",
                      "description": "This is the Far End Location Identification code\n            that describes the specific location of the\n            equipment.  It is sent within the Path\n            Identification Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "dsx3FarEndFrameIDCode": {
                      "type": "string",
                      "description": "This is the Far End Frame Identification code\n            that identifies where the equipment is located\n            within a building at a given location.  It is sent\n            within the Path Identification Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "dsx3FarEndUnitCode": {
                      "type": "string",
                      "description": "This is the Far End code that identifies the\n            equipment location within a bay.  It is sent\n            within the Path Identification Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    },
                    "dsx3FarEndFacilityIDCode": {
                      "type": "string",
                      "description": "This code identifies a specific Far End DS3 path.\n            It is sent within the Path Identification\n            Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString"
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndConfigEntry": {
                    "dsx3FarEndLineIndex": "example-string",
                    "dsx3FarEndEquipCode": "192.168.1.1",
                    "dsx3FarEndLocationIDCode": "example-string",
                    "dsx3FarEndFrameIDCode": "example-string",
                    "dsx3FarEndUnitCode": "example-string",
                    "dsx3FarEndFacilityIDCode": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndConfigEntry-4"
      },
      "x-yang-path": "/dsx3FarEndConfigEntry={dsx3FarEndLineIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3FarEndLineIndex"
      ]
    },
    "/data/DS3-MIB:dsx3FarEndCurrentEntry": {
      "get": {
        "summary": "Get dsx3FarEndCurrentEntry list",
        "description": "Retrieve list of dsx3FarEndCurrentEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3 Far End Current table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3FarEndCurrentIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3FarEndTimeElapsed": {
                        "type": "integer",
                        "description": "The number of seconds that have elapsed since the\n            beginning of the far end current error-measurement\n            period.  If, for some reason, such as an\n            adjustment in the system's time-of-day clock, the\n            current interval exceeds the maximum value, the\n            agent will return the maximum value.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3FarEndValidIntervals": {
                        "type": "integer",
                        "description": "The number of previous far end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute far end intervals\n            since the interface has been online.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3FarEndCurrentCESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far Far\n            End C-bit Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3FarEndCurrentCSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3FarEndCurrentCCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3FarEndCurrentUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                        "x-yang-type": "perfhist-tc:PerfCurrentCount"
                      },
                      "dsx3FarEndInvalidIntervals": {
                        "type": "integer",
                        "description": "The number of intervals in the range from 0 to\n            dsx3FarEndValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndCurrentEntry": [
                    {
                      "dsx3FarEndCurrentIndex": "example-string",
                      "dsx3FarEndTimeElapsed": -2147483648,
                      "dsx3FarEndValidIntervals": -2147483648,
                      "dsx3FarEndCurrentCESs": "example-string",
                      "dsx3FarEndCurrentCSESs": "example-string",
                      "dsx3FarEndCurrentCCVs": "example-string",
                      "dsx3FarEndCurrentUASs": "example-string",
                      "dsx3FarEndInvalidIntervals": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndCurrentEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndCurrentEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndCurrentEntry={dsx3FarEndCurrentIndex}": {
      "get": {
        "summary": "Get dsx3FarEndCurrentEntry entry",
        "description": "Retrieve specific dsx3FarEndCurrentEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3FarEndCurrentIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndCurrentIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3FarEndTimeElapsed": {
                      "type": "integer",
                      "description": "The number of seconds that have elapsed since the\n            beginning of the far end current error-measurement\n            period.  If, for some reason, such as an\n            adjustment in the system's time-of-day clock, the\n            current interval exceeds the maximum value, the\n            agent will return the maximum value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3FarEndValidIntervals": {
                      "type": "integer",
                      "description": "The number of previous far end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute far end intervals\n            since the interface has been online.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3FarEndCurrentCESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far Far\n            End C-bit Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3FarEndCurrentCSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3FarEndCurrentCCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3FarEndCurrentUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount"
                    },
                    "dsx3FarEndInvalidIntervals": {
                      "type": "integer",
                      "description": "The number of intervals in the range from 0 to\n            dsx3FarEndValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndCurrentEntry": {
                    "dsx3FarEndCurrentIndex": "example-string",
                    "dsx3FarEndTimeElapsed": -2147483648,
                    "dsx3FarEndValidIntervals": -2147483648,
                    "dsx3FarEndCurrentCESs": "example-string",
                    "dsx3FarEndCurrentCSESs": "example-string",
                    "dsx3FarEndCurrentCCVs": "example-string",
                    "dsx3FarEndCurrentUASs": "example-string",
                    "dsx3FarEndInvalidIntervals": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndCurrentEntry-4"
      },
      "x-yang-path": "/dsx3FarEndCurrentEntry={dsx3FarEndCurrentIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3FarEndCurrentIndex"
      ]
    },
    "/data/DS3-MIB:dsx3FarEndIntervalEntry": {
      "get": {
        "summary": "Get dsx3FarEndIntervalEntry list",
        "description": "Retrieve list of dsx3FarEndIntervalEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3 Far End Interval table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3FarEndIntervalIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3FarEndIntervalNumber": {
                        "type": "integer",
                        "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3FarEndIntervalCESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in one of the previous 96, individual 15\n            minute, intervals. In the case where the agent is\n            a proxy and data is not available, return\n            noSuchInstance.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3FarEndIntervalCSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3FarEndIntervalCCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3FarEndIntervalUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                        "x-yang-type": "perfhist-tc:PerfIntervalCount"
                      },
                      "dsx3FarEndIntervalValidData": {
                        "type": "boolean",
                        "description": "This variable indicates if the data for this\n            interval is valid."
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndIntervalEntry": [
                    {
                      "dsx3FarEndIntervalIndex": "example-string",
                      "dsx3FarEndIntervalNumber": -2147483648,
                      "dsx3FarEndIntervalCESs": "example-string",
                      "dsx3FarEndIntervalCSESs": "example-string",
                      "dsx3FarEndIntervalCCVs": "example-string",
                      "dsx3FarEndIntervalUASs": "example-string",
                      "dsx3FarEndIntervalValidData": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndIntervalEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndIntervalEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndTotalEntry": {
      "get": {
        "summary": "Get dsx3FarEndTotalEntry list",
        "description": "Retrieve list of dsx3FarEndTotalEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3 Far End Total table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3FarEndTotalIndex": {
                        "type": "string",
                        "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                        "x-yang-type": "if-mib:InterfaceIndex"
                      },
                      "dsx3FarEndTotalCESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3FarEndTotalCSESs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds encountered by a\n            DS3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3FarEndTotalCCVs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      },
                      "dsx3FarEndTotalUASs": {
                        "type": "string",
                        "description": "The counter associated with the number of Far End\n            unavailable seconds encountered by a DS3 interface\n            in the previous 24 hour interval.  Invalid 15\n            minute intervals count as 0.",
                        "x-yang-type": "perfhist-tc:PerfTotalCount"
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndTotalEntry": [
                    {
                      "dsx3FarEndTotalIndex": "example-string",
                      "dsx3FarEndTotalCESs": "example-string",
                      "dsx3FarEndTotalCSESs": "example-string",
                      "dsx3FarEndTotalCCVs": "example-string",
                      "dsx3FarEndTotalUASs": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndTotalEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FarEndTotalEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3FarEndTotalEntry={dsx3FarEndTotalIndex}": {
      "get": {
        "summary": "Get dsx3FarEndTotalEntry entry",
        "description": "Retrieve specific dsx3FarEndTotalEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3FarEndTotalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndTotalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3FarEndTotalCESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3FarEndTotalCSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds encountered by a\n            DS3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3FarEndTotalCCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    },
                    "dsx3FarEndTotalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            unavailable seconds encountered by a DS3 interface\n            in the previous 24 hour interval.  Invalid 15\n            minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount"
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndTotalEntry": {
                    "dsx3FarEndTotalIndex": "example-string",
                    "dsx3FarEndTotalCESs": "example-string",
                    "dsx3FarEndTotalCSESs": "example-string",
                    "dsx3FarEndTotalCCVs": "example-string",
                    "dsx3FarEndTotalUASs": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndTotalEntry-4"
      },
      "x-yang-path": "/dsx3FarEndTotalEntry={dsx3FarEndTotalIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3FarEndTotalIndex"
      ]
    },
    "/data/DS3-MIB:dsx3FracEntry": {
      "get": {
        "summary": "Get dsx3FracEntry list",
        "description": "Retrieve list of dsx3FracEntry entries from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "An entry in the DS3 Fractional table.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dsx3FracIndex": {
                        "type": "integer",
                        "description": "The index value which uniquely identifies  the\n            DS3  interface  to which this entry is applicable\n            The interface identified by a  particular value\n            of  this  index is the same interface as\n            identified by the same value  an  dsx3LineIndex\n            object instance.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3FracNumber": {
                        "type": "integer",
                        "description": "The channel number for this entry.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dsx3FracIfIndex": {
                        "type": "integer",
                        "description": "An index value that uniquely identifies an\n            interface.  The interface identified by a\n            particular value of this index is the same\n            interface as  identified by the same value an\n            ifIndex object instance. If no interface is\n            currently using a channel, the value should be\n            zero.  If a single interface occupies more  than\n            one  time slot,  that ifIndex value will be found\n            in multiple time slots.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FracEntry": [
                    {
                      "dsx3FracIndex": 1,
                      "dsx3FracNumber": -2147483648,
                      "dsx3FracIfIndex": 1
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FracEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/dsx3FracEntry",
      "x-restconf-kind": "container"
    },
    "/data/DS3-MIB:dsx3IntervalTable/dsx3IntervalEntry={dsx3IntervalIndex},{dsx3IntervalNumber}": {
      "get": {
        "summary": "Get dsx3IntervalEntry entry",
        "description": "Retrieve specific dsx3IntervalEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3IntervalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dsx3IntervalNumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3IntervalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3IntervalNumber": {
                      "type": "integer",
                      "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3IntervalPESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalPSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalSEFSs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Unavailable Seconds.  This object may decrease if\n            the occurance of unavailable seconds occurs across\n            an inteval boundary.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalLCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Line\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalPCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalLESs": {
                      "type": "string",
                      "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences).",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalCCVs": {
                      "type": "string",
                      "description": "The number of C-bit Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalCESs": {
                      "type": "string",
                      "description": "The number of C-bit Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalCSESs": {
                      "type": "string",
                      "description": "The number of C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalValidData": {
                      "type": "boolean",
                      "description": "This variable indicates if the data for this\n            interval is valid."
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3IntervalEntry": {
                    "dsx3IntervalIndex": "example-string",
                    "dsx3IntervalNumber": -2147483648,
                    "dsx3IntervalPESs": "example-string",
                    "dsx3IntervalPSESs": "example-string",
                    "dsx3IntervalSEFSs": "example-string",
                    "dsx3IntervalUASs": "example-string",
                    "dsx3IntervalLCVs": "example-string",
                    "dsx3IntervalPCVs": "example-string",
                    "dsx3IntervalLESs": "example-string",
                    "dsx3IntervalCCVs": "example-string",
                    "dsx3IntervalCESs": "example-string",
                    "dsx3IntervalCSESs": "example-string",
                    "dsx3IntervalValidData": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3IntervalEntry-2"
      },
      "x-yang-path": "/dsx3IntervalTable/dsx3IntervalEntry={dsx3IntervalIndex dsx3IntervalNumber}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3IntervalIndex dsx3IntervalNumber"
      ]
    },
    "/data/DS3-MIB:dsx3FarEndIntervalTable/dsx3FarEndIntervalEntry={dsx3FarEndIntervalIndex},{dsx3FarEndIntervalNumber}": {
      "get": {
        "summary": "Get dsx3FarEndIntervalEntry entry",
        "description": "Retrieve specific dsx3FarEndIntervalEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3FarEndIntervalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dsx3FarEndIntervalNumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndIntervalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3FarEndIntervalNumber": {
                      "type": "integer",
                      "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3FarEndIntervalCESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in one of the previous 96, individual 15\n            minute, intervals. In the case where the agent is\n            a proxy and data is not available, return\n            noSuchInstance.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3FarEndIntervalCSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3FarEndIntervalCCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3FarEndIntervalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3FarEndIntervalValidData": {
                      "type": "boolean",
                      "description": "This variable indicates if the data for this\n            interval is valid."
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndIntervalEntry": {
                    "dsx3FarEndIntervalIndex": "example-string",
                    "dsx3FarEndIntervalNumber": -2147483648,
                    "dsx3FarEndIntervalCESs": "example-string",
                    "dsx3FarEndIntervalCSESs": "example-string",
                    "dsx3FarEndIntervalCCVs": "example-string",
                    "dsx3FarEndIntervalUASs": "example-string",
                    "dsx3FarEndIntervalValidData": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndIntervalEntry-2"
      },
      "x-yang-path": "/dsx3FarEndIntervalTable/dsx3FarEndIntervalEntry={dsx3FarEndIntervalIndex dsx3FarEndIntervalNumber}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3FarEndIntervalIndex dsx3FarEndIntervalNumber"
      ]
    },
    "/data/DS3-MIB:dsx3FracTable/dsx3FracEntry={dsx3FracIndex},{dsx3FracNumber}": {
      "get": {
        "summary": "Get dsx3FracEntry entry",
        "description": "Retrieve specific dsx3FracEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3FracIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dsx3FracNumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3FracIndex": {
                      "type": "integer",
                      "description": "The index value which uniquely identifies  the\n            DS3  interface  to which this entry is applicable\n            The interface identified by a  particular value\n            of  this  index is the same interface as\n            identified by the same value  an  dsx3LineIndex\n            object instance.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3FracNumber": {
                      "type": "integer",
                      "description": "The channel number for this entry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3FracIfIndex": {
                      "type": "integer",
                      "description": "An index value that uniquely identifies an\n            interface.  The interface identified by a\n            particular value of this index is the same\n            interface as  identified by the same value an\n            ifIndex object instance. If no interface is\n            currently using a channel, the value should be\n            zero.  If a single interface occupies more  than\n            one  time slot,  that ifIndex value will be found\n            in multiple time slots.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FracEntry": {
                    "dsx3FracIndex": 1,
                    "dsx3FracNumber": -2147483648,
                    "dsx3FracIfIndex": 1
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FracEntry-2"
      },
      "x-yang-path": "/dsx3FracTable/dsx3FracEntry={dsx3FracIndex dsx3FracNumber}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3FracIndex dsx3FracNumber"
      ]
    },
    "/data/DS3-MIB:dsx3IntervalEntry={dsx3IntervalIndex},{dsx3IntervalNumber}": {
      "get": {
        "summary": "Get dsx3IntervalEntry entry",
        "description": "Retrieve specific dsx3IntervalEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3IntervalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dsx3IntervalNumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3IntervalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3IntervalNumber": {
                      "type": "integer",
                      "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3IntervalPESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalPSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalSEFSs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Unavailable Seconds.  This object may decrease if\n            the occurance of unavailable seconds occurs across\n            an inteval boundary.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalLCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Line\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalPCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalLESs": {
                      "type": "string",
                      "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences).",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalCCVs": {
                      "type": "string",
                      "description": "The number of C-bit Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalCESs": {
                      "type": "string",
                      "description": "The number of C-bit Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalCSESs": {
                      "type": "string",
                      "description": "The number of C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3IntervalValidData": {
                      "type": "boolean",
                      "description": "This variable indicates if the data for this\n            interval is valid."
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3IntervalEntry": {
                    "dsx3IntervalIndex": "example-string",
                    "dsx3IntervalNumber": -2147483648,
                    "dsx3IntervalPESs": "example-string",
                    "dsx3IntervalPSESs": "example-string",
                    "dsx3IntervalSEFSs": "example-string",
                    "dsx3IntervalUASs": "example-string",
                    "dsx3IntervalLCVs": "example-string",
                    "dsx3IntervalPCVs": "example-string",
                    "dsx3IntervalLESs": "example-string",
                    "dsx3IntervalCCVs": "example-string",
                    "dsx3IntervalCESs": "example-string",
                    "dsx3IntervalCSESs": "example-string",
                    "dsx3IntervalValidData": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3IntervalEntry-4"
      },
      "x-yang-path": "/dsx3IntervalEntry={dsx3IntervalIndex dsx3IntervalNumber}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3IntervalIndex dsx3IntervalNumber"
      ]
    },
    "/data/DS3-MIB:dsx3FarEndIntervalEntry={dsx3FarEndIntervalIndex},{dsx3FarEndIntervalNumber}": {
      "get": {
        "summary": "Get dsx3FarEndIntervalEntry entry",
        "description": "Retrieve specific dsx3FarEndIntervalEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3FarEndIntervalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dsx3FarEndIntervalNumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndIntervalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex"
                    },
                    "dsx3FarEndIntervalNumber": {
                      "type": "integer",
                      "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3FarEndIntervalCESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in one of the previous 96, individual 15\n            minute, intervals. In the case where the agent is\n            a proxy and data is not available, return\n            noSuchInstance.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3FarEndIntervalCSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3FarEndIntervalCCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3FarEndIntervalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount"
                    },
                    "dsx3FarEndIntervalValidData": {
                      "type": "boolean",
                      "description": "This variable indicates if the data for this\n            interval is valid."
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FarEndIntervalEntry": {
                    "dsx3FarEndIntervalIndex": "example-string",
                    "dsx3FarEndIntervalNumber": -2147483648,
                    "dsx3FarEndIntervalCESs": "example-string",
                    "dsx3FarEndIntervalCSESs": "example-string",
                    "dsx3FarEndIntervalCCVs": "example-string",
                    "dsx3FarEndIntervalUASs": "example-string",
                    "dsx3FarEndIntervalValidData": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FarEndIntervalEntry-4"
      },
      "x-yang-path": "/dsx3FarEndIntervalEntry={dsx3FarEndIntervalIndex dsx3FarEndIntervalNumber}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3FarEndIntervalIndex dsx3FarEndIntervalNumber"
      ]
    },
    "/data/DS3-MIB:dsx3FracEntry={dsx3FracIndex},{dsx3FracNumber}": {
      "get": {
        "summary": "Get dsx3FracEntry entry",
        "description": "Retrieve specific dsx3FracEntry entry by key from MIB",
        "tags": [
          "DS3-MIB"
        ],
        "parameters": [
          {
            "name": "dsx3FracIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dsx3FracNumber",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dsx3FracIndex": {
                      "type": "integer",
                      "description": "The index value which uniquely identifies  the\n            DS3  interface  to which this entry is applicable\n            The interface identified by a  particular value\n            of  this  index is the same interface as\n            identified by the same value  an  dsx3LineIndex\n            object instance.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3FracNumber": {
                      "type": "integer",
                      "description": "The channel number for this entry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dsx3FracIfIndex": {
                      "type": "integer",
                      "description": "An index value that uniquely identifies an\n            interface.  The interface identified by a\n            particular value of this index is the same\n            interface as  identified by the same value an\n            ifIndex object instance. If no interface is\n            currently using a channel, the value should be\n            zero.  If a single interface occupies more  than\n            one  time slot,  that ifIndex value will be found\n            in multiple time slots.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "DS3-MIB:dsx3FracEntry": {
                    "dsx3FracIndex": 1,
                    "dsx3FracNumber": -2147483648,
                    "dsx3FracIfIndex": 1
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dsx3FracEntry-4"
      },
      "x-yang-path": "/dsx3FracEntry={dsx3FracIndex dsx3FracNumber}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dsx3FracIndex dsx3FracNumber"
      ]
    }
  },
  "components": {
    "schemas": {
      "DS3-MIB_DS3-MIB": {
        "type": "object",
        "description": "The DS3/E3 Configuration table.",
        "properties": {
          "dsx3ConfigEntry": {
            "type": "array",
            "description": "An entry in the DS3/E3 Configuration table.",
            "items": {
              "type": "object",
              "properties": {
                "dsx3LineIndex": {
                  "type": "string",
                  "description": "This object should be made equal to ifIndex.  The\n            next paragraph describes its previous usage.\n            Making the object equal to ifIndex allows propoer\n            use of ifStackTable.\n            \n            Previously, this object was the identifier of a\n            DS3/E3 Interface on a managed device.  If there is\n            an ifEntry that is directly associated with this\n            and only this DS3/E3 interface, it should have the\n            same value as ifIndex.  Otherwise, number the\n            dsx3LineIndices with an unique identifier\n            following the rules of choosing a number that is\n            greater than ifNumber and numbering the inside\n            interfaces (e.g., equipment side) with even\n            numbers and outside interfaces (e.g, network side)\n            with odd numbers.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "dsx3IfIndex": {
                  "type": "string",
                  "description": "This value for this object is equal to the value\n            of ifIndex from the Interfaces table of MIB II\n            (RFC 1213).",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "dsx3TimeElapsed": {
                  "type": "integer",
                  "description": "The number of seconds that have elapsed since the\n            beginning of the near end current error-\n            measurement period.  If, for some reason, such as\n            an adjustment in the system's time-of-day clock,\n            the current interval exceeds the maximum value,\n            the agent will return the maximum value.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3ValidIntervals": {
                  "type": "integer",
                  "description": "The number of previous near end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute near end\n            intervals since the interface has been online.  In\n            the case where the agent is a proxy, it is\n            possible that some intervals are unavailable.  In\n            this case, this interval is the maximum interval\n            number for which data is available.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3LineType": {
                  "type": "string",
                  "description": "This variable indicates the variety of DS3 C-bit\n            or E3 application implementing this interface. The\n            type of interface affects the interpretation of\n            the usage and error statistics.  The rate of DS3\n            is 44.736 Mbps and E3 is 34.368 Mbps.  The\n            dsx3ClearChannel value means that the C-bits are\n            not used except for sending/receiving AIS.\n            The values, in sequence, describe:\n            \n            TITLE:            SPECIFICATION:\n            dsx3M23            ANSI T1.107-1988 [9]\n            dsx3SYNTRAN        ANSI T1.107-1988 [9]\n            dsx3CbitParity     ANSI T1.107a-1990 [9a]\n            dsx3ClearChannel   ANSI T1.102-1987 [8]\n            e3Framed           CCITT G.751 [12]\n            e3Plcp             ETSI T/NA(91)18 [13].",
                  "readOnly": true
                },
                "dsx3LineCoding": {
                  "type": "string",
                  "description": "This variable describes the variety of Zero Code\n            Suppression used on this interface, which in turn\n            affects a number of its characteristics.\n            \n            dsx3B3ZS and e3HDB3 refer to the use of specified\n            patterns of normal bits and bipolar violations\n            which are used to replace sequences of zero bits\n            of a specified length.",
                  "readOnly": true
                },
                "dsx3SendCode": {
                  "type": "string",
                  "description": "This variable indicates what type of code is\n            being sent across the DS3/E3 interface by the\n            device.  (These are optional for E3 interfaces.)\n            Setting this variable causes the interface to\n            begin sending the code requested.\n            The values mean:\n            \n               dsx3SendNoCode\n                   sending looped or normal data\n            \n               dsx3SendLineCode\n                   sending a request for a line loopback\n            \n               dsx3SendPayloadCode\n                   sending a request for a payload loopback\n                   (i.e., all DS1/E1s in a DS3/E3 frame)\n            \n               dsx3SendResetCode\n                   sending a loopback deactivation request\n            \n               dsx3SendDS1LoopCode\n                   requesting to loopback a particular DS1/E1\n                   within a DS3/E3 frame.  The DS1/E1 is\n                   indicated in dsx3Ds1ForRemoteLoop.\n            \n               dsx3SendTestPattern\n                   sending a test pattern.",
                  "readOnly": true
                },
                "dsx3CircuitIdentifier": {
                  "type": "string",
                  "description": "This variable contains the transmission vendor's\n            circuit identifier, for the purpose of\n            facilitating troubleshooting.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                },
                "dsx3LoopbackConfig": {
                  "type": "string",
                  "description": "This variable represents the desired loopback\n            configuration of the DS3/E3 interface.\n            \n            The values mean:\n            \n            dsx3NoLoop\n              Not in the loopback state.  A device that is\n              not capable of performing a loopback on\n              the interface shall always return this as\n              its value.\n            \n            dsx3PayloadLoop\n              The received signal at this interface is looped\n              through the device.  Typically the received signal\n              is looped back for retransmission after it has\n              passed through the device's framing function.\n            \n            dsx3LineLoop\n              The received signal at this interface does not\n              go through the device (minimum penetration) but\n              is looped back out.\n            \n            dsx3OtherLoop\n              Loopbacks that are not defined here.\n            \n            dsx3InwardLoop\n              The sent signal at this interface is looped back\n              through the device.\n            \n            dsx3DualLoop\n              Both dsx1LineLoop and dsx1InwardLoop will be\n              active simultaneously.",
                  "readOnly": true
                },
                "dsx3LineStatus": {
                  "type": "integer",
                  "description": "This variable indicates the Line Status of the\n            interface.  It contains loopback state information\n            and failure state information.  The dsx3LineStatus\n            is a bit map represented as a sum, therefore, it\n            can represent multiple failures and a loopback\n            (see dsx3LoopbackConfig object for the type of\n            loopback) simultaneously.  The dsx3NoAlarm must be\n            set if and only if no other flag is set.\n            \n            If the dsx3loopbackState bit is set, the loopback\n            in effect can be determined from the\n            dsx3loopbackConfig object.\n            The various bit positions are:\n            1     dsx3NoAlarm         No alarm present\n            2     dsx3RcvRAIFailure   Receiving Yellow/Remote\n                             Alarm Indication\n            4     dsx3XmitRAIAlarm    Transmitting Yellow/Remote\n                             Alarm Indication\n            8     dsx3RcvAIS          Receiving AIS failure state\n            16     dsx3XmitAIS         Transmitting AIS\n            32     dsx3LOF             Receiving LOF failure state\n            64     dsx3LOS             Receiving LOS failure state\n            128     dsx3LoopbackState   Looping the received signal\n            256     dsx3RcvTestCode     Receiving a Test Pattern\n            512     dsx3OtherFailure    any line status not defined\n                             here\n            1024     dsx3UnavailSigState Near End in Unavailable Signal\n                             State\n            2048     dsx3NetEquipOOS     Carrier Equipment Out of Service",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3TransmitClockSource": {
                  "type": "string",
                  "description": "The source of Transmit Clock.\n            \n            loopTiming indicates that the recovered receive clock\n            is used as the transmit clock.\n            \n            localTiming indicates that a local clock source is used\n            or that an external clock is attached to the box\n            containing the interface.\n            \n            throughTiming indicates that transmit clock is derived\n            from the recovered receive clock of another DS3\n            interface.",
                  "readOnly": true
                },
                "dsx3InvalidIntervals": {
                  "type": "integer",
                  "description": "The number of intervals in the range from 0 to\n            dsx3ValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3LineLength": {
                  "type": "integer",
                  "description": "The length of the ds3 line in meters.  This\n            object provides information for line build out\n            circuitry if it exists and can use this object to\n            adjust the line build out.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3LineStatusLastChange": {
                  "type": "string",
                  "description": "The value of MIB II's sysUpTime object at the\n            time this DS3/E3 entered its current line status\n            state.  If the current state was entered prior to\n            the last re-initialization of the proxy-agent,\n            then this object contains a zero value.",
                  "x-yang-type": "yang:timestamp",
                  "readOnly": true
                },
                "dsx3LineStatusChangeTrapEnable": {
                  "type": "string",
                  "description": "Indicates whether dsx3LineStatusChange traps\n            should be generated for this interface.",
                  "readOnly": true
                },
                "dsx3LoopbackStatus": {
                  "type": "integer",
                  "description": "This variable represents the current state of the\n            loopback on the DS3 interface.  It contains\n            information about loopbacks established by a\n            manager and remotely from the far end.\n            \n            The dsx3LoopbackStatus is a bit map represented as\n            a sum, therefore is can represent multiple\n            loopbacks simultaneously.\n            \n            The various bit positions are:\n             1  dsx3NoLoopback\n             2  dsx3NearEndPayloadLoopback\n             4  dsx3NearEndLineLoopback\n             8  dsx3NearEndOtherLoopback\n            16  dsx3NearEndInwardLoopback\n            32  dsx3FarEndPayloadLoopback\n            64  dsx3FarEndLineLoopback",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3Channelization": {
                  "type": "string",
                  "description": "Indicates whether this ds3/e3 is channelized or\n            unchannelized.  The value of enabledDs1 indicates\n            that this is a DS3 channelized into DS1s.  The\n            value of enabledDs3 indicated that this is a DS3\n            channelized into DS2s.  Setting this object will\n            cause the creation or deletion of DS2 or DS1\n            entries in the ifTable.",
                  "readOnly": true
                },
                "dsx3Ds1ForRemoteLoop": {
                  "type": "integer",
                  "description": "Indicates which ds1/e1 on this ds3/e3 will be\n            indicated in the remote ds1 loopback request.  A\n            value of 0 means no DS1 will be looped.  A value\n            of 29 means all ds1s/e1s will be looped.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dsx3CurrentEntry": {
            "type": "array",
            "description": "An entry in the DS3/E3 Current table.",
            "items": {
              "type": "object",
              "properties": {
                "dsx3CurrentIndex": {
                  "type": "string",
                  "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "dsx3CurrentPESs": {
                  "type": "string",
                  "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3CurrentPSESs": {
                  "type": "string",
                  "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3CurrentSEFSs": {
                  "type": "string",
                  "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3CurrentUASs": {
                  "type": "string",
                  "description": "The counter associated with the number of\n            Unavailable Seconds.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3CurrentLCVs": {
                  "type": "string",
                  "description": "The counter associated with the number of Line\n            Coding Violations.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3CurrentPCVs": {
                  "type": "string",
                  "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3CurrentLESs": {
                  "type": "string",
                  "description": "The number of Line Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3CurrentCCVs": {
                  "type": "string",
                  "description": "The number of C-bit Coding Violations.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3CurrentCESs": {
                  "type": "string",
                  "description": "The number of C-bit Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3CurrentCSESs": {
                  "type": "string",
                  "description": "The number of C-bit Severely Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dsx3IntervalEntry": {
            "type": "array",
            "description": "An entry in the DS3/E3 Interval table.",
            "items": {
              "type": "object",
              "properties": {
                "dsx3IntervalIndex": {
                  "type": "string",
                  "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "dsx3IntervalNumber": {
                  "type": "integer",
                  "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3IntervalPESs": {
                  "type": "string",
                  "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3IntervalPSESs": {
                  "type": "string",
                  "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3IntervalSEFSs": {
                  "type": "string",
                  "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3IntervalUASs": {
                  "type": "string",
                  "description": "The counter associated with the number of\n            Unavailable Seconds.  This object may decrease if\n            the occurance of unavailable seconds occurs across\n            an inteval boundary.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3IntervalLCVs": {
                  "type": "string",
                  "description": "The counter associated with the number of Line\n            Coding Violations.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3IntervalPCVs": {
                  "type": "string",
                  "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3IntervalLESs": {
                  "type": "string",
                  "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences).",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3IntervalCCVs": {
                  "type": "string",
                  "description": "The number of C-bit Coding Violations.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3IntervalCESs": {
                  "type": "string",
                  "description": "The number of C-bit Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3IntervalCSESs": {
                  "type": "string",
                  "description": "The number of C-bit Severely Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3IntervalValidData": {
                  "type": "boolean",
                  "description": "This variable indicates if the data for this\n            interval is valid.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dsx3TotalEntry": {
            "type": "array",
            "description": "An entry in the DS3/E3 Total table.",
            "items": {
              "type": "object",
              "properties": {
                "dsx3TotalIndex": {
                  "type": "string",
                  "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "dsx3TotalPESs": {
                  "type": "string",
                  "description": "The counter associated with the number of P-bit\n            Errored Seconds, encountered by a DS3 interface in\n            the previous 24 hour interval. Invalid 15 minute\n            intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3TotalPSESs": {
                  "type": "string",
                  "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3TotalSEFSs": {
                  "type": "string",
                  "description": "The counter associated with the number of\n            Severely Errored Framing Seconds, encountered by a\n            DS3/E3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3TotalUASs": {
                  "type": "string",
                  "description": "The counter associated with the number of\n            Unavailable Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            \n            Invalid 15 minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3TotalLCVs": {
                  "type": "string",
                  "description": "The counter associated with the number of Line\n            Coding Violations encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3TotalPCVs": {
                  "type": "string",
                  "description": "The counter associated with the number of P-bit\n            Coding Violations, encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3TotalLESs": {
                  "type": "string",
                  "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences) encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3TotalCCVs": {
                  "type": "string",
                  "description": "The number of C-bit Coding Violations encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3TotalCESs": {
                  "type": "string",
                  "description": "The number of C-bit Errored Seconds encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3TotalCSESs": {
                  "type": "string",
                  "description": "The number of C-bit Severely Errored Seconds\n            encountered by a DS3 interface in the previous 24\n            hour interval. Invalid 15 minute intervals count\n            as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dsx3FarEndConfigEntry": {
            "type": "array",
            "description": "An entry in the DS3 Far End Configuration table.",
            "items": {
              "type": "object",
              "properties": {
                "dsx3FarEndLineIndex": {
                  "type": "string",
                  "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value an dsx3LineIndex object instance.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "dsx3FarEndEquipCode": {
                  "type": "string",
                  "description": "This is the Far End Equipment Identification code\n            that describes the specific piece of equipment.\n            It is sent within the Path Identification\n            Message.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                },
                "dsx3FarEndLocationIDCode": {
                  "type": "string",
                  "description": "This is the Far End Location Identification code\n            that describes the specific location of the\n            equipment.  It is sent within the Path\n            Identification Message.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                },
                "dsx3FarEndFrameIDCode": {
                  "type": "string",
                  "description": "This is the Far End Frame Identification code\n            that identifies where the equipment is located\n            within a building at a given location.  It is sent\n            within the Path Identification Message.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                },
                "dsx3FarEndUnitCode": {
                  "type": "string",
                  "description": "This is the Far End code that identifies the\n            equipment location within a bay.  It is sent\n            within the Path Identification Message.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                },
                "dsx3FarEndFacilityIDCode": {
                  "type": "string",
                  "description": "This code identifies a specific Far End DS3 path.\n            It is sent within the Path Identification\n            Message.",
                  "x-yang-type": "snmpv2-tc:DisplayString",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dsx3FarEndCurrentEntry": {
            "type": "array",
            "description": "An entry in the DS3 Far End Current table.",
            "items": {
              "type": "object",
              "properties": {
                "dsx3FarEndCurrentIndex": {
                  "type": "string",
                  "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "dsx3FarEndTimeElapsed": {
                  "type": "integer",
                  "description": "The number of seconds that have elapsed since the\n            beginning of the far end current error-measurement\n            period.  If, for some reason, such as an\n            adjustment in the system's time-of-day clock, the\n            current interval exceeds the maximum value, the\n            agent will return the maximum value.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3FarEndValidIntervals": {
                  "type": "integer",
                  "description": "The number of previous far end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute far end intervals\n            since the interface has been online.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3FarEndCurrentCESs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far Far\n            End C-bit Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3FarEndCurrentCSESs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3FarEndCurrentCCVs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3FarEndCurrentUASs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                  "x-yang-type": "perfhist-tc:PerfCurrentCount",
                  "readOnly": true
                },
                "dsx3FarEndInvalidIntervals": {
                  "type": "integer",
                  "description": "The number of intervals in the range from 0 to\n            dsx3FarEndValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dsx3FarEndIntervalEntry": {
            "type": "array",
            "description": "An entry in the DS3 Far End Interval table.",
            "items": {
              "type": "object",
              "properties": {
                "dsx3FarEndIntervalIndex": {
                  "type": "string",
                  "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "dsx3FarEndIntervalNumber": {
                  "type": "integer",
                  "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3FarEndIntervalCESs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in one of the previous 96, individual 15\n            minute, intervals. In the case where the agent is\n            a proxy and data is not available, return\n            noSuchInstance.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3FarEndIntervalCSESs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3FarEndIntervalCCVs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3FarEndIntervalUASs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                  "x-yang-type": "perfhist-tc:PerfIntervalCount",
                  "readOnly": true
                },
                "dsx3FarEndIntervalValidData": {
                  "type": "boolean",
                  "description": "This variable indicates if the data for this\n            interval is valid.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dsx3FarEndTotalEntry": {
            "type": "array",
            "description": "An entry in the DS3 Far End Total table.",
            "items": {
              "type": "object",
              "properties": {
                "dsx3FarEndTotalIndex": {
                  "type": "string",
                  "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                  "x-yang-type": "if-mib:InterfaceIndex",
                  "readOnly": true
                },
                "dsx3FarEndTotalCESs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3FarEndTotalCSESs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds encountered by a\n            DS3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3FarEndTotalCCVs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                },
                "dsx3FarEndTotalUASs": {
                  "type": "string",
                  "description": "The counter associated with the number of Far End\n            unavailable seconds encountered by a DS3 interface\n            in the previous 24 hour interval.  Invalid 15\n            minute intervals count as 0.",
                  "x-yang-type": "perfhist-tc:PerfTotalCount",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dsx3FracEntry": {
            "type": "array",
            "description": "An entry in the DS3 Fractional table.",
            "items": {
              "type": "object",
              "properties": {
                "dsx3FracIndex": {
                  "type": "integer",
                  "description": "The index value which uniquely identifies  the\n            DS3  interface  to which this entry is applicable\n            The interface identified by a  particular value\n            of  this  index is the same interface as\n            identified by the same value  an  dsx3LineIndex\n            object instance.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3FracNumber": {
                  "type": "integer",
                  "description": "The channel number for this entry.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dsx3FracIfIndex": {
                  "type": "integer",
                  "description": "An index value that uniquely identifies an\n            interface.  The interface identified by a\n            particular value of this index is the same\n            interface as  identified by the same value an\n            ifIndex object instance. If no interface is\n            currently using a channel, the value should be\n            zero.  If a single interface occupies more  than\n            one  time slot,  that ifIndex value will be found\n            in multiple time slots.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dsx3ConfigTable": {
            "type": "object",
            "description": "The DS3/E3 Configuration table.",
            "properties": {
              "dsx3ConfigEntry": {
                "type": "array",
                "description": "An entry in the DS3/E3 Configuration table.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dsx3LineIndex": {
                      "type": "string",
                      "description": "This object should be made equal to ifIndex.  The\n            next paragraph describes its previous usage.\n            Making the object equal to ifIndex allows propoer\n            use of ifStackTable.\n            \n            Previously, this object was the identifier of a\n            DS3/E3 Interface on a managed device.  If there is\n            an ifEntry that is directly associated with this\n            and only this DS3/E3 interface, it should have the\n            same value as ifIndex.  Otherwise, number the\n            dsx3LineIndices with an unique identifier\n            following the rules of choosing a number that is\n            greater than ifNumber and numbering the inside\n            interfaces (e.g., equipment side) with even\n            numbers and outside interfaces (e.g, network side)\n            with odd numbers.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "dsx3IfIndex": {
                      "type": "string",
                      "description": "This value for this object is equal to the value\n            of ifIndex from the Interfaces table of MIB II\n            (RFC 1213).",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "dsx3TimeElapsed": {
                      "type": "integer",
                      "description": "The number of seconds that have elapsed since the\n            beginning of the near end current error-\n            measurement period.  If, for some reason, such as\n            an adjustment in the system's time-of-day clock,\n            the current interval exceeds the maximum value,\n            the agent will return the maximum value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3ValidIntervals": {
                      "type": "integer",
                      "description": "The number of previous near end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute near end\n            intervals since the interface has been online.  In\n            the case where the agent is a proxy, it is\n            possible that some intervals are unavailable.  In\n            this case, this interval is the maximum interval\n            number for which data is available.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3LineType": {
                      "type": "string",
                      "description": "This variable indicates the variety of DS3 C-bit\n            or E3 application implementing this interface. The\n            type of interface affects the interpretation of\n            the usage and error statistics.  The rate of DS3\n            is 44.736 Mbps and E3 is 34.368 Mbps.  The\n            dsx3ClearChannel value means that the C-bits are\n            not used except for sending/receiving AIS.\n            The values, in sequence, describe:\n            \n            TITLE:            SPECIFICATION:\n            dsx3M23            ANSI T1.107-1988 [9]\n            dsx3SYNTRAN        ANSI T1.107-1988 [9]\n            dsx3CbitParity     ANSI T1.107a-1990 [9a]\n            dsx3ClearChannel   ANSI T1.102-1987 [8]\n            e3Framed           CCITT G.751 [12]\n            e3Plcp             ETSI T/NA(91)18 [13].",
                      "readOnly": true
                    },
                    "dsx3LineCoding": {
                      "type": "string",
                      "description": "This variable describes the variety of Zero Code\n            Suppression used on this interface, which in turn\n            affects a number of its characteristics.\n            \n            dsx3B3ZS and e3HDB3 refer to the use of specified\n            patterns of normal bits and bipolar violations\n            which are used to replace sequences of zero bits\n            of a specified length.",
                      "readOnly": true
                    },
                    "dsx3SendCode": {
                      "type": "string",
                      "description": "This variable indicates what type of code is\n            being sent across the DS3/E3 interface by the\n            device.  (These are optional for E3 interfaces.)\n            Setting this variable causes the interface to\n            begin sending the code requested.\n            The values mean:\n            \n               dsx3SendNoCode\n                   sending looped or normal data\n            \n               dsx3SendLineCode\n                   sending a request for a line loopback\n            \n               dsx3SendPayloadCode\n                   sending a request for a payload loopback\n                   (i.e., all DS1/E1s in a DS3/E3 frame)\n            \n               dsx3SendResetCode\n                   sending a loopback deactivation request\n            \n               dsx3SendDS1LoopCode\n                   requesting to loopback a particular DS1/E1\n                   within a DS3/E3 frame.  The DS1/E1 is\n                   indicated in dsx3Ds1ForRemoteLoop.\n            \n               dsx3SendTestPattern\n                   sending a test pattern.",
                      "readOnly": true
                    },
                    "dsx3CircuitIdentifier": {
                      "type": "string",
                      "description": "This variable contains the transmission vendor's\n            circuit identifier, for the purpose of\n            facilitating troubleshooting.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    },
                    "dsx3LoopbackConfig": {
                      "type": "string",
                      "description": "This variable represents the desired loopback\n            configuration of the DS3/E3 interface.\n            \n            The values mean:\n            \n            dsx3NoLoop\n              Not in the loopback state.  A device that is\n              not capable of performing a loopback on\n              the interface shall always return this as\n              its value.\n            \n            dsx3PayloadLoop\n              The received signal at this interface is looped\n              through the device.  Typically the received signal\n              is looped back for retransmission after it has\n              passed through the device's framing function.\n            \n            dsx3LineLoop\n              The received signal at this interface does not\n              go through the device (minimum penetration) but\n              is looped back out.\n            \n            dsx3OtherLoop\n              Loopbacks that are not defined here.\n            \n            dsx3InwardLoop\n              The sent signal at this interface is looped back\n              through the device.\n            \n            dsx3DualLoop\n              Both dsx1LineLoop and dsx1InwardLoop will be\n              active simultaneously.",
                      "readOnly": true
                    },
                    "dsx3LineStatus": {
                      "type": "integer",
                      "description": "This variable indicates the Line Status of the\n            interface.  It contains loopback state information\n            and failure state information.  The dsx3LineStatus\n            is a bit map represented as a sum, therefore, it\n            can represent multiple failures and a loopback\n            (see dsx3LoopbackConfig object for the type of\n            loopback) simultaneously.  The dsx3NoAlarm must be\n            set if and only if no other flag is set.\n            \n            If the dsx3loopbackState bit is set, the loopback\n            in effect can be determined from the\n            dsx3loopbackConfig object.\n            The various bit positions are:\n            1     dsx3NoAlarm         No alarm present\n            2     dsx3RcvRAIFailure   Receiving Yellow/Remote\n                             Alarm Indication\n            4     dsx3XmitRAIAlarm    Transmitting Yellow/Remote\n                             Alarm Indication\n            8     dsx3RcvAIS          Receiving AIS failure state\n            16     dsx3XmitAIS         Transmitting AIS\n            32     dsx3LOF             Receiving LOF failure state\n            64     dsx3LOS             Receiving LOS failure state\n            128     dsx3LoopbackState   Looping the received signal\n            256     dsx3RcvTestCode     Receiving a Test Pattern\n            512     dsx3OtherFailure    any line status not defined\n                             here\n            1024     dsx3UnavailSigState Near End in Unavailable Signal\n                             State\n            2048     dsx3NetEquipOOS     Carrier Equipment Out of Service",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3TransmitClockSource": {
                      "type": "string",
                      "description": "The source of Transmit Clock.\n            \n            loopTiming indicates that the recovered receive clock\n            is used as the transmit clock.\n            \n            localTiming indicates that a local clock source is used\n            or that an external clock is attached to the box\n            containing the interface.\n            \n            throughTiming indicates that transmit clock is derived\n            from the recovered receive clock of another DS3\n            interface.",
                      "readOnly": true
                    },
                    "dsx3InvalidIntervals": {
                      "type": "integer",
                      "description": "The number of intervals in the range from 0 to\n            dsx3ValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3LineLength": {
                      "type": "integer",
                      "description": "The length of the ds3 line in meters.  This\n            object provides information for line build out\n            circuitry if it exists and can use this object to\n            adjust the line build out.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3LineStatusLastChange": {
                      "type": "string",
                      "description": "The value of MIB II's sysUpTime object at the\n            time this DS3/E3 entered its current line status\n            state.  If the current state was entered prior to\n            the last re-initialization of the proxy-agent,\n            then this object contains a zero value.",
                      "x-yang-type": "yang:timestamp",
                      "readOnly": true
                    },
                    "dsx3LineStatusChangeTrapEnable": {
                      "type": "string",
                      "description": "Indicates whether dsx3LineStatusChange traps\n            should be generated for this interface.",
                      "readOnly": true
                    },
                    "dsx3LoopbackStatus": {
                      "type": "integer",
                      "description": "This variable represents the current state of the\n            loopback on the DS3 interface.  It contains\n            information about loopbacks established by a\n            manager and remotely from the far end.\n            \n            The dsx3LoopbackStatus is a bit map represented as\n            a sum, therefore is can represent multiple\n            loopbacks simultaneously.\n            \n            The various bit positions are:\n             1  dsx3NoLoopback\n             2  dsx3NearEndPayloadLoopback\n             4  dsx3NearEndLineLoopback\n             8  dsx3NearEndOtherLoopback\n            16  dsx3NearEndInwardLoopback\n            32  dsx3FarEndPayloadLoopback\n            64  dsx3FarEndLineLoopback",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3Channelization": {
                      "type": "string",
                      "description": "Indicates whether this ds3/e3 is channelized or\n            unchannelized.  The value of enabledDs1 indicates\n            that this is a DS3 channelized into DS1s.  The\n            value of enabledDs3 indicated that this is a DS3\n            channelized into DS2s.  Setting this object will\n            cause the creation or deletion of DS2 or DS1\n            entries in the ifTable.",
                      "readOnly": true
                    },
                    "dsx3Ds1ForRemoteLoop": {
                      "type": "integer",
                      "description": "Indicates which ds1/e1 on this ds3/e3 will be\n            indicated in the remote ds1 loopback request.  A\n            value of 0 means no DS1 will be looped.  A value\n            of 29 means all ds1s/e1s will be looped.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dsx3CurrentTable": {
            "type": "object",
            "description": "The DS3/E3 current table contains various\n        statistics being collected for the current 15\n        minute interval.",
            "properties": {
              "dsx3CurrentEntry": {
                "type": "array",
                "description": "An entry in the DS3/E3 Current table.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dsx3CurrentIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "dsx3CurrentPESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3CurrentPSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3CurrentSEFSs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3CurrentUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Unavailable Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3CurrentLCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Line\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3CurrentPCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3CurrentLESs": {
                      "type": "string",
                      "description": "The number of Line Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3CurrentCCVs": {
                      "type": "string",
                      "description": "The number of C-bit Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3CurrentCESs": {
                      "type": "string",
                      "description": "The number of C-bit Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3CurrentCSESs": {
                      "type": "string",
                      "description": "The number of C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dsx3IntervalTable": {
            "type": "object",
            "description": "The DS3/E3 Interval Table contains various\n        statistics collected by each DS3/E3 Interface over\n        the previous 24 hours of operation.  The past 24\n        hours are broken into 96 completed 15 minute\n        intervals.  Each row in this table represents one\n        such interval (identified by dsx3IntervalNumber)\n        and for one specific interface (identifed by\n        dsx3IntervalIndex).",
            "properties": {
              "dsx3IntervalEntry": {
                "type": "array",
                "description": "An entry in the DS3/E3 Interval table.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dsx3IntervalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "dsx3IntervalNumber": {
                      "type": "integer",
                      "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3IntervalPESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3IntervalPSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3IntervalSEFSs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3IntervalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Unavailable Seconds.  This object may decrease if\n            the occurance of unavailable seconds occurs across\n            an inteval boundary.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3IntervalLCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Line\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3IntervalPCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3IntervalLESs": {
                      "type": "string",
                      "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences).",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3IntervalCCVs": {
                      "type": "string",
                      "description": "The number of C-bit Coding Violations.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3IntervalCESs": {
                      "type": "string",
                      "description": "The number of C-bit Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3IntervalCSESs": {
                      "type": "string",
                      "description": "The number of C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3IntervalValidData": {
                      "type": "boolean",
                      "description": "This variable indicates if the data for this\n            interval is valid.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dsx3TotalTable": {
            "type": "object",
            "description": "The DS3/E3 Total Table contains the cumulative\n        sum of the various statistics for the 24 hour\n        period preceding the current interval.",
            "properties": {
              "dsx3TotalEntry": {
                "type": "array",
                "description": "An entry in the DS3/E3 Total table.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dsx3TotalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "dsx3TotalPESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Errored Seconds, encountered by a DS3 interface in\n            the previous 24 hour interval. Invalid 15 minute\n            intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3TotalPSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3TotalSEFSs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Severely Errored Framing Seconds, encountered by a\n            DS3/E3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3TotalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of\n            Unavailable Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            \n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3TotalLCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Line\n            Coding Violations encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3TotalPCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of P-bit\n            Coding Violations, encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3TotalLESs": {
                      "type": "string",
                      "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences) encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3TotalCCVs": {
                      "type": "string",
                      "description": "The number of C-bit Coding Violations encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3TotalCESs": {
                      "type": "string",
                      "description": "The number of C-bit Errored Seconds encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3TotalCSESs": {
                      "type": "string",
                      "description": "The number of C-bit Severely Errored Seconds\n            encountered by a DS3 interface in the previous 24\n            hour interval. Invalid 15 minute intervals count\n            as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dsx3FarEndConfigTable": {
            "type": "object",
            "description": "The DS3 Far End Configuration Table contains\n        configuration information reported in the C-bits\n        from the remote end.",
            "properties": {
              "dsx3FarEndConfigEntry": {
                "type": "array",
                "description": "An entry in the DS3 Far End Configuration table.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndLineIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value an dsx3LineIndex object instance.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "dsx3FarEndEquipCode": {
                      "type": "string",
                      "description": "This is the Far End Equipment Identification code\n            that describes the specific piece of equipment.\n            It is sent within the Path Identification\n            Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    },
                    "dsx3FarEndLocationIDCode": {
                      "type": "string",
                      "description": "This is the Far End Location Identification code\n            that describes the specific location of the\n            equipment.  It is sent within the Path\n            Identification Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    },
                    "dsx3FarEndFrameIDCode": {
                      "type": "string",
                      "description": "This is the Far End Frame Identification code\n            that identifies where the equipment is located\n            within a building at a given location.  It is sent\n            within the Path Identification Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    },
                    "dsx3FarEndUnitCode": {
                      "type": "string",
                      "description": "This is the Far End code that identifies the\n            equipment location within a bay.  It is sent\n            within the Path Identification Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    },
                    "dsx3FarEndFacilityIDCode": {
                      "type": "string",
                      "description": "This code identifies a specific Far End DS3 path.\n            It is sent within the Path Identification\n            Message.",
                      "x-yang-type": "snmpv2-tc:DisplayString",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dsx3FarEndCurrentTable": {
            "type": "object",
            "description": "The DS3 Far End Current table contains various\n        statistics being collected for the current 15\n        minute interval.  The statistics are collected\n        from the far end block error code within the C-\n        bits.",
            "properties": {
              "dsx3FarEndCurrentEntry": {
                "type": "array",
                "description": "An entry in the DS3 Far End Current table.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndCurrentIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "dsx3FarEndTimeElapsed": {
                      "type": "integer",
                      "description": "The number of seconds that have elapsed since the\n            beginning of the far end current error-measurement\n            period.  If, for some reason, such as an\n            adjustment in the system's time-of-day clock, the\n            current interval exceeds the maximum value, the\n            agent will return the maximum value.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3FarEndValidIntervals": {
                      "type": "integer",
                      "description": "The number of previous far end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute far end intervals\n            since the interface has been online.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3FarEndCurrentCESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far Far\n            End C-bit Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3FarEndCurrentCSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3FarEndCurrentCCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3FarEndCurrentUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                      "x-yang-type": "perfhist-tc:PerfCurrentCount",
                      "readOnly": true
                    },
                    "dsx3FarEndInvalidIntervals": {
                      "type": "integer",
                      "description": "The number of intervals in the range from 0 to\n            dsx3FarEndValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dsx3FarEndIntervalTable": {
            "type": "object",
            "description": "The DS3 Far End Interval Table contains various\n        statistics collected by each DS3 interface over\n        the previous 24 hours of operation.  The past 24\n        hours are broken into 96 completed 15 minute\n        intervals.",
            "properties": {
              "dsx3FarEndIntervalEntry": {
                "type": "array",
                "description": "An entry in the DS3 Far End Interval table.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndIntervalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "dsx3FarEndIntervalNumber": {
                      "type": "integer",
                      "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3FarEndIntervalCESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in one of the previous 96, individual 15\n            minute, intervals. In the case where the agent is\n            a proxy and data is not available, return\n            noSuchInstance.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3FarEndIntervalCSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3FarEndIntervalCCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3FarEndIntervalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            unavailable seconds.",
                      "x-yang-type": "perfhist-tc:PerfIntervalCount",
                      "readOnly": true
                    },
                    "dsx3FarEndIntervalValidData": {
                      "type": "boolean",
                      "description": "This variable indicates if the data for this\n            interval is valid.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dsx3FarEndTotalTable": {
            "type": "object",
            "description": "The DS3 Far End Total Table contains the\n        cumulative sum of the various statistics for the\n        24 hour period preceding the current interval.",
            "properties": {
              "dsx3FarEndTotalEntry": {
                "type": "array",
                "description": "An entry in the DS3 Far End Total table.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dsx3FarEndTotalIndex": {
                      "type": "string",
                      "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
                      "x-yang-type": "if-mib:InterfaceIndex",
                      "readOnly": true
                    },
                    "dsx3FarEndTotalCESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3FarEndTotalCSESs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds encountered by a\n            DS3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3FarEndTotalCCVs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    },
                    "dsx3FarEndTotalUASs": {
                      "type": "string",
                      "description": "The counter associated with the number of Far End\n            unavailable seconds encountered by a DS3 interface\n            in the previous 24 hour interval.  Invalid 15\n            minute intervals count as 0.",
                      "x-yang-type": "perfhist-tc:PerfTotalCount",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dsx3FracTable": {
            "type": "object",
            "description": "dsx3FracTable",
            "properties": {
              "dsx3FracEntry": {
                "type": "array",
                "description": "An entry in the DS3 Fractional table.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dsx3FracIndex": {
                      "type": "integer",
                      "description": "The index value which uniquely identifies  the\n            DS3  interface  to which this entry is applicable\n            The interface identified by a  particular value\n            of  this  index is the same interface as\n            identified by the same value  an  dsx3LineIndex\n            object instance.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3FracNumber": {
                      "type": "integer",
                      "description": "The channel number for this entry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dsx3FracIfIndex": {
                      "type": "integer",
                      "description": "An index value that uniquely identifies an\n            interface.  The interface identified by a\n            particular value of this index is the same\n            interface as  identified by the same value an\n            ifIndex object instance. If no interface is\n            currently using a channel, the value should be\n            zero.  If a single interface occupies more  than\n            one  time slot,  that ifIndex value will be found\n            in multiple time slots.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "DS3-MIB_object-1": {
        "type": "object",
        "description": "object-1",
        "properties": {
          "dsx3LineIndex": {
            "type": "string",
            "description": "dsx3LineIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "dsx3LineStatus": {
            "type": "string",
            "description": "dsx3LineStatus",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "DS3-MIB_object-2": {
        "type": "object",
        "description": "object-2",
        "properties": {
          "dsx3LineIndex": {
            "type": "string",
            "description": "dsx3LineIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "dsx3LineStatusLastChange": {
            "type": "string",
            "description": "dsx3LineStatusLastChange",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "DS3-MIB_dsx3ConfigEntry": {
        "type": "array",
        "description": "An entry in the DS3/E3 Configuration table.",
        "items": {
          "type": "object",
          "properties": {
            "dsx3LineIndex": {
              "type": "string",
              "description": "This object should be made equal to ifIndex.  The\n            next paragraph describes its previous usage.\n            Making the object equal to ifIndex allows propoer\n            use of ifStackTable.\n            \n            Previously, this object was the identifier of a\n            DS3/E3 Interface on a managed device.  If there is\n            an ifEntry that is directly associated with this\n            and only this DS3/E3 interface, it should have the\n            same value as ifIndex.  Otherwise, number the\n            dsx3LineIndices with an unique identifier\n            following the rules of choosing a number that is\n            greater than ifNumber and numbering the inside\n            interfaces (e.g., equipment side) with even\n            numbers and outside interfaces (e.g, network side)\n            with odd numbers.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "dsx3IfIndex": {
              "type": "string",
              "description": "This value for this object is equal to the value\n            of ifIndex from the Interfaces table of MIB II\n            (RFC 1213).",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "dsx3TimeElapsed": {
              "type": "integer",
              "description": "The number of seconds that have elapsed since the\n            beginning of the near end current error-\n            measurement period.  If, for some reason, such as\n            an adjustment in the system's time-of-day clock,\n            the current interval exceeds the maximum value,\n            the agent will return the maximum value.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3ValidIntervals": {
              "type": "integer",
              "description": "The number of previous near end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute near end\n            intervals since the interface has been online.  In\n            the case where the agent is a proxy, it is\n            possible that some intervals are unavailable.  In\n            this case, this interval is the maximum interval\n            number for which data is available.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3LineType": {
              "type": "string",
              "description": "This variable indicates the variety of DS3 C-bit\n            or E3 application implementing this interface. The\n            type of interface affects the interpretation of\n            the usage and error statistics.  The rate of DS3\n            is 44.736 Mbps and E3 is 34.368 Mbps.  The\n            dsx3ClearChannel value means that the C-bits are\n            not used except for sending/receiving AIS.\n            The values, in sequence, describe:\n            \n            TITLE:            SPECIFICATION:\n            dsx3M23            ANSI T1.107-1988 [9]\n            dsx3SYNTRAN        ANSI T1.107-1988 [9]\n            dsx3CbitParity     ANSI T1.107a-1990 [9a]\n            dsx3ClearChannel   ANSI T1.102-1987 [8]\n            e3Framed           CCITT G.751 [12]\n            e3Plcp             ETSI T/NA(91)18 [13].",
              "readOnly": true
            },
            "dsx3LineCoding": {
              "type": "string",
              "description": "This variable describes the variety of Zero Code\n            Suppression used on this interface, which in turn\n            affects a number of its characteristics.\n            \n            dsx3B3ZS and e3HDB3 refer to the use of specified\n            patterns of normal bits and bipolar violations\n            which are used to replace sequences of zero bits\n            of a specified length.",
              "readOnly": true
            },
            "dsx3SendCode": {
              "type": "string",
              "description": "This variable indicates what type of code is\n            being sent across the DS3/E3 interface by the\n            device.  (These are optional for E3 interfaces.)\n            Setting this variable causes the interface to\n            begin sending the code requested.\n            The values mean:\n            \n               dsx3SendNoCode\n                   sending looped or normal data\n            \n               dsx3SendLineCode\n                   sending a request for a line loopback\n            \n               dsx3SendPayloadCode\n                   sending a request for a payload loopback\n                   (i.e., all DS1/E1s in a DS3/E3 frame)\n            \n               dsx3SendResetCode\n                   sending a loopback deactivation request\n            \n               dsx3SendDS1LoopCode\n                   requesting to loopback a particular DS1/E1\n                   within a DS3/E3 frame.  The DS1/E1 is\n                   indicated in dsx3Ds1ForRemoteLoop.\n            \n               dsx3SendTestPattern\n                   sending a test pattern.",
              "readOnly": true
            },
            "dsx3CircuitIdentifier": {
              "type": "string",
              "description": "This variable contains the transmission vendor's\n            circuit identifier, for the purpose of\n            facilitating troubleshooting.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            },
            "dsx3LoopbackConfig": {
              "type": "string",
              "description": "This variable represents the desired loopback\n            configuration of the DS3/E3 interface.\n            \n            The values mean:\n            \n            dsx3NoLoop\n              Not in the loopback state.  A device that is\n              not capable of performing a loopback on\n              the interface shall always return this as\n              its value.\n            \n            dsx3PayloadLoop\n              The received signal at this interface is looped\n              through the device.  Typically the received signal\n              is looped back for retransmission after it has\n              passed through the device's framing function.\n            \n            dsx3LineLoop\n              The received signal at this interface does not\n              go through the device (minimum penetration) but\n              is looped back out.\n            \n            dsx3OtherLoop\n              Loopbacks that are not defined here.\n            \n            dsx3InwardLoop\n              The sent signal at this interface is looped back\n              through the device.\n            \n            dsx3DualLoop\n              Both dsx1LineLoop and dsx1InwardLoop will be\n              active simultaneously.",
              "readOnly": true
            },
            "dsx3LineStatus": {
              "type": "integer",
              "description": "This variable indicates the Line Status of the\n            interface.  It contains loopback state information\n            and failure state information.  The dsx3LineStatus\n            is a bit map represented as a sum, therefore, it\n            can represent multiple failures and a loopback\n            (see dsx3LoopbackConfig object for the type of\n            loopback) simultaneously.  The dsx3NoAlarm must be\n            set if and only if no other flag is set.\n            \n            If the dsx3loopbackState bit is set, the loopback\n            in effect can be determined from the\n            dsx3loopbackConfig object.\n            The various bit positions are:\n            1     dsx3NoAlarm         No alarm present\n            2     dsx3RcvRAIFailure   Receiving Yellow/Remote\n                             Alarm Indication\n            4     dsx3XmitRAIAlarm    Transmitting Yellow/Remote\n                             Alarm Indication\n            8     dsx3RcvAIS          Receiving AIS failure state\n            16     dsx3XmitAIS         Transmitting AIS\n            32     dsx3LOF             Receiving LOF failure state\n            64     dsx3LOS             Receiving LOS failure state\n            128     dsx3LoopbackState   Looping the received signal\n            256     dsx3RcvTestCode     Receiving a Test Pattern\n            512     dsx3OtherFailure    any line status not defined\n                             here\n            1024     dsx3UnavailSigState Near End in Unavailable Signal\n                             State\n            2048     dsx3NetEquipOOS     Carrier Equipment Out of Service",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3TransmitClockSource": {
              "type": "string",
              "description": "The source of Transmit Clock.\n            \n            loopTiming indicates that the recovered receive clock\n            is used as the transmit clock.\n            \n            localTiming indicates that a local clock source is used\n            or that an external clock is attached to the box\n            containing the interface.\n            \n            throughTiming indicates that transmit clock is derived\n            from the recovered receive clock of another DS3\n            interface.",
              "readOnly": true
            },
            "dsx3InvalidIntervals": {
              "type": "integer",
              "description": "The number of intervals in the range from 0 to\n            dsx3ValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3LineLength": {
              "type": "integer",
              "description": "The length of the ds3 line in meters.  This\n            object provides information for line build out\n            circuitry if it exists and can use this object to\n            adjust the line build out.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3LineStatusLastChange": {
              "type": "string",
              "description": "The value of MIB II's sysUpTime object at the\n            time this DS3/E3 entered its current line status\n            state.  If the current state was entered prior to\n            the last re-initialization of the proxy-agent,\n            then this object contains a zero value.",
              "x-yang-type": "yang:timestamp",
              "readOnly": true
            },
            "dsx3LineStatusChangeTrapEnable": {
              "type": "string",
              "description": "Indicates whether dsx3LineStatusChange traps\n            should be generated for this interface.",
              "readOnly": true
            },
            "dsx3LoopbackStatus": {
              "type": "integer",
              "description": "This variable represents the current state of the\n            loopback on the DS3 interface.  It contains\n            information about loopbacks established by a\n            manager and remotely from the far end.\n            \n            The dsx3LoopbackStatus is a bit map represented as\n            a sum, therefore is can represent multiple\n            loopbacks simultaneously.\n            \n            The various bit positions are:\n             1  dsx3NoLoopback\n             2  dsx3NearEndPayloadLoopback\n             4  dsx3NearEndLineLoopback\n             8  dsx3NearEndOtherLoopback\n            16  dsx3NearEndInwardLoopback\n            32  dsx3FarEndPayloadLoopback\n            64  dsx3FarEndLineLoopback",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3Channelization": {
              "type": "string",
              "description": "Indicates whether this ds3/e3 is channelized or\n            unchannelized.  The value of enabledDs1 indicates\n            that this is a DS3 channelized into DS1s.  The\n            value of enabledDs3 indicated that this is a DS3\n            channelized into DS2s.  Setting this object will\n            cause the creation or deletion of DS2 or DS1\n            entries in the ifTable.",
              "readOnly": true
            },
            "dsx3Ds1ForRemoteLoop": {
              "type": "integer",
              "description": "Indicates which ds1/e1 on this ds3/e3 will be\n            indicated in the remote ds1 loopback request.  A\n            value of 0 means no DS1 will be looped.  A value\n            of 29 means all ds1s/e1s will be looped.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            }
          }
        }
      },
      "DS3-MIB_dsx3CurrentEntry": {
        "type": "array",
        "description": "An entry in the DS3/E3 Current table.",
        "items": {
          "type": "object",
          "properties": {
            "dsx3CurrentIndex": {
              "type": "string",
              "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "dsx3CurrentPESs": {
              "type": "string",
              "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3CurrentPSESs": {
              "type": "string",
              "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3CurrentSEFSs": {
              "type": "string",
              "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3CurrentUASs": {
              "type": "string",
              "description": "The counter associated with the number of\n            Unavailable Seconds.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3CurrentLCVs": {
              "type": "string",
              "description": "The counter associated with the number of Line\n            Coding Violations.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3CurrentPCVs": {
              "type": "string",
              "description": "The counter associated with the number of P-bit\n            Coding Violations.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3CurrentLESs": {
              "type": "string",
              "description": "The number of Line Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3CurrentCCVs": {
              "type": "string",
              "description": "The number of C-bit Coding Violations.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3CurrentCESs": {
              "type": "string",
              "description": "The number of C-bit Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3CurrentCSESs": {
              "type": "string",
              "description": "The number of C-bit Severely Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            }
          }
        }
      },
      "DS3-MIB_dsx3IntervalEntry": {
        "type": "array",
        "description": "An entry in the DS3/E3 Interval table.",
        "items": {
          "type": "object",
          "properties": {
            "dsx3IntervalIndex": {
              "type": "string",
              "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "dsx3IntervalNumber": {
              "type": "integer",
              "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3IntervalPESs": {
              "type": "string",
              "description": "The counter associated with the number of P-bit\n            Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3IntervalPSESs": {
              "type": "string",
              "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3IntervalSEFSs": {
              "type": "string",
              "description": "The counter associated with the number of\n            Severely Errored Framing Seconds.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3IntervalUASs": {
              "type": "string",
              "description": "The counter associated with the number of\n            Unavailable Seconds.  This object may decrease if\n            the occurance of unavailable seconds occurs across\n            an inteval boundary.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3IntervalLCVs": {
              "type": "string",
              "description": "The counter associated with the number of Line\n            Coding Violations.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3IntervalPCVs": {
              "type": "string",
              "description": "The counter associated with the number of P-bit\n            Coding Violations.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3IntervalLESs": {
              "type": "string",
              "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences).",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3IntervalCCVs": {
              "type": "string",
              "description": "The number of C-bit Coding Violations.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3IntervalCESs": {
              "type": "string",
              "description": "The number of C-bit Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3IntervalCSESs": {
              "type": "string",
              "description": "The number of C-bit Severely Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3IntervalValidData": {
              "type": "boolean",
              "description": "This variable indicates if the data for this\n            interval is valid.",
              "readOnly": true
            }
          }
        }
      },
      "DS3-MIB_dsx3TotalEntry": {
        "type": "array",
        "description": "An entry in the DS3/E3 Total table.",
        "items": {
          "type": "object",
          "properties": {
            "dsx3TotalIndex": {
              "type": "string",
              "description": "The index value which uniquely identifies the\n            DS3/E3 interface to which this entry is\n            applicable.  The interface identified by a\n            particular value of this index is the same\n            interface as identified by the same value an\n            dsx3LineIndex object instance.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "dsx3TotalPESs": {
              "type": "string",
              "description": "The counter associated with the number of P-bit\n            Errored Seconds, encountered by a DS3 interface in\n            the previous 24 hour interval. Invalid 15 minute\n            intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3TotalPSESs": {
              "type": "string",
              "description": "The counter associated with the number of P-bit\n            Severely Errored Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3TotalSEFSs": {
              "type": "string",
              "description": "The counter associated with the number of\n            Severely Errored Framing Seconds, encountered by a\n            DS3/E3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3TotalUASs": {
              "type": "string",
              "description": "The counter associated with the number of\n            Unavailable Seconds, encountered by a DS3\n            interface in the previous 24 hour interval.\n            \n            Invalid 15 minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3TotalLCVs": {
              "type": "string",
              "description": "The counter associated with the number of Line\n            Coding Violations encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3TotalPCVs": {
              "type": "string",
              "description": "The counter associated with the number of P-bit\n            Coding Violations, encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3TotalLESs": {
              "type": "string",
              "description": "The number of Line Errored  Seconds  (BPVs  or\n            illegal  zero  sequences) encountered by a DS3/E3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3TotalCCVs": {
              "type": "string",
              "description": "The number of C-bit Coding Violations encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3TotalCESs": {
              "type": "string",
              "description": "The number of C-bit Errored Seconds encountered\n            by a DS3 interface in the previous 24 hour\n            interval. Invalid 15 minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3TotalCSESs": {
              "type": "string",
              "description": "The number of C-bit Severely Errored Seconds\n            encountered by a DS3 interface in the previous 24\n            hour interval. Invalid 15 minute intervals count\n            as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            }
          }
        }
      },
      "DS3-MIB_dsx3FarEndConfigEntry": {
        "type": "array",
        "description": "An entry in the DS3 Far End Configuration table.",
        "items": {
          "type": "object",
          "properties": {
            "dsx3FarEndLineIndex": {
              "type": "string",
              "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is the same interface as identified by the\n            same value an dsx3LineIndex object instance.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "dsx3FarEndEquipCode": {
              "type": "string",
              "description": "This is the Far End Equipment Identification code\n            that describes the specific piece of equipment.\n            It is sent within the Path Identification\n            Message.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            },
            "dsx3FarEndLocationIDCode": {
              "type": "string",
              "description": "This is the Far End Location Identification code\n            that describes the specific location of the\n            equipment.  It is sent within the Path\n            Identification Message.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            },
            "dsx3FarEndFrameIDCode": {
              "type": "string",
              "description": "This is the Far End Frame Identification code\n            that identifies where the equipment is located\n            within a building at a given location.  It is sent\n            within the Path Identification Message.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            },
            "dsx3FarEndUnitCode": {
              "type": "string",
              "description": "This is the Far End code that identifies the\n            equipment location within a bay.  It is sent\n            within the Path Identification Message.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            },
            "dsx3FarEndFacilityIDCode": {
              "type": "string",
              "description": "This code identifies a specific Far End DS3 path.\n            It is sent within the Path Identification\n            Message.",
              "x-yang-type": "snmpv2-tc:DisplayString",
              "readOnly": true
            }
          }
        }
      },
      "DS3-MIB_dsx3FarEndCurrentEntry": {
        "type": "array",
        "description": "An entry in the DS3 Far End Current table.",
        "items": {
          "type": "object",
          "properties": {
            "dsx3FarEndCurrentIndex": {
              "type": "string",
              "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "dsx3FarEndTimeElapsed": {
              "type": "integer",
              "description": "The number of seconds that have elapsed since the\n            beginning of the far end current error-measurement\n            period.  If, for some reason, such as an\n            adjustment in the system's time-of-day clock, the\n            current interval exceeds the maximum value, the\n            agent will return the maximum value.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3FarEndValidIntervals": {
              "type": "integer",
              "description": "The number of previous far end intervals for\n            which data was collected.  The value will be\n            96 unless the interface was brought online within\n            the last 24 hours, in which case the value will be\n            the number of complete 15 minute far end intervals\n            since the interface has been online.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3FarEndCurrentCESs": {
              "type": "string",
              "description": "The counter associated with the number of Far Far\n            End C-bit Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3FarEndCurrentCSESs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3FarEndCurrentCCVs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3FarEndCurrentUASs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            unavailable seconds.",
              "x-yang-type": "perfhist-tc:PerfCurrentCount",
              "readOnly": true
            },
            "dsx3FarEndInvalidIntervals": {
              "type": "integer",
              "description": "The number of intervals in the range from 0 to\n            dsx3FarEndValidIntervals for which no data is\n            available.  This object will typically be zero\n            except in cases where the data for some intervals\n            are not available (e.g., in proxy situations).",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            }
          }
        }
      },
      "DS3-MIB_dsx3FarEndIntervalEntry": {
        "type": "array",
        "description": "An entry in the DS3 Far End Interval table.",
        "items": {
          "type": "object",
          "properties": {
            "dsx3FarEndIntervalIndex": {
              "type": "string",
              "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "dsx3FarEndIntervalNumber": {
              "type": "integer",
              "description": "A number between 1 and 96, where 1 is the most\n            recently completed 15 minute interval and 96 is\n            the 15 minutes interval completed 23 hours and 45\n            minutes prior to interval 1.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3FarEndIntervalCESs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in one of the previous 96, individual 15\n            minute, intervals. In the case where the agent is\n            a proxy and data is not available, return\n            noSuchInstance.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3FarEndIntervalCSESs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3FarEndIntervalCCVs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3FarEndIntervalUASs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            unavailable seconds.",
              "x-yang-type": "perfhist-tc:PerfIntervalCount",
              "readOnly": true
            },
            "dsx3FarEndIntervalValidData": {
              "type": "boolean",
              "description": "This variable indicates if the data for this\n            interval is valid.",
              "readOnly": true
            }
          }
        }
      },
      "DS3-MIB_dsx3FarEndTotalEntry": {
        "type": "array",
        "description": "An entry in the DS3 Far End Total table.",
        "items": {
          "type": "object",
          "properties": {
            "dsx3FarEndTotalIndex": {
              "type": "string",
              "description": "The index value which uniquely identifies the DS3\n            interface to which this entry is applicable.  The\n            interface identified by a particular value of this\n            index is identical to the interface identified by\n            the same value of dsx3LineIndex.",
              "x-yang-type": "if-mib:InterfaceIndex",
              "readOnly": true
            },
            "dsx3FarEndTotalCESs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            C-bit Errored Seconds encountered by a DS3\n            interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3FarEndTotalCSESs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            C-bit Severely Errored Seconds encountered by a\n            DS3 interface in the previous 24 hour interval.\n            Invalid 15 minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3FarEndTotalCCVs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            C-bit Coding Violations reported via the far end\n            block error count encountered by a DS3 interface\n            in the previous 24 hour interval. Invalid 15\n            minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            },
            "dsx3FarEndTotalUASs": {
              "type": "string",
              "description": "The counter associated with the number of Far End\n            unavailable seconds encountered by a DS3 interface\n            in the previous 24 hour interval.  Invalid 15\n            minute intervals count as 0.",
              "x-yang-type": "perfhist-tc:PerfTotalCount",
              "readOnly": true
            }
          }
        }
      },
      "DS3-MIB_dsx3FracEntry": {
        "type": "array",
        "description": "An entry in the DS3 Fractional table.",
        "items": {
          "type": "object",
          "properties": {
            "dsx3FracIndex": {
              "type": "integer",
              "description": "The index value which uniquely identifies  the\n            DS3  interface  to which this entry is applicable\n            The interface identified by a  particular value\n            of  this  index is the same interface as\n            identified by the same value  an  dsx3LineIndex\n            object instance.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3FracNumber": {
              "type": "integer",
              "description": "The channel number for this entry.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dsx3FracIfIndex": {
              "type": "integer",
              "description": "An index value that uniquely identifies an\n            interface.  The interface identified by a\n            particular value of this index is the same\n            interface as  identified by the same value an\n            ifIndex object instance. If no interface is\n            currently using a channel, the value should be\n            zero.  If a single interface occupies more  than\n            one  time slot,  that ifIndex value will be found\n            in multiple time slots.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            }
          }
        }
      },
      "restconf-error": {
        "type": "object",
        "description": "Standard RESTCONF error response (RFC 8040 Section 7.1)",
        "properties": {
          "ietf-restconf:errors": {
            "type": "object",
            "properties": {
              "error": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "error-type": {
                      "type": "string",
                      "enum": [
                        "transport",
                        "rpc",
                        "protocol",
                        "application"
                      ],
                      "description": "Layer where the error occurred"
                    },
                    "error-tag": {
                      "type": "string",
                      "description": "Enumerated error tag (e.g. invalid-value, data-missing, access-denied)"
                    },
                    "error-severity": {
                      "type": "string",
                      "enum": [
                        "error",
                        "warning"
                      ],
                      "description": "Error severity"
                    },
                    "error-app-tag": {
                      "type": "string",
                      "description": "Application-specific error tag"
                    },
                    "error-path": {
                      "type": "string",
                      "description": "YANG instance-identifier of the error node"
                    },
                    "error-message": {
                      "type": "string",
                      "description": "Human-readable error description"
                    }
                  },
                  "required": [
                    "error-type",
                    "error-tag"
                  ]
                }
              }
            }
          }
        },
        "example": {
          "ietf-restconf:errors": {
            "error": [
              {
                "error-type": "protocol",
                "error-tag": "invalid-value",
                "error-severity": "error",
                "error-message": "Invalid input parameter"
              }
            ]
          }
        }
      }
    },
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic"
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ],
  "tags": [
    {
      "name": "DS3-MIB",
      "description": "MIB operations for DS3-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
