{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-QOS-PIB-MIB",
    "description": "MIB data from `CISCO-QOS-PIB-MIB` module.\n\n**Root containers:** 1 (CISCO-QOS-PIB-MIB)\n**Paths:** 132 | **Descendants:** 131\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": "CISCO-QOS-PIB-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/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB": {
      "get": {
        "summary": "Get CISCO-QOS-PIB-MIB",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosDevicePibIncarnationTable": {
                      "type": "object",
                      "properties": {
                        "qosDevicePibIncarnationEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosDeviceIncarnationId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosDevicePdpName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "qosDevicePibIncarnation": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "qosDevicePibTtl": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosDeviceAttributeTable": {
                      "type": "object",
                      "properties": {
                        "qosDeviceAttributeEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosDeviceAttributeId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosDevicePepDomain": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosDevicePrimaryPdp": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosDeviceSecondaryPdp": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosDeviceMaxMessageSize": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "qosDeviceCapabilities": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosInterfaceTypeTable": {
                      "type": "object",
                      "properties": {
                        "qosInterfaceTypeEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosInterfaceTypeId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosInterfaceQueueType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosInterfaceTypeRoles": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosInterfaceTypeCapabilities": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosDiffServMappingTable": {
                      "type": "object",
                      "properties": {
                        "qosDiffServMappingEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosDscp": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosMarkedDscp": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosL2Cos": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosCosToDscpTable": {
                      "type": "object",
                      "properties": {
                        "qosCosToDscpEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosCosToDscpCos": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosCosToDscpDscp": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosUnmatchedPolicyTable": {
                      "type": "object",
                      "properties": {
                        "qosUnmatchedPolicyEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosUnmatchedPolicyId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosUnmatchedPolicyRole": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosUnmatchedPolicyDirection": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosUnmatchedPolicyDscp": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosUnmatchedPolicyDscpTrusted": {
                                "type": "boolean",
                                "example": true
                              },
                              "qosUnmatchPolMicroFlowPolicerId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosUnmatchedPolicyAggregateId": {
                                "type": "string",
                                "example": "1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosPolicerTable": {
                      "type": "object",
                      "properties": {
                        "qosPolicerEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosPolicerId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosPolicerRate": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "qosPolicerNormalBurst": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "qosPolicerExcessBurst": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "qosPolicerAction": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosAggregateTable": {
                      "type": "object",
                      "properties": {
                        "qosAggregateEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosAggregateId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosAggregatePolicerId": {
                                "type": "string",
                                "example": "1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosMacClassificationTable": {
                      "type": "object",
                      "properties": {
                        "qosMacClassificationEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosMacClassificationId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosDstMacVlan": {
                                "type": "integer",
                                "example": 1
                              },
                              "qosDstMacAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "qosDstMacCos": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosIpAceTable": {
                      "type": "object",
                      "properties": {
                        "qosIpAceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosIpAceId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosIpAceDstAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIpAceDstAddrMask": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIpAceSrcAddr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIpAceSrcAddrMask": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIpAceDscpMin": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIpAceDscpMax": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIpAceProtocol": {
                                "type": "integer",
                                "example": 1
                              },
                              "qosIpAceDstL4PortMin": {
                                "type": "integer",
                                "example": 1
                              },
                              "qosIpAceDstL4PortMax": {
                                "type": "integer",
                                "example": 1
                              },
                              "qosIpAceSrcL4PortMin": {
                                "type": "integer",
                                "example": 1
                              },
                              "qosIpAceSrcL4PortMax": {
                                "type": "integer",
                                "example": 1
                              },
                              "qosIpAcePermit": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosIpAclDefinitionTable": {
                      "type": "object",
                      "properties": {
                        "qosIpAclDefinitionEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosIpAclDefinitionId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosIpAclId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosIpAceOrder": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "qosIpAclDefAceId": {
                                "type": "string",
                                "example": "1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosIpAclActionTable": {
                      "type": "object",
                      "properties": {
                        "qosIpAclActionEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosIpAclActionId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosIpAclActAclId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosIpAclInterfaceRoles": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIpAclInterfaceDirection": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIpAclOrder": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "qosIpAclDscp": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIpAclDscpTrusted": {
                                "type": "boolean",
                                "example": true
                              },
                              "qosIpAclMicroFlowPolicerId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosIpAclAggregateId": {
                                "type": "string",
                                "example": "1"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosIfSchedulingPreferencesTable": {
                      "type": "object",
                      "properties": {
                        "qosIfSchedulingPreferenceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosIfSchedulingPreferenceId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosIfSchedulingRoles": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIfSchedulingPreference": {
                                "type": "integer",
                                "example": 1
                              },
                              "qosIfSchedulingDiscipline": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIfSchedulingQueueType": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosIfDropPreferenceTable": {
                      "type": "object",
                      "properties": {
                        "qosIfDropPreferenceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosIfDropPreferenceId": {
                                "type": "string",
                                "example": "0"
                              },
                              "qosIfDropRoles": {
                                "type": "string",
                                "example": "0"
                              },
                              "qosIfDropPreference": {
                                "type": "integer",
                                "example": 0
                              },
                              "qosIfDropDiscipline": {
                                "type": "string",
                                "example": "0"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 0
                        }
                      },
                      "example": 0
                    },
                    "qosIfDscpAssignmentTable": {
                      "type": "object",
                      "properties": {
                        "qosIfDscpAssignmentEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosIfDscpAssignmentId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosIfDscpRoles": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIfQueueType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIfDscp": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIfQueue": {
                                "type": "integer",
                                "example": 1
                              },
                              "qosIfThresholdSet": {
                                "type": "integer",
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosIfRedTable": {
                      "type": "object",
                      "properties": {
                        "qosIfRedEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosIfRedId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosIfRedRoles": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIfRedNumThresholdSets": {
                                "type": "string",
                                "example": "10"
                              },
                              "qosIfRedThresholdSet": {
                                "type": "integer",
                                "example": 1
                              },
                              "qosIfRedThresholdSetLower": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIfRedThresholdSetUpper": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "qosIfTailDropTable": {
                      "type": "object",
                      "properties": {
                        "qosIfTailDropEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosIfTailDropId": {
                                "type": "string",
                                "example": "0"
                              },
                              "qosIfTailDropRoles": {
                                "type": "string",
                                "example": "0"
                              },
                              "qosIfTailDropNumThresholdSets": {
                                "type": "string",
                                "example": "0"
                              },
                              "qosIfTailDropThresholdSet": {
                                "type": "integer",
                                "example": 0
                              },
                              "qosIfTailDropThresholdSetValue": {
                                "type": "string",
                                "example": "0"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": 0
                        }
                      },
                      "example": 0
                    },
                    "qosIfWeightsTable": {
                      "type": "object",
                      "properties": {
                        "qosIfWeightsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "qosIfWeightsId": {
                                "type": "string",
                                "example": "1"
                              },
                              "qosIfWeightsRoles": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "qosIfWeightsNumQueues": {
                                "type": "string",
                                "example": "10"
                              },
                              "qosIfWeightsQueue": {
                                "type": "integer",
                                "example": 1
                              },
                              "qosIfWeightsDrainSize": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "qosIfWeightsQueueSize": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB": {
                    "qosDevicePibIncarnationTable": {
                      "qosDevicePibIncarnationEntry": [
                        {
                          "qosDeviceIncarnationId": "1",
                          "qosDevicePdpName": "example-1",
                          "qosDevicePibIncarnation": "QmFzZTY0",
                          "qosDevicePibTtl": 1
                        }
                      ]
                    },
                    "qosDeviceAttributeTable": {
                      "qosDeviceAttributeEntry": [
                        {
                          "qosDeviceAttributeId": "1",
                          "qosDevicePepDomain": "configured-value",
                          "qosDevicePrimaryPdp": "configured-value",
                          "qosDeviceSecondaryPdp": "configured-value",
                          "qosDeviceMaxMessageSize": 1,
                          "qosDeviceCapabilities": ""
                        }
                      ]
                    },
                    "qosInterfaceTypeTable": {
                      "qosInterfaceTypeEntry": [
                        {
                          "qosInterfaceTypeId": "1",
                          "qosInterfaceQueueType": "configured-value",
                          "qosInterfaceTypeRoles": "configured-value",
                          "qosInterfaceTypeCapabilities": "configured-value"
                        }
                      ]
                    },
                    "qosDiffServMappingTable": {
                      "qosDiffServMappingEntry": [
                        {
                          "qosDscp": "configured-value",
                          "qosMarkedDscp": "configured-value",
                          "qosL2Cos": "configured-value"
                        }
                      ]
                    },
                    "qosCosToDscpTable": {
                      "qosCosToDscpEntry": [
                        {
                          "qosCosToDscpCos": "configured-value",
                          "qosCosToDscpDscp": "configured-value"
                        }
                      ]
                    },
                    "qosUnmatchedPolicyTable": {
                      "qosUnmatchedPolicyEntry": [
                        {
                          "qosUnmatchedPolicyId": "1",
                          "qosUnmatchedPolicyRole": "configured-value",
                          "qosUnmatchedPolicyDirection": "default",
                          "qosUnmatchedPolicyDscp": "configured-value",
                          "qosUnmatchedPolicyDscpTrusted": true,
                          "qosUnmatchPolMicroFlowPolicerId": "1",
                          "qosUnmatchedPolicyAggregateId": "1"
                        }
                      ]
                    },
                    "qosPolicerTable": {
                      "qosPolicerEntry": [
                        {
                          "qosPolicerId": "1",
                          "qosPolicerRate": 1,
                          "qosPolicerNormalBurst": 1,
                          "qosPolicerExcessBurst": 1,
                          "qosPolicerAction": "default"
                        }
                      ]
                    },
                    "qosAggregateTable": {
                      "qosAggregateEntry": [
                        {
                          "qosAggregateId": "1",
                          "qosAggregatePolicerId": "1"
                        }
                      ]
                    },
                    "qosMacClassificationTable": {
                      "qosMacClassificationEntry": [
                        {
                          "qosMacClassificationId": "1",
                          "qosDstMacVlan": 1,
                          "qosDstMacAddress": "10.1.1.1",
                          "qosDstMacCos": "configured-value"
                        }
                      ]
                    },
                    "qosIpAceTable": {
                      "qosIpAceEntry": [
                        {
                          "qosIpAceId": "1",
                          "qosIpAceDstAddr": "configured-value",
                          "qosIpAceDstAddrMask": "configured-value",
                          "qosIpAceSrcAddr": "configured-value",
                          "qosIpAceSrcAddrMask": "configured-value",
                          "qosIpAceDscpMin": "configured-value",
                          "qosIpAceDscpMax": "configured-value",
                          "qosIpAceProtocol": 1,
                          "qosIpAceDstL4PortMin": 1,
                          "qosIpAceDstL4PortMax": 1,
                          "qosIpAceSrcL4PortMin": 1,
                          "qosIpAceSrcL4PortMax": 1,
                          "qosIpAcePermit": true
                        }
                      ]
                    },
                    "qosIpAclDefinitionTable": {
                      "qosIpAclDefinitionEntry": [
                        {
                          "qosIpAclDefinitionId": "1",
                          "qosIpAclId": "1",
                          "qosIpAceOrder": 1,
                          "qosIpAclDefAceId": "1"
                        }
                      ]
                    },
                    "qosIpAclActionTable": {
                      "qosIpAclActionEntry": [
                        {
                          "qosIpAclActionId": "1",
                          "qosIpAclActAclId": "1",
                          "qosIpAclInterfaceRoles": "configured-value",
                          "qosIpAclInterfaceDirection": "default",
                          "qosIpAclOrder": 1,
                          "qosIpAclDscp": "configured-value",
                          "qosIpAclDscpTrusted": true,
                          "qosIpAclMicroFlowPolicerId": "1",
                          "qosIpAclAggregateId": "1"
                        }
                      ]
                    },
                    "qosIfSchedulingPreferencesTable": {
                      "qosIfSchedulingPreferenceEntry": [
                        {
                          "qosIfSchedulingPreferenceId": "1",
                          "qosIfSchedulingRoles": "configured-value",
                          "qosIfSchedulingPreference": 1,
                          "qosIfSchedulingDiscipline": "default",
                          "qosIfSchedulingQueueType": "configured-value"
                        }
                      ]
                    },
                    "qosIfDropPreferenceTable": {
                      "qosIfDropPreferenceEntry": [
                        {
                          "qosIfDropPreferenceId": "0",
                          "qosIfDropRoles": "0",
                          "qosIfDropPreference": 0,
                          "qosIfDropDiscipline": "default"
                        }
                      ]
                    },
                    "qosIfDscpAssignmentTable": {
                      "qosIfDscpAssignmentEntry": [
                        {
                          "qosIfDscpAssignmentId": "1",
                          "qosIfDscpRoles": "configured-value",
                          "qosIfQueueType": "configured-value",
                          "qosIfDscp": "configured-value",
                          "qosIfQueue": 1,
                          "qosIfThresholdSet": 1
                        }
                      ]
                    },
                    "qosIfRedTable": {
                      "qosIfRedEntry": [
                        {
                          "qosIfRedId": "1",
                          "qosIfRedRoles": "configured-value",
                          "qosIfRedNumThresholdSets": "10",
                          "qosIfRedThresholdSet": 1,
                          "qosIfRedThresholdSetLower": "configured-value",
                          "qosIfRedThresholdSetUpper": "configured-value"
                        }
                      ]
                    },
                    "qosIfTailDropTable": {
                      "qosIfTailDropEntry": [
                        {
                          "qosIfTailDropId": "0",
                          "qosIfTailDropRoles": "0",
                          "qosIfTailDropNumThresholdSets": "0",
                          "qosIfTailDropThresholdSet": 0,
                          "qosIfTailDropThresholdSetValue": "0"
                        }
                      ]
                    },
                    "qosIfWeightsTable": {
                      "qosIfWeightsEntry": [
                        {
                          "qosIfWeightsId": "1",
                          "qosIfWeightsRoles": "configured-value",
                          "qosIfWeightsNumQueues": "10",
                          "qosIfWeightsQueue": 1,
                          "qosIfWeightsDrainSize": 1,
                          "qosIfWeightsQueueSize": 1
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-QOS-PIB-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDevicePibIncarnationTable": {
      "get": {
        "summary": "Get qosDevicePibIncarnationTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDevicePibIncarnationTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosDevicePibIncarnationEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosDeviceIncarnationId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosDevicePdpName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "qosDevicePibIncarnation": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "qosDevicePibTtl": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosDevicePibIncarnationTable": {
                    "qosDevicePibIncarnationEntry": [
                      {
                        "qosDeviceIncarnationId": "1",
                        "qosDevicePdpName": "example-1",
                        "qosDevicePibIncarnation": "QmFzZTY0",
                        "qosDevicePibTtl": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDevicePibIncarnationTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDevicePibIncarnationTable/qosDevicePibIncarnationEntry": {
      "get": {
        "summary": "Get qosDevicePibIncarnationEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDevicePibIncarnationTable-qosDevicePibIncarnationEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosDeviceIncarnationId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosDevicePdpName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "qosDevicePibIncarnation": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "qosDevicePibTtl": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosDevicePibIncarnationEntry": [
                    {
                      "qosDeviceIncarnationId": "1",
                      "qosDevicePdpName": "example-1",
                      "qosDevicePibIncarnation": "QmFzZTY0",
                      "qosDevicePibTtl": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDevicePibIncarnationEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDevicePibIncarnationTable/qosDevicePibIncarnationEntry/qosDeviceIncarnationId": {
      "get": {
        "summary": "Get qosDeviceIncarnationId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDevicePibIncarnationTable-qosDevicePibIncarnationEntry-qosDeviceIncarnationId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDeviceIncarnationId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDeviceIncarnationId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDevicePibIncarnationTable/qosDevicePibIncarnationEntry/qosDevicePdpName": {
      "get": {
        "summary": "Get qosDevicePdpName",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDevicePibIncarnationTable-qosDevicePibIncarnationEntry-qosDevicePdpName",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDevicePdpName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDevicePdpName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDevicePibIncarnationTable/qosDevicePibIncarnationEntry/qosDevicePibIncarnation": {
      "get": {
        "summary": "Get qosDevicePibIncarnation",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDevicePibIncarnationTable-qosDevicePibIncarnationEntry-qosDevicePibIncarnation",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosDevicePibIncarnation": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDevicePibIncarnation from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDevicePibIncarnationTable/qosDevicePibIncarnationEntry/qosDevicePibTtl": {
      "get": {
        "summary": "Get qosDevicePibTtl",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDevicePibIncarnationTable-qosDevicePibIncarnationEntry-qosDevicePibTtl",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDevicePibTtl": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDevicePibTtl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDeviceAttributeTable": {
      "get": {
        "summary": "Get qosDeviceAttributeTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDeviceAttributeTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosDeviceAttributeEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosDeviceAttributeId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosDevicePepDomain": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosDevicePrimaryPdp": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosDeviceSecondaryPdp": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosDeviceMaxMessageSize": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "qosDeviceCapabilities": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosDeviceAttributeTable": {
                    "qosDeviceAttributeEntry": [
                      {
                        "qosDeviceAttributeId": "1",
                        "qosDevicePepDomain": "configured-value",
                        "qosDevicePrimaryPdp": "configured-value",
                        "qosDeviceSecondaryPdp": "configured-value",
                        "qosDeviceMaxMessageSize": 1,
                        "qosDeviceCapabilities": ""
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDeviceAttributeTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDeviceAttributeTable/qosDeviceAttributeEntry": {
      "get": {
        "summary": "Get qosDeviceAttributeEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDeviceAttributeTable-qosDeviceAttributeEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosDeviceAttributeId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosDevicePepDomain": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosDevicePrimaryPdp": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosDeviceSecondaryPdp": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosDeviceMaxMessageSize": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "qosDeviceCapabilities": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosDeviceAttributeEntry": [
                    {
                      "qosDeviceAttributeId": "1",
                      "qosDevicePepDomain": "configured-value",
                      "qosDevicePrimaryPdp": "configured-value",
                      "qosDeviceSecondaryPdp": "configured-value",
                      "qosDeviceMaxMessageSize": 1,
                      "qosDeviceCapabilities": ""
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDeviceAttributeEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDeviceAttributeTable/qosDeviceAttributeEntry/qosDeviceAttributeId": {
      "get": {
        "summary": "Get qosDeviceAttributeId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDeviceAttributeTable-qosDeviceAttributeEntry-qosDeviceAttributeId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDeviceAttributeId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDeviceAttributeId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDeviceAttributeTable/qosDeviceAttributeEntry/qosDevicePepDomain": {
      "get": {
        "summary": "Get qosDevicePepDomain",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDeviceAttributeTable-qosDeviceAttributeEntry-qosDevicePepDomain",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDevicePepDomain": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDevicePepDomain from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDeviceAttributeTable/qosDeviceAttributeEntry/qosDevicePrimaryPdp": {
      "get": {
        "summary": "Get qosDevicePrimaryPdp",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDeviceAttributeTable-qosDeviceAttributeEntry-qosDevicePrimaryPdp",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDevicePrimaryPdp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDevicePrimaryPdp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDeviceAttributeTable/qosDeviceAttributeEntry/qosDeviceSecondaryPdp": {
      "get": {
        "summary": "Get qosDeviceSecondaryPdp",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDeviceAttributeTable-qosDeviceAttributeEntry-qosDeviceSecondaryPdp",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDeviceSecondaryPdp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDeviceSecondaryPdp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDeviceAttributeTable/qosDeviceAttributeEntry/qosDeviceMaxMessageSize": {
      "get": {
        "summary": "Get qosDeviceMaxMessageSize",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDeviceAttributeTable-qosDeviceAttributeEntry-qosDeviceMaxMessageSize",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDeviceMaxMessageSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDeviceMaxMessageSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDeviceAttributeTable/qosDeviceAttributeEntry/qosDeviceCapabilities": {
      "get": {
        "summary": "Get qosDeviceCapabilities",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDeviceAttributeTable-qosDeviceAttributeEntry-qosDeviceCapabilities",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDeviceCapabilities": ""
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDeviceCapabilities from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosInterfaceTypeTable": {
      "get": {
        "summary": "Get qosInterfaceTypeTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosInterfaceTypeTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosInterfaceTypeEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosInterfaceTypeId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosInterfaceQueueType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosInterfaceTypeRoles": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosInterfaceTypeCapabilities": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosInterfaceTypeTable": {
                    "qosInterfaceTypeEntry": [
                      {
                        "qosInterfaceTypeId": "1",
                        "qosInterfaceQueueType": "configured-value",
                        "qosInterfaceTypeRoles": "configured-value",
                        "qosInterfaceTypeCapabilities": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosInterfaceTypeTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosInterfaceTypeTable/qosInterfaceTypeEntry": {
      "get": {
        "summary": "Get qosInterfaceTypeEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosInterfaceTypeTable-qosInterfaceTypeEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosInterfaceTypeId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosInterfaceQueueType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosInterfaceTypeRoles": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosInterfaceTypeCapabilities": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosInterfaceTypeEntry": [
                    {
                      "qosInterfaceTypeId": "1",
                      "qosInterfaceQueueType": "configured-value",
                      "qosInterfaceTypeRoles": "configured-value",
                      "qosInterfaceTypeCapabilities": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosInterfaceTypeEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosInterfaceTypeTable/qosInterfaceTypeEntry/qosInterfaceTypeId": {
      "get": {
        "summary": "Get qosInterfaceTypeId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosInterfaceTypeTable-qosInterfaceTypeEntry-qosInterfaceTypeId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosInterfaceTypeId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosInterfaceTypeId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosInterfaceTypeTable/qosInterfaceTypeEntry/qosInterfaceQueueType": {
      "get": {
        "summary": "Get qosInterfaceQueueType",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosInterfaceTypeTable-qosInterfaceTypeEntry-qosInterfaceQueueType",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosInterfaceQueueType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosInterfaceQueueType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosInterfaceTypeTable/qosInterfaceTypeEntry/qosInterfaceTypeRoles": {
      "get": {
        "summary": "Get qosInterfaceTypeRoles",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosInterfaceTypeTable-qosInterfaceTypeEntry-qosInterfaceTypeRoles",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosInterfaceTypeRoles": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosInterfaceTypeRoles from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosInterfaceTypeTable/qosInterfaceTypeEntry/qosInterfaceTypeCapabilities": {
      "get": {
        "summary": "Get qosInterfaceTypeCapabilities",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosInterfaceTypeTable-qosInterfaceTypeEntry-qosInterfaceTypeCapabilities",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosInterfaceTypeCapabilities": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosInterfaceTypeCapabilities from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDiffServMappingTable": {
      "get": {
        "summary": "Get qosDiffServMappingTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDiffServMappingTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosDiffServMappingEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosDscp": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosMarkedDscp": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosL2Cos": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosDiffServMappingTable": {
                    "qosDiffServMappingEntry": [
                      {
                        "qosDscp": "configured-value",
                        "qosMarkedDscp": "configured-value",
                        "qosL2Cos": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDiffServMappingTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDiffServMappingTable/qosDiffServMappingEntry": {
      "get": {
        "summary": "Get qosDiffServMappingEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDiffServMappingTable-qosDiffServMappingEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosDscp": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosMarkedDscp": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosL2Cos": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosDiffServMappingEntry": [
                    {
                      "qosDscp": "configured-value",
                      "qosMarkedDscp": "configured-value",
                      "qosL2Cos": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDiffServMappingEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDiffServMappingTable/qosDiffServMappingEntry/qosDscp": {
      "get": {
        "summary": "Get qosDscp",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDiffServMappingTable-qosDiffServMappingEntry-qosDscp",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDscp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDscp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDiffServMappingTable/qosDiffServMappingEntry/qosMarkedDscp": {
      "get": {
        "summary": "Get qosMarkedDscp",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDiffServMappingTable-qosDiffServMappingEntry-qosMarkedDscp",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosMarkedDscp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosMarkedDscp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosDiffServMappingTable/qosDiffServMappingEntry/qosL2Cos": {
      "get": {
        "summary": "Get qosL2Cos",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosDiffServMappingTable-qosDiffServMappingEntry-qosL2Cos",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosL2Cos": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosL2Cos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosCosToDscpTable": {
      "get": {
        "summary": "Get qosCosToDscpTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosCosToDscpTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosCosToDscpEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosCosToDscpCos": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosCosToDscpDscp": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosCosToDscpTable": {
                    "qosCosToDscpEntry": [
                      {
                        "qosCosToDscpCos": "configured-value",
                        "qosCosToDscpDscp": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosCosToDscpTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosCosToDscpTable/qosCosToDscpEntry": {
      "get": {
        "summary": "Get qosCosToDscpEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosCosToDscpTable-qosCosToDscpEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosCosToDscpCos": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosCosToDscpDscp": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosCosToDscpEntry": [
                    {
                      "qosCosToDscpCos": "configured-value",
                      "qosCosToDscpDscp": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosCosToDscpEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosCosToDscpTable/qosCosToDscpEntry/qosCosToDscpCos": {
      "get": {
        "summary": "Get qosCosToDscpCos",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosCosToDscpTable-qosCosToDscpEntry-qosCosToDscpCos",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosCosToDscpCos": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosCosToDscpCos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosCosToDscpTable/qosCosToDscpEntry/qosCosToDscpDscp": {
      "get": {
        "summary": "Get qosCosToDscpDscp",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosCosToDscpTable-qosCosToDscpEntry-qosCosToDscpDscp",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosCosToDscpDscp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosCosToDscpDscp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosUnmatchedPolicyTable": {
      "get": {
        "summary": "Get qosUnmatchedPolicyTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosUnmatchedPolicyTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosUnmatchedPolicyEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosUnmatchedPolicyId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosUnmatchedPolicyRole": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosUnmatchedPolicyDirection": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosUnmatchedPolicyDscp": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosUnmatchedPolicyDscpTrusted": {
                            "type": "boolean",
                            "example": true
                          },
                          "qosUnmatchPolMicroFlowPolicerId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosUnmatchedPolicyAggregateId": {
                            "type": "string",
                            "example": "1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosUnmatchedPolicyTable": {
                    "qosUnmatchedPolicyEntry": [
                      {
                        "qosUnmatchedPolicyId": "1",
                        "qosUnmatchedPolicyRole": "configured-value",
                        "qosUnmatchedPolicyDirection": "default",
                        "qosUnmatchedPolicyDscp": "configured-value",
                        "qosUnmatchedPolicyDscpTrusted": true,
                        "qosUnmatchPolMicroFlowPolicerId": "1",
                        "qosUnmatchedPolicyAggregateId": "1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosUnmatchedPolicyTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosUnmatchedPolicyTable/qosUnmatchedPolicyEntry": {
      "get": {
        "summary": "Get qosUnmatchedPolicyEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosUnmatchedPolicyTable-qosUnmatchedPolicyEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosUnmatchedPolicyId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosUnmatchedPolicyRole": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosUnmatchedPolicyDirection": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosUnmatchedPolicyDscp": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosUnmatchedPolicyDscpTrusted": {
                        "type": "boolean",
                        "example": true
                      },
                      "qosUnmatchPolMicroFlowPolicerId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosUnmatchedPolicyAggregateId": {
                        "type": "string",
                        "example": "1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosUnmatchedPolicyEntry": [
                    {
                      "qosUnmatchedPolicyId": "1",
                      "qosUnmatchedPolicyRole": "configured-value",
                      "qosUnmatchedPolicyDirection": "default",
                      "qosUnmatchedPolicyDscp": "configured-value",
                      "qosUnmatchedPolicyDscpTrusted": true,
                      "qosUnmatchPolMicroFlowPolicerId": "1",
                      "qosUnmatchedPolicyAggregateId": "1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosUnmatchedPolicyEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosUnmatchedPolicyTable/qosUnmatchedPolicyEntry/qosUnmatchedPolicyId": {
      "get": {
        "summary": "Get qosUnmatchedPolicyId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosUnmatchedPolicyTable-qosUnmatchedPolicyEntry-qosUnmatchedPolicyId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosUnmatchedPolicyId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosUnmatchedPolicyId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosUnmatchedPolicyTable/qosUnmatchedPolicyEntry/qosUnmatchedPolicyRole": {
      "get": {
        "summary": "Get qosUnmatchedPolicyRole",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosUnmatchedPolicyTable-qosUnmatchedPolicyEntry-qosUnmatchedPolicyRole",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosUnmatchedPolicyRole": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosUnmatchedPolicyRole from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosUnmatchedPolicyTable/qosUnmatchedPolicyEntry/qosUnmatchedPolicyDirection": {
      "get": {
        "summary": "Get qosUnmatchedPolicyDirection",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosUnmatchedPolicyTable-qosUnmatchedPolicyEntry-qosUnmatchedPolicyDirection",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosUnmatchedPolicyDirection": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosUnmatchedPolicyDirection from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosUnmatchedPolicyTable/qosUnmatchedPolicyEntry/qosUnmatchedPolicyDscp": {
      "get": {
        "summary": "Get qosUnmatchedPolicyDscp",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosUnmatchedPolicyTable-qosUnmatchedPolicyEntry-qosUnmatchedPolicyDscp",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosUnmatchedPolicyDscp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosUnmatchedPolicyDscp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosUnmatchedPolicyTable/qosUnmatchedPolicyEntry/qosUnmatchedPolicyDscpTrusted": {
      "get": {
        "summary": "Get qosUnmatchedPolicyDscpTrusted",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosUnmatchedPolicyTable-qosUnmatchedPolicyEntry-qosUnmatchedPolicyDscpTrusted",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosUnmatchedPolicyDscpTrusted": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosUnmatchedPolicyDscpTrusted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosUnmatchedPolicyTable/qosUnmatchedPolicyEntry/qosUnmatchPolMicroFlowPolicerId": {
      "get": {
        "summary": "Get qosUnmatchPolMicroFlowPolicerId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosUnmatchedPolicyTable-qosUnmatchedPolicyEntry-qosUnmatchPolMicroFlowPolicerId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosUnmatchPolMicroFlowPolicerId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosUnmatchPolMicroFlowPolicerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosUnmatchedPolicyTable/qosUnmatchedPolicyEntry/qosUnmatchedPolicyAggregateId": {
      "get": {
        "summary": "Get qosUnmatchedPolicyAggregateId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosUnmatchedPolicyTable-qosUnmatchedPolicyEntry-qosUnmatchedPolicyAggregateId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosUnmatchedPolicyAggregateId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosUnmatchedPolicyAggregateId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosPolicerTable": {
      "get": {
        "summary": "Get qosPolicerTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosPolicerTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosPolicerEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosPolicerId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosPolicerRate": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "qosPolicerNormalBurst": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "qosPolicerExcessBurst": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "qosPolicerAction": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosPolicerTable": {
                    "qosPolicerEntry": [
                      {
                        "qosPolicerId": "1",
                        "qosPolicerRate": 1,
                        "qosPolicerNormalBurst": 1,
                        "qosPolicerExcessBurst": 1,
                        "qosPolicerAction": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosPolicerTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosPolicerTable/qosPolicerEntry": {
      "get": {
        "summary": "Get qosPolicerEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosPolicerTable-qosPolicerEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosPolicerId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosPolicerRate": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "qosPolicerNormalBurst": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "qosPolicerExcessBurst": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "qosPolicerAction": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosPolicerEntry": [
                    {
                      "qosPolicerId": "1",
                      "qosPolicerRate": 1,
                      "qosPolicerNormalBurst": 1,
                      "qosPolicerExcessBurst": 1,
                      "qosPolicerAction": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosPolicerEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosPolicerTable/qosPolicerEntry/qosPolicerId": {
      "get": {
        "summary": "Get qosPolicerId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosPolicerTable-qosPolicerEntry-qosPolicerId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosPolicerId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosPolicerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosPolicerTable/qosPolicerEntry/qosPolicerRate": {
      "get": {
        "summary": "Get qosPolicerRate",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosPolicerTable-qosPolicerEntry-qosPolicerRate",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosPolicerRate": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosPolicerRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosPolicerTable/qosPolicerEntry/qosPolicerNormalBurst": {
      "get": {
        "summary": "Get qosPolicerNormalBurst",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosPolicerTable-qosPolicerEntry-qosPolicerNormalBurst",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosPolicerNormalBurst": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosPolicerNormalBurst from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosPolicerTable/qosPolicerEntry/qosPolicerExcessBurst": {
      "get": {
        "summary": "Get qosPolicerExcessBurst",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosPolicerTable-qosPolicerEntry-qosPolicerExcessBurst",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosPolicerExcessBurst": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosPolicerExcessBurst from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosPolicerTable/qosPolicerEntry/qosPolicerAction": {
      "get": {
        "summary": "Get qosPolicerAction",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosPolicerTable-qosPolicerEntry-qosPolicerAction",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosPolicerAction": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosPolicerAction from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosAggregateTable": {
      "get": {
        "summary": "Get qosAggregateTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosAggregateTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosAggregateEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosAggregateId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosAggregatePolicerId": {
                            "type": "string",
                            "example": "1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosAggregateTable": {
                    "qosAggregateEntry": [
                      {
                        "qosAggregateId": "1",
                        "qosAggregatePolicerId": "1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosAggregateTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosAggregateTable/qosAggregateEntry": {
      "get": {
        "summary": "Get qosAggregateEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosAggregateTable-qosAggregateEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosAggregateId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosAggregatePolicerId": {
                        "type": "string",
                        "example": "1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosAggregateEntry": [
                    {
                      "qosAggregateId": "1",
                      "qosAggregatePolicerId": "1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosAggregateEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosAggregateTable/qosAggregateEntry/qosAggregateId": {
      "get": {
        "summary": "Get qosAggregateId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosAggregateTable-qosAggregateEntry-qosAggregateId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosAggregateId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosAggregateId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosAggregateTable/qosAggregateEntry/qosAggregatePolicerId": {
      "get": {
        "summary": "Get qosAggregatePolicerId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosAggregateTable-qosAggregateEntry-qosAggregatePolicerId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosAggregatePolicerId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosAggregatePolicerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosMacClassificationTable": {
      "get": {
        "summary": "Get qosMacClassificationTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosMacClassificationTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosMacClassificationEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosMacClassificationId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosDstMacVlan": {
                            "type": "integer",
                            "example": 1
                          },
                          "qosDstMacAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "qosDstMacCos": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosMacClassificationTable": {
                    "qosMacClassificationEntry": [
                      {
                        "qosMacClassificationId": "1",
                        "qosDstMacVlan": 1,
                        "qosDstMacAddress": "10.1.1.1",
                        "qosDstMacCos": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosMacClassificationTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosMacClassificationTable/qosMacClassificationEntry": {
      "get": {
        "summary": "Get qosMacClassificationEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosMacClassificationTable-qosMacClassificationEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosMacClassificationId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosDstMacVlan": {
                        "type": "integer",
                        "example": 1
                      },
                      "qosDstMacAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "qosDstMacCos": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosMacClassificationEntry": [
                    {
                      "qosMacClassificationId": "1",
                      "qosDstMacVlan": 1,
                      "qosDstMacAddress": "10.1.1.1",
                      "qosDstMacCos": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosMacClassificationEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosMacClassificationTable/qosMacClassificationEntry/qosMacClassificationId": {
      "get": {
        "summary": "Get qosMacClassificationId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosMacClassificationTable-qosMacClassificationEntry-qosMacClassificationId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosMacClassificationId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosMacClassificationId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosMacClassificationTable/qosMacClassificationEntry/qosDstMacVlan": {
      "get": {
        "summary": "Get qosDstMacVlan",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosMacClassificationTable-qosMacClassificationEntry-qosDstMacVlan",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDstMacVlan": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDstMacVlan from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosMacClassificationTable/qosMacClassificationEntry/qosDstMacAddress": {
      "get": {
        "summary": "Get qosDstMacAddress",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosMacClassificationTable-qosMacClassificationEntry-qosDstMacAddress",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDstMacAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDstMacAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosMacClassificationTable/qosMacClassificationEntry/qosDstMacCos": {
      "get": {
        "summary": "Get qosDstMacCos",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosMacClassificationTable-qosMacClassificationEntry-qosDstMacCos",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosDstMacCos": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosDstMacCos from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable": {
      "get": {
        "summary": "Get qosIpAceTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosIpAceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosIpAceId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosIpAceDstAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIpAceDstAddrMask": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIpAceSrcAddr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIpAceSrcAddrMask": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIpAceDscpMin": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIpAceDscpMax": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIpAceProtocol": {
                            "type": "integer",
                            "example": 1
                          },
                          "qosIpAceDstL4PortMin": {
                            "type": "integer",
                            "example": 1
                          },
                          "qosIpAceDstL4PortMax": {
                            "type": "integer",
                            "example": 1
                          },
                          "qosIpAceSrcL4PortMin": {
                            "type": "integer",
                            "example": 1
                          },
                          "qosIpAceSrcL4PortMax": {
                            "type": "integer",
                            "example": 1
                          },
                          "qosIpAcePermit": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIpAceTable": {
                    "qosIpAceEntry": [
                      {
                        "qosIpAceId": "1",
                        "qosIpAceDstAddr": "configured-value",
                        "qosIpAceDstAddrMask": "configured-value",
                        "qosIpAceSrcAddr": "configured-value",
                        "qosIpAceSrcAddrMask": "configured-value",
                        "qosIpAceDscpMin": "configured-value",
                        "qosIpAceDscpMax": "configured-value",
                        "qosIpAceProtocol": 1,
                        "qosIpAceDstL4PortMin": 1,
                        "qosIpAceDstL4PortMax": 1,
                        "qosIpAceSrcL4PortMin": 1,
                        "qosIpAceSrcL4PortMax": 1,
                        "qosIpAcePermit": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry": {
      "get": {
        "summary": "Get qosIpAceEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosIpAceId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosIpAceDstAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIpAceDstAddrMask": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIpAceSrcAddr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIpAceSrcAddrMask": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIpAceDscpMin": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIpAceDscpMax": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIpAceProtocol": {
                        "type": "integer",
                        "example": 1
                      },
                      "qosIpAceDstL4PortMin": {
                        "type": "integer",
                        "example": 1
                      },
                      "qosIpAceDstL4PortMax": {
                        "type": "integer",
                        "example": 1
                      },
                      "qosIpAceSrcL4PortMin": {
                        "type": "integer",
                        "example": 1
                      },
                      "qosIpAceSrcL4PortMax": {
                        "type": "integer",
                        "example": 1
                      },
                      "qosIpAcePermit": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIpAceEntry": [
                    {
                      "qosIpAceId": "1",
                      "qosIpAceDstAddr": "configured-value",
                      "qosIpAceDstAddrMask": "configured-value",
                      "qosIpAceSrcAddr": "configured-value",
                      "qosIpAceSrcAddrMask": "configured-value",
                      "qosIpAceDscpMin": "configured-value",
                      "qosIpAceDscpMax": "configured-value",
                      "qosIpAceProtocol": 1,
                      "qosIpAceDstL4PortMin": 1,
                      "qosIpAceDstL4PortMax": 1,
                      "qosIpAceSrcL4PortMin": 1,
                      "qosIpAceSrcL4PortMax": 1,
                      "qosIpAcePermit": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceId": {
      "get": {
        "summary": "Get qosIpAceId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceDstAddr": {
      "get": {
        "summary": "Get qosIpAceDstAddr",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceDstAddr",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceDstAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceDstAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceDstAddrMask": {
      "get": {
        "summary": "Get qosIpAceDstAddrMask",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceDstAddrMask",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceDstAddrMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceDstAddrMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceSrcAddr": {
      "get": {
        "summary": "Get qosIpAceSrcAddr",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceSrcAddr",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceSrcAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceSrcAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceSrcAddrMask": {
      "get": {
        "summary": "Get qosIpAceSrcAddrMask",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceSrcAddrMask",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceSrcAddrMask": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceSrcAddrMask from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceDscpMin": {
      "get": {
        "summary": "Get qosIpAceDscpMin",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceDscpMin",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceDscpMin": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceDscpMin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceDscpMax": {
      "get": {
        "summary": "Get qosIpAceDscpMax",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceDscpMax",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceDscpMax": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceDscpMax from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceProtocol": {
      "get": {
        "summary": "Get qosIpAceProtocol",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceProtocol",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceProtocol": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceDstL4PortMin": {
      "get": {
        "summary": "Get qosIpAceDstL4PortMin",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceDstL4PortMin",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceDstL4PortMin": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceDstL4PortMin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceDstL4PortMax": {
      "get": {
        "summary": "Get qosIpAceDstL4PortMax",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceDstL4PortMax",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceDstL4PortMax": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceDstL4PortMax from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceSrcL4PortMin": {
      "get": {
        "summary": "Get qosIpAceSrcL4PortMin",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceSrcL4PortMin",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceSrcL4PortMin": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceSrcL4PortMin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAceSrcL4PortMax": {
      "get": {
        "summary": "Get qosIpAceSrcL4PortMax",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAceSrcL4PortMax",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceSrcL4PortMax": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceSrcL4PortMax from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAceTable/qosIpAceEntry/qosIpAcePermit": {
      "get": {
        "summary": "Get qosIpAcePermit",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAceTable-qosIpAceEntry-qosIpAcePermit",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAcePermit": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAcePermit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclDefinitionTable": {
      "get": {
        "summary": "Get qosIpAclDefinitionTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclDefinitionTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosIpAclDefinitionEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosIpAclDefinitionId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosIpAclId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosIpAceOrder": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "qosIpAclDefAceId": {
                            "type": "string",
                            "example": "1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIpAclDefinitionTable": {
                    "qosIpAclDefinitionEntry": [
                      {
                        "qosIpAclDefinitionId": "1",
                        "qosIpAclId": "1",
                        "qosIpAceOrder": 1,
                        "qosIpAclDefAceId": "1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclDefinitionTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclDefinitionTable/qosIpAclDefinitionEntry": {
      "get": {
        "summary": "Get qosIpAclDefinitionEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclDefinitionTable-qosIpAclDefinitionEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosIpAclDefinitionId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosIpAclId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosIpAceOrder": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "qosIpAclDefAceId": {
                        "type": "string",
                        "example": "1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIpAclDefinitionEntry": [
                    {
                      "qosIpAclDefinitionId": "1",
                      "qosIpAclId": "1",
                      "qosIpAceOrder": 1,
                      "qosIpAclDefAceId": "1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclDefinitionEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclDefinitionTable/qosIpAclDefinitionEntry/qosIpAclDefinitionId": {
      "get": {
        "summary": "Get qosIpAclDefinitionId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclDefinitionTable-qosIpAclDefinitionEntry-qosIpAclDefinitionId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclDefinitionId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclDefinitionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclDefinitionTable/qosIpAclDefinitionEntry/qosIpAclId": {
      "get": {
        "summary": "Get qosIpAclId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclDefinitionTable-qosIpAclDefinitionEntry-qosIpAclId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclDefinitionTable/qosIpAclDefinitionEntry/qosIpAceOrder": {
      "get": {
        "summary": "Get qosIpAceOrder",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclDefinitionTable-qosIpAclDefinitionEntry-qosIpAceOrder",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAceOrder": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAceOrder from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclDefinitionTable/qosIpAclDefinitionEntry/qosIpAclDefAceId": {
      "get": {
        "summary": "Get qosIpAclDefAceId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclDefinitionTable-qosIpAclDefinitionEntry-qosIpAclDefAceId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclDefAceId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclDefAceId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable": {
      "get": {
        "summary": "Get qosIpAclActionTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosIpAclActionEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosIpAclActionId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosIpAclActAclId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosIpAclInterfaceRoles": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIpAclInterfaceDirection": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIpAclOrder": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "qosIpAclDscp": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIpAclDscpTrusted": {
                            "type": "boolean",
                            "example": true
                          },
                          "qosIpAclMicroFlowPolicerId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosIpAclAggregateId": {
                            "type": "string",
                            "example": "1"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIpAclActionTable": {
                    "qosIpAclActionEntry": [
                      {
                        "qosIpAclActionId": "1",
                        "qosIpAclActAclId": "1",
                        "qosIpAclInterfaceRoles": "configured-value",
                        "qosIpAclInterfaceDirection": "default",
                        "qosIpAclOrder": 1,
                        "qosIpAclDscp": "configured-value",
                        "qosIpAclDscpTrusted": true,
                        "qosIpAclMicroFlowPolicerId": "1",
                        "qosIpAclAggregateId": "1"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclActionTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable/qosIpAclActionEntry": {
      "get": {
        "summary": "Get qosIpAclActionEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable-qosIpAclActionEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosIpAclActionId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosIpAclActAclId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosIpAclInterfaceRoles": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIpAclInterfaceDirection": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIpAclOrder": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "qosIpAclDscp": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIpAclDscpTrusted": {
                        "type": "boolean",
                        "example": true
                      },
                      "qosIpAclMicroFlowPolicerId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosIpAclAggregateId": {
                        "type": "string",
                        "example": "1"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIpAclActionEntry": [
                    {
                      "qosIpAclActionId": "1",
                      "qosIpAclActAclId": "1",
                      "qosIpAclInterfaceRoles": "configured-value",
                      "qosIpAclInterfaceDirection": "default",
                      "qosIpAclOrder": 1,
                      "qosIpAclDscp": "configured-value",
                      "qosIpAclDscpTrusted": true,
                      "qosIpAclMicroFlowPolicerId": "1",
                      "qosIpAclAggregateId": "1"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclActionEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable/qosIpAclActionEntry/qosIpAclActionId": {
      "get": {
        "summary": "Get qosIpAclActionId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable-qosIpAclActionEntry-qosIpAclActionId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclActionId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclActionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable/qosIpAclActionEntry/qosIpAclActAclId": {
      "get": {
        "summary": "Get qosIpAclActAclId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable-qosIpAclActionEntry-qosIpAclActAclId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclActAclId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclActAclId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable/qosIpAclActionEntry/qosIpAclInterfaceRoles": {
      "get": {
        "summary": "Get qosIpAclInterfaceRoles",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable-qosIpAclActionEntry-qosIpAclInterfaceRoles",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclInterfaceRoles": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclInterfaceRoles from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable/qosIpAclActionEntry/qosIpAclInterfaceDirection": {
      "get": {
        "summary": "Get qosIpAclInterfaceDirection",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable-qosIpAclActionEntry-qosIpAclInterfaceDirection",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclInterfaceDirection": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclInterfaceDirection from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable/qosIpAclActionEntry/qosIpAclOrder": {
      "get": {
        "summary": "Get qosIpAclOrder",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable-qosIpAclActionEntry-qosIpAclOrder",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclOrder": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclOrder from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable/qosIpAclActionEntry/qosIpAclDscp": {
      "get": {
        "summary": "Get qosIpAclDscp",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable-qosIpAclActionEntry-qosIpAclDscp",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclDscp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclDscp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable/qosIpAclActionEntry/qosIpAclDscpTrusted": {
      "get": {
        "summary": "Get qosIpAclDscpTrusted",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable-qosIpAclActionEntry-qosIpAclDscpTrusted",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclDscpTrusted": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclDscpTrusted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable/qosIpAclActionEntry/qosIpAclMicroFlowPolicerId": {
      "get": {
        "summary": "Get qosIpAclMicroFlowPolicerId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable-qosIpAclActionEntry-qosIpAclMicroFlowPolicerId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclMicroFlowPolicerId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclMicroFlowPolicerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIpAclActionTable/qosIpAclActionEntry/qosIpAclAggregateId": {
      "get": {
        "summary": "Get qosIpAclAggregateId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIpAclActionTable-qosIpAclActionEntry-qosIpAclAggregateId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIpAclAggregateId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIpAclAggregateId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfSchedulingPreferencesTable": {
      "get": {
        "summary": "Get qosIfSchedulingPreferencesTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfSchedulingPreferencesTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosIfSchedulingPreferenceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosIfSchedulingPreferenceId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosIfSchedulingRoles": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIfSchedulingPreference": {
                            "type": "integer",
                            "example": 1
                          },
                          "qosIfSchedulingDiscipline": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIfSchedulingQueueType": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfSchedulingPreferencesTable": {
                    "qosIfSchedulingPreferenceEntry": [
                      {
                        "qosIfSchedulingPreferenceId": "1",
                        "qosIfSchedulingRoles": "configured-value",
                        "qosIfSchedulingPreference": 1,
                        "qosIfSchedulingDiscipline": "default",
                        "qosIfSchedulingQueueType": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfSchedulingPreferencesTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfSchedulingPreferencesTable/qosIfSchedulingPreferenceEntry": {
      "get": {
        "summary": "Get qosIfSchedulingPreferenceEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfSchedulingPreferencesTable-qosIfSchedulingPreferenceEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosIfSchedulingPreferenceId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosIfSchedulingRoles": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIfSchedulingPreference": {
                        "type": "integer",
                        "example": 1
                      },
                      "qosIfSchedulingDiscipline": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIfSchedulingQueueType": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfSchedulingPreferenceEntry": [
                    {
                      "qosIfSchedulingPreferenceId": "1",
                      "qosIfSchedulingRoles": "configured-value",
                      "qosIfSchedulingPreference": 1,
                      "qosIfSchedulingDiscipline": "default",
                      "qosIfSchedulingQueueType": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfSchedulingPreferenceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfSchedulingPreferencesTable/qosIfSchedulingPreferenceEntry/qosIfSchedulingPreferenceId": {
      "get": {
        "summary": "Get qosIfSchedulingPreferenceId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfSchedulingPreferencesTable-qosIfSchedulingPreferenceEntry-qosIfSchedulingPreferenceId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfSchedulingPreferenceId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfSchedulingPreferenceId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfSchedulingPreferencesTable/qosIfSchedulingPreferenceEntry/qosIfSchedulingRoles": {
      "get": {
        "summary": "Get qosIfSchedulingRoles",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfSchedulingPreferencesTable-qosIfSchedulingPreferenceEntry-qosIfSchedulingRoles",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfSchedulingRoles": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfSchedulingRoles from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfSchedulingPreferencesTable/qosIfSchedulingPreferenceEntry/qosIfSchedulingPreference": {
      "get": {
        "summary": "Get qosIfSchedulingPreference",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfSchedulingPreferencesTable-qosIfSchedulingPreferenceEntry-qosIfSchedulingPreference",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfSchedulingPreference": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfSchedulingPreference from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfSchedulingPreferencesTable/qosIfSchedulingPreferenceEntry/qosIfSchedulingDiscipline": {
      "get": {
        "summary": "Get qosIfSchedulingDiscipline",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfSchedulingPreferencesTable-qosIfSchedulingPreferenceEntry-qosIfSchedulingDiscipline",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfSchedulingDiscipline": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfSchedulingDiscipline from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfSchedulingPreferencesTable/qosIfSchedulingPreferenceEntry/qosIfSchedulingQueueType": {
      "get": {
        "summary": "Get qosIfSchedulingQueueType",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfSchedulingPreferencesTable-qosIfSchedulingPreferenceEntry-qosIfSchedulingQueueType",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfSchedulingQueueType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfSchedulingQueueType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDropPreferenceTable": {
      "get": {
        "summary": "Get qosIfDropPreferenceTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDropPreferenceTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosIfDropPreferenceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosIfDropPreferenceId": {
                            "type": "string",
                            "example": "0"
                          },
                          "qosIfDropRoles": {
                            "type": "string",
                            "example": "0"
                          },
                          "qosIfDropPreference": {
                            "type": "integer",
                            "example": 0
                          },
                          "qosIfDropDiscipline": {
                            "type": "string",
                            "example": "0"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 0
                    }
                  },
                  "example": 0
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfDropPreferenceTable": {
                    "qosIfDropPreferenceEntry": [
                      {
                        "qosIfDropPreferenceId": "0",
                        "qosIfDropRoles": "0",
                        "qosIfDropPreference": 0,
                        "qosIfDropDiscipline": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDropPreferenceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDropPreferenceTable/qosIfDropPreferenceEntry": {
      "get": {
        "summary": "Get qosIfDropPreferenceEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDropPreferenceTable-qosIfDropPreferenceEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosIfDropPreferenceId": {
                        "type": "string",
                        "example": "0"
                      },
                      "qosIfDropRoles": {
                        "type": "string",
                        "example": "0"
                      },
                      "qosIfDropPreference": {
                        "type": "integer",
                        "example": 0
                      },
                      "qosIfDropDiscipline": {
                        "type": "string",
                        "example": "0"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 0
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfDropPreferenceEntry": [
                    {
                      "qosIfDropPreferenceId": "0",
                      "qosIfDropRoles": "0",
                      "qosIfDropPreference": 0,
                      "qosIfDropDiscipline": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDropPreferenceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDropPreferenceTable/qosIfDropPreferenceEntry/qosIfDropPreferenceId": {
      "get": {
        "summary": "Get qosIfDropPreferenceId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDropPreferenceTable-qosIfDropPreferenceEntry-qosIfDropPreferenceId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfDropPreferenceId": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDropPreferenceId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDropPreferenceTable/qosIfDropPreferenceEntry/qosIfDropRoles": {
      "get": {
        "summary": "Get qosIfDropRoles",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDropPreferenceTable-qosIfDropPreferenceEntry-qosIfDropRoles",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfDropRoles": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDropRoles from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDropPreferenceTable/qosIfDropPreferenceEntry/qosIfDropPreference": {
      "get": {
        "summary": "Get qosIfDropPreference",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDropPreferenceTable-qosIfDropPreferenceEntry-qosIfDropPreference",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 0
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfDropPreference": 0
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDropPreference from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDropPreferenceTable/qosIfDropPreferenceEntry/qosIfDropDiscipline": {
      "get": {
        "summary": "Get qosIfDropDiscipline",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDropPreferenceTable-qosIfDropPreferenceEntry-qosIfDropDiscipline",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfDropDiscipline": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDropDiscipline from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDscpAssignmentTable": {
      "get": {
        "summary": "Get qosIfDscpAssignmentTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDscpAssignmentTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosIfDscpAssignmentEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosIfDscpAssignmentId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosIfDscpRoles": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIfQueueType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIfDscp": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIfQueue": {
                            "type": "integer",
                            "example": 1
                          },
                          "qosIfThresholdSet": {
                            "type": "integer",
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfDscpAssignmentTable": {
                    "qosIfDscpAssignmentEntry": [
                      {
                        "qosIfDscpAssignmentId": "1",
                        "qosIfDscpRoles": "configured-value",
                        "qosIfQueueType": "configured-value",
                        "qosIfDscp": "configured-value",
                        "qosIfQueue": 1,
                        "qosIfThresholdSet": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDscpAssignmentTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDscpAssignmentTable/qosIfDscpAssignmentEntry": {
      "get": {
        "summary": "Get qosIfDscpAssignmentEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDscpAssignmentTable-qosIfDscpAssignmentEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosIfDscpAssignmentId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosIfDscpRoles": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIfQueueType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIfDscp": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIfQueue": {
                        "type": "integer",
                        "example": 1
                      },
                      "qosIfThresholdSet": {
                        "type": "integer",
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfDscpAssignmentEntry": [
                    {
                      "qosIfDscpAssignmentId": "1",
                      "qosIfDscpRoles": "configured-value",
                      "qosIfQueueType": "configured-value",
                      "qosIfDscp": "configured-value",
                      "qosIfQueue": 1,
                      "qosIfThresholdSet": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDscpAssignmentEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDscpAssignmentTable/qosIfDscpAssignmentEntry/qosIfDscpAssignmentId": {
      "get": {
        "summary": "Get qosIfDscpAssignmentId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDscpAssignmentTable-qosIfDscpAssignmentEntry-qosIfDscpAssignmentId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfDscpAssignmentId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDscpAssignmentId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDscpAssignmentTable/qosIfDscpAssignmentEntry/qosIfDscpRoles": {
      "get": {
        "summary": "Get qosIfDscpRoles",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDscpAssignmentTable-qosIfDscpAssignmentEntry-qosIfDscpRoles",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfDscpRoles": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDscpRoles from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDscpAssignmentTable/qosIfDscpAssignmentEntry/qosIfQueueType": {
      "get": {
        "summary": "Get qosIfQueueType",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDscpAssignmentTable-qosIfDscpAssignmentEntry-qosIfQueueType",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfQueueType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfQueueType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDscpAssignmentTable/qosIfDscpAssignmentEntry/qosIfDscp": {
      "get": {
        "summary": "Get qosIfDscp",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDscpAssignmentTable-qosIfDscpAssignmentEntry-qosIfDscp",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfDscp": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfDscp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDscpAssignmentTable/qosIfDscpAssignmentEntry/qosIfQueue": {
      "get": {
        "summary": "Get qosIfQueue",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDscpAssignmentTable-qosIfDscpAssignmentEntry-qosIfQueue",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfQueue": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfQueue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfDscpAssignmentTable/qosIfDscpAssignmentEntry/qosIfThresholdSet": {
      "get": {
        "summary": "Get qosIfThresholdSet",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfDscpAssignmentTable-qosIfDscpAssignmentEntry-qosIfThresholdSet",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfThresholdSet": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfThresholdSet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfRedTable": {
      "get": {
        "summary": "Get qosIfRedTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfRedTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosIfRedEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosIfRedId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosIfRedRoles": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIfRedNumThresholdSets": {
                            "type": "string",
                            "example": "10"
                          },
                          "qosIfRedThresholdSet": {
                            "type": "integer",
                            "example": 1
                          },
                          "qosIfRedThresholdSetLower": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIfRedThresholdSetUpper": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfRedTable": {
                    "qosIfRedEntry": [
                      {
                        "qosIfRedId": "1",
                        "qosIfRedRoles": "configured-value",
                        "qosIfRedNumThresholdSets": "10",
                        "qosIfRedThresholdSet": 1,
                        "qosIfRedThresholdSetLower": "configured-value",
                        "qosIfRedThresholdSetUpper": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfRedTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfRedTable/qosIfRedEntry": {
      "get": {
        "summary": "Get qosIfRedEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfRedTable-qosIfRedEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosIfRedId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosIfRedRoles": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIfRedNumThresholdSets": {
                        "type": "string",
                        "example": "10"
                      },
                      "qosIfRedThresholdSet": {
                        "type": "integer",
                        "example": 1
                      },
                      "qosIfRedThresholdSetLower": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIfRedThresholdSetUpper": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfRedEntry": [
                    {
                      "qosIfRedId": "1",
                      "qosIfRedRoles": "configured-value",
                      "qosIfRedNumThresholdSets": "10",
                      "qosIfRedThresholdSet": 1,
                      "qosIfRedThresholdSetLower": "configured-value",
                      "qosIfRedThresholdSetUpper": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfRedEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfRedTable/qosIfRedEntry/qosIfRedId": {
      "get": {
        "summary": "Get qosIfRedId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfRedTable-qosIfRedEntry-qosIfRedId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfRedId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfRedId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfRedTable/qosIfRedEntry/qosIfRedRoles": {
      "get": {
        "summary": "Get qosIfRedRoles",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfRedTable-qosIfRedEntry-qosIfRedRoles",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfRedRoles": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfRedRoles from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfRedTable/qosIfRedEntry/qosIfRedNumThresholdSets": {
      "get": {
        "summary": "Get qosIfRedNumThresholdSets",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfRedTable-qosIfRedEntry-qosIfRedNumThresholdSets",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfRedNumThresholdSets": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfRedNumThresholdSets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfRedTable/qosIfRedEntry/qosIfRedThresholdSet": {
      "get": {
        "summary": "Get qosIfRedThresholdSet",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfRedTable-qosIfRedEntry-qosIfRedThresholdSet",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfRedThresholdSet": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfRedThresholdSet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfRedTable/qosIfRedEntry/qosIfRedThresholdSetLower": {
      "get": {
        "summary": "Get qosIfRedThresholdSetLower",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfRedTable-qosIfRedEntry-qosIfRedThresholdSetLower",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfRedThresholdSetLower": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfRedThresholdSetLower from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfRedTable/qosIfRedEntry/qosIfRedThresholdSetUpper": {
      "get": {
        "summary": "Get qosIfRedThresholdSetUpper",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfRedTable-qosIfRedEntry-qosIfRedThresholdSetUpper",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfRedThresholdSetUpper": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfRedThresholdSetUpper from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfTailDropTable": {
      "get": {
        "summary": "Get qosIfTailDropTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfTailDropTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosIfTailDropEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosIfTailDropId": {
                            "type": "string",
                            "example": "0"
                          },
                          "qosIfTailDropRoles": {
                            "type": "string",
                            "example": "0"
                          },
                          "qosIfTailDropNumThresholdSets": {
                            "type": "string",
                            "example": "0"
                          },
                          "qosIfTailDropThresholdSet": {
                            "type": "integer",
                            "example": 0
                          },
                          "qosIfTailDropThresholdSetValue": {
                            "type": "string",
                            "example": "0"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": 0
                    }
                  },
                  "example": 0
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfTailDropTable": {
                    "qosIfTailDropEntry": [
                      {
                        "qosIfTailDropId": "0",
                        "qosIfTailDropRoles": "0",
                        "qosIfTailDropNumThresholdSets": "0",
                        "qosIfTailDropThresholdSet": 0,
                        "qosIfTailDropThresholdSetValue": "0"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfTailDropTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfTailDropTable/qosIfTailDropEntry": {
      "get": {
        "summary": "Get qosIfTailDropEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfTailDropTable-qosIfTailDropEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosIfTailDropId": {
                        "type": "string",
                        "example": "0"
                      },
                      "qosIfTailDropRoles": {
                        "type": "string",
                        "example": "0"
                      },
                      "qosIfTailDropNumThresholdSets": {
                        "type": "string",
                        "example": "0"
                      },
                      "qosIfTailDropThresholdSet": {
                        "type": "integer",
                        "example": 0
                      },
                      "qosIfTailDropThresholdSetValue": {
                        "type": "string",
                        "example": "0"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": 0
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfTailDropEntry": [
                    {
                      "qosIfTailDropId": "0",
                      "qosIfTailDropRoles": "0",
                      "qosIfTailDropNumThresholdSets": "0",
                      "qosIfTailDropThresholdSet": 0,
                      "qosIfTailDropThresholdSetValue": "0"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfTailDropEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfTailDropTable/qosIfTailDropEntry/qosIfTailDropId": {
      "get": {
        "summary": "Get qosIfTailDropId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfTailDropTable-qosIfTailDropEntry-qosIfTailDropId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfTailDropId": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfTailDropId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfTailDropTable/qosIfTailDropEntry/qosIfTailDropRoles": {
      "get": {
        "summary": "Get qosIfTailDropRoles",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfTailDropTable-qosIfTailDropEntry-qosIfTailDropRoles",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfTailDropRoles": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfTailDropRoles from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfTailDropTable/qosIfTailDropEntry/qosIfTailDropNumThresholdSets": {
      "get": {
        "summary": "Get qosIfTailDropNumThresholdSets",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfTailDropTable-qosIfTailDropEntry-qosIfTailDropNumThresholdSets",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfTailDropNumThresholdSets": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfTailDropNumThresholdSets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfTailDropTable/qosIfTailDropEntry/qosIfTailDropThresholdSet": {
      "get": {
        "summary": "Get qosIfTailDropThresholdSet",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfTailDropTable-qosIfTailDropEntry-qosIfTailDropThresholdSet",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 0
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfTailDropThresholdSet": 0
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfTailDropThresholdSet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfTailDropTable/qosIfTailDropEntry/qosIfTailDropThresholdSetValue": {
      "get": {
        "summary": "Get qosIfTailDropThresholdSetValue",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfTailDropTable-qosIfTailDropEntry-qosIfTailDropThresholdSetValue",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfTailDropThresholdSetValue": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfTailDropThresholdSetValue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfWeightsTable": {
      "get": {
        "summary": "Get qosIfWeightsTable",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfWeightsTable",
        "tags": [
          "CISCO-QOS-PIB-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "qosIfWeightsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "qosIfWeightsId": {
                            "type": "string",
                            "example": "1"
                          },
                          "qosIfWeightsRoles": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "qosIfWeightsNumQueues": {
                            "type": "string",
                            "example": "10"
                          },
                          "qosIfWeightsQueue": {
                            "type": "integer",
                            "example": 1
                          },
                          "qosIfWeightsDrainSize": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "qosIfWeightsQueueSize": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfWeightsTable": {
                    "qosIfWeightsEntry": [
                      {
                        "qosIfWeightsId": "1",
                        "qosIfWeightsRoles": "configured-value",
                        "qosIfWeightsNumQueues": "10",
                        "qosIfWeightsQueue": 1,
                        "qosIfWeightsDrainSize": 1,
                        "qosIfWeightsQueueSize": 1
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfWeightsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfWeightsTable/qosIfWeightsEntry": {
      "get": {
        "summary": "Get qosIfWeightsEntry",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfWeightsTable-qosIfWeightsEntry",
        "tags": [
          "CISCO-QOS-PIB-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": {
                      "qosIfWeightsId": {
                        "type": "string",
                        "example": "1"
                      },
                      "qosIfWeightsRoles": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "qosIfWeightsNumQueues": {
                        "type": "string",
                        "example": "10"
                      },
                      "qosIfWeightsQueue": {
                        "type": "integer",
                        "example": 1
                      },
                      "qosIfWeightsDrainSize": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "qosIfWeightsQueueSize": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-QOS-PIB-MIB:qosIfWeightsEntry": [
                    {
                      "qosIfWeightsId": "1",
                      "qosIfWeightsRoles": "configured-value",
                      "qosIfWeightsNumQueues": "10",
                      "qosIfWeightsQueue": 1,
                      "qosIfWeightsDrainSize": 1,
                      "qosIfWeightsQueueSize": 1
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfWeightsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfWeightsTable/qosIfWeightsEntry/qosIfWeightsId": {
      "get": {
        "summary": "Get qosIfWeightsId",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfWeightsTable-qosIfWeightsEntry-qosIfWeightsId",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfWeightsId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfWeightsId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfWeightsTable/qosIfWeightsEntry/qosIfWeightsRoles": {
      "get": {
        "summary": "Get qosIfWeightsRoles",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfWeightsTable-qosIfWeightsEntry-qosIfWeightsRoles",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfWeightsRoles": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfWeightsRoles from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfWeightsTable/qosIfWeightsEntry/qosIfWeightsNumQueues": {
      "get": {
        "summary": "Get qosIfWeightsNumQueues",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfWeightsTable-qosIfWeightsEntry-qosIfWeightsNumQueues",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfWeightsNumQueues": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfWeightsNumQueues from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfWeightsTable/qosIfWeightsEntry/qosIfWeightsQueue": {
      "get": {
        "summary": "Get qosIfWeightsQueue",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfWeightsTable-qosIfWeightsEntry-qosIfWeightsQueue",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfWeightsQueue": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfWeightsQueue from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfWeightsTable/qosIfWeightsEntry/qosIfWeightsDrainSize": {
      "get": {
        "summary": "Get qosIfWeightsDrainSize",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfWeightsTable-qosIfWeightsEntry-qosIfWeightsDrainSize",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfWeightsDrainSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfWeightsDrainSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB/qosIfWeightsTable/qosIfWeightsEntry/qosIfWeightsQueueSize": {
      "get": {
        "summary": "Get qosIfWeightsQueueSize",
        "operationId": "get-CISCO-QOS-PIB-MIB:CISCO-QOS-PIB-MIB-qosIfWeightsTable-qosIfWeightsEntry-qosIfWeightsQueueSize",
        "tags": [
          "CISCO-QOS-PIB-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": {
                  "CISCO-QOS-PIB-MIB:qosIfWeightsQueueSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve qosIfWeightsQueueSize 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": []
    }
  ]
}
