{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - Q-BRIDGE-MIB",
    "description": "MIB data from `Q-BRIDGE-MIB` module.\n\n**Root containers:** 1 (Q-BRIDGE-MIB)\n**Paths:** 114 | **Descendants:** 113\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": "Q-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/Q-BRIDGE-MIB:Q-BRIDGE-MIB": {
      "get": {
        "summary": "Get Q-BRIDGE-MIB",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB",
        "tags": [
          "Q-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": {
                    "dot1qBase": {
                      "type": "object",
                      "properties": {
                        "dot1qVlanVersionNumber": {
                          "type": "string",
                          "example": "10"
                        },
                        "dot1qMaxVlanId": {
                          "type": "string",
                          "example": "1"
                        },
                        "dot1qMaxSupportedVlans": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "dot1qNumVlans": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 10
                        },
                        "dot1qGvrpStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qVlan": {
                      "type": "object",
                      "properties": {
                        "dot1qVlanNumDeletes": {
                          "type": "string",
                          "example": "10"
                        },
                        "dot1qNextFreeLocalVlanIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1qConstraintSetDefault": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1qConstraintTypeDefault": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qFdbTable": {
                      "type": "object",
                      "properties": {
                        "dot1qFdbEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot1qFdbId": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "dot1qFdbDynamicCount": {
                                "type": "string",
                                "example": "10"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qTpFdbTable": {
                      "type": "object",
                      "properties": {
                        "dot1qTpFdbEntry": {
                          "type": "object",
                          "properties": {
                            "dot1qFdbId": {
                              "type": "string",
                              "example": "1"
                            },
                            "dot1qTpFdbAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "dot1qTpFdbPort": {
                              "type": "integer",
                              "example": 1
                            },
                            "dot1qTpFdbStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qTpGroupTable": {
                      "type": "object",
                      "properties": {
                        "dot1qTpGroupEntry": {
                          "type": "object",
                          "properties": {
                            "dot1qVlanIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qTpGroupAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "dot1qTpGroupEgressPorts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qTpGroupLearnt": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qForwardAllTable": {
                      "type": "object",
                      "properties": {
                        "dot1qForwardAllEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot1qVlanIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1qForwardAllPorts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1qForwardAllStaticPorts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1qForwardAllForbiddenPorts": {
                                "type": "string",
                                "example": "1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qForwardUnregisteredTable": {
                      "type": "object",
                      "properties": {
                        "dot1qForwardUnregisteredEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot1qVlanIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1qForwardUnregisteredPorts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1qForwardUnregisteredStaticPorts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1qForwardUnregisteredForbiddenPorts": {
                                "type": "string",
                                "example": "1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qStaticUnicastTable": {
                      "type": "object",
                      "properties": {
                        "dot1qStaticUnicastEntry": {
                          "type": "object",
                          "properties": {
                            "dot1qFdbId": {
                              "type": "string",
                              "example": "1"
                            },
                            "dot1qStaticUnicastAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "dot1qStaticUnicastReceivePort": {
                              "type": "integer",
                              "example": 1
                            },
                            "dot1qStaticUnicastAllowedToGoTo": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qStaticUnicastStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qStaticMulticastTable": {
                      "type": "object",
                      "properties": {
                        "dot1qStaticMulticastEntry": {
                          "type": "object",
                          "properties": {
                            "dot1qVlanIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qStaticMulticastAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "dot1qStaticMulticastReceivePort": {
                              "type": "integer",
                              "example": 1
                            },
                            "dot1qStaticMulticastStaticEgressPorts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qStaticMulticastForbiddenEgressPorts": {
                              "type": "string",
                              "example": "1"
                            },
                            "dot1qStaticMulticastStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qVlanCurrentTable": {
                      "type": "object",
                      "properties": {
                        "dot1qVlanCurrentEntry": {
                          "type": "object",
                          "properties": {
                            "dot1qVlanTimeMark": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "dot1qVlanIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qVlanFdbId": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "dot1qVlanCurrentEgressPorts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qVlanCurrentUntaggedPorts": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qVlanStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "dot1qVlanCreationTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qVlanStaticTable": {
                      "type": "object",
                      "properties": {
                        "dot1qVlanStaticEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "dot1qVlanIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1qVlanStaticName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "dot1qVlanStaticEgressPorts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1qVlanForbiddenEgressPorts": {
                                "type": "string",
                                "example": "1"
                              },
                              "dot1qVlanStaticUntaggedPorts": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "dot1qVlanStaticRowStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qPortVlanStatisticsTable": {
                      "type": "object",
                      "properties": {
                        "dot1qPortVlanStatisticsEntry": {
                          "type": "object",
                          "properties": {
                            "dot1dBasePort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qVlanIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qTpVlanPortInFrames": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qTpVlanPortOutFrames": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qTpVlanPortInDiscards": {
                              "type": "string",
                              "example": "0"
                            },
                            "dot1qTpVlanPortInOverflowFrames": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qTpVlanPortOutOverflowFrames": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qTpVlanPortInOverflowDiscards": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qPortVlanHCStatisticsTable": {
                      "type": "object",
                      "properties": {
                        "dot1qPortVlanHCStatisticsEntry": {
                          "type": "object",
                          "properties": {
                            "dot1dBasePort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qVlanIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qTpVlanPortHCInFrames": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qTpVlanPortHCOutFrames": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qTpVlanPortHCInDiscards": {
                              "type": "string",
                              "example": "0"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qLearningConstraintsTable": {
                      "type": "object",
                      "properties": {
                        "dot1qLearningConstraintsEntry": {
                          "type": "object",
                          "properties": {
                            "dot1qConstraintVlan": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qConstraintSet": {
                              "type": "integer",
                              "example": 1
                            },
                            "dot1qConstraintType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1qConstraintStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1vProtocolGroupTable": {
                      "type": "object",
                      "properties": {
                        "dot1vProtocolGroupEntry": {
                          "type": "object",
                          "properties": {
                            "dot1vProtocolTemplateFrameType": {
                              "type": "string",
                              "example": "45"
                            },
                            "dot1vProtocolTemplateProtocolValue": {
                              "type": "string",
                              "format": "byte",
                              "example": "45"
                            },
                            "dot1vProtocolGroupId": {
                              "type": "integer",
                              "example": 1
                            },
                            "dot1vProtocolGroupRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1vProtocolPortTable": {
                      "type": "object",
                      "properties": {
                        "dot1vProtocolPortEntry": {
                          "type": "object",
                          "properties": {
                            "dot1dBasePort": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dot1vProtocolPortGroupId": {
                              "type": "integer",
                              "example": 1
                            },
                            "dot1vProtocolPortGroupVid": {
                              "type": "integer",
                              "example": 1
                            },
                            "dot1vProtocolPortRowStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "dot1qPvid": {
                      "type": "string",
                      "example": "1"
                    },
                    "dot1qPortAcceptableFrameTypes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qPortIngressFiltering": {
                      "type": "boolean",
                      "example": true
                    },
                    "dot1qPortGvrpStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "dot1qPortGvrpFailedRegistrations": {
                      "type": "string",
                      "example": "50"
                    },
                    "dot1qPortGvrpLastPduOrigin": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qPortRestrictedVlanRegistration": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": 1
                },
                "example": {
                  "Q-BRIDGE-MIB:Q-BRIDGE-MIB": {
                    "dot1qBase": {
                      "dot1qVlanVersionNumber": "default",
                      "dot1qMaxVlanId": "1",
                      "dot1qMaxSupportedVlans": 1,
                      "dot1qNumVlans": 10,
                      "dot1qGvrpStatus": "active"
                    },
                    "dot1qVlan": {
                      "dot1qVlanNumDeletes": "10",
                      "dot1qNextFreeLocalVlanIndex": 1,
                      "dot1qConstraintSetDefault": 1,
                      "dot1qConstraintTypeDefault": "default"
                    },
                    "dot1qFdbTable": {
                      "dot1qFdbEntry": [
                        {
                          "dot1qFdbId": 1,
                          "dot1qFdbDynamicCount": "10"
                        }
                      ]
                    },
                    "dot1qTpFdbTable": {
                      "dot1qTpFdbEntry": {
                        "dot1qFdbId": "1",
                        "dot1qTpFdbAddress": "10.1.1.1",
                        "dot1qTpFdbPort": 1,
                        "dot1qTpFdbStatus": "default"
                      }
                    },
                    "dot1qTpGroupTable": {
                      "dot1qTpGroupEntry": {
                        "dot1qVlanIndex": "configured-value",
                        "dot1qTpGroupAddress": "10.1.1.1",
                        "dot1qTpGroupEgressPorts": "configured-value",
                        "dot1qTpGroupLearnt": "configured-value"
                      }
                    },
                    "dot1qForwardAllTable": {
                      "dot1qForwardAllEntry": [
                        {
                          "dot1qVlanIndex": "configured-value",
                          "dot1qForwardAllPorts": "configured-value",
                          "dot1qForwardAllStaticPorts": "configured-value",
                          "dot1qForwardAllForbiddenPorts": "1"
                        }
                      ]
                    },
                    "dot1qForwardUnregisteredTable": {
                      "dot1qForwardUnregisteredEntry": [
                        {
                          "dot1qVlanIndex": "configured-value",
                          "dot1qForwardUnregisteredPorts": "configured-value",
                          "dot1qForwardUnregisteredStaticPorts": "configured-value",
                          "dot1qForwardUnregisteredForbiddenPorts": "1"
                        }
                      ]
                    },
                    "dot1qStaticUnicastTable": {
                      "dot1qStaticUnicastEntry": {
                        "dot1qFdbId": "1",
                        "dot1qStaticUnicastAddress": "10.1.1.1",
                        "dot1qStaticUnicastReceivePort": 1,
                        "dot1qStaticUnicastAllowedToGoTo": "configured-value",
                        "dot1qStaticUnicastStatus": "default"
                      }
                    },
                    "dot1qStaticMulticastTable": {
                      "dot1qStaticMulticastEntry": {
                        "dot1qVlanIndex": "configured-value",
                        "dot1qStaticMulticastAddress": "10.1.1.1",
                        "dot1qStaticMulticastReceivePort": 1,
                        "dot1qStaticMulticastStaticEgressPorts": "configured-value",
                        "dot1qStaticMulticastForbiddenEgressPorts": "1",
                        "dot1qStaticMulticastStatus": "default"
                      }
                    },
                    "dot1qVlanCurrentTable": {
                      "dot1qVlanCurrentEntry": {
                        "dot1qVlanTimeMark": "10:30:45",
                        "dot1qVlanIndex": "configured-value",
                        "dot1qVlanFdbId": 1,
                        "dot1qVlanCurrentEgressPorts": "configured-value",
                        "dot1qVlanCurrentUntaggedPorts": "configured-value",
                        "dot1qVlanStatus": "default",
                        "dot1qVlanCreationTime": "10:30:45"
                      }
                    },
                    "dot1qVlanStaticTable": {
                      "dot1qVlanStaticEntry": [
                        {
                          "dot1qVlanIndex": "configured-value",
                          "dot1qVlanStaticName": "example-1",
                          "dot1qVlanStaticEgressPorts": "configured-value",
                          "dot1qVlanForbiddenEgressPorts": "1",
                          "dot1qVlanStaticUntaggedPorts": "configured-value",
                          "dot1qVlanStaticRowStatus": "active"
                        }
                      ]
                    },
                    "dot1qPortVlanStatisticsTable": {
                      "dot1qPortVlanStatisticsEntry": {
                        "dot1dBasePort": "configured-value",
                        "dot1qVlanIndex": "configured-value",
                        "dot1qTpVlanPortInFrames": "configured-value",
                        "dot1qTpVlanPortOutFrames": "configured-value",
                        "dot1qTpVlanPortInDiscards": "0",
                        "dot1qTpVlanPortInOverflowFrames": "configured-value",
                        "dot1qTpVlanPortOutOverflowFrames": "configured-value",
                        "dot1qTpVlanPortInOverflowDiscards": "0"
                      }
                    },
                    "dot1qPortVlanHCStatisticsTable": {
                      "dot1qPortVlanHCStatisticsEntry": {
                        "dot1dBasePort": "configured-value",
                        "dot1qVlanIndex": "configured-value",
                        "dot1qTpVlanPortHCInFrames": "configured-value",
                        "dot1qTpVlanPortHCOutFrames": "configured-value",
                        "dot1qTpVlanPortHCInDiscards": "0"
                      }
                    },
                    "dot1qLearningConstraintsTable": {
                      "dot1qLearningConstraintsEntry": {
                        "dot1qConstraintVlan": "configured-value",
                        "dot1qConstraintSet": 1,
                        "dot1qConstraintType": "default",
                        "dot1qConstraintStatus": "active"
                      }
                    },
                    "dot1vProtocolGroupTable": {
                      "dot1vProtocolGroupEntry": {
                        "dot1vProtocolTemplateFrameType": "default",
                        "dot1vProtocolTemplateProtocolValue": "QmFzZTY0",
                        "dot1vProtocolGroupId": 1,
                        "dot1vProtocolGroupRowStatus": "active"
                      }
                    },
                    "dot1vProtocolPortTable": {
                      "dot1vProtocolPortEntry": {
                        "dot1dBasePort": "configured-value",
                        "dot1vProtocolPortGroupId": 1,
                        "dot1vProtocolPortGroupVid": 1,
                        "dot1vProtocolPortRowStatus": "active"
                      }
                    },
                    "dot1qPvid": "1",
                    "dot1qPortAcceptableFrameTypes": "default",
                    "dot1qPortIngressFiltering": true,
                    "dot1qPortGvrpStatus": "active",
                    "dot1qPortGvrpFailedRegistrations": "50",
                    "dot1qPortGvrpLastPduOrigin": "configured-value",
                    "dot1qPortRestrictedVlanRegistration": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve Q-BRIDGE-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qBase": {
      "get": {
        "summary": "Get dot1qBase",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qBase",
        "tags": [
          "Q-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": {
                    "dot1qVlanVersionNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "dot1qMaxVlanId": {
                      "type": "string",
                      "example": "1"
                    },
                    "dot1qMaxSupportedVlans": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "dot1qNumVlans": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 10
                    },
                    "dot1qGvrpStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qBase": {
                    "dot1qVlanVersionNumber": "default",
                    "dot1qMaxVlanId": "1",
                    "dot1qMaxSupportedVlans": 1,
                    "dot1qNumVlans": 10,
                    "dot1qGvrpStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qBase from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qBase/dot1qVlanVersionNumber": {
      "get": {
        "summary": "Get dot1qVlanVersionNumber",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qBase-dot1qVlanVersionNumber",
        "tags": [
          "Q-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"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanVersionNumber": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanVersionNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qBase/dot1qMaxVlanId": {
      "get": {
        "summary": "Get dot1qMaxVlanId",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qBase-dot1qMaxVlanId",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qMaxVlanId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qMaxVlanId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qBase/dot1qMaxSupportedVlans": {
      "get": {
        "summary": "Get dot1qMaxSupportedVlans",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qBase-dot1qMaxSupportedVlans",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qMaxSupportedVlans": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qMaxSupportedVlans from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qBase/dot1qNumVlans": {
      "get": {
        "summary": "Get dot1qNumVlans",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qBase-dot1qNumVlans",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 10
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qNumVlans": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qNumVlans from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qBase/dot1qGvrpStatus": {
      "get": {
        "summary": "Get dot1qGvrpStatus",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qBase-dot1qGvrpStatus",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qGvrpStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qGvrpStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlan": {
      "get": {
        "summary": "Get dot1qVlan",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlan",
        "tags": [
          "Q-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": {
                    "dot1qVlanNumDeletes": {
                      "type": "string",
                      "example": "10"
                    },
                    "dot1qNextFreeLocalVlanIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1qConstraintSetDefault": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1qConstraintTypeDefault": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlan": {
                    "dot1qVlanNumDeletes": "10",
                    "dot1qNextFreeLocalVlanIndex": 1,
                    "dot1qConstraintSetDefault": 1,
                    "dot1qConstraintTypeDefault": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlan from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlan/dot1qVlanNumDeletes": {
      "get": {
        "summary": "Get dot1qVlanNumDeletes",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlan-dot1qVlanNumDeletes",
        "tags": [
          "Q-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"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanNumDeletes": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanNumDeletes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlan/dot1qNextFreeLocalVlanIndex": {
      "get": {
        "summary": "Get dot1qNextFreeLocalVlanIndex",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlan-dot1qNextFreeLocalVlanIndex",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qNextFreeLocalVlanIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qNextFreeLocalVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlan/dot1qConstraintSetDefault": {
      "get": {
        "summary": "Get dot1qConstraintSetDefault",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlan-dot1qConstraintSetDefault",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qConstraintSetDefault": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qConstraintSetDefault from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlan/dot1qConstraintTypeDefault": {
      "get": {
        "summary": "Get dot1qConstraintTypeDefault",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlan-dot1qConstraintTypeDefault",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qConstraintTypeDefault": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qConstraintTypeDefault from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qFdbTable": {
      "get": {
        "summary": "Get dot1qFdbTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qFdbTable",
        "tags": [
          "Q-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": {
                    "dot1qFdbEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qFdbId": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "dot1qFdbDynamicCount": {
                            "type": "string",
                            "example": "10"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qFdbTable": {
                    "dot1qFdbEntry": [
                      {
                        "dot1qFdbId": 1,
                        "dot1qFdbDynamicCount": "10"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qFdbTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qFdbTable/dot1qFdbEntry": {
      "get": {
        "summary": "Get dot1qFdbEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qFdbTable-dot1qFdbEntry",
        "tags": [
          "Q-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": {
                      "dot1qFdbId": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "dot1qFdbDynamicCount": {
                        "type": "string",
                        "example": "10"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qFdbEntry": [
                    {
                      "dot1qFdbId": 1,
                      "dot1qFdbDynamicCount": "10"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qFdbEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qFdbTable/dot1qFdbEntry/dot1qFdbId": {
      "get": {
        "summary": "Get dot1qFdbId",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qFdbTable-dot1qFdbEntry-dot1qFdbId",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qFdbId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qFdbId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qFdbTable/dot1qFdbEntry/dot1qFdbDynamicCount": {
      "get": {
        "summary": "Get dot1qFdbDynamicCount",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qFdbTable-dot1qFdbEntry-dot1qFdbDynamicCount",
        "tags": [
          "Q-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"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qFdbDynamicCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qFdbDynamicCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpFdbTable": {
      "get": {
        "summary": "Get dot1qTpFdbTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpFdbTable",
        "tags": [
          "Q-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": {
                    "dot1qTpFdbEntry": {
                      "type": "object",
                      "properties": {
                        "dot1qFdbId": {
                          "type": "string",
                          "example": "1"
                        },
                        "dot1qTpFdbAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "dot1qTpFdbPort": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1qTpFdbStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpFdbTable": {
                    "dot1qTpFdbEntry": {
                      "dot1qFdbId": "1",
                      "dot1qTpFdbAddress": "10.1.1.1",
                      "dot1qTpFdbPort": 1,
                      "dot1qTpFdbStatus": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpFdbTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpFdbTable/dot1qTpFdbEntry": {
      "get": {
        "summary": "Get dot1qTpFdbEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpFdbTable-dot1qTpFdbEntry",
        "tags": [
          "Q-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": {
                    "dot1qFdbId": {
                      "type": "string",
                      "example": "1"
                    },
                    "dot1qTpFdbAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "dot1qTpFdbPort": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1qTpFdbStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpFdbEntry": {
                    "dot1qFdbId": "1",
                    "dot1qTpFdbAddress": "10.1.1.1",
                    "dot1qTpFdbPort": 1,
                    "dot1qTpFdbStatus": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpFdbEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpFdbTable/dot1qTpFdbEntry/dot1qFdbId": {
      "get": {
        "summary": "Get dot1qFdbId",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpFdbTable-dot1qTpFdbEntry-dot1qFdbId",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qFdbId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qFdbId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpFdbTable/dot1qTpFdbEntry/dot1qTpFdbAddress": {
      "get": {
        "summary": "Get dot1qTpFdbAddress",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpFdbTable-dot1qTpFdbEntry-dot1qTpFdbAddress",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpFdbAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpFdbAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpFdbTable/dot1qTpFdbEntry/dot1qTpFdbPort": {
      "get": {
        "summary": "Get dot1qTpFdbPort",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpFdbTable-dot1qTpFdbEntry-dot1qTpFdbPort",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpFdbPort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpFdbPort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpFdbTable/dot1qTpFdbEntry/dot1qTpFdbStatus": {
      "get": {
        "summary": "Get dot1qTpFdbStatus",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpFdbTable-dot1qTpFdbEntry-dot1qTpFdbStatus",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpFdbStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpFdbStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpGroupTable": {
      "get": {
        "summary": "Get dot1qTpGroupTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpGroupTable",
        "tags": [
          "Q-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": {
                    "dot1qTpGroupEntry": {
                      "type": "object",
                      "properties": {
                        "dot1qVlanIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qTpGroupAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "dot1qTpGroupEgressPorts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qTpGroupLearnt": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpGroupTable": {
                    "dot1qTpGroupEntry": {
                      "dot1qVlanIndex": "configured-value",
                      "dot1qTpGroupAddress": "10.1.1.1",
                      "dot1qTpGroupEgressPorts": "configured-value",
                      "dot1qTpGroupLearnt": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpGroupTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpGroupTable/dot1qTpGroupEntry": {
      "get": {
        "summary": "Get dot1qTpGroupEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpGroupTable-dot1qTpGroupEntry",
        "tags": [
          "Q-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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qTpGroupAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "dot1qTpGroupEgressPorts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qTpGroupLearnt": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qTpGroupEntry": {
                    "dot1qVlanIndex": "configured-value",
                    "dot1qTpGroupAddress": "10.1.1.1",
                    "dot1qTpGroupEgressPorts": "configured-value",
                    "dot1qTpGroupLearnt": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpGroupEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpGroupTable/dot1qTpGroupEntry/dot1qVlanIndex": {
      "get": {
        "summary": "Get dot1qVlanIndex",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpGroupTable-dot1qTpGroupEntry-dot1qVlanIndex",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanIndex": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpGroupTable/dot1qTpGroupEntry/dot1qTpGroupAddress": {
      "get": {
        "summary": "Get dot1qTpGroupAddress",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpGroupTable-dot1qTpGroupEntry-dot1qTpGroupAddress",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpGroupAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpGroupAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpGroupTable/dot1qTpGroupEntry/dot1qTpGroupEgressPorts": {
      "get": {
        "summary": "Get dot1qTpGroupEgressPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpGroupTable-dot1qTpGroupEntry-dot1qTpGroupEgressPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpGroupEgressPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpGroupEgressPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qTpGroupTable/dot1qTpGroupEntry/dot1qTpGroupLearnt": {
      "get": {
        "summary": "Get dot1qTpGroupLearnt",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qTpGroupTable-dot1qTpGroupEntry-dot1qTpGroupLearnt",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpGroupLearnt": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpGroupLearnt from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardAllTable": {
      "get": {
        "summary": "Get dot1qForwardAllTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardAllTable",
        "tags": [
          "Q-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": {
                    "dot1qForwardAllEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qVlanIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1qForwardAllPorts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1qForwardAllStaticPorts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1qForwardAllForbiddenPorts": {
                            "type": "string",
                            "example": "1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardAllTable": {
                    "dot1qForwardAllEntry": [
                      {
                        "dot1qVlanIndex": "configured-value",
                        "dot1qForwardAllPorts": "configured-value",
                        "dot1qForwardAllStaticPorts": "configured-value",
                        "dot1qForwardAllForbiddenPorts": "1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qForwardAllTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardAllTable/dot1qForwardAllEntry": {
      "get": {
        "summary": "Get dot1qForwardAllEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardAllTable-dot1qForwardAllEntry",
        "tags": [
          "Q-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": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1qForwardAllPorts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1qForwardAllStaticPorts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1qForwardAllForbiddenPorts": {
                        "type": "string",
                        "example": "1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardAllEntry": [
                    {
                      "dot1qVlanIndex": "configured-value",
                      "dot1qForwardAllPorts": "configured-value",
                      "dot1qForwardAllStaticPorts": "configured-value",
                      "dot1qForwardAllForbiddenPorts": "1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qForwardAllEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardAllTable/dot1qForwardAllEntry/dot1qVlanIndex": {
      "get": {
        "summary": "Get dot1qVlanIndex",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardAllTable-dot1qForwardAllEntry-dot1qVlanIndex",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanIndex": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardAllTable/dot1qForwardAllEntry/dot1qForwardAllPorts": {
      "get": {
        "summary": "Get dot1qForwardAllPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardAllTable-dot1qForwardAllEntry-dot1qForwardAllPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qForwardAllPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qForwardAllPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardAllTable/dot1qForwardAllEntry/dot1qForwardAllStaticPorts": {
      "get": {
        "summary": "Get dot1qForwardAllStaticPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardAllTable-dot1qForwardAllEntry-dot1qForwardAllStaticPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qForwardAllStaticPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qForwardAllStaticPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardAllTable/dot1qForwardAllEntry/dot1qForwardAllForbiddenPorts": {
      "get": {
        "summary": "Get dot1qForwardAllForbiddenPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardAllTable-dot1qForwardAllEntry-dot1qForwardAllForbiddenPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qForwardAllForbiddenPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qForwardAllForbiddenPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardUnregisteredTable": {
      "get": {
        "summary": "Get dot1qForwardUnregisteredTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardUnregisteredTable",
        "tags": [
          "Q-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": {
                    "dot1qForwardUnregisteredEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qVlanIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1qForwardUnregisteredPorts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1qForwardUnregisteredStaticPorts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1qForwardUnregisteredForbiddenPorts": {
                            "type": "string",
                            "example": "1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardUnregisteredTable": {
                    "dot1qForwardUnregisteredEntry": [
                      {
                        "dot1qVlanIndex": "configured-value",
                        "dot1qForwardUnregisteredPorts": "configured-value",
                        "dot1qForwardUnregisteredStaticPorts": "configured-value",
                        "dot1qForwardUnregisteredForbiddenPorts": "1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qForwardUnregisteredTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardUnregisteredTable/dot1qForwardUnregisteredEntry": {
      "get": {
        "summary": "Get dot1qForwardUnregisteredEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardUnregisteredTable-dot1qForwardUnregisteredEntry",
        "tags": [
          "Q-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": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1qForwardUnregisteredPorts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1qForwardUnregisteredStaticPorts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1qForwardUnregisteredForbiddenPorts": {
                        "type": "string",
                        "example": "1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qForwardUnregisteredEntry": [
                    {
                      "dot1qVlanIndex": "configured-value",
                      "dot1qForwardUnregisteredPorts": "configured-value",
                      "dot1qForwardUnregisteredStaticPorts": "configured-value",
                      "dot1qForwardUnregisteredForbiddenPorts": "1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qForwardUnregisteredEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardUnregisteredTable/dot1qForwardUnregisteredEntry/dot1qVlanIndex": {
      "get": {
        "summary": "Get dot1qVlanIndex",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardUnregisteredTable-dot1qForwardUnregisteredEntry-dot1qVlanIndex",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanIndex": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardUnregisteredTable/dot1qForwardUnregisteredEntry/dot1qForwardUnregisteredPorts": {
      "get": {
        "summary": "Get dot1qForwardUnregisteredPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardUnregisteredTable-dot1qForwardUnregisteredEntry-dot1qForwardUnregisteredPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qForwardUnregisteredPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qForwardUnregisteredPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardUnregisteredTable/dot1qForwardUnregisteredEntry/dot1qForwardUnregisteredStaticPorts": {
      "get": {
        "summary": "Get dot1qForwardUnregisteredStaticPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardUnregisteredTable-dot1qForwardUnregisteredEntry-dot1qForwardUnregisteredStaticPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qForwardUnregisteredStaticPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qForwardUnregisteredStaticPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qForwardUnregisteredTable/dot1qForwardUnregisteredEntry/dot1qForwardUnregisteredForbiddenPorts": {
      "get": {
        "summary": "Get dot1qForwardUnregisteredForbiddenPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qForwardUnregisteredTable-dot1qForwardUnregisteredEntry-dot1qForwardUnregisteredForbiddenPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qForwardUnregisteredForbiddenPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qForwardUnregisteredForbiddenPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticUnicastTable": {
      "get": {
        "summary": "Get dot1qStaticUnicastTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticUnicastTable",
        "tags": [
          "Q-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": {
                    "dot1qStaticUnicastEntry": {
                      "type": "object",
                      "properties": {
                        "dot1qFdbId": {
                          "type": "string",
                          "example": "1"
                        },
                        "dot1qStaticUnicastAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "dot1qStaticUnicastReceivePort": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1qStaticUnicastAllowedToGoTo": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qStaticUnicastStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastTable": {
                    "dot1qStaticUnicastEntry": {
                      "dot1qFdbId": "1",
                      "dot1qStaticUnicastAddress": "10.1.1.1",
                      "dot1qStaticUnicastReceivePort": 1,
                      "dot1qStaticUnicastAllowedToGoTo": "configured-value",
                      "dot1qStaticUnicastStatus": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticUnicastTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticUnicastTable/dot1qStaticUnicastEntry": {
      "get": {
        "summary": "Get dot1qStaticUnicastEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticUnicastTable-dot1qStaticUnicastEntry",
        "tags": [
          "Q-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": {
                    "dot1qFdbId": {
                      "type": "string",
                      "example": "1"
                    },
                    "dot1qStaticUnicastAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "dot1qStaticUnicastReceivePort": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1qStaticUnicastAllowedToGoTo": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qStaticUnicastStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastEntry": {
                    "dot1qFdbId": "1",
                    "dot1qStaticUnicastAddress": "10.1.1.1",
                    "dot1qStaticUnicastReceivePort": 1,
                    "dot1qStaticUnicastAllowedToGoTo": "configured-value",
                    "dot1qStaticUnicastStatus": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticUnicastEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticUnicastTable/dot1qStaticUnicastEntry/dot1qFdbId": {
      "get": {
        "summary": "Get dot1qFdbId",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticUnicastTable-dot1qStaticUnicastEntry-dot1qFdbId",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qFdbId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qFdbId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticUnicastTable/dot1qStaticUnicastEntry/dot1qStaticUnicastAddress": {
      "get": {
        "summary": "Get dot1qStaticUnicastAddress",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticUnicastTable-dot1qStaticUnicastEntry-dot1qStaticUnicastAddress",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticUnicastAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticUnicastTable/dot1qStaticUnicastEntry/dot1qStaticUnicastReceivePort": {
      "get": {
        "summary": "Get dot1qStaticUnicastReceivePort",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticUnicastTable-dot1qStaticUnicastEntry-dot1qStaticUnicastReceivePort",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastReceivePort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticUnicastReceivePort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticUnicastTable/dot1qStaticUnicastEntry/dot1qStaticUnicastAllowedToGoTo": {
      "get": {
        "summary": "Get dot1qStaticUnicastAllowedToGoTo",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticUnicastTable-dot1qStaticUnicastEntry-dot1qStaticUnicastAllowedToGoTo",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastAllowedToGoTo": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticUnicastAllowedToGoTo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticUnicastTable/dot1qStaticUnicastEntry/dot1qStaticUnicastStatus": {
      "get": {
        "summary": "Get dot1qStaticUnicastStatus",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticUnicastTable-dot1qStaticUnicastEntry-dot1qStaticUnicastStatus",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qStaticUnicastStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticUnicastStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticMulticastTable": {
      "get": {
        "summary": "Get dot1qStaticMulticastTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticMulticastTable",
        "tags": [
          "Q-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": {
                    "dot1qStaticMulticastEntry": {
                      "type": "object",
                      "properties": {
                        "dot1qVlanIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qStaticMulticastAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "dot1qStaticMulticastReceivePort": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1qStaticMulticastStaticEgressPorts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qStaticMulticastForbiddenEgressPorts": {
                          "type": "string",
                          "example": "1"
                        },
                        "dot1qStaticMulticastStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastTable": {
                    "dot1qStaticMulticastEntry": {
                      "dot1qVlanIndex": "configured-value",
                      "dot1qStaticMulticastAddress": "10.1.1.1",
                      "dot1qStaticMulticastReceivePort": 1,
                      "dot1qStaticMulticastStaticEgressPorts": "configured-value",
                      "dot1qStaticMulticastForbiddenEgressPorts": "1",
                      "dot1qStaticMulticastStatus": "default"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticMulticastTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticMulticastTable/dot1qStaticMulticastEntry": {
      "get": {
        "summary": "Get dot1qStaticMulticastEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticMulticastTable-dot1qStaticMulticastEntry",
        "tags": [
          "Q-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": {
                    "dot1qVlanIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qStaticMulticastAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "dot1qStaticMulticastReceivePort": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1qStaticMulticastStaticEgressPorts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qStaticMulticastForbiddenEgressPorts": {
                      "type": "string",
                      "example": "1"
                    },
                    "dot1qStaticMulticastStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastEntry": {
                    "dot1qVlanIndex": "configured-value",
                    "dot1qStaticMulticastAddress": "10.1.1.1",
                    "dot1qStaticMulticastReceivePort": 1,
                    "dot1qStaticMulticastStaticEgressPorts": "configured-value",
                    "dot1qStaticMulticastForbiddenEgressPorts": "1",
                    "dot1qStaticMulticastStatus": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticMulticastEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticMulticastTable/dot1qStaticMulticastEntry/dot1qVlanIndex": {
      "get": {
        "summary": "Get dot1qVlanIndex",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticMulticastTable-dot1qStaticMulticastEntry-dot1qVlanIndex",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanIndex": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticMulticastTable/dot1qStaticMulticastEntry/dot1qStaticMulticastAddress": {
      "get": {
        "summary": "Get dot1qStaticMulticastAddress",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticMulticastTable-dot1qStaticMulticastEntry-dot1qStaticMulticastAddress",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticMulticastAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticMulticastTable/dot1qStaticMulticastEntry/dot1qStaticMulticastReceivePort": {
      "get": {
        "summary": "Get dot1qStaticMulticastReceivePort",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticMulticastTable-dot1qStaticMulticastEntry-dot1qStaticMulticastReceivePort",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastReceivePort": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticMulticastReceivePort from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticMulticastTable/dot1qStaticMulticastEntry/dot1qStaticMulticastStaticEgressPorts": {
      "get": {
        "summary": "Get dot1qStaticMulticastStaticEgressPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticMulticastTable-dot1qStaticMulticastEntry-dot1qStaticMulticastStaticEgressPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastStaticEgressPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticMulticastStaticEgressPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticMulticastTable/dot1qStaticMulticastEntry/dot1qStaticMulticastForbiddenEgressPorts": {
      "get": {
        "summary": "Get dot1qStaticMulticastForbiddenEgressPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticMulticastTable-dot1qStaticMulticastEntry-dot1qStaticMulticastForbiddenEgressPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastForbiddenEgressPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticMulticastForbiddenEgressPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qStaticMulticastTable/dot1qStaticMulticastEntry/dot1qStaticMulticastStatus": {
      "get": {
        "summary": "Get dot1qStaticMulticastStatus",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qStaticMulticastTable-dot1qStaticMulticastEntry-dot1qStaticMulticastStatus",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qStaticMulticastStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qStaticMulticastStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanCurrentTable": {
      "get": {
        "summary": "Get dot1qVlanCurrentTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanCurrentTable",
        "tags": [
          "Q-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": {
                    "dot1qVlanCurrentEntry": {
                      "type": "object",
                      "properties": {
                        "dot1qVlanTimeMark": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "dot1qVlanIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qVlanFdbId": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "dot1qVlanCurrentEgressPorts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qVlanCurrentUntaggedPorts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qVlanStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "dot1qVlanCreationTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanCurrentTable": {
                    "dot1qVlanCurrentEntry": {
                      "dot1qVlanTimeMark": "10:30:45",
                      "dot1qVlanIndex": "configured-value",
                      "dot1qVlanFdbId": 1,
                      "dot1qVlanCurrentEgressPorts": "configured-value",
                      "dot1qVlanCurrentUntaggedPorts": "configured-value",
                      "dot1qVlanStatus": "default",
                      "dot1qVlanCreationTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanCurrentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanCurrentTable/dot1qVlanCurrentEntry": {
      "get": {
        "summary": "Get dot1qVlanCurrentEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanCurrentTable-dot1qVlanCurrentEntry",
        "tags": [
          "Q-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": {
                    "dot1qVlanTimeMark": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qVlanFdbId": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "dot1qVlanCurrentEgressPorts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qVlanCurrentUntaggedPorts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qVlanStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "dot1qVlanCreationTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanCurrentEntry": {
                    "dot1qVlanTimeMark": "10:30:45",
                    "dot1qVlanIndex": "configured-value",
                    "dot1qVlanFdbId": 1,
                    "dot1qVlanCurrentEgressPorts": "configured-value",
                    "dot1qVlanCurrentUntaggedPorts": "configured-value",
                    "dot1qVlanStatus": "default",
                    "dot1qVlanCreationTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanCurrentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanCurrentTable/dot1qVlanCurrentEntry/dot1qVlanTimeMark": {
      "get": {
        "summary": "Get dot1qVlanTimeMark",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanCurrentTable-dot1qVlanCurrentEntry-dot1qVlanTimeMark",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanTimeMark": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanTimeMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanCurrentTable/dot1qVlanCurrentEntry/dot1qVlanIndex": {
      "get": {
        "summary": "Get dot1qVlanIndex",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanCurrentTable-dot1qVlanCurrentEntry-dot1qVlanIndex",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanIndex": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanCurrentTable/dot1qVlanCurrentEntry/dot1qVlanFdbId": {
      "get": {
        "summary": "Get dot1qVlanFdbId",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanCurrentTable-dot1qVlanCurrentEntry-dot1qVlanFdbId",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanFdbId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanFdbId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanCurrentTable/dot1qVlanCurrentEntry/dot1qVlanCurrentEgressPorts": {
      "get": {
        "summary": "Get dot1qVlanCurrentEgressPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanCurrentTable-dot1qVlanCurrentEntry-dot1qVlanCurrentEgressPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanCurrentEgressPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanCurrentEgressPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanCurrentTable/dot1qVlanCurrentEntry/dot1qVlanCurrentUntaggedPorts": {
      "get": {
        "summary": "Get dot1qVlanCurrentUntaggedPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanCurrentTable-dot1qVlanCurrentEntry-dot1qVlanCurrentUntaggedPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanCurrentUntaggedPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanCurrentUntaggedPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanCurrentTable/dot1qVlanCurrentEntry/dot1qVlanStatus": {
      "get": {
        "summary": "Get dot1qVlanStatus",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanCurrentTable-dot1qVlanCurrentEntry-dot1qVlanStatus",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanCurrentTable/dot1qVlanCurrentEntry/dot1qVlanCreationTime": {
      "get": {
        "summary": "Get dot1qVlanCreationTime",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanCurrentTable-dot1qVlanCurrentEntry-dot1qVlanCreationTime",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanCreationTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanCreationTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanStaticTable": {
      "get": {
        "summary": "Get dot1qVlanStaticTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanStaticTable",
        "tags": [
          "Q-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": {
                    "dot1qVlanStaticEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "dot1qVlanIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1qVlanStaticName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "dot1qVlanStaticEgressPorts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1qVlanForbiddenEgressPorts": {
                            "type": "string",
                            "example": "1"
                          },
                          "dot1qVlanStaticUntaggedPorts": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "dot1qVlanStaticRowStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticTable": {
                    "dot1qVlanStaticEntry": [
                      {
                        "dot1qVlanIndex": "configured-value",
                        "dot1qVlanStaticName": "example-1",
                        "dot1qVlanStaticEgressPorts": "configured-value",
                        "dot1qVlanForbiddenEgressPorts": "1",
                        "dot1qVlanStaticUntaggedPorts": "configured-value",
                        "dot1qVlanStaticRowStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanStaticTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanStaticTable/dot1qVlanStaticEntry": {
      "get": {
        "summary": "Get dot1qVlanStaticEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanStaticTable-dot1qVlanStaticEntry",
        "tags": [
          "Q-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": {
                      "dot1qVlanIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1qVlanStaticName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "dot1qVlanStaticEgressPorts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1qVlanForbiddenEgressPorts": {
                        "type": "string",
                        "example": "1"
                      },
                      "dot1qVlanStaticUntaggedPorts": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "dot1qVlanStaticRowStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticEntry": [
                    {
                      "dot1qVlanIndex": "configured-value",
                      "dot1qVlanStaticName": "example-1",
                      "dot1qVlanStaticEgressPorts": "configured-value",
                      "dot1qVlanForbiddenEgressPorts": "1",
                      "dot1qVlanStaticUntaggedPorts": "configured-value",
                      "dot1qVlanStaticRowStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanStaticEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanStaticTable/dot1qVlanStaticEntry/dot1qVlanIndex": {
      "get": {
        "summary": "Get dot1qVlanIndex",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanStaticTable-dot1qVlanStaticEntry-dot1qVlanIndex",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanIndex": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanStaticTable/dot1qVlanStaticEntry/dot1qVlanStaticName": {
      "get": {
        "summary": "Get dot1qVlanStaticName",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanStaticTable-dot1qVlanStaticEntry-dot1qVlanStaticName",
        "tags": [
          "Q-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": "example-1"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanStaticName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanStaticTable/dot1qVlanStaticEntry/dot1qVlanStaticEgressPorts": {
      "get": {
        "summary": "Get dot1qVlanStaticEgressPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanStaticTable-dot1qVlanStaticEntry-dot1qVlanStaticEgressPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticEgressPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanStaticEgressPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanStaticTable/dot1qVlanStaticEntry/dot1qVlanForbiddenEgressPorts": {
      "get": {
        "summary": "Get dot1qVlanForbiddenEgressPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanStaticTable-dot1qVlanStaticEntry-dot1qVlanForbiddenEgressPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanForbiddenEgressPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanForbiddenEgressPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanStaticTable/dot1qVlanStaticEntry/dot1qVlanStaticUntaggedPorts": {
      "get": {
        "summary": "Get dot1qVlanStaticUntaggedPorts",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanStaticTable-dot1qVlanStaticEntry-dot1qVlanStaticUntaggedPorts",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticUntaggedPorts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanStaticUntaggedPorts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qVlanStaticTable/dot1qVlanStaticEntry/dot1qVlanStaticRowStatus": {
      "get": {
        "summary": "Get dot1qVlanStaticRowStatus",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qVlanStaticTable-dot1qVlanStaticEntry-dot1qVlanStaticRowStatus",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanStaticRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanStaticRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanStatisticsTable": {
      "get": {
        "summary": "Get dot1qPortVlanStatisticsTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanStatisticsTable",
        "tags": [
          "Q-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": {
                    "dot1qPortVlanStatisticsEntry": {
                      "type": "object",
                      "properties": {
                        "dot1dBasePort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qVlanIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qTpVlanPortInFrames": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qTpVlanPortOutFrames": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qTpVlanPortInDiscards": {
                          "type": "string",
                          "example": "0"
                        },
                        "dot1qTpVlanPortInOverflowFrames": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qTpVlanPortOutOverflowFrames": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qTpVlanPortInOverflowDiscards": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanStatisticsTable": {
                    "dot1qPortVlanStatisticsEntry": {
                      "dot1dBasePort": "configured-value",
                      "dot1qVlanIndex": "configured-value",
                      "dot1qTpVlanPortInFrames": "configured-value",
                      "dot1qTpVlanPortOutFrames": "configured-value",
                      "dot1qTpVlanPortInDiscards": "0",
                      "dot1qTpVlanPortInOverflowFrames": "configured-value",
                      "dot1qTpVlanPortOutOverflowFrames": "configured-value",
                      "dot1qTpVlanPortInOverflowDiscards": "0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPortVlanStatisticsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry": {
      "get": {
        "summary": "Get dot1qPortVlanStatisticsEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanStatisticsTable-dot1qPortVlanStatisticsEntry",
        "tags": [
          "Q-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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qTpVlanPortInFrames": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qTpVlanPortOutFrames": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qTpVlanPortInDiscards": {
                      "type": "string",
                      "example": "0"
                    },
                    "dot1qTpVlanPortInOverflowFrames": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qTpVlanPortOutOverflowFrames": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qTpVlanPortInOverflowDiscards": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanStatisticsEntry": {
                    "dot1dBasePort": "configured-value",
                    "dot1qVlanIndex": "configured-value",
                    "dot1qTpVlanPortInFrames": "configured-value",
                    "dot1qTpVlanPortOutFrames": "configured-value",
                    "dot1qTpVlanPortInDiscards": "0",
                    "dot1qTpVlanPortInOverflowFrames": "configured-value",
                    "dot1qTpVlanPortOutOverflowFrames": "configured-value",
                    "dot1qTpVlanPortInOverflowDiscards": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPortVlanStatisticsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry/dot1dBasePort": {
      "get": {
        "summary": "Get dot1dBasePort",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanStatisticsTable-dot1qPortVlanStatisticsEntry-dot1dBasePort",
        "tags": [
          "Q-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": {
                  "Q-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/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry/dot1qVlanIndex": {
      "get": {
        "summary": "Get dot1qVlanIndex",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanStatisticsTable-dot1qPortVlanStatisticsEntry-dot1qVlanIndex",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanIndex": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry/dot1qTpVlanPortInFrames": {
      "get": {
        "summary": "Get dot1qTpVlanPortInFrames",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanStatisticsTable-dot1qPortVlanStatisticsEntry-dot1qTpVlanPortInFrames",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpVlanPortInFrames": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpVlanPortInFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry/dot1qTpVlanPortOutFrames": {
      "get": {
        "summary": "Get dot1qTpVlanPortOutFrames",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanStatisticsTable-dot1qPortVlanStatisticsEntry-dot1qTpVlanPortOutFrames",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpVlanPortOutFrames": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpVlanPortOutFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry/dot1qTpVlanPortInDiscards": {
      "get": {
        "summary": "Get dot1qTpVlanPortInDiscards",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanStatisticsTable-dot1qPortVlanStatisticsEntry-dot1qTpVlanPortInDiscards",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpVlanPortInDiscards": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpVlanPortInDiscards from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry/dot1qTpVlanPortInOverflowFrames": {
      "get": {
        "summary": "Get dot1qTpVlanPortInOverflowFrames",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanStatisticsTable-dot1qPortVlanStatisticsEntry-dot1qTpVlanPortInOverflowFrames",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpVlanPortInOverflowFrames": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpVlanPortInOverflowFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry/dot1qTpVlanPortOutOverflowFrames": {
      "get": {
        "summary": "Get dot1qTpVlanPortOutOverflowFrames",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanStatisticsTable-dot1qPortVlanStatisticsEntry-dot1qTpVlanPortOutOverflowFrames",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpVlanPortOutOverflowFrames": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpVlanPortOutOverflowFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanStatisticsTable/dot1qPortVlanStatisticsEntry/dot1qTpVlanPortInOverflowDiscards": {
      "get": {
        "summary": "Get dot1qTpVlanPortInOverflowDiscards",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanStatisticsTable-dot1qPortVlanStatisticsEntry-dot1qTpVlanPortInOverflowDiscards",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpVlanPortInOverflowDiscards": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpVlanPortInOverflowDiscards from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanHCStatisticsTable": {
      "get": {
        "summary": "Get dot1qPortVlanHCStatisticsTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanHCStatisticsTable",
        "tags": [
          "Q-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": {
                    "dot1qPortVlanHCStatisticsEntry": {
                      "type": "object",
                      "properties": {
                        "dot1dBasePort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qVlanIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qTpVlanPortHCInFrames": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qTpVlanPortHCOutFrames": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qTpVlanPortHCInDiscards": {
                          "type": "string",
                          "example": "0"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsTable": {
                    "dot1qPortVlanHCStatisticsEntry": {
                      "dot1dBasePort": "configured-value",
                      "dot1qVlanIndex": "configured-value",
                      "dot1qTpVlanPortHCInFrames": "configured-value",
                      "dot1qTpVlanPortHCOutFrames": "configured-value",
                      "dot1qTpVlanPortHCInDiscards": "0"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPortVlanHCStatisticsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanHCStatisticsTable/dot1qPortVlanHCStatisticsEntry": {
      "get": {
        "summary": "Get dot1qPortVlanHCStatisticsEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanHCStatisticsTable-dot1qPortVlanHCStatisticsEntry",
        "tags": [
          "Q-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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qVlanIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qTpVlanPortHCInFrames": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qTpVlanPortHCOutFrames": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qTpVlanPortHCInDiscards": {
                      "type": "string",
                      "example": "0"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortVlanHCStatisticsEntry": {
                    "dot1dBasePort": "configured-value",
                    "dot1qVlanIndex": "configured-value",
                    "dot1qTpVlanPortHCInFrames": "configured-value",
                    "dot1qTpVlanPortHCOutFrames": "configured-value",
                    "dot1qTpVlanPortHCInDiscards": "0"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPortVlanHCStatisticsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanHCStatisticsTable/dot1qPortVlanHCStatisticsEntry/dot1dBasePort": {
      "get": {
        "summary": "Get dot1dBasePort",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanHCStatisticsTable-dot1qPortVlanHCStatisticsEntry-dot1dBasePort",
        "tags": [
          "Q-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": {
                  "Q-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/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanHCStatisticsTable/dot1qPortVlanHCStatisticsEntry/dot1qVlanIndex": {
      "get": {
        "summary": "Get dot1qVlanIndex",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanHCStatisticsTable-dot1qPortVlanHCStatisticsEntry-dot1qVlanIndex",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qVlanIndex": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qVlanIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanHCStatisticsTable/dot1qPortVlanHCStatisticsEntry/dot1qTpVlanPortHCInFrames": {
      "get": {
        "summary": "Get dot1qTpVlanPortHCInFrames",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanHCStatisticsTable-dot1qPortVlanHCStatisticsEntry-dot1qTpVlanPortHCInFrames",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpVlanPortHCInFrames": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpVlanPortHCInFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanHCStatisticsTable/dot1qPortVlanHCStatisticsEntry/dot1qTpVlanPortHCOutFrames": {
      "get": {
        "summary": "Get dot1qTpVlanPortHCOutFrames",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanHCStatisticsTable-dot1qPortVlanHCStatisticsEntry-dot1qTpVlanPortHCOutFrames",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpVlanPortHCOutFrames": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpVlanPortHCOutFrames from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortVlanHCStatisticsTable/dot1qPortVlanHCStatisticsEntry/dot1qTpVlanPortHCInDiscards": {
      "get": {
        "summary": "Get dot1qTpVlanPortHCInDiscards",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortVlanHCStatisticsTable-dot1qPortVlanHCStatisticsEntry-dot1qTpVlanPortHCInDiscards",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qTpVlanPortHCInDiscards": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qTpVlanPortHCInDiscards from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qLearningConstraintsTable": {
      "get": {
        "summary": "Get dot1qLearningConstraintsTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qLearningConstraintsTable",
        "tags": [
          "Q-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": {
                    "dot1qLearningConstraintsEntry": {
                      "type": "object",
                      "properties": {
                        "dot1qConstraintVlan": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qConstraintSet": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1qConstraintType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1qConstraintStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qLearningConstraintsTable": {
                    "dot1qLearningConstraintsEntry": {
                      "dot1qConstraintVlan": "configured-value",
                      "dot1qConstraintSet": 1,
                      "dot1qConstraintType": "default",
                      "dot1qConstraintStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qLearningConstraintsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qLearningConstraintsTable/dot1qLearningConstraintsEntry": {
      "get": {
        "summary": "Get dot1qLearningConstraintsEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qLearningConstraintsTable-dot1qLearningConstraintsEntry",
        "tags": [
          "Q-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": {
                    "dot1qConstraintVlan": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qConstraintSet": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1qConstraintType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1qConstraintStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qLearningConstraintsEntry": {
                    "dot1qConstraintVlan": "configured-value",
                    "dot1qConstraintSet": 1,
                    "dot1qConstraintType": "default",
                    "dot1qConstraintStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qLearningConstraintsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qLearningConstraintsTable/dot1qLearningConstraintsEntry/dot1qConstraintVlan": {
      "get": {
        "summary": "Get dot1qConstraintVlan",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qLearningConstraintsTable-dot1qLearningConstraintsEntry-dot1qConstraintVlan",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qConstraintVlan": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qConstraintVlan from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qLearningConstraintsTable/dot1qLearningConstraintsEntry/dot1qConstraintSet": {
      "get": {
        "summary": "Get dot1qConstraintSet",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qLearningConstraintsTable-dot1qLearningConstraintsEntry-dot1qConstraintSet",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qConstraintSet": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qConstraintSet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qLearningConstraintsTable/dot1qLearningConstraintsEntry/dot1qConstraintType": {
      "get": {
        "summary": "Get dot1qConstraintType",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qLearningConstraintsTable-dot1qLearningConstraintsEntry-dot1qConstraintType",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qConstraintType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qConstraintType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qLearningConstraintsTable/dot1qLearningConstraintsEntry/dot1qConstraintStatus": {
      "get": {
        "summary": "Get dot1qConstraintStatus",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qLearningConstraintsTable-dot1qLearningConstraintsEntry-dot1qConstraintStatus",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qConstraintStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qConstraintStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolGroupTable": {
      "get": {
        "summary": "Get dot1vProtocolGroupTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolGroupTable",
        "tags": [
          "Q-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": {
                    "dot1vProtocolGroupEntry": {
                      "type": "object",
                      "properties": {
                        "dot1vProtocolTemplateFrameType": {
                          "type": "string",
                          "example": "45"
                        },
                        "dot1vProtocolTemplateProtocolValue": {
                          "type": "string",
                          "format": "byte",
                          "example": "45"
                        },
                        "dot1vProtocolGroupId": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1vProtocolGroupRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolGroupTable": {
                    "dot1vProtocolGroupEntry": {
                      "dot1vProtocolTemplateFrameType": "default",
                      "dot1vProtocolTemplateProtocolValue": "QmFzZTY0",
                      "dot1vProtocolGroupId": 1,
                      "dot1vProtocolGroupRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolGroupTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolGroupTable/dot1vProtocolGroupEntry": {
      "get": {
        "summary": "Get dot1vProtocolGroupEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolGroupTable-dot1vProtocolGroupEntry",
        "tags": [
          "Q-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": {
                    "dot1vProtocolTemplateFrameType": {
                      "type": "string",
                      "example": "45"
                    },
                    "dot1vProtocolTemplateProtocolValue": {
                      "type": "string",
                      "format": "byte",
                      "example": "45"
                    },
                    "dot1vProtocolGroupId": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1vProtocolGroupRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolGroupEntry": {
                    "dot1vProtocolTemplateFrameType": "default",
                    "dot1vProtocolTemplateProtocolValue": "QmFzZTY0",
                    "dot1vProtocolGroupId": 1,
                    "dot1vProtocolGroupRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolGroupEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolGroupTable/dot1vProtocolGroupEntry/dot1vProtocolTemplateFrameType": {
      "get": {
        "summary": "Get dot1vProtocolTemplateFrameType",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolGroupTable-dot1vProtocolGroupEntry-dot1vProtocolTemplateFrameType",
        "tags": [
          "Q-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": "45"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolTemplateFrameType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolTemplateFrameType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolGroupTable/dot1vProtocolGroupEntry/dot1vProtocolTemplateProtocolValue": {
      "get": {
        "summary": "Get dot1vProtocolTemplateProtocolValue",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolGroupTable-dot1vProtocolGroupEntry-dot1vProtocolTemplateProtocolValue",
        "tags": [
          "Q-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": "45"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolTemplateProtocolValue": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolTemplateProtocolValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolGroupTable/dot1vProtocolGroupEntry/dot1vProtocolGroupId": {
      "get": {
        "summary": "Get dot1vProtocolGroupId",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolGroupTable-dot1vProtocolGroupEntry-dot1vProtocolGroupId",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1vProtocolGroupId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolGroupId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolGroupTable/dot1vProtocolGroupEntry/dot1vProtocolGroupRowStatus": {
      "get": {
        "summary": "Get dot1vProtocolGroupRowStatus",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolGroupTable-dot1vProtocolGroupEntry-dot1vProtocolGroupRowStatus",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1vProtocolGroupRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolGroupRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolPortTable": {
      "get": {
        "summary": "Get dot1vProtocolPortTable",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolPortTable",
        "tags": [
          "Q-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": {
                    "dot1vProtocolPortEntry": {
                      "type": "object",
                      "properties": {
                        "dot1dBasePort": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dot1vProtocolPortGroupId": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1vProtocolPortGroupVid": {
                          "type": "integer",
                          "example": 1
                        },
                        "dot1vProtocolPortRowStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolPortTable": {
                    "dot1vProtocolPortEntry": {
                      "dot1dBasePort": "configured-value",
                      "dot1vProtocolPortGroupId": 1,
                      "dot1vProtocolPortGroupVid": 1,
                      "dot1vProtocolPortRowStatus": "active"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolPortTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolPortTable/dot1vProtocolPortEntry": {
      "get": {
        "summary": "Get dot1vProtocolPortEntry",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolPortTable-dot1vProtocolPortEntry",
        "tags": [
          "Q-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": {
                    "dot1dBasePort": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dot1vProtocolPortGroupId": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1vProtocolPortGroupVid": {
                      "type": "integer",
                      "example": 1
                    },
                    "dot1vProtocolPortRowStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1vProtocolPortEntry": {
                    "dot1dBasePort": "configured-value",
                    "dot1vProtocolPortGroupId": 1,
                    "dot1vProtocolPortGroupVid": 1,
                    "dot1vProtocolPortRowStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolPortEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolPortTable/dot1vProtocolPortEntry/dot1dBasePort": {
      "get": {
        "summary": "Get dot1dBasePort",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolPortTable-dot1vProtocolPortEntry-dot1dBasePort",
        "tags": [
          "Q-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": {
                  "Q-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/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolPortTable/dot1vProtocolPortEntry/dot1vProtocolPortGroupId": {
      "get": {
        "summary": "Get dot1vProtocolPortGroupId",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolPortTable-dot1vProtocolPortEntry-dot1vProtocolPortGroupId",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1vProtocolPortGroupId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolPortGroupId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolPortTable/dot1vProtocolPortEntry/dot1vProtocolPortGroupVid": {
      "get": {
        "summary": "Get dot1vProtocolPortGroupVid",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolPortTable-dot1vProtocolPortEntry-dot1vProtocolPortGroupVid",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1vProtocolPortGroupVid": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolPortGroupVid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1vProtocolPortTable/dot1vProtocolPortEntry/dot1vProtocolPortRowStatus": {
      "get": {
        "summary": "Get dot1vProtocolPortRowStatus",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1vProtocolPortTable-dot1vProtocolPortEntry-dot1vProtocolPortRowStatus",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1vProtocolPortRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1vProtocolPortRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPvid": {
      "get": {
        "summary": "Get dot1qPvid",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPvid",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qPvid": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPvid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortAcceptableFrameTypes": {
      "get": {
        "summary": "Get dot1qPortAcceptableFrameTypes",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortAcceptableFrameTypes",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qPortAcceptableFrameTypes": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPortAcceptableFrameTypes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortIngressFiltering": {
      "get": {
        "summary": "Get dot1qPortIngressFiltering",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortIngressFiltering",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortIngressFiltering": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPortIngressFiltering from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortGvrpStatus": {
      "get": {
        "summary": "Get dot1qPortGvrpStatus",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortGvrpStatus",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qPortGvrpStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPortGvrpStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortGvrpFailedRegistrations": {
      "get": {
        "summary": "Get dot1qPortGvrpFailedRegistrations",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortGvrpFailedRegistrations",
        "tags": [
          "Q-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": "50"
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortGvrpFailedRegistrations": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPortGvrpFailedRegistrations from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortGvrpLastPduOrigin": {
      "get": {
        "summary": "Get dot1qPortGvrpLastPduOrigin",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortGvrpLastPduOrigin",
        "tags": [
          "Q-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": {
                  "Q-BRIDGE-MIB:dot1qPortGvrpLastPduOrigin": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPortGvrpLastPduOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/Q-BRIDGE-MIB:Q-BRIDGE-MIB/dot1qPortRestrictedVlanRegistration": {
      "get": {
        "summary": "Get dot1qPortRestrictedVlanRegistration",
        "operationId": "get-Q-BRIDGE-MIB:Q-BRIDGE-MIB-dot1qPortRestrictedVlanRegistration",
        "tags": [
          "Q-BRIDGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "Q-BRIDGE-MIB:dot1qPortRestrictedVlanRegistration": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dot1qPortRestrictedVlanRegistration 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": []
    }
  ]
}
