{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - BRIDGE-MIB",
    "description": "MIB data from `BRIDGE-MIB` module.\n\n**Root containers:** 1 (BRIDGE-MIB)\n**Paths:** 61 | **Descendants:** 60\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "BRIDGE-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/BRIDGE-MIB:BRIDGE-MIB": {
      "get": {
        "summary": "Get BRIDGE-MIB",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot1dBase": {
                      "type": "object",
                      "properties": {
                        "dot1dBaseBridgeAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "dot1dBaseNumPorts": {
                          "type": "integer",
                          "example": 10
                        },
                        "dot1dBaseType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1dStp": {
                      "type": "object",
                      "properties": {
                        "dot1dStpProtocolSpecification": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1dStpPriority": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1dStpTimeSinceTopologyChange": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "dot1dStpTopChanges": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1dStpDesignatedRoot": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1dStpRootCost": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1dStpRootPort": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1dStpMaxAge": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1dStpHelloTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "dot1dStpHoldTime": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1dStpForwardDelay": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1dStpBridgeMaxAge": {
                          "type": "string",
                          "example": "1"
                        },
                        "dot1dStpBridgeHelloTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "dot1dStpBridgeForwardDelay": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1dTp": {
                      "type": "object",
                      "properties": {
                        "dot1dTpLearnedEntryDiscards": {
                          "type": "string",
                          "example": "0"
                        },
                        "dot1dTpAgingTime": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1dBasePortTable": {
                      "type": "object",
                      "properties": {
                        "dot1dBasePortEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot1dBasePort": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot1dBasePortIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1dBasePortCircuit": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1dBasePortDelayExceededDiscards": {
                                "type": "string",
                                "example": "0"
                              },
                              "dot1dBasePortMtuExceededDiscards": {
                                "type": "string",
                                "example": "0"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1dStpPortTable": {
                      "type": "object",
                      "properties": {
                        "dot1dStpPortEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot1dStpPort": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot1dStpPortPriority": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot1dStpPortState": {
                                "type": "string",
                                "example": "active"
                              },
                              "dot1dStpPortEnable": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1dStpPortPathCost": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot1dStpPortDesignatedRoot": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1dStpPortDesignatedCost": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot1dStpPortDesignatedBridge": {
                                "type": "string",
                                "example": "1"
                              },
                              "dot1dStpPortDesignatedPort": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "dot1dStpPortForwardTransitions": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1dStpPortPathCost32": {
                                "type": "integer",
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1dTpFdbTable": {
                      "type": "object",
                      "properties": {
                        "dot1dTpFdbEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot1dTpFdbAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "dot1dTpFdbPort": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot1dTpFdbStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1dTpPortTable": {
                      "type": "object",
                      "properties": {
                        "dot1dTpPortEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot1dTpPort": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot1dTpPortMaxInfo": {
                                "type": "integer",
                                "example": 1
                              },
                              "dot1dTpPortInFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1dTpPortOutFrames": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1dTpPortInDiscards": {
                                "type": "string",
                                "example": "0"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1dStaticTable": {
                      "type": "object",
                      "properties": {
                        "dot1dStaticEntry": {
                          "type": "object",
                          "properties": {
                            "dot1dStaticAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "dot1dStaticReceivePort": {
                              "type": "integer",
                              "example": 1
                            },
                            "dot1dStaticAllowedToGoTo": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "dot1dStaticStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:BRIDGE-MIB": {
                    "dot1dBase": {
                      "dot1dBaseBridgeAddress": "10.1.1.1",
                      "dot1dBaseNumPorts": 10,
                      "dot1dBaseType": "default"
                    },
                    "dot1dStp": {
                      "dot1dStpProtocolSpecification": "default",
                      "dot1dStpPriority": 1,
                      "dot1dStpTimeSinceTopologyChange": "10:30:45",
                      "dot1dStpTopChanges": "configured-value",
                      "dot1dStpDesignatedRoot": "configured-value",
                      "dot1dStpRootCost": 1,
                      "dot1dStpRootPort": 1,
                      "dot1dStpMaxAge": "configured-value",
                      "dot1dStpHelloTime": "10:30:45",
                      "dot1dStpHoldTime": 1,
                      "dot1dStpForwardDelay": "configured-value",
                      "dot1dStpBridgeMaxAge": "1",
                      "dot1dStpBridgeHelloTime": "10:30:45",
                      "dot1dStpBridgeForwardDelay": "1"
                    },
                    "dot1dTp": {
                      "dot1dTpLearnedEntryDiscards": "0",
                      "dot1dTpAgingTime": 1
                    },
                    "dot1dBasePortTable": {
                      "dot1dBasePortEntry": [
                        {
                          "dot1dBasePort": 1,
                          "dot1dBasePortIfIndex": "configured-value",
                          "dot1dBasePortCircuit": "configured-value",
                          "dot1dBasePortDelayExceededDiscards": "0",
                          "dot1dBasePortMtuExceededDiscards": "0"
                        }
                      ]
                    },
                    "dot1dStpPortTable": {
                      "dot1dStpPortEntry": [
                        {
                          "dot1dStpPort": 1,
                          "dot1dStpPortPriority": 1,
                          "dot1dStpPortState": "default",
                          "dot1dStpPortEnable": "default",
                          "dot1dStpPortPathCost": 1,
                          "dot1dStpPortDesignatedRoot": "configured-value",
                          "dot1dStpPortDesignatedCost": 1,
                          "dot1dStpPortDesignatedBridge": "1",
                          "dot1dStpPortDesignatedPort": "QmFzZTY0",
                          "dot1dStpPortForwardTransitions": "configured-value",
                          "dot1dStpPortPathCost32": 1
                        }
                      ]
                    },
                    "dot1dTpFdbTable": {
                      "dot1dTpFdbEntry": [
                        {
                          "dot1dTpFdbAddress": "10.1.1.1",
                          "dot1dTpFdbPort": 1,
                          "dot1dTpFdbStatus": "default"
                        }
                      ]
                    },
                    "dot1dTpPortTable": {
                      "dot1dTpPortEntry": [
                        {
                          "dot1dTpPort": 1,
                          "dot1dTpPortMaxInfo": 1,
                          "dot1dTpPortInFrames": "configured-value",
                          "dot1dTpPortOutFrames": "configured-value",
                          "dot1dTpPortInDiscards": "0"
                        }
                      ]
                    },
                    "dot1dStaticTable": {
                      "dot1dStaticEntry": {
                        "dot1dStaticAddress": "10.1.1.1",
                        "dot1dStaticReceivePort": 1,
                        "dot1dStaticAllowedToGoTo": "QmFzZTY0",
                        "dot1dStaticStatus": "default"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve BRIDGE-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBase": {
      "get": {
        "summary": "Get dot1dBase",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBase",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot1dBaseBridgeAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "dot1dBaseNumPorts": {
                      "type": "integer",
                      "example": 10
                    },
                    "dot1dBaseType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dBase": {
                    "dot1dBaseBridgeAddress": "10.1.1.1",
                    "dot1dBaseNumPorts": 10,
                    "dot1dBaseType": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBase from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBase/dot1dBaseBridgeAddress": {
      "get": {
        "summary": "Get dot1dBaseBridgeAddress",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBase-dot1dBaseBridgeAddress",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "BRIDGE-MIB:dot1dBaseBridgeAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBaseBridgeAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBase/dot1dBaseNumPorts": {
      "get": {
        "summary": "Get dot1dBaseNumPorts",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBase-dot1dBaseNumPorts",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "BRIDGE-MIB:dot1dBaseNumPorts": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBaseNumPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBase/dot1dBaseType": {
      "get": {
        "summary": "Get dot1dBaseType",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBase-dot1dBaseType",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dBaseType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBaseType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp": {
      "get": {
        "summary": "Get dot1dStp",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot1dStpProtocolSpecification": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1dStpPriority": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1dStpTimeSinceTopologyChange": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "dot1dStpTopChanges": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1dStpDesignatedRoot": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1dStpRootCost": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1dStpRootPort": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1dStpMaxAge": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1dStpHelloTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "dot1dStpHoldTime": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1dStpForwardDelay": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1dStpBridgeMaxAge": {
                      "type": "string",
                      "example": "1"
                    },
                    "dot1dStpBridgeHelloTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "dot1dStpBridgeForwardDelay": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStp": {
                    "dot1dStpProtocolSpecification": "default",
                    "dot1dStpPriority": 1,
                    "dot1dStpTimeSinceTopologyChange": "10:30:45",
                    "dot1dStpTopChanges": "configured-value",
                    "dot1dStpDesignatedRoot": "configured-value",
                    "dot1dStpRootCost": 1,
                    "dot1dStpRootPort": 1,
                    "dot1dStpMaxAge": "configured-value",
                    "dot1dStpHelloTime": "10:30:45",
                    "dot1dStpHoldTime": 1,
                    "dot1dStpForwardDelay": "configured-value",
                    "dot1dStpBridgeMaxAge": "1",
                    "dot1dStpBridgeHelloTime": "10:30:45",
                    "dot1dStpBridgeForwardDelay": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpProtocolSpecification": {
      "get": {
        "summary": "Get dot1dStpProtocolSpecification",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpProtocolSpecification",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpProtocolSpecification": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpProtocolSpecification from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpPriority": {
      "get": {
        "summary": "Get dot1dStpPriority",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpPriority",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpTimeSinceTopologyChange": {
      "get": {
        "summary": "Get dot1dStpTimeSinceTopologyChange",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpTimeSinceTopologyChange",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpTimeSinceTopologyChange": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpTimeSinceTopologyChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpTopChanges": {
      "get": {
        "summary": "Get dot1dStpTopChanges",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpTopChanges",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpTopChanges": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpTopChanges from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpDesignatedRoot": {
      "get": {
        "summary": "Get dot1dStpDesignatedRoot",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpDesignatedRoot",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpDesignatedRoot": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpDesignatedRoot from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpRootCost": {
      "get": {
        "summary": "Get dot1dStpRootCost",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpRootCost",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpRootCost": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpRootCost from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpRootPort": {
      "get": {
        "summary": "Get dot1dStpRootPort",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpRootPort",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpRootPort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpRootPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpMaxAge": {
      "get": {
        "summary": "Get dot1dStpMaxAge",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpMaxAge",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpMaxAge": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpMaxAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpHelloTime": {
      "get": {
        "summary": "Get dot1dStpHelloTime",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpHelloTime",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpHelloTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpHelloTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpHoldTime": {
      "get": {
        "summary": "Get dot1dStpHoldTime",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpHoldTime",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpHoldTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpHoldTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpForwardDelay": {
      "get": {
        "summary": "Get dot1dStpForwardDelay",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpForwardDelay",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpForwardDelay": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpForwardDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpBridgeMaxAge": {
      "get": {
        "summary": "Get dot1dStpBridgeMaxAge",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpBridgeMaxAge",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpBridgeMaxAge": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpBridgeMaxAge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpBridgeHelloTime": {
      "get": {
        "summary": "Get dot1dStpBridgeHelloTime",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpBridgeHelloTime",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpBridgeHelloTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpBridgeHelloTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStp/dot1dStpBridgeForwardDelay": {
      "get": {
        "summary": "Get dot1dStpBridgeForwardDelay",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStp-dot1dStpBridgeForwardDelay",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpBridgeForwardDelay": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpBridgeForwardDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTp": {
      "get": {
        "summary": "Get dot1dTp",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTp",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot1dTpLearnedEntryDiscards": {
                      "type": "string",
                      "example": "0"
                    },
                    "dot1dTpAgingTime": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTp": {
                    "dot1dTpLearnedEntryDiscards": "0",
                    "dot1dTpAgingTime": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTp/dot1dTpLearnedEntryDiscards": {
      "get": {
        "summary": "Get dot1dTpLearnedEntryDiscards",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTp-dot1dTpLearnedEntryDiscards",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpLearnedEntryDiscards": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpLearnedEntryDiscards from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTp/dot1dTpAgingTime": {
      "get": {
        "summary": "Get dot1dTpAgingTime",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTp-dot1dTpAgingTime",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpAgingTime": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpAgingTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBasePortTable": {
      "get": {
        "summary": "Get dot1dBasePortTable",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBasePortTable",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot1dBasePortEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dBasePort": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot1dBasePortIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1dBasePortCircuit": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1dBasePortDelayExceededDiscards": {
                            "type": "string",
                            "example": "0"
                          },
                          "dot1dBasePortMtuExceededDiscards": {
                            "type": "string",
                            "example": "0"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dBasePortTable": {
                    "dot1dBasePortEntry": [
                      {
                        "dot1dBasePort": 1,
                        "dot1dBasePortIfIndex": "configured-value",
                        "dot1dBasePortCircuit": "configured-value",
                        "dot1dBasePortDelayExceededDiscards": "0",
                        "dot1dBasePortMtuExceededDiscards": "0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBasePortTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBasePortTable/dot1dBasePortEntry": {
      "get": {
        "summary": "Get dot1dBasePortEntry",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBasePortTable-dot1dBasePortEntry",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dBasePort": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot1dBasePortIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1dBasePortCircuit": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1dBasePortDelayExceededDiscards": {
                        "type": "string",
                        "example": "0"
                      },
                      "dot1dBasePortMtuExceededDiscards": {
                        "type": "string",
                        "example": "0"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dBasePortEntry": [
                    {
                      "dot1dBasePort": 1,
                      "dot1dBasePortIfIndex": "configured-value",
                      "dot1dBasePortCircuit": "configured-value",
                      "dot1dBasePortDelayExceededDiscards": "0",
                      "dot1dBasePortMtuExceededDiscards": "0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBasePortEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBasePortTable/dot1dBasePortEntry/dot1dBasePort": {
      "get": {
        "summary": "Get dot1dBasePort",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBasePortTable-dot1dBasePortEntry-dot1dBasePort",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dBasePort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBasePort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBasePortTable/dot1dBasePortEntry/dot1dBasePortIfIndex": {
      "get": {
        "summary": "Get dot1dBasePortIfIndex",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBasePortTable-dot1dBasePortEntry-dot1dBasePortIfIndex",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dBasePortIfIndex": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBasePortIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBasePortTable/dot1dBasePortEntry/dot1dBasePortCircuit": {
      "get": {
        "summary": "Get dot1dBasePortCircuit",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBasePortTable-dot1dBasePortEntry-dot1dBasePortCircuit",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dBasePortCircuit": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBasePortCircuit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBasePortTable/dot1dBasePortEntry/dot1dBasePortDelayExceededDiscards": {
      "get": {
        "summary": "Get dot1dBasePortDelayExceededDiscards",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBasePortTable-dot1dBasePortEntry-dot1dBasePortDelayExceededDiscards",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "BRIDGE-MIB:dot1dBasePortDelayExceededDiscards": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBasePortDelayExceededDiscards from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dBasePortTable/dot1dBasePortEntry/dot1dBasePortMtuExceededDiscards": {
      "get": {
        "summary": "Get dot1dBasePortMtuExceededDiscards",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dBasePortTable-dot1dBasePortEntry-dot1dBasePortMtuExceededDiscards",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "BRIDGE-MIB:dot1dBasePortMtuExceededDiscards": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dBasePortMtuExceededDiscards from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable": {
      "get": {
        "summary": "Get dot1dStpPortTable",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot1dStpPortEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dStpPort": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot1dStpPortPriority": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot1dStpPortState": {
                            "type": "string",
                            "example": "active"
                          },
                          "dot1dStpPortEnable": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1dStpPortPathCost": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot1dStpPortDesignatedRoot": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1dStpPortDesignatedCost": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot1dStpPortDesignatedBridge": {
                            "type": "string",
                            "example": "1"
                          },
                          "dot1dStpPortDesignatedPort": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "dot1dStpPortForwardTransitions": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1dStpPortPathCost32": {
                            "type": "integer",
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortTable": {
                    "dot1dStpPortEntry": [
                      {
                        "dot1dStpPort": 1,
                        "dot1dStpPortPriority": 1,
                        "dot1dStpPortState": "default",
                        "dot1dStpPortEnable": "default",
                        "dot1dStpPortPathCost": 1,
                        "dot1dStpPortDesignatedRoot": "configured-value",
                        "dot1dStpPortDesignatedCost": 1,
                        "dot1dStpPortDesignatedBridge": "1",
                        "dot1dStpPortDesignatedPort": "QmFzZTY0",
                        "dot1dStpPortForwardTransitions": "configured-value",
                        "dot1dStpPortPathCost32": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry": {
      "get": {
        "summary": "Get dot1dStpPortEntry",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dStpPort": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot1dStpPortPriority": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot1dStpPortState": {
                        "type": "string",
                        "example": "active"
                      },
                      "dot1dStpPortEnable": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1dStpPortPathCost": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot1dStpPortDesignatedRoot": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1dStpPortDesignatedCost": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot1dStpPortDesignatedBridge": {
                        "type": "string",
                        "example": "1"
                      },
                      "dot1dStpPortDesignatedPort": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "dot1dStpPortForwardTransitions": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1dStpPortPathCost32": {
                        "type": "integer",
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortEntry": [
                    {
                      "dot1dStpPort": 1,
                      "dot1dStpPortPriority": 1,
                      "dot1dStpPortState": "default",
                      "dot1dStpPortEnable": "default",
                      "dot1dStpPortPathCost": 1,
                      "dot1dStpPortDesignatedRoot": "configured-value",
                      "dot1dStpPortDesignatedCost": 1,
                      "dot1dStpPortDesignatedBridge": "1",
                      "dot1dStpPortDesignatedPort": "QmFzZTY0",
                      "dot1dStpPortForwardTransitions": "configured-value",
                      "dot1dStpPortPathCost32": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPort": {
      "get": {
        "summary": "Get dot1dStpPort",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPort",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPortPriority": {
      "get": {
        "summary": "Get dot1dStpPortPriority",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPortPriority",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPortState": {
      "get": {
        "summary": "Get dot1dStpPortState",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPortState",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPortEnable": {
      "get": {
        "summary": "Get dot1dStpPortEnable",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPortEnable",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortEnable": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPortPathCost": {
      "get": {
        "summary": "Get dot1dStpPortPathCost",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPortPathCost",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortPathCost": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortPathCost from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPortDesignatedRoot": {
      "get": {
        "summary": "Get dot1dStpPortDesignatedRoot",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPortDesignatedRoot",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortDesignatedRoot": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortDesignatedRoot from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPortDesignatedCost": {
      "get": {
        "summary": "Get dot1dStpPortDesignatedCost",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPortDesignatedCost",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortDesignatedCost": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortDesignatedCost from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPortDesignatedBridge": {
      "get": {
        "summary": "Get dot1dStpPortDesignatedBridge",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPortDesignatedBridge",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortDesignatedBridge": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortDesignatedBridge from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPortDesignatedPort": {
      "get": {
        "summary": "Get dot1dStpPortDesignatedPort",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPortDesignatedPort",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortDesignatedPort": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortDesignatedPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPortForwardTransitions": {
      "get": {
        "summary": "Get dot1dStpPortForwardTransitions",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPortForwardTransitions",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortForwardTransitions": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortForwardTransitions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStpPortTable/dot1dStpPortEntry/dot1dStpPortPathCost32": {
      "get": {
        "summary": "Get dot1dStpPortPathCost32",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStpPortTable-dot1dStpPortEntry-dot1dStpPortPathCost32",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dStpPortPathCost32": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStpPortPathCost32 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpFdbTable": {
      "get": {
        "summary": "Get dot1dTpFdbTable",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpFdbTable",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot1dTpFdbEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dTpFdbAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "dot1dTpFdbPort": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot1dTpFdbStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpFdbTable": {
                    "dot1dTpFdbEntry": [
                      {
                        "dot1dTpFdbAddress": "10.1.1.1",
                        "dot1dTpFdbPort": 1,
                        "dot1dTpFdbStatus": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpFdbTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpFdbTable/dot1dTpFdbEntry": {
      "get": {
        "summary": "Get dot1dTpFdbEntry",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpFdbTable-dot1dTpFdbEntry",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dTpFdbAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "dot1dTpFdbPort": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot1dTpFdbStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpFdbEntry": [
                    {
                      "dot1dTpFdbAddress": "10.1.1.1",
                      "dot1dTpFdbPort": 1,
                      "dot1dTpFdbStatus": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpFdbEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpFdbTable/dot1dTpFdbEntry/dot1dTpFdbAddress": {
      "get": {
        "summary": "Get dot1dTpFdbAddress",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpFdbTable-dot1dTpFdbEntry-dot1dTpFdbAddress",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpFdbAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpFdbAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpFdbTable/dot1dTpFdbEntry/dot1dTpFdbPort": {
      "get": {
        "summary": "Get dot1dTpFdbPort",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpFdbTable-dot1dTpFdbEntry-dot1dTpFdbPort",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpFdbPort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpFdbPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpFdbTable/dot1dTpFdbEntry/dot1dTpFdbStatus": {
      "get": {
        "summary": "Get dot1dTpFdbStatus",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpFdbTable-dot1dTpFdbEntry-dot1dTpFdbStatus",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpFdbStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpFdbStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpPortTable": {
      "get": {
        "summary": "Get dot1dTpPortTable",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpPortTable",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot1dTpPortEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1dTpPort": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot1dTpPortMaxInfo": {
                            "type": "integer",
                            "example": 1
                          },
                          "dot1dTpPortInFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1dTpPortOutFrames": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1dTpPortInDiscards": {
                            "type": "string",
                            "example": "0"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpPortTable": {
                    "dot1dTpPortEntry": [
                      {
                        "dot1dTpPort": 1,
                        "dot1dTpPortMaxInfo": 1,
                        "dot1dTpPortInFrames": "configured-value",
                        "dot1dTpPortOutFrames": "configured-value",
                        "dot1dTpPortInDiscards": "0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpPortTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpPortTable/dot1dTpPortEntry": {
      "get": {
        "summary": "Get dot1dTpPortEntry",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpPortTable-dot1dTpPortEntry",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "dot1dTpPort": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot1dTpPortMaxInfo": {
                        "type": "integer",
                        "example": 1
                      },
                      "dot1dTpPortInFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1dTpPortOutFrames": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1dTpPortInDiscards": {
                        "type": "string",
                        "example": "0"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpPortEntry": [
                    {
                      "dot1dTpPort": 1,
                      "dot1dTpPortMaxInfo": 1,
                      "dot1dTpPortInFrames": "configured-value",
                      "dot1dTpPortOutFrames": "configured-value",
                      "dot1dTpPortInDiscards": "0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpPortEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpPortTable/dot1dTpPortEntry/dot1dTpPort": {
      "get": {
        "summary": "Get dot1dTpPort",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpPortTable-dot1dTpPortEntry-dot1dTpPort",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpPort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpPortTable/dot1dTpPortEntry/dot1dTpPortMaxInfo": {
      "get": {
        "summary": "Get dot1dTpPortMaxInfo",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpPortTable-dot1dTpPortEntry-dot1dTpPortMaxInfo",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpPortMaxInfo": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpPortMaxInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpPortTable/dot1dTpPortEntry/dot1dTpPortInFrames": {
      "get": {
        "summary": "Get dot1dTpPortInFrames",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpPortTable-dot1dTpPortEntry-dot1dTpPortInFrames",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpPortInFrames": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpPortInFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpPortTable/dot1dTpPortEntry/dot1dTpPortOutFrames": {
      "get": {
        "summary": "Get dot1dTpPortOutFrames",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpPortTable-dot1dTpPortEntry-dot1dTpPortOutFrames",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpPortOutFrames": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpPortOutFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dTpPortTable/dot1dTpPortEntry/dot1dTpPortInDiscards": {
      "get": {
        "summary": "Get dot1dTpPortInDiscards",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dTpPortTable-dot1dTpPortEntry-dot1dTpPortInDiscards",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "BRIDGE-MIB:dot1dTpPortInDiscards": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dTpPortInDiscards from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStaticTable": {
      "get": {
        "summary": "Get dot1dStaticTable",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStaticTable",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot1dStaticEntry": {
                      "type": "object",
                      "properties": {
                        "dot1dStaticAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "dot1dStaticReceivePort": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1dStaticAllowedToGoTo": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "dot1dStaticStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStaticTable": {
                    "dot1dStaticEntry": {
                      "dot1dStaticAddress": "10.1.1.1",
                      "dot1dStaticReceivePort": 1,
                      "dot1dStaticAllowedToGoTo": "QmFzZTY0",
                      "dot1dStaticStatus": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStaticTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStaticTable/dot1dStaticEntry": {
      "get": {
        "summary": "Get dot1dStaticEntry",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStaticTable-dot1dStaticEntry",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "dot1dStaticAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "dot1dStaticReceivePort": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1dStaticAllowedToGoTo": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "dot1dStaticStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStaticEntry": {
                    "dot1dStaticAddress": "10.1.1.1",
                    "dot1dStaticReceivePort": 1,
                    "dot1dStaticAllowedToGoTo": "QmFzZTY0",
                    "dot1dStaticStatus": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStaticEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStaticTable/dot1dStaticEntry/dot1dStaticAddress": {
      "get": {
        "summary": "Get dot1dStaticAddress",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStaticTable-dot1dStaticEntry-dot1dStaticAddress",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10.1.1.1"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStaticAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStaticAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStaticTable/dot1dStaticEntry/dot1dStaticReceivePort": {
      "get": {
        "summary": "Get dot1dStaticReceivePort",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStaticTable-dot1dStaticEntry-dot1dStaticReceivePort",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "BRIDGE-MIB:dot1dStaticReceivePort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStaticReceivePort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStaticTable/dot1dStaticEntry/dot1dStaticAllowedToGoTo": {
      "get": {
        "summary": "Get dot1dStaticAllowedToGoTo",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStaticTable-dot1dStaticEntry-dot1dStaticAllowedToGoTo",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStaticAllowedToGoTo": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStaticAllowedToGoTo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/BRIDGE-MIB:BRIDGE-MIB/dot1dStaticTable/dot1dStaticEntry/dot1dStaticStatus": {
      "get": {
        "summary": "Get dot1dStaticStatus",
        "operationId": "get-BRIDGE-MIB:BRIDGE-MIB-dot1dStaticTable-dot1dStaticEntry-dot1dStaticStatus",
        "tags": [
          "BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "BRIDGE-MIB:dot1dStaticStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1dStaticStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "components": {
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic",
        "description": "RESTCONF basic authentication (RFC 8040)"
      }
    },
    "parameters": {
      "accept": {
        "name": "Accept",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string",
          "default": "application/yang-data+json"
        }
      },
      "depth": {
        "name": "depth",
        "in": "query",
        "required": false,
        "description": "Limit response depth (RFC 8040)",
        "schema": {
          "type": "string",
          "default": "unbounded"
        }
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ]
}
