{
  "openapi": "3.0.0",
  "info": {
    "title": "P-BRIDGE-MIB MIB API",
    "version": "1.0.0",
    "description": "The Bridge MIB Extension module for managing Priority\n    and Multicast Filtering, defined by IEEE 802.1D-1998,\n    including Restricted Group Registration defined by\n    IEEE 802.1t-2001.\n    \n    Copyright (C) The Internet Society (2006).  This version of\n    this MIB module is part of RFC 4363; See the RFC itself for\n    full legal notices.\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 P-BRIDGE-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/P-BRIDGE-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "P-BRIDGE-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/P-BRIDGE-MIB:dot1dExtBase": {
      "get": {
        "summary": "Get dot1dExtBase data",
        "description": "Retrieve dot1dExtBase operational data from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "dot1dExtBase",
                  "properties": {
                    "dot1dDeviceCapabilities": {
                      "type": "string",
                      "description": "Indicates the optional parts of IEEE 802.1D and 802.1Q\n          that are implemented by this device and are manageable\n          through this MIB.  Capabilities that are allowed on a\n          per-port basis are indicated in dot1dPortCapabilities.\n          \n          dot1dExtendedFilteringServices(0),\n                                -- can perform filtering of\n                                -- individual multicast addresses\n                                -- controlled by GMRP.\n          dot1dTrafficClasses(1),\n                                -- can map user priority to\n                                -- multiple traffic classes.\n          dot1qStaticEntryIndividualPort(2),\n                                -- dot1qStaticUnicastReceivePort &\n                                -- dot1qStaticMulticastReceivePort\n                                -- can represent non-zero entries.\n          dot1qIVLCapable(3),   -- Independent VLAN Learning (IVL).\n          dot1qSVLCapable(4),   -- Shared VLAN Learning (SVL).\n          dot1qHybridCapable(5),\n                                -- both IVL & SVL simultaneously.\n          dot1qConfigurablePvidTagging(6),\n                                -- whether the implementation\n                                -- supports the ability to\n                                -- override the default PVID\n                                -- setting and its egress status\n                                -- (VLAN-Tagged or Untagged) on\n                                -- each port.\n          dot1dLocalVlanCapable(7)\n                                -- can support multiple local\n                                -- bridges, outside of the scope\n                                -- of 802.1Q defined VLANs."
                    },
                    "dot1dTrafficClassesEnabled": {
                      "type": "boolean",
                      "description": "The value true(1) indicates that Traffic Classes are\n          enabled on this bridge.  When false(2), the bridge\n          operates with a single priority level for all traffic.\n          \n          The value of this object MUST be retained across\n          reinitializations of the management system."
                    },
                    "dot1dGmrpStatus": {
                      "type": "string",
                      "description": "The administrative status requested by management for\n          GMRP.  The value enabled(1) indicates that GMRP should\n          be enabled on this device, in all VLANs, on all ports\n          for which it has not been specifically disabled.  When\n          disabled(2), GMRP is disabled, in all VLANs and on all\n          ports, and all GMRP packets will be forwarded\n          transparently.  This object affects both Applicant and\n          Registrar state machines.  A transition from disabled(2)\n          to enabled(1) will cause a reset of all GMRP state\n          machines on all ports.\n          \n          The value of this object MUST be retained across\n          reinitializations of the management system.",
                      "x-yang-type": "P-BRIDGE-MIB:EnabledStatus"
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dExtBase": {
                    "dot1dDeviceCapabilities": "example-string",
                    "dot1dTrafficClassesEnabled": true,
                    "dot1dGmrpStatus": "up(1)"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dExtBase",
        "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": "/dot1dExtBase",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTpHCPortTable": {
      "get": {
        "summary": "Get dot1dTpHCPortTable data",
        "description": "Retrieve dot1dTpHCPortTable operational data from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table that contains information about every high-\n        capacity port that is associated with this transparent\n        bridge.",
                  "properties": {
                    "dot1dTpHCPortEntry": {
                      "type": "array",
                      "description": "Statistics information for each high-capacity port of a\n          transparent bridge.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dTpPort": {
                            "type": "string",
                            "description": "dot1dTpPort",
                            "x-yang-type": "leafref"
                          },
                          "dot1dTpHCPortInFrames": {
                            "type": "integer",
                            "description": "The number of frames that have been received by this\n            port from its segment.  Note that a frame received on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                            "minimum": 0
                          },
                          "dot1dTpHCPortOutFrames": {
                            "type": "integer",
                            "description": "The number of frames that have been transmitted by this\n            port to its segment.  Note that a frame transmitted on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                            "minimum": 0
                          },
                          "dot1dTpHCPortInDiscards": {
                            "type": "integer",
                            "description": "Count of valid frames that have been received by this\n            port from its segment that were discarded (i.e.,\n            filtered) by the Forwarding Process.",
                            "minimum": 0
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTpHCPortTable": {
                    "dot1dTpHCPortEntry": [
                      {
                        "dot1dTpPort": "example-string",
                        "dot1dTpHCPortInFrames": 0,
                        "dot1dTpHCPortOutFrames": 0,
                        "dot1dTpHCPortInDiscards": 0
                      },
                      {
                        "dot1dTpPort": "example-string",
                        "dot1dTpHCPortInFrames": 0,
                        "dot1dTpHCPortOutFrames": 0,
                        "dot1dTpHCPortInDiscards": 0
                      },
                      {
                        "dot1dTpPort": "example-string",
                        "dot1dTpHCPortInFrames": 0,
                        "dot1dTpHCPortOutFrames": 0,
                        "dot1dTpHCPortInDiscards": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTpHCPortTable",
        "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": "/dot1dTpHCPortTable",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTpHCPortTable/dot1dTpHCPortEntry": {
      "get": {
        "summary": "Get dot1dTpHCPortEntry list",
        "description": "Retrieve list of dot1dTpHCPortEntry entries from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Statistics information for each high-capacity port of a\n          transparent bridge.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dTpPort": {
                        "type": "string",
                        "description": "dot1dTpPort",
                        "x-yang-type": "leafref"
                      },
                      "dot1dTpHCPortInFrames": {
                        "type": "integer",
                        "description": "The number of frames that have been received by this\n            port from its segment.  Note that a frame received on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                        "minimum": 0
                      },
                      "dot1dTpHCPortOutFrames": {
                        "type": "integer",
                        "description": "The number of frames that have been transmitted by this\n            port to its segment.  Note that a frame transmitted on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                        "minimum": 0
                      },
                      "dot1dTpHCPortInDiscards": {
                        "type": "integer",
                        "description": "Count of valid frames that have been received by this\n            port from its segment that were discarded (i.e.,\n            filtered) by the Forwarding Process.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTpHCPortEntry": [
                    {
                      "dot1dTpPort": "example-string",
                      "dot1dTpHCPortInFrames": 0,
                      "dot1dTpHCPortOutFrames": 0,
                      "dot1dTpHCPortInDiscards": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTpHCPortEntry",
        "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": "/dot1dTpHCPortTable/dot1dTpHCPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTpHCPortTable/dot1dTpHCPortEntry={dot1dTpPort}": {
      "get": {
        "summary": "Get dot1dTpHCPortEntry entry",
        "description": "Retrieve specific dot1dTpHCPortEntry entry by key from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dTpPort",
            "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": {
                    "dot1dTpPort": {
                      "type": "string",
                      "description": "dot1dTpPort",
                      "x-yang-type": "leafref"
                    },
                    "dot1dTpHCPortInFrames": {
                      "type": "integer",
                      "description": "The number of frames that have been received by this\n            port from its segment.  Note that a frame received on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                      "minimum": 0
                    },
                    "dot1dTpHCPortOutFrames": {
                      "type": "integer",
                      "description": "The number of frames that have been transmitted by this\n            port to its segment.  Note that a frame transmitted on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                      "minimum": 0
                    },
                    "dot1dTpHCPortInDiscards": {
                      "type": "integer",
                      "description": "Count of valid frames that have been received by this\n            port from its segment that were discarded (i.e.,\n            filtered) by the Forwarding Process.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTpHCPortEntry": {
                    "dot1dTpPort": "example-string",
                    "dot1dTpHCPortInFrames": 0,
                    "dot1dTpHCPortOutFrames": 0,
                    "dot1dTpHCPortInDiscards": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTpHCPortEntry-2"
      },
      "x-yang-path": "/dot1dTpHCPortTable/dot1dTpHCPortEntry={dot1dTpPort}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dTpPort"
      ]
    },
    "/data/P-BRIDGE-MIB:dot1dTpPortOverflowTable": {
      "get": {
        "summary": "Get dot1dTpPortOverflowTable data",
        "description": "Retrieve dot1dTpPortOverflowTable operational data from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "dot1dTpPortOverflowTable",
                  "properties": {
                    "dot1dTpPortOverflowEntry": {
                      "type": "array",
                      "description": "The most significant bits of statistics counters for a high-\n          capacity interface of a transparent bridge.  Each object is\n          associated with a corresponding object in dot1dTpPortTable\n          that indicates the least significant bits of the counter.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dTpPort": {
                            "type": "string",
                            "description": "dot1dTpPort",
                            "x-yang-type": "leafref"
                          },
                          "dot1dTpPortInOverflowFrames": {
                            "type": "integer",
                            "description": "The number of times the associated dot1dTpPortInFrames\n            counter has overflowed.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "dot1dTpPortOutOverflowFrames": {
                            "type": "integer",
                            "description": "The number of times the associated dot1dTpPortOutFrames\n            counter has overflowed.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "dot1dTpPortInOverflowDiscards": {
                            "type": "integer",
                            "description": "The number of times the associated\n            dot1dTpPortInDiscards counter has overflowed.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTpPortOverflowTable": {
                    "dot1dTpPortOverflowEntry": [
                      {
                        "dot1dTpPort": "example-string",
                        "dot1dTpPortInOverflowFrames": 0,
                        "dot1dTpPortOutOverflowFrames": 0,
                        "dot1dTpPortInOverflowDiscards": 0
                      },
                      {
                        "dot1dTpPort": "example-string",
                        "dot1dTpPortInOverflowFrames": 0,
                        "dot1dTpPortOutOverflowFrames": 0,
                        "dot1dTpPortInOverflowDiscards": 0
                      },
                      {
                        "dot1dTpPort": "example-string",
                        "dot1dTpPortInOverflowFrames": 0,
                        "dot1dTpPortOutOverflowFrames": 0,
                        "dot1dTpPortInOverflowDiscards": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTpPortOverflowTable",
        "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": "/dot1dTpPortOverflowTable",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTpPortOverflowTable/dot1dTpPortOverflowEntry": {
      "get": {
        "summary": "Get dot1dTpPortOverflowEntry list",
        "description": "Retrieve list of dot1dTpPortOverflowEntry entries from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "The most significant bits of statistics counters for a high-\n          capacity interface of a transparent bridge.  Each object is\n          associated with a corresponding object in dot1dTpPortTable\n          that indicates the least significant bits of the counter.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dTpPort": {
                        "type": "string",
                        "description": "dot1dTpPort",
                        "x-yang-type": "leafref"
                      },
                      "dot1dTpPortInOverflowFrames": {
                        "type": "integer",
                        "description": "The number of times the associated dot1dTpPortInFrames\n            counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1dTpPortOutOverflowFrames": {
                        "type": "integer",
                        "description": "The number of times the associated dot1dTpPortOutFrames\n            counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1dTpPortInOverflowDiscards": {
                        "type": "integer",
                        "description": "The number of times the associated\n            dot1dTpPortInDiscards counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTpPortOverflowEntry": [
                    {
                      "dot1dTpPort": "example-string",
                      "dot1dTpPortInOverflowFrames": 0,
                      "dot1dTpPortOutOverflowFrames": 0,
                      "dot1dTpPortInOverflowDiscards": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTpPortOverflowEntry",
        "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": "/dot1dTpPortOverflowTable/dot1dTpPortOverflowEntry",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTpPortOverflowTable/dot1dTpPortOverflowEntry={dot1dTpPort}": {
      "get": {
        "summary": "Get dot1dTpPortOverflowEntry entry",
        "description": "Retrieve specific dot1dTpPortOverflowEntry entry by key from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dTpPort",
            "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": {
                    "dot1dTpPort": {
                      "type": "string",
                      "description": "dot1dTpPort",
                      "x-yang-type": "leafref"
                    },
                    "dot1dTpPortInOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated dot1dTpPortInFrames\n            counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1dTpPortOutOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated dot1dTpPortOutFrames\n            counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1dTpPortInOverflowDiscards": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1dTpPortInDiscards counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTpPortOverflowEntry": {
                    "dot1dTpPort": "example-string",
                    "dot1dTpPortInOverflowFrames": 0,
                    "dot1dTpPortOutOverflowFrames": 0,
                    "dot1dTpPortInOverflowDiscards": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTpPortOverflowEntry-2"
      },
      "x-yang-path": "/dot1dTpPortOverflowTable/dot1dTpPortOverflowEntry={dot1dTpPort}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dTpPort"
      ]
    },
    "/data/P-BRIDGE-MIB:dot1dUserPriorityRegenTable": {
      "get": {
        "summary": "Get dot1dUserPriorityRegenTable data",
        "description": "Retrieve dot1dUserPriorityRegenTable operational data from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A list of Regenerated User Priorities for each received\n        User Priority on each port of a bridge.  The Regenerated\n        User Priority value may be used to index the Traffic\n        Class Table for each input port.  This only has effect\n        on media that support native User Priority.  The default\n        values for Regenerated User Priorities are the same as\n        the User Priorities.",
                  "properties": {
                    "dot1dUserPriorityRegenEntry": {
                      "type": "array",
                      "description": "A mapping of incoming User Priority to a Regenerated\n          User Priority.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dBasePort": {
                            "type": "string",
                            "description": "dot1dBasePort",
                            "x-yang-type": "leafref"
                          },
                          "dot1dUserPriority": {
                            "type": "integer",
                            "description": "The User Priority for a frame received on this port.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dot1dRegenUserPriority": {
                            "type": "integer",
                            "description": "The Regenerated User Priority that the incoming User\n            \n            Priority is mapped to for this port.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dUserPriorityRegenTable": {
                    "dot1dUserPriorityRegenEntry": [
                      {
                        "dot1dBasePort": "example-string",
                        "dot1dUserPriority": -2147483648,
                        "dot1dRegenUserPriority": -2147483648
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1dUserPriority": -2147483648,
                        "dot1dRegenUserPriority": -2147483648
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1dUserPriority": -2147483648,
                        "dot1dRegenUserPriority": -2147483648
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dUserPriorityRegenTable",
        "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": "/dot1dUserPriorityRegenTable",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dUserPriorityRegenTable/dot1dUserPriorityRegenEntry": {
      "get": {
        "summary": "Get dot1dUserPriorityRegenEntry list",
        "description": "Retrieve list of dot1dUserPriorityRegenEntry entries from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A mapping of incoming User Priority to a Regenerated\n          User Priority.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1dUserPriority": {
                        "type": "integer",
                        "description": "The User Priority for a frame received on this port.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1dRegenUserPriority": {
                        "type": "integer",
                        "description": "The Regenerated User Priority that the incoming User\n            \n            Priority is mapped to for this port.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dUserPriorityRegenEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1dUserPriority": -2147483648,
                      "dot1dRegenUserPriority": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dUserPriorityRegenEntry",
        "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": "/dot1dUserPriorityRegenTable/dot1dUserPriorityRegenEntry",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTrafficClassTable": {
      "get": {
        "summary": "Get dot1dTrafficClassTable data",
        "description": "Retrieve dot1dTrafficClassTable operational data from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table mapping evaluated User Priority to Traffic\n        Class, for forwarding by the bridge.  Traffic class is a\n        number in the range (0..(dot1dPortNumTrafficClasses-1)).",
                  "properties": {
                    "dot1dTrafficClassEntry": {
                      "type": "array",
                      "description": "User Priority to Traffic Class mapping.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dBasePort": {
                            "type": "string",
                            "description": "dot1dBasePort",
                            "x-yang-type": "leafref"
                          },
                          "dot1dTrafficClassPriority": {
                            "type": "integer",
                            "description": "The Priority value determined for the received frame.\n            This value is equivalent to the priority indicated in\n            the tagged frame received, or one of the evaluated\n            priorities, determined according to the media-type.\n            \n            For untagged frames received from Ethernet media, this\n            value is equal to the dot1dPortDefaultUserPriority value\n            for the ingress port.\n            \n            For untagged frames received from non-Ethernet media,\n            this value is equal to the dot1dRegenUserPriority value\n            for the ingress port and media-specific user priority.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "dot1dTrafficClass": {
                            "type": "integer",
                            "description": "The Traffic Class the received frame is mapped to.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTrafficClassTable": {
                    "dot1dTrafficClassEntry": [
                      {
                        "dot1dBasePort": "example-string",
                        "dot1dTrafficClassPriority": -2147483648,
                        "dot1dTrafficClass": -2147483648
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1dTrafficClassPriority": -2147483648,
                        "dot1dTrafficClass": -2147483648
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1dTrafficClassPriority": -2147483648,
                        "dot1dTrafficClass": -2147483648
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTrafficClassTable",
        "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": "/dot1dTrafficClassTable",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTrafficClassTable/dot1dTrafficClassEntry": {
      "get": {
        "summary": "Get dot1dTrafficClassEntry list",
        "description": "Retrieve list of dot1dTrafficClassEntry entries from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "User Priority to Traffic Class mapping.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1dTrafficClassPriority": {
                        "type": "integer",
                        "description": "The Priority value determined for the received frame.\n            This value is equivalent to the priority indicated in\n            the tagged frame received, or one of the evaluated\n            priorities, determined according to the media-type.\n            \n            For untagged frames received from Ethernet media, this\n            value is equal to the dot1dPortDefaultUserPriority value\n            for the ingress port.\n            \n            For untagged frames received from non-Ethernet media,\n            this value is equal to the dot1dRegenUserPriority value\n            for the ingress port and media-specific user priority.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1dTrafficClass": {
                        "type": "integer",
                        "description": "The Traffic Class the received frame is mapped to.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTrafficClassEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1dTrafficClassPriority": -2147483648,
                      "dot1dTrafficClass": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTrafficClassEntry",
        "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": "/dot1dTrafficClassTable/dot1dTrafficClassEntry",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dPortOutboundAccessPriorityTable": {
      "get": {
        "summary": "Get dot1dPortOutboundAccessPriorityTable data",
        "description": "Retrieve dot1dPortOutboundAccessPriorityTable operational data from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "A table mapping Regenerated User Priority to Outbound\n        Access Priority.  This is a fixed mapping for all port\n        types, with two options for 802.5 Token Ring.",
                  "properties": {
                    "dot1dPortOutboundAccessPriorityEntry": {
                      "type": "array",
                      "description": "Regenerated User Priority to Outbound Access Priority\n          mapping.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dBasePort": {
                            "type": "string",
                            "description": "dot1dBasePort",
                            "x-yang-type": "leafref"
                          },
                          "dot1dRegenUserPriority": {
                            "type": "string",
                            "description": "dot1dRegenUserPriority",
                            "x-yang-type": "leafref"
                          },
                          "dot1dPortOutboundAccessPriority": {
                            "type": "integer",
                            "description": "The Outbound Access Priority the received frame is\n            mapped to.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dPortOutboundAccessPriorityTable": {
                    "dot1dPortOutboundAccessPriorityEntry": [
                      {
                        "dot1dBasePort": "example-string",
                        "dot1dRegenUserPriority": "example-string",
                        "dot1dPortOutboundAccessPriority": -2147483648
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1dRegenUserPriority": "example-string",
                        "dot1dPortOutboundAccessPriority": -2147483648
                      },
                      {
                        "dot1dBasePort": "example-string",
                        "dot1dRegenUserPriority": "example-string",
                        "dot1dPortOutboundAccessPriority": -2147483648
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dPortOutboundAccessPriorityTable",
        "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": "/dot1dPortOutboundAccessPriorityTable",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dPortOutboundAccessPriorityTable/dot1dPortOutboundAccessPriorityEntry": {
      "get": {
        "summary": "Get dot1dPortOutboundAccessPriorityEntry list",
        "description": "Retrieve list of dot1dPortOutboundAccessPriorityEntry entries from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Regenerated User Priority to Outbound Access Priority\n          mapping.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1dRegenUserPriority": {
                        "type": "string",
                        "description": "dot1dRegenUserPriority",
                        "x-yang-type": "leafref"
                      },
                      "dot1dPortOutboundAccessPriority": {
                        "type": "integer",
                        "description": "The Outbound Access Priority the received frame is\n            mapped to.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dPortOutboundAccessPriorityEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1dRegenUserPriority": "example-string",
                      "dot1dPortOutboundAccessPriority": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dPortOutboundAccessPriorityEntry",
        "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": "/dot1dPortOutboundAccessPriorityTable/dot1dPortOutboundAccessPriorityEntry",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTpHCPortEntry": {
      "get": {
        "summary": "Get dot1dTpHCPortEntry list",
        "description": "Retrieve list of dot1dTpHCPortEntry entries from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Statistics information for each high-capacity port of a\n          transparent bridge.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dTpPort": {
                        "type": "string",
                        "description": "dot1dTpPort",
                        "x-yang-type": "leafref"
                      },
                      "dot1dTpHCPortInFrames": {
                        "type": "integer",
                        "description": "The number of frames that have been received by this\n            port from its segment.  Note that a frame received on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                        "minimum": 0
                      },
                      "dot1dTpHCPortOutFrames": {
                        "type": "integer",
                        "description": "The number of frames that have been transmitted by this\n            port to its segment.  Note that a frame transmitted on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                        "minimum": 0
                      },
                      "dot1dTpHCPortInDiscards": {
                        "type": "integer",
                        "description": "Count of valid frames that have been received by this\n            port from its segment that were discarded (i.e.,\n            filtered) by the Forwarding Process.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTpHCPortEntry": [
                    {
                      "dot1dTpPort": "example-string",
                      "dot1dTpHCPortInFrames": 0,
                      "dot1dTpHCPortOutFrames": 0,
                      "dot1dTpHCPortInDiscards": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTpHCPortEntry-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": "/dot1dTpHCPortEntry",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTpHCPortEntry={dot1dTpPort}": {
      "get": {
        "summary": "Get dot1dTpHCPortEntry entry",
        "description": "Retrieve specific dot1dTpHCPortEntry entry by key from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dTpPort",
            "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": {
                    "dot1dTpPort": {
                      "type": "string",
                      "description": "dot1dTpPort",
                      "x-yang-type": "leafref"
                    },
                    "dot1dTpHCPortInFrames": {
                      "type": "integer",
                      "description": "The number of frames that have been received by this\n            port from its segment.  Note that a frame received on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                      "minimum": 0
                    },
                    "dot1dTpHCPortOutFrames": {
                      "type": "integer",
                      "description": "The number of frames that have been transmitted by this\n            port to its segment.  Note that a frame transmitted on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                      "minimum": 0
                    },
                    "dot1dTpHCPortInDiscards": {
                      "type": "integer",
                      "description": "Count of valid frames that have been received by this\n            port from its segment that were discarded (i.e.,\n            filtered) by the Forwarding Process.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTpHCPortEntry": {
                    "dot1dTpPort": "example-string",
                    "dot1dTpHCPortInFrames": 0,
                    "dot1dTpHCPortOutFrames": 0,
                    "dot1dTpHCPortInDiscards": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTpHCPortEntry-4"
      },
      "x-yang-path": "/dot1dTpHCPortEntry={dot1dTpPort}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dTpPort"
      ]
    },
    "/data/P-BRIDGE-MIB:dot1dTpPortOverflowEntry": {
      "get": {
        "summary": "Get dot1dTpPortOverflowEntry list",
        "description": "Retrieve list of dot1dTpPortOverflowEntry entries from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "The most significant bits of statistics counters for a high-\n          capacity interface of a transparent bridge.  Each object is\n          associated with a corresponding object in dot1dTpPortTable\n          that indicates the least significant bits of the counter.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dTpPort": {
                        "type": "string",
                        "description": "dot1dTpPort",
                        "x-yang-type": "leafref"
                      },
                      "dot1dTpPortInOverflowFrames": {
                        "type": "integer",
                        "description": "The number of times the associated dot1dTpPortInFrames\n            counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1dTpPortOutOverflowFrames": {
                        "type": "integer",
                        "description": "The number of times the associated dot1dTpPortOutFrames\n            counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "dot1dTpPortInOverflowDiscards": {
                        "type": "integer",
                        "description": "The number of times the associated\n            dot1dTpPortInDiscards counter has overflowed.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTpPortOverflowEntry": [
                    {
                      "dot1dTpPort": "example-string",
                      "dot1dTpPortInOverflowFrames": 0,
                      "dot1dTpPortOutOverflowFrames": 0,
                      "dot1dTpPortInOverflowDiscards": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTpPortOverflowEntry-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": "/dot1dTpPortOverflowEntry",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTpPortOverflowEntry={dot1dTpPort}": {
      "get": {
        "summary": "Get dot1dTpPortOverflowEntry entry",
        "description": "Retrieve specific dot1dTpPortOverflowEntry entry by key from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dTpPort",
            "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": {
                    "dot1dTpPort": {
                      "type": "string",
                      "description": "dot1dTpPort",
                      "x-yang-type": "leafref"
                    },
                    "dot1dTpPortInOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated dot1dTpPortInFrames\n            counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1dTpPortOutOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated dot1dTpPortOutFrames\n            counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "dot1dTpPortInOverflowDiscards": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1dTpPortInDiscards counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTpPortOverflowEntry": {
                    "dot1dTpPort": "example-string",
                    "dot1dTpPortInOverflowFrames": 0,
                    "dot1dTpPortOutOverflowFrames": 0,
                    "dot1dTpPortInOverflowDiscards": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTpPortOverflowEntry-4"
      },
      "x-yang-path": "/dot1dTpPortOverflowEntry={dot1dTpPort}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dTpPort"
      ]
    },
    "/data/P-BRIDGE-MIB:dot1dUserPriorityRegenEntry": {
      "get": {
        "summary": "Get dot1dUserPriorityRegenEntry list",
        "description": "Retrieve list of dot1dUserPriorityRegenEntry entries from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A mapping of incoming User Priority to a Regenerated\n          User Priority.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1dUserPriority": {
                        "type": "integer",
                        "description": "The User Priority for a frame received on this port.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1dRegenUserPriority": {
                        "type": "integer",
                        "description": "The Regenerated User Priority that the incoming User\n            \n            Priority is mapped to for this port.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dUserPriorityRegenEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1dUserPriority": -2147483648,
                      "dot1dRegenUserPriority": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dUserPriorityRegenEntry-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": "/dot1dUserPriorityRegenEntry",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dTrafficClassEntry": {
      "get": {
        "summary": "Get dot1dTrafficClassEntry list",
        "description": "Retrieve list of dot1dTrafficClassEntry entries from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "User Priority to Traffic Class mapping.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1dTrafficClassPriority": {
                        "type": "integer",
                        "description": "The Priority value determined for the received frame.\n            This value is equivalent to the priority indicated in\n            the tagged frame received, or one of the evaluated\n            priorities, determined according to the media-type.\n            \n            For untagged frames received from Ethernet media, this\n            value is equal to the dot1dPortDefaultUserPriority value\n            for the ingress port.\n            \n            For untagged frames received from non-Ethernet media,\n            this value is equal to the dot1dRegenUserPriority value\n            for the ingress port and media-specific user priority.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "dot1dTrafficClass": {
                        "type": "integer",
                        "description": "The Traffic Class the received frame is mapped to.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTrafficClassEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1dTrafficClassPriority": -2147483648,
                      "dot1dTrafficClass": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTrafficClassEntry-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": "/dot1dTrafficClassEntry",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dPortOutboundAccessPriorityEntry": {
      "get": {
        "summary": "Get dot1dPortOutboundAccessPriorityEntry list",
        "description": "Retrieve list of dot1dPortOutboundAccessPriorityEntry entries from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Regenerated User Priority to Outbound Access Priority\n          mapping.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "string",
                        "description": "dot1dBasePort",
                        "x-yang-type": "leafref"
                      },
                      "dot1dRegenUserPriority": {
                        "type": "string",
                        "description": "dot1dRegenUserPriority",
                        "x-yang-type": "leafref"
                      },
                      "dot1dPortOutboundAccessPriority": {
                        "type": "integer",
                        "description": "The Outbound Access Priority the received frame is\n            mapped to.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      }
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dPortOutboundAccessPriorityEntry": [
                    {
                      "dot1dBasePort": "example-string",
                      "dot1dRegenUserPriority": "example-string",
                      "dot1dPortOutboundAccessPriority": -2147483648
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dPortOutboundAccessPriorityEntry-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": "/dot1dPortOutboundAccessPriorityEntry",
      "x-restconf-kind": "container"
    },
    "/data/P-BRIDGE-MIB:dot1dUserPriorityRegenTable/dot1dUserPriorityRegenEntry={dot1dBasePort},{dot1dUserPriority}": {
      "get": {
        "summary": "Get dot1dUserPriorityRegenEntry entry",
        "description": "Retrieve specific dot1dUserPriorityRegenEntry entry by key from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1dUserPriority",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1dUserPriority": {
                      "type": "integer",
                      "description": "The User Priority for a frame received on this port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1dRegenUserPriority": {
                      "type": "integer",
                      "description": "The Regenerated User Priority that the incoming User\n            \n            Priority is mapped to for this port.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dUserPriorityRegenEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1dUserPriority": -2147483648,
                    "dot1dRegenUserPriority": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dUserPriorityRegenEntry-2"
      },
      "x-yang-path": "/dot1dUserPriorityRegenTable/dot1dUserPriorityRegenEntry={dot1dBasePort dot1dUserPriority}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1dUserPriority"
      ]
    },
    "/data/P-BRIDGE-MIB:dot1dTrafficClassTable/dot1dTrafficClassEntry={dot1dBasePort},{dot1dTrafficClassPriority}": {
      "get": {
        "summary": "Get dot1dTrafficClassEntry entry",
        "description": "Retrieve specific dot1dTrafficClassEntry entry by key from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1dTrafficClassPriority",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1dTrafficClassPriority": {
                      "type": "integer",
                      "description": "The Priority value determined for the received frame.\n            This value is equivalent to the priority indicated in\n            the tagged frame received, or one of the evaluated\n            priorities, determined according to the media-type.\n            \n            For untagged frames received from Ethernet media, this\n            value is equal to the dot1dPortDefaultUserPriority value\n            for the ingress port.\n            \n            For untagged frames received from non-Ethernet media,\n            this value is equal to the dot1dRegenUserPriority value\n            for the ingress port and media-specific user priority.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1dTrafficClass": {
                      "type": "integer",
                      "description": "The Traffic Class the received frame is mapped to.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTrafficClassEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1dTrafficClassPriority": -2147483648,
                    "dot1dTrafficClass": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTrafficClassEntry-2"
      },
      "x-yang-path": "/dot1dTrafficClassTable/dot1dTrafficClassEntry={dot1dBasePort dot1dTrafficClassPriority}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1dTrafficClassPriority"
      ]
    },
    "/data/P-BRIDGE-MIB:dot1dPortOutboundAccessPriorityTable/dot1dPortOutboundAccessPriorityEntry={dot1dBasePort},{dot1dRegenUserPriority}": {
      "get": {
        "summary": "Get dot1dPortOutboundAccessPriorityEntry entry",
        "description": "Retrieve specific dot1dPortOutboundAccessPriorityEntry entry by key from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1dRegenUserPriority",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1dRegenUserPriority": {
                      "type": "string",
                      "description": "dot1dRegenUserPriority",
                      "x-yang-type": "leafref"
                    },
                    "dot1dPortOutboundAccessPriority": {
                      "type": "integer",
                      "description": "The Outbound Access Priority the received frame is\n            mapped to.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dPortOutboundAccessPriorityEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1dRegenUserPriority": "example-string",
                    "dot1dPortOutboundAccessPriority": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dPortOutboundAccessPriorityEntry-2"
      },
      "x-yang-path": "/dot1dPortOutboundAccessPriorityTable/dot1dPortOutboundAccessPriorityEntry={dot1dBasePort dot1dRegenUserPriority}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1dRegenUserPriority"
      ]
    },
    "/data/P-BRIDGE-MIB:dot1dUserPriorityRegenEntry={dot1dBasePort},{dot1dUserPriority}": {
      "get": {
        "summary": "Get dot1dUserPriorityRegenEntry entry",
        "description": "Retrieve specific dot1dUserPriorityRegenEntry entry by key from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1dUserPriority",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1dUserPriority": {
                      "type": "integer",
                      "description": "The User Priority for a frame received on this port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1dRegenUserPriority": {
                      "type": "integer",
                      "description": "The Regenerated User Priority that the incoming User\n            \n            Priority is mapped to for this port.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dUserPriorityRegenEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1dUserPriority": -2147483648,
                    "dot1dRegenUserPriority": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dUserPriorityRegenEntry-4"
      },
      "x-yang-path": "/dot1dUserPriorityRegenEntry={dot1dBasePort dot1dUserPriority}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1dUserPriority"
      ]
    },
    "/data/P-BRIDGE-MIB:dot1dTrafficClassEntry={dot1dBasePort},{dot1dTrafficClassPriority}": {
      "get": {
        "summary": "Get dot1dTrafficClassEntry entry",
        "description": "Retrieve specific dot1dTrafficClassEntry entry by key from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1dTrafficClassPriority",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1dTrafficClassPriority": {
                      "type": "integer",
                      "description": "The Priority value determined for the received frame.\n            This value is equivalent to the priority indicated in\n            the tagged frame received, or one of the evaluated\n            priorities, determined according to the media-type.\n            \n            For untagged frames received from Ethernet media, this\n            value is equal to the dot1dPortDefaultUserPriority value\n            for the ingress port.\n            \n            For untagged frames received from non-Ethernet media,\n            this value is equal to the dot1dRegenUserPriority value\n            for the ingress port and media-specific user priority.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "dot1dTrafficClass": {
                      "type": "integer",
                      "description": "The Traffic Class the received frame is mapped to.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dTrafficClassEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1dTrafficClassPriority": -2147483648,
                    "dot1dTrafficClass": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dTrafficClassEntry-4"
      },
      "x-yang-path": "/dot1dTrafficClassEntry={dot1dBasePort dot1dTrafficClassPriority}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1dTrafficClassPriority"
      ]
    },
    "/data/P-BRIDGE-MIB:dot1dPortOutboundAccessPriorityEntry={dot1dBasePort},{dot1dRegenUserPriority}": {
      "get": {
        "summary": "Get dot1dPortOutboundAccessPriorityEntry entry",
        "description": "Retrieve specific dot1dPortOutboundAccessPriorityEntry entry by key from MIB",
        "tags": [
          "P-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "name": "dot1dBasePort",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "dot1dRegenUserPriority",
            "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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref"
                    },
                    "dot1dRegenUserPriority": {
                      "type": "string",
                      "description": "dot1dRegenUserPriority",
                      "x-yang-type": "leafref"
                    },
                    "dot1dPortOutboundAccessPriority": {
                      "type": "integer",
                      "description": "The Outbound Access Priority the received frame is\n            mapped to.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    }
                  }
                },
                "example": {
                  "P-BRIDGE-MIB:dot1dPortOutboundAccessPriorityEntry": {
                    "dot1dBasePort": "example-string",
                    "dot1dRegenUserPriority": "example-string",
                    "dot1dPortOutboundAccessPriority": -2147483648
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-dot1dPortOutboundAccessPriorityEntry-4"
      },
      "x-yang-path": "/dot1dPortOutboundAccessPriorityEntry={dot1dBasePort dot1dRegenUserPriority}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "dot1dBasePort dot1dRegenUserPriority"
      ]
    }
  },
  "components": {
    "schemas": {
      "P-BRIDGE-MIB_P-BRIDGE-MIB": {
        "type": "object",
        "description": "P-BRIDGE-MIB",
        "properties": {
          "dot1dTpHCPortEntry": {
            "type": "array",
            "description": "Statistics information for each high-capacity port of a\n          transparent bridge.",
            "items": {
              "type": "object",
              "properties": {
                "dot1dTpPort": {
                  "type": "string",
                  "description": "dot1dTpPort",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1dTpHCPortInFrames": {
                  "type": "integer",
                  "description": "The number of frames that have been received by this\n            port from its segment.  Note that a frame received on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                  "minimum": 0,
                  "readOnly": true
                },
                "dot1dTpHCPortOutFrames": {
                  "type": "integer",
                  "description": "The number of frames that have been transmitted by this\n            port to its segment.  Note that a frame transmitted on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                  "minimum": 0,
                  "readOnly": true
                },
                "dot1dTpHCPortInDiscards": {
                  "type": "integer",
                  "description": "Count of valid frames that have been received by this\n            port from its segment that were discarded (i.e.,\n            filtered) by the Forwarding Process.",
                  "minimum": 0,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1dTpPortOverflowEntry": {
            "type": "array",
            "description": "The most significant bits of statistics counters for a high-\n          capacity interface of a transparent bridge.  Each object is\n          associated with a corresponding object in dot1dTpPortTable\n          that indicates the least significant bits of the counter.",
            "items": {
              "type": "object",
              "properties": {
                "dot1dTpPort": {
                  "type": "string",
                  "description": "dot1dTpPort",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1dTpPortInOverflowFrames": {
                  "type": "integer",
                  "description": "The number of times the associated dot1dTpPortInFrames\n            counter has overflowed.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "dot1dTpPortOutOverflowFrames": {
                  "type": "integer",
                  "description": "The number of times the associated dot1dTpPortOutFrames\n            counter has overflowed.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "dot1dTpPortInOverflowDiscards": {
                  "type": "integer",
                  "description": "The number of times the associated\n            dot1dTpPortInDiscards counter has overflowed.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1dUserPriorityRegenEntry": {
            "type": "array",
            "description": "A mapping of incoming User Priority to a Regenerated\n          User Priority.",
            "items": {
              "type": "object",
              "properties": {
                "dot1dBasePort": {
                  "type": "string",
                  "description": "dot1dBasePort",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1dUserPriority": {
                  "type": "integer",
                  "description": "The User Priority for a frame received on this port.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dot1dRegenUserPriority": {
                  "type": "integer",
                  "description": "The Regenerated User Priority that the incoming User\n            \n            Priority is mapped to for this port.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1dTrafficClassEntry": {
            "type": "array",
            "description": "User Priority to Traffic Class mapping.",
            "items": {
              "type": "object",
              "properties": {
                "dot1dBasePort": {
                  "type": "string",
                  "description": "dot1dBasePort",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1dTrafficClassPriority": {
                  "type": "integer",
                  "description": "The Priority value determined for the received frame.\n            This value is equivalent to the priority indicated in\n            the tagged frame received, or one of the evaluated\n            priorities, determined according to the media-type.\n            \n            For untagged frames received from Ethernet media, this\n            value is equal to the dot1dPortDefaultUserPriority value\n            for the ingress port.\n            \n            For untagged frames received from non-Ethernet media,\n            this value is equal to the dot1dRegenUserPriority value\n            for the ingress port and media-specific user priority.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "dot1dTrafficClass": {
                  "type": "integer",
                  "description": "The Traffic Class the received frame is mapped to.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1dPortOutboundAccessPriorityEntry": {
            "type": "array",
            "description": "Regenerated User Priority to Outbound Access Priority\n          mapping.",
            "items": {
              "type": "object",
              "properties": {
                "dot1dBasePort": {
                  "type": "string",
                  "description": "dot1dBasePort",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1dRegenUserPriority": {
                  "type": "string",
                  "description": "dot1dRegenUserPriority",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "dot1dPortOutboundAccessPriority": {
                  "type": "integer",
                  "description": "The Outbound Access Priority the received frame is\n            mapped to.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "dot1dExtBase": {
            "type": "object",
            "description": "dot1dExtBase",
            "properties": {
              "dot1dDeviceCapabilities": {
                "type": "string",
                "description": "Indicates the optional parts of IEEE 802.1D and 802.1Q\n          that are implemented by this device and are manageable\n          through this MIB.  Capabilities that are allowed on a\n          per-port basis are indicated in dot1dPortCapabilities.\n          \n          dot1dExtendedFilteringServices(0),\n                                -- can perform filtering of\n                                -- individual multicast addresses\n                                -- controlled by GMRP.\n          dot1dTrafficClasses(1),\n                                -- can map user priority to\n                                -- multiple traffic classes.\n          dot1qStaticEntryIndividualPort(2),\n                                -- dot1qStaticUnicastReceivePort &\n                                -- dot1qStaticMulticastReceivePort\n                                -- can represent non-zero entries.\n          dot1qIVLCapable(3),   -- Independent VLAN Learning (IVL).\n          dot1qSVLCapable(4),   -- Shared VLAN Learning (SVL).\n          dot1qHybridCapable(5),\n                                -- both IVL & SVL simultaneously.\n          dot1qConfigurablePvidTagging(6),\n                                -- whether the implementation\n                                -- supports the ability to\n                                -- override the default PVID\n                                -- setting and its egress status\n                                -- (VLAN-Tagged or Untagged) on\n                                -- each port.\n          dot1dLocalVlanCapable(7)\n                                -- can support multiple local\n                                -- bridges, outside of the scope\n                                -- of 802.1Q defined VLANs.",
                "readOnly": true
              },
              "dot1dTrafficClassesEnabled": {
                "type": "boolean",
                "description": "The value true(1) indicates that Traffic Classes are\n          enabled on this bridge.  When false(2), the bridge\n          operates with a single priority level for all traffic.\n          \n          The value of this object MUST be retained across\n          reinitializations of the management system.",
                "readOnly": true
              },
              "dot1dGmrpStatus": {
                "type": "string",
                "description": "The administrative status requested by management for\n          GMRP.  The value enabled(1) indicates that GMRP should\n          be enabled on this device, in all VLANs, on all ports\n          for which it has not been specifically disabled.  When\n          disabled(2), GMRP is disabled, in all VLANs and on all\n          ports, and all GMRP packets will be forwarded\n          transparently.  This object affects both Applicant and\n          Registrar state machines.  A transition from disabled(2)\n          to enabled(1) will cause a reset of all GMRP state\n          machines on all ports.\n          \n          The value of this object MUST be retained across\n          reinitializations of the management system.",
                "x-yang-type": "P-BRIDGE-MIB:EnabledStatus",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1dTpHCPortTable": {
            "type": "object",
            "description": "A table that contains information about every high-\n        capacity port that is associated with this transparent\n        bridge.",
            "properties": {
              "dot1dTpHCPortEntry": {
                "type": "array",
                "description": "Statistics information for each high-capacity port of a\n          transparent bridge.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1dTpPort": {
                      "type": "string",
                      "description": "dot1dTpPort",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1dTpHCPortInFrames": {
                      "type": "integer",
                      "description": "The number of frames that have been received by this\n            port from its segment.  Note that a frame received on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "dot1dTpHCPortOutFrames": {
                      "type": "integer",
                      "description": "The number of frames that have been transmitted by this\n            port to its segment.  Note that a frame transmitted on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "dot1dTpHCPortInDiscards": {
                      "type": "integer",
                      "description": "Count of valid frames that have been received by this\n            port from its segment that were discarded (i.e.,\n            filtered) by the Forwarding Process.",
                      "minimum": 0,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1dTpPortOverflowTable": {
            "type": "object",
            "description": "dot1dTpPortOverflowTable",
            "properties": {
              "dot1dTpPortOverflowEntry": {
                "type": "array",
                "description": "The most significant bits of statistics counters for a high-\n          capacity interface of a transparent bridge.  Each object is\n          associated with a corresponding object in dot1dTpPortTable\n          that indicates the least significant bits of the counter.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1dTpPort": {
                      "type": "string",
                      "description": "dot1dTpPort",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1dTpPortInOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated dot1dTpPortInFrames\n            counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "dot1dTpPortOutOverflowFrames": {
                      "type": "integer",
                      "description": "The number of times the associated dot1dTpPortOutFrames\n            counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "dot1dTpPortInOverflowDiscards": {
                      "type": "integer",
                      "description": "The number of times the associated\n            dot1dTpPortInDiscards counter has overflowed.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1dUserPriorityRegenTable": {
            "type": "object",
            "description": "A list of Regenerated User Priorities for each received\n        User Priority on each port of a bridge.  The Regenerated\n        User Priority value may be used to index the Traffic\n        Class Table for each input port.  This only has effect\n        on media that support native User Priority.  The default\n        values for Regenerated User Priorities are the same as\n        the User Priorities.",
            "properties": {
              "dot1dUserPriorityRegenEntry": {
                "type": "array",
                "description": "A mapping of incoming User Priority to a Regenerated\n          User Priority.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1dUserPriority": {
                      "type": "integer",
                      "description": "The User Priority for a frame received on this port.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dot1dRegenUserPriority": {
                      "type": "integer",
                      "description": "The Regenerated User Priority that the incoming User\n            \n            Priority is mapped to for this port.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1dTrafficClassTable": {
            "type": "object",
            "description": "A table mapping evaluated User Priority to Traffic\n        Class, for forwarding by the bridge.  Traffic class is a\n        number in the range (0..(dot1dPortNumTrafficClasses-1)).",
            "properties": {
              "dot1dTrafficClassEntry": {
                "type": "array",
                "description": "User Priority to Traffic Class mapping.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1dTrafficClassPriority": {
                      "type": "integer",
                      "description": "The Priority value determined for the received frame.\n            This value is equivalent to the priority indicated in\n            the tagged frame received, or one of the evaluated\n            priorities, determined according to the media-type.\n            \n            For untagged frames received from Ethernet media, this\n            value is equal to the dot1dPortDefaultUserPriority value\n            for the ingress port.\n            \n            For untagged frames received from non-Ethernet media,\n            this value is equal to the dot1dRegenUserPriority value\n            for the ingress port and media-specific user priority.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "dot1dTrafficClass": {
                      "type": "integer",
                      "description": "The Traffic Class the received frame is mapped to.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "dot1dPortOutboundAccessPriorityTable": {
            "type": "object",
            "description": "A table mapping Regenerated User Priority to Outbound\n        Access Priority.  This is a fixed mapping for all port\n        types, with two options for 802.5 Token Ring.",
            "properties": {
              "dot1dPortOutboundAccessPriorityEntry": {
                "type": "array",
                "description": "Regenerated User Priority to Outbound Access Priority\n          mapping.",
                "items": {
                  "type": "object",
                  "properties": {
                    "dot1dBasePort": {
                      "type": "string",
                      "description": "dot1dBasePort",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1dRegenUserPriority": {
                      "type": "string",
                      "description": "dot1dRegenUserPriority",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "dot1dPortOutboundAccessPriority": {
                      "type": "integer",
                      "description": "The Outbound Access Priority the received frame is\n            mapped to.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "P-BRIDGE-MIB_dot1dTpHCPortEntry": {
        "type": "array",
        "description": "Statistics information for each high-capacity port of a\n          transparent bridge.",
        "items": {
          "type": "object",
          "properties": {
            "dot1dTpPort": {
              "type": "string",
              "description": "dot1dTpPort",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1dTpHCPortInFrames": {
              "type": "integer",
              "description": "The number of frames that have been received by this\n            port from its segment.  Note that a frame received on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
              "minimum": 0,
              "readOnly": true
            },
            "dot1dTpHCPortOutFrames": {
              "type": "integer",
              "description": "The number of frames that have been transmitted by this\n            port to its segment.  Note that a frame transmitted on\n            the interface corresponding to this port is only counted\n            by this object if and only if it is for a protocol being\n            processed by the local bridging function, including\n            bridge management frames.",
              "minimum": 0,
              "readOnly": true
            },
            "dot1dTpHCPortInDiscards": {
              "type": "integer",
              "description": "Count of valid frames that have been received by this\n            port from its segment that were discarded (i.e.,\n            filtered) by the Forwarding Process.",
              "minimum": 0,
              "readOnly": true
            }
          }
        }
      },
      "P-BRIDGE-MIB_dot1dTpPortOverflowEntry": {
        "type": "array",
        "description": "The most significant bits of statistics counters for a high-\n          capacity interface of a transparent bridge.  Each object is\n          associated with a corresponding object in dot1dTpPortTable\n          that indicates the least significant bits of the counter.",
        "items": {
          "type": "object",
          "properties": {
            "dot1dTpPort": {
              "type": "string",
              "description": "dot1dTpPort",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1dTpPortInOverflowFrames": {
              "type": "integer",
              "description": "The number of times the associated dot1dTpPortInFrames\n            counter has overflowed.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "dot1dTpPortOutOverflowFrames": {
              "type": "integer",
              "description": "The number of times the associated dot1dTpPortOutFrames\n            counter has overflowed.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "dot1dTpPortInOverflowDiscards": {
              "type": "integer",
              "description": "The number of times the associated\n            dot1dTpPortInDiscards counter has overflowed.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "P-BRIDGE-MIB_dot1dUserPriorityRegenEntry": {
        "type": "array",
        "description": "A mapping of incoming User Priority to a Regenerated\n          User Priority.",
        "items": {
          "type": "object",
          "properties": {
            "dot1dBasePort": {
              "type": "string",
              "description": "dot1dBasePort",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1dUserPriority": {
              "type": "integer",
              "description": "The User Priority for a frame received on this port.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dot1dRegenUserPriority": {
              "type": "integer",
              "description": "The Regenerated User Priority that the incoming User\n            \n            Priority is mapped to for this port.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            }
          }
        }
      },
      "P-BRIDGE-MIB_dot1dTrafficClassEntry": {
        "type": "array",
        "description": "User Priority to Traffic Class mapping.",
        "items": {
          "type": "object",
          "properties": {
            "dot1dBasePort": {
              "type": "string",
              "description": "dot1dBasePort",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1dTrafficClassPriority": {
              "type": "integer",
              "description": "The Priority value determined for the received frame.\n            This value is equivalent to the priority indicated in\n            the tagged frame received, or one of the evaluated\n            priorities, determined according to the media-type.\n            \n            For untagged frames received from Ethernet media, this\n            value is equal to the dot1dPortDefaultUserPriority value\n            for the ingress port.\n            \n            For untagged frames received from non-Ethernet media,\n            this value is equal to the dot1dRegenUserPriority value\n            for the ingress port and media-specific user priority.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "dot1dTrafficClass": {
              "type": "integer",
              "description": "The Traffic Class the received frame is mapped to.\n            \n            The value of this object MUST be retained across\n            reinitializations of the management system.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            }
          }
        }
      },
      "P-BRIDGE-MIB_dot1dPortOutboundAccessPriorityEntry": {
        "type": "array",
        "description": "Regenerated User Priority to Outbound Access Priority\n          mapping.",
        "items": {
          "type": "object",
          "properties": {
            "dot1dBasePort": {
              "type": "string",
              "description": "dot1dBasePort",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1dRegenUserPriority": {
              "type": "string",
              "description": "dot1dRegenUserPriority",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "dot1dPortOutboundAccessPriority": {
              "type": "integer",
              "description": "The Outbound Access Priority the received frame is\n            mapped to.",
              "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": "P-BRIDGE-MIB",
      "description": "MIB operations for P-BRIDGE-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
