{
  "openapi": "3.0.0",
  "info": {
    "title": "CISCO-ATM-QOS-MIB MIB API",
    "version": "1.0.0",
    "description": "The MIB is created to provide ATM QoS information in\n    these areas:\n    \n    1. Traffic shaping on a per-VC basis\n    2. Traffic shaping on a per-VP basis \n    3. Per-VC queuing/buffering\n    \n    Although the initial requirements of the MIB are\n    driven to support the GSR TAZ line card,\n    CISCO-ATM-QOS-MIB is designed as a generic MIB to\n    support ATM interfaces across all platforms.\n    \n    Here are the tables defined in this MIB:\n    ciscoAtmQosVccTable \n         - to provide information on traffic shaping on \n           a per-VC basis.\n                          \n    ciscoAtmQosVpcTable \n         - to provide information on traffic shaping on\n           a per-VP basis.\n        \n    ciscoAtmQosVcQueuingTable\n    ciscoAtmQosVcQueuingClassTable\n         - to provide information on per-VC\n           queuing/buffering.\n\n⚠️ **IMPORTANT - MIB DATA ACCESS**:\nThis YANG model exists for SMIv2-to-YANG translation purposes, but MIB data on IOS-XE devices is primarily accessed via **SNMP protocol**, not RESTCONF.\n\n**RESTCONF Limitation**: Many MIB paths may return 404 errors via RESTCONF `/data` endpoints because the device exposes MIB data through SNMP, not the YANG datastore.\n\n**Recommended Access Methods**:\n- Use SNMP (v2c/v3) to query MIB data directly\n- Use NETCONF `<get>` operations for devices supporting YANG-modeled MIB access\n- Check device capabilities: some newer IOS-XE versions may support limited RESTCONF access to specific MIBs\n\n**YANG Model Purpose**: These YANG models define the structure of SNMP MIBs in YANG format for tooling compatibility, but do not guarantee RESTCONF data availability.\n\n\n**📊 YANG Tree:** [View CISCO-ATM-QOS-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/CISCO-ATM-QOS-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "CISCO-ATM-QOS-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}/restconf",
      "description": "RESTCONF server",
      "variables": {
        "device": {
          "default": "10.1.1.1",
          "description": "Device hostname or IP address"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-ATM-QOS-MIB:caqVccParamsTable": {
      "get": {
        "summary": "Get caqVccParamsTable data",
        "description": "Retrieve caqVccParamsTable operational data from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table is defined to provide QoS information for\n        each active ATM VC existing on the interface.",
                  "properties": {
                    "caqVccParamsEntry": {
                      "type": "array",
                      "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVccEntry.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "description": "ifIndex",
                            "x-yang-type": "leafref"
                          },
                          "atmVclVpi": {
                            "type": "string",
                            "description": "atmVclVpi",
                            "x-yang-type": "leafref"
                          },
                          "atmVclVci": {
                            "type": "string",
                            "description": "atmVclVci",
                            "x-yang-type": "leafref"
                          },
                          "caqVccParamsType": {
                            "type": "string",
                            "description": "The service category of this virtual circuit connection.",
                            "x-yang-type": "atm-forum:AtmServiceCategory"
                          },
                          "caqVccParamsPcrIn0": {
                            "type": "integer",
                            "description": "Input Peak Cell Rate (PCR) in kbps with \n            Cell Loss Priority bit set to 0 (clp0).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsPcrIn01": {
                            "type": "integer",
                            "description": "Number of OAM F5 end to end loopback cells sent through\n            the VCC.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsPcrOut0": {
                            "type": "integer",
                            "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 0 (clp0).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsPcrOut01": {
                            "type": "integer",
                            "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 1 (clp01).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsScrIn0": {
                            "type": "integer",
                            "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsScrIn01": {
                            "type": "integer",
                            "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsScrOut0": {
                            "type": "integer",
                            "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsScrOut01": {
                            "type": "integer",
                            "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsBcsIn0": {
                            "type": "integer",
                            "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsBcsIn01": {
                            "type": "integer",
                            "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsBcsOut0": {
                            "type": "integer",
                            "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and \n            Cell Loss Priority bit set to 0 (clp0).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsBcsOut01": {
                            "type": "integer",
                            "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsInheritLevel": {
                            "type": "string",
                            "description": "The source of configuration for peak cell rate.",
                            "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation"
                          },
                          "caqVccParamsMcrIn": {
                            "type": "integer",
                            "description": "Input Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsMcrOut": {
                            "type": "integer",
                            "description": "Output Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsInvRdf": {
                            "type": "integer",
                            "description": "Inverse of rate decrease factor.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsInvRif": {
                            "type": "integer",
                            "description": "Inverse of rate increase factor.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsRfl": {
                            "type": "string",
                            "description": "The source of configuration for rate factor.",
                            "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation"
                          },
                          "caqVccParamsCdv": {
                            "type": "integer",
                            "description": "Cell delay variation.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsCdvt": {
                            "type": "integer",
                            "description": "Cell delay variation tolerance.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsIcr": {
                            "type": "integer",
                            "description": "Initial cell rate.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsTbe": {
                            "type": "integer",
                            "description": "Transient buffer exposure.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsFrtt": {
                            "type": "integer",
                            "description": "Fixed round-trip time.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsNrm": {
                            "type": "integer",
                            "description": "Maximum number of tx cells for each forward rm cell.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsInvTrm": {
                            "type": "integer",
                            "description": "Maximum time between forward rm cells.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsInvCdf": {
                            "type": "integer",
                            "description": "Inverse of cutoff decrease factor.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVccParamsAdtf": {
                            "type": "integer",
                            "description": "Allowed cell rate decrease time factor.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqVccParamsTable": {
                    "caqVccParamsEntry": [
                      {
                        "ifIndex": "1",
                        "atmVclVpi": "example-string",
                        "atmVclVci": "example-string",
                        "caqVccParamsType": "ethernetCsmacd(6)",
                        "caqVccParamsPcrIn0": 0,
                        "caqVccParamsPcrIn01": 0,
                        "caqVccParamsPcrOut0": 0,
                        "caqVccParamsPcrOut01": 0,
                        "caqVccParamsScrIn0": 0,
                        "caqVccParamsScrIn01": 0,
                        "caqVccParamsScrOut0": 0,
                        "caqVccParamsScrOut01": 0,
                        "caqVccParamsBcsIn0": 0,
                        "caqVccParamsBcsIn01": 0,
                        "caqVccParamsBcsOut0": 0,
                        "caqVccParamsBcsOut01": 0,
                        "caqVccParamsInheritLevel": "example-string",
                        "caqVccParamsMcrIn": 0,
                        "caqVccParamsMcrOut": 0,
                        "caqVccParamsInvRdf": 0,
                        "caqVccParamsInvRif": 0,
                        "caqVccParamsRfl": "example-string",
                        "caqVccParamsCdv": 0,
                        "caqVccParamsCdvt": 0,
                        "caqVccParamsIcr": 0,
                        "caqVccParamsTbe": 0,
                        "caqVccParamsFrtt": 0,
                        "caqVccParamsNrm": 0,
                        "caqVccParamsInvTrm": 0,
                        "caqVccParamsInvCdf": 0,
                        "caqVccParamsAdtf": 0
                      },
                      {
                        "ifIndex": "2",
                        "atmVclVpi": "example-string",
                        "atmVclVci": "example-string",
                        "caqVccParamsType": "ethernetCsmacd(6)",
                        "caqVccParamsPcrIn0": 0,
                        "caqVccParamsPcrIn01": 0,
                        "caqVccParamsPcrOut0": 0,
                        "caqVccParamsPcrOut01": 0,
                        "caqVccParamsScrIn0": 0,
                        "caqVccParamsScrIn01": 0,
                        "caqVccParamsScrOut0": 0,
                        "caqVccParamsScrOut01": 0,
                        "caqVccParamsBcsIn0": 0,
                        "caqVccParamsBcsIn01": 0,
                        "caqVccParamsBcsOut0": 0,
                        "caqVccParamsBcsOut01": 0,
                        "caqVccParamsInheritLevel": "example-string",
                        "caqVccParamsMcrIn": 0,
                        "caqVccParamsMcrOut": 0,
                        "caqVccParamsInvRdf": 0,
                        "caqVccParamsInvRif": 0,
                        "caqVccParamsRfl": "example-string",
                        "caqVccParamsCdv": 0,
                        "caqVccParamsCdvt": 0,
                        "caqVccParamsIcr": 0,
                        "caqVccParamsTbe": 0,
                        "caqVccParamsFrtt": 0,
                        "caqVccParamsNrm": 0,
                        "caqVccParamsInvTrm": 0,
                        "caqVccParamsInvCdf": 0,
                        "caqVccParamsAdtf": 0
                      },
                      {
                        "ifIndex": "3",
                        "atmVclVpi": "example-string",
                        "atmVclVci": "example-string",
                        "caqVccParamsType": "ethernetCsmacd(6)",
                        "caqVccParamsPcrIn0": 0,
                        "caqVccParamsPcrIn01": 0,
                        "caqVccParamsPcrOut0": 0,
                        "caqVccParamsPcrOut01": 0,
                        "caqVccParamsScrIn0": 0,
                        "caqVccParamsScrIn01": 0,
                        "caqVccParamsScrOut0": 0,
                        "caqVccParamsScrOut01": 0,
                        "caqVccParamsBcsIn0": 0,
                        "caqVccParamsBcsIn01": 0,
                        "caqVccParamsBcsOut0": 0,
                        "caqVccParamsBcsOut01": 0,
                        "caqVccParamsInheritLevel": "example-string",
                        "caqVccParamsMcrIn": 0,
                        "caqVccParamsMcrOut": 0,
                        "caqVccParamsInvRdf": 0,
                        "caqVccParamsInvRif": 0,
                        "caqVccParamsRfl": "example-string",
                        "caqVccParamsCdv": 0,
                        "caqVccParamsCdvt": 0,
                        "caqVccParamsIcr": 0,
                        "caqVccParamsTbe": 0,
                        "caqVccParamsFrtt": 0,
                        "caqVccParamsNrm": 0,
                        "caqVccParamsInvTrm": 0,
                        "caqVccParamsInvCdf": 0,
                        "caqVccParamsAdtf": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqVccParamsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqVccParamsTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqVccParamsTable/caqVccParamsEntry": {
      "get": {
        "summary": "Get caqVccParamsEntry list",
        "description": "Retrieve list of caqVccParamsEntry entries from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVccEntry.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "description": "ifIndex",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVpi": {
                        "type": "string",
                        "description": "atmVclVpi",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVci": {
                        "type": "string",
                        "description": "atmVclVci",
                        "x-yang-type": "leafref"
                      },
                      "caqVccParamsType": {
                        "type": "string",
                        "description": "The service category of this virtual circuit connection.",
                        "x-yang-type": "atm-forum:AtmServiceCategory"
                      },
                      "caqVccParamsPcrIn0": {
                        "type": "integer",
                        "description": "Input Peak Cell Rate (PCR) in kbps with \n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsPcrIn01": {
                        "type": "integer",
                        "description": "Number of OAM F5 end to end loopback cells sent through\n            the VCC.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsPcrOut0": {
                        "type": "integer",
                        "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsPcrOut01": {
                        "type": "integer",
                        "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 1 (clp01).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsScrIn0": {
                        "type": "integer",
                        "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsScrIn01": {
                        "type": "integer",
                        "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsScrOut0": {
                        "type": "integer",
                        "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsScrOut01": {
                        "type": "integer",
                        "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsBcsIn0": {
                        "type": "integer",
                        "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsBcsIn01": {
                        "type": "integer",
                        "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsBcsOut0": {
                        "type": "integer",
                        "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and \n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsBcsOut01": {
                        "type": "integer",
                        "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsInheritLevel": {
                        "type": "string",
                        "description": "The source of configuration for peak cell rate.",
                        "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation"
                      },
                      "caqVccParamsMcrIn": {
                        "type": "integer",
                        "description": "Input Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsMcrOut": {
                        "type": "integer",
                        "description": "Output Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsInvRdf": {
                        "type": "integer",
                        "description": "Inverse of rate decrease factor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsInvRif": {
                        "type": "integer",
                        "description": "Inverse of rate increase factor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsRfl": {
                        "type": "string",
                        "description": "The source of configuration for rate factor.",
                        "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation"
                      },
                      "caqVccParamsCdv": {
                        "type": "integer",
                        "description": "Cell delay variation.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsCdvt": {
                        "type": "integer",
                        "description": "Cell delay variation tolerance.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsIcr": {
                        "type": "integer",
                        "description": "Initial cell rate.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsTbe": {
                        "type": "integer",
                        "description": "Transient buffer exposure.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsFrtt": {
                        "type": "integer",
                        "description": "Fixed round-trip time.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsNrm": {
                        "type": "integer",
                        "description": "Maximum number of tx cells for each forward rm cell.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsInvTrm": {
                        "type": "integer",
                        "description": "Maximum time between forward rm cells.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsInvCdf": {
                        "type": "integer",
                        "description": "Inverse of cutoff decrease factor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsAdtf": {
                        "type": "integer",
                        "description": "Allowed cell rate decrease time factor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqVccParamsEntry": [
                    {
                      "ifIndex": "example-string",
                      "atmVclVpi": "example-string",
                      "atmVclVci": "example-string",
                      "caqVccParamsType": "ethernetCsmacd(6)",
                      "caqVccParamsPcrIn0": 0,
                      "caqVccParamsPcrIn01": 0,
                      "caqVccParamsPcrOut0": 0,
                      "caqVccParamsPcrOut01": 0,
                      "caqVccParamsScrIn0": 0,
                      "caqVccParamsScrIn01": 0,
                      "caqVccParamsScrOut0": 0,
                      "caqVccParamsScrOut01": 0,
                      "caqVccParamsBcsIn0": 0,
                      "caqVccParamsBcsIn01": 0,
                      "caqVccParamsBcsOut0": 0,
                      "caqVccParamsBcsOut01": 0,
                      "caqVccParamsInheritLevel": "example-string",
                      "caqVccParamsMcrIn": 0,
                      "caqVccParamsMcrOut": 0,
                      "caqVccParamsInvRdf": 0,
                      "caqVccParamsInvRif": 0,
                      "caqVccParamsRfl": "example-string",
                      "caqVccParamsCdv": 0,
                      "caqVccParamsCdvt": 0,
                      "caqVccParamsIcr": 0,
                      "caqVccParamsTbe": 0,
                      "caqVccParamsFrtt": 0,
                      "caqVccParamsNrm": 0,
                      "caqVccParamsInvTrm": 0,
                      "caqVccParamsInvCdf": 0,
                      "caqVccParamsAdtf": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqVccParamsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqVccParamsTable/caqVccParamsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqVpcParamsTable": {
      "get": {
        "summary": "Get caqVpcParamsTable data",
        "description": "Retrieve caqVpcParamsTable operational data from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table is defined to provide QoS information for\n        each active ATM VP existing on the interface.",
                  "properties": {
                    "caqVpcParamsEntry": {
                      "type": "array",
                      "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVpcEntry.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "description": "ifIndex",
                            "x-yang-type": "leafref"
                          },
                          "atmVplVpi": {
                            "type": "string",
                            "description": "atmVplVpi",
                            "x-yang-type": "leafref"
                          },
                          "caqVpcParamsVpState": {
                            "type": "string",
                            "description": "VP state of the current permanent virtual path.",
                            "x-yang-type": "CISCO-ATM-QOS-MIB:VpState"
                          },
                          "caqVpcParamsPeakRate": {
                            "type": "integer",
                            "description": "Maximum rate in kbps at which the associated\n            permanent virtual path can transmit data.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVpcParamsCesRate": {
                            "type": "integer",
                            "description": "Maximum rate in kbps at which CES VCs can transmit\n            data with the associated permanent virtual path.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVpcParamsDataVcCount": {
                            "type": "integer",
                            "description": "Number of data VCs currently associated with\n            the permanent virtual path.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "caqVpcParamsCesVcCount": {
                            "type": "integer",
                            "description": "Number of CES VCs currently associated with\n            the permanent virtual path.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "caqVpcParamsVcdF4Seg": {
                            "type": "integer",
                            "description": "Vcd for F4 OAM segment processing.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "caqVpcParamsVcdF4Ete": {
                            "type": "integer",
                            "description": "Vcd for F4 OAM end to end processing.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "caqVpcParamsScr": {
                            "type": "integer",
                            "description": "Sustained cell rate associated with the PVP.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVpcParamsMbs": {
                            "type": "integer",
                            "description": "Maximum burst size associated with the PVP.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqVpcParamsAvailBw": {
                            "type": "integer",
                            "description": "Bandwidth in Kbps currently currently available\n            on this PVP.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqVpcParamsTable": {
                    "caqVpcParamsEntry": [
                      {
                        "ifIndex": "1",
                        "atmVplVpi": "example-string",
                        "caqVpcParamsVpState": "up(1)",
                        "caqVpcParamsPeakRate": 0,
                        "caqVpcParamsCesRate": 0,
                        "caqVpcParamsDataVcCount": -2147483648,
                        "caqVpcParamsCesVcCount": -2147483648,
                        "caqVpcParamsVcdF4Seg": -2147483648,
                        "caqVpcParamsVcdF4Ete": -2147483648,
                        "caqVpcParamsScr": 0,
                        "caqVpcParamsMbs": 0,
                        "caqVpcParamsAvailBw": 0
                      },
                      {
                        "ifIndex": "2",
                        "atmVplVpi": "example-string",
                        "caqVpcParamsVpState": "up(1)",
                        "caqVpcParamsPeakRate": 0,
                        "caqVpcParamsCesRate": 0,
                        "caqVpcParamsDataVcCount": -2147483648,
                        "caqVpcParamsCesVcCount": -2147483648,
                        "caqVpcParamsVcdF4Seg": -2147483648,
                        "caqVpcParamsVcdF4Ete": -2147483648,
                        "caqVpcParamsScr": 0,
                        "caqVpcParamsMbs": 0,
                        "caqVpcParamsAvailBw": 0
                      },
                      {
                        "ifIndex": "3",
                        "atmVplVpi": "example-string",
                        "caqVpcParamsVpState": "up(1)",
                        "caqVpcParamsPeakRate": 0,
                        "caqVpcParamsCesRate": 0,
                        "caqVpcParamsDataVcCount": -2147483648,
                        "caqVpcParamsCesVcCount": -2147483648,
                        "caqVpcParamsVcdF4Seg": -2147483648,
                        "caqVpcParamsVcdF4Ete": -2147483648,
                        "caqVpcParamsScr": 0,
                        "caqVpcParamsMbs": 0,
                        "caqVpcParamsAvailBw": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqVpcParamsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqVpcParamsTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqVpcParamsTable/caqVpcParamsEntry": {
      "get": {
        "summary": "Get caqVpcParamsEntry list",
        "description": "Retrieve list of caqVpcParamsEntry entries from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVpcEntry.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "description": "ifIndex",
                        "x-yang-type": "leafref"
                      },
                      "atmVplVpi": {
                        "type": "string",
                        "description": "atmVplVpi",
                        "x-yang-type": "leafref"
                      },
                      "caqVpcParamsVpState": {
                        "type": "string",
                        "description": "VP state of the current permanent virtual path.",
                        "x-yang-type": "CISCO-ATM-QOS-MIB:VpState"
                      },
                      "caqVpcParamsPeakRate": {
                        "type": "integer",
                        "description": "Maximum rate in kbps at which the associated\n            permanent virtual path can transmit data.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVpcParamsCesRate": {
                        "type": "integer",
                        "description": "Maximum rate in kbps at which CES VCs can transmit\n            data with the associated permanent virtual path.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVpcParamsDataVcCount": {
                        "type": "integer",
                        "description": "Number of data VCs currently associated with\n            the permanent virtual path.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "caqVpcParamsCesVcCount": {
                        "type": "integer",
                        "description": "Number of CES VCs currently associated with\n            the permanent virtual path.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "caqVpcParamsVcdF4Seg": {
                        "type": "integer",
                        "description": "Vcd for F4 OAM segment processing.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "caqVpcParamsVcdF4Ete": {
                        "type": "integer",
                        "description": "Vcd for F4 OAM end to end processing.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "caqVpcParamsScr": {
                        "type": "integer",
                        "description": "Sustained cell rate associated with the PVP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVpcParamsMbs": {
                        "type": "integer",
                        "description": "Maximum burst size associated with the PVP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVpcParamsAvailBw": {
                        "type": "integer",
                        "description": "Bandwidth in Kbps currently currently available\n            on this PVP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqVpcParamsEntry": [
                    {
                      "ifIndex": "example-string",
                      "atmVplVpi": "example-string",
                      "caqVpcParamsVpState": "up(1)",
                      "caqVpcParamsPeakRate": 0,
                      "caqVpcParamsCesRate": 0,
                      "caqVpcParamsDataVcCount": -2147483648,
                      "caqVpcParamsCesVcCount": -2147483648,
                      "caqVpcParamsVcdF4Seg": -2147483648,
                      "caqVpcParamsVcdF4Ete": -2147483648,
                      "caqVpcParamsScr": 0,
                      "caqVpcParamsMbs": 0,
                      "caqVpcParamsAvailBw": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqVpcParamsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqVpcParamsTable/caqVpcParamsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqQueuingParamsTable": {
      "get": {
        "summary": "Get caqQueuingParamsTable data",
        "description": "Retrieve caqQueuingParamsTable operational data from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table provides queuing related information\n        for a VC existing on an ATM interface.",
                  "properties": {
                    "caqQueuingParamsEntry": {
                      "type": "array",
                      "description": "This is defined as an entry in caqQueuingParamsTable.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "description": "ifIndex",
                            "x-yang-type": "leafref"
                          },
                          "atmVclVpi": {
                            "type": "string",
                            "description": "atmVclVpi",
                            "x-yang-type": "leafref"
                          },
                          "atmVclVci": {
                            "type": "string",
                            "description": "atmVclVci",
                            "x-yang-type": "leafref"
                          },
                          "caqQueuingParamsMeanQDepth": {
                            "type": "integer",
                            "description": "Mean Queue Depth associated with the vc.  This value\n            is calculated based on the actual queue depth on the\n            interface and the exponential weighting constant.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqQueuingParamsTable": {
                    "caqQueuingParamsEntry": [
                      {
                        "ifIndex": "1",
                        "atmVclVpi": "example-string",
                        "atmVclVci": "example-string",
                        "caqQueuingParamsMeanQDepth": 0
                      },
                      {
                        "ifIndex": "2",
                        "atmVclVpi": "example-string",
                        "atmVclVci": "example-string",
                        "caqQueuingParamsMeanQDepth": 0
                      },
                      {
                        "ifIndex": "3",
                        "atmVclVpi": "example-string",
                        "atmVclVci": "example-string",
                        "caqQueuingParamsMeanQDepth": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqQueuingParamsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqQueuingParamsTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqQueuingParamsTable/caqQueuingParamsEntry": {
      "get": {
        "summary": "Get caqQueuingParamsEntry list",
        "description": "Retrieve list of caqQueuingParamsEntry entries from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "This is defined as an entry in caqQueuingParamsTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "description": "ifIndex",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVpi": {
                        "type": "string",
                        "description": "atmVclVpi",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVci": {
                        "type": "string",
                        "description": "atmVclVci",
                        "x-yang-type": "leafref"
                      },
                      "caqQueuingParamsMeanQDepth": {
                        "type": "integer",
                        "description": "Mean Queue Depth associated with the vc.  This value\n            is calculated based on the actual queue depth on the\n            interface and the exponential weighting constant.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqQueuingParamsEntry": [
                    {
                      "ifIndex": "example-string",
                      "atmVclVpi": "example-string",
                      "atmVclVci": "example-string",
                      "caqQueuingParamsMeanQDepth": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqQueuingParamsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqQueuingParamsTable/caqQueuingParamsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqQueuingParamsClassTable": {
      "get": {
        "summary": "Get caqQueuingParamsClassTable data",
        "description": "Retrieve caqQueuingParamsClassTable operational data from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table provides queuing information for all \n        queuing classes associating with a VC.",
                  "properties": {
                    "caqQueuingParamsClassEntry": {
                      "type": "array",
                      "description": "This is defined as an entry in ciscoAtmQosVcQueuingClassTable\n          to provide queuing information of a specific class.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ifIndex": {
                            "type": "string",
                            "description": "ifIndex",
                            "x-yang-type": "leafref"
                          },
                          "atmVclVpi": {
                            "type": "string",
                            "description": "atmVclVpi",
                            "x-yang-type": "leafref"
                          },
                          "atmVclVci": {
                            "type": "string",
                            "description": "atmVclVci",
                            "x-yang-type": "leafref"
                          },
                          "caqQueuingParamsClassIndex": {
                            "type": "integer",
                            "description": "A class index, which associates with an IP precedence\n            (0 to 8), is defined to reference individual\n            caqQueuingParamsClassEntry.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "caqQueuingParamsClassRandDrp": {
                            "type": "integer",
                            "description": "Number of packets dropped when Mean Queue\n            Length is between Minimum Threshold and\n            Maximum Threshold range.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqQueuingParamsClassTailDrp": {
                            "type": "integer",
                            "description": "Number of packets dropped because the Mean\n            Queue Depth exceeds the Maximum Threshold value.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqQueuingParamsClassMinThre": {
                            "type": "integer",
                            "description": "Minimum Threshold value in kbps.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqQueuingParamsClassMaxThre": {
                            "type": "integer",
                            "description": "Maximum Threshold value in kbps.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "caqQueuingParamsClassMrkProb": {
                            "type": "integer",
                            "description": "Mark probability denominator.  This is the value used\n            in the calculation of a packet being dropped when\n            the average queue size is between the minimum\n            threshold and the maximum threshold.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqQueuingParamsClassTable": {
                    "caqQueuingParamsClassEntry": [
                      {
                        "ifIndex": "1",
                        "atmVclVpi": "example-string",
                        "atmVclVci": "example-string",
                        "caqQueuingParamsClassIndex": 1,
                        "caqQueuingParamsClassRandDrp": 0,
                        "caqQueuingParamsClassTailDrp": 0,
                        "caqQueuingParamsClassMinThre": 0,
                        "caqQueuingParamsClassMaxThre": 0,
                        "caqQueuingParamsClassMrkProb": 0
                      },
                      {
                        "ifIndex": "2",
                        "atmVclVpi": "example-string",
                        "atmVclVci": "example-string",
                        "caqQueuingParamsClassIndex": 2,
                        "caqQueuingParamsClassRandDrp": 0,
                        "caqQueuingParamsClassTailDrp": 0,
                        "caqQueuingParamsClassMinThre": 0,
                        "caqQueuingParamsClassMaxThre": 0,
                        "caqQueuingParamsClassMrkProb": 0
                      },
                      {
                        "ifIndex": "3",
                        "atmVclVpi": "example-string",
                        "atmVclVci": "example-string",
                        "caqQueuingParamsClassIndex": 3,
                        "caqQueuingParamsClassRandDrp": 0,
                        "caqQueuingParamsClassTailDrp": 0,
                        "caqQueuingParamsClassMinThre": 0,
                        "caqQueuingParamsClassMaxThre": 0,
                        "caqQueuingParamsClassMrkProb": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqQueuingParamsClassTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqQueuingParamsClassTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqQueuingParamsClassTable/caqQueuingParamsClassEntry": {
      "get": {
        "summary": "Get caqQueuingParamsClassEntry list",
        "description": "Retrieve list of caqQueuingParamsClassEntry entries from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "This is defined as an entry in ciscoAtmQosVcQueuingClassTable\n          to provide queuing information of a specific class.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "description": "ifIndex",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVpi": {
                        "type": "string",
                        "description": "atmVclVpi",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVci": {
                        "type": "string",
                        "description": "atmVclVci",
                        "x-yang-type": "leafref"
                      },
                      "caqQueuingParamsClassIndex": {
                        "type": "integer",
                        "description": "A class index, which associates with an IP precedence\n            (0 to 8), is defined to reference individual\n            caqQueuingParamsClassEntry.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "caqQueuingParamsClassRandDrp": {
                        "type": "integer",
                        "description": "Number of packets dropped when Mean Queue\n            Length is between Minimum Threshold and\n            Maximum Threshold range.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqQueuingParamsClassTailDrp": {
                        "type": "integer",
                        "description": "Number of packets dropped because the Mean\n            Queue Depth exceeds the Maximum Threshold value.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqQueuingParamsClassMinThre": {
                        "type": "integer",
                        "description": "Minimum Threshold value in kbps.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqQueuingParamsClassMaxThre": {
                        "type": "integer",
                        "description": "Maximum Threshold value in kbps.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqQueuingParamsClassMrkProb": {
                        "type": "integer",
                        "description": "Mark probability denominator.  This is the value used\n            in the calculation of a packet being dropped when\n            the average queue size is between the minimum\n            threshold and the maximum threshold.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqQueuingParamsClassEntry": [
                    {
                      "ifIndex": "example-string",
                      "atmVclVpi": "example-string",
                      "atmVclVci": "example-string",
                      "caqQueuingParamsClassIndex": 1,
                      "caqQueuingParamsClassRandDrp": 0,
                      "caqQueuingParamsClassTailDrp": 0,
                      "caqQueuingParamsClassMinThre": 0,
                      "caqQueuingParamsClassMaxThre": 0,
                      "caqQueuingParamsClassMrkProb": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqQueuingParamsClassEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqQueuingParamsClassTable/caqQueuingParamsClassEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqVccParamsEntry": {
      "get": {
        "summary": "Get caqVccParamsEntry list",
        "description": "Retrieve list of caqVccParamsEntry entries from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVccEntry.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "description": "ifIndex",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVpi": {
                        "type": "string",
                        "description": "atmVclVpi",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVci": {
                        "type": "string",
                        "description": "atmVclVci",
                        "x-yang-type": "leafref"
                      },
                      "caqVccParamsType": {
                        "type": "string",
                        "description": "The service category of this virtual circuit connection.",
                        "x-yang-type": "atm-forum:AtmServiceCategory"
                      },
                      "caqVccParamsPcrIn0": {
                        "type": "integer",
                        "description": "Input Peak Cell Rate (PCR) in kbps with \n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsPcrIn01": {
                        "type": "integer",
                        "description": "Number of OAM F5 end to end loopback cells sent through\n            the VCC.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsPcrOut0": {
                        "type": "integer",
                        "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsPcrOut01": {
                        "type": "integer",
                        "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 1 (clp01).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsScrIn0": {
                        "type": "integer",
                        "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsScrIn01": {
                        "type": "integer",
                        "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsScrOut0": {
                        "type": "integer",
                        "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsScrOut01": {
                        "type": "integer",
                        "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsBcsIn0": {
                        "type": "integer",
                        "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsBcsIn01": {
                        "type": "integer",
                        "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsBcsOut0": {
                        "type": "integer",
                        "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and \n            Cell Loss Priority bit set to 0 (clp0).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsBcsOut01": {
                        "type": "integer",
                        "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsInheritLevel": {
                        "type": "string",
                        "description": "The source of configuration for peak cell rate.",
                        "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation"
                      },
                      "caqVccParamsMcrIn": {
                        "type": "integer",
                        "description": "Input Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsMcrOut": {
                        "type": "integer",
                        "description": "Output Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsInvRdf": {
                        "type": "integer",
                        "description": "Inverse of rate decrease factor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsInvRif": {
                        "type": "integer",
                        "description": "Inverse of rate increase factor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsRfl": {
                        "type": "string",
                        "description": "The source of configuration for rate factor.",
                        "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation"
                      },
                      "caqVccParamsCdv": {
                        "type": "integer",
                        "description": "Cell delay variation.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsCdvt": {
                        "type": "integer",
                        "description": "Cell delay variation tolerance.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsIcr": {
                        "type": "integer",
                        "description": "Initial cell rate.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsTbe": {
                        "type": "integer",
                        "description": "Transient buffer exposure.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsFrtt": {
                        "type": "integer",
                        "description": "Fixed round-trip time.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsNrm": {
                        "type": "integer",
                        "description": "Maximum number of tx cells for each forward rm cell.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsInvTrm": {
                        "type": "integer",
                        "description": "Maximum time between forward rm cells.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsInvCdf": {
                        "type": "integer",
                        "description": "Inverse of cutoff decrease factor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVccParamsAdtf": {
                        "type": "integer",
                        "description": "Allowed cell rate decrease time factor.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqVccParamsEntry": [
                    {
                      "ifIndex": "example-string",
                      "atmVclVpi": "example-string",
                      "atmVclVci": "example-string",
                      "caqVccParamsType": "ethernetCsmacd(6)",
                      "caqVccParamsPcrIn0": 0,
                      "caqVccParamsPcrIn01": 0,
                      "caqVccParamsPcrOut0": 0,
                      "caqVccParamsPcrOut01": 0,
                      "caqVccParamsScrIn0": 0,
                      "caqVccParamsScrIn01": 0,
                      "caqVccParamsScrOut0": 0,
                      "caqVccParamsScrOut01": 0,
                      "caqVccParamsBcsIn0": 0,
                      "caqVccParamsBcsIn01": 0,
                      "caqVccParamsBcsOut0": 0,
                      "caqVccParamsBcsOut01": 0,
                      "caqVccParamsInheritLevel": "example-string",
                      "caqVccParamsMcrIn": 0,
                      "caqVccParamsMcrOut": 0,
                      "caqVccParamsInvRdf": 0,
                      "caqVccParamsInvRif": 0,
                      "caqVccParamsRfl": "example-string",
                      "caqVccParamsCdv": 0,
                      "caqVccParamsCdvt": 0,
                      "caqVccParamsIcr": 0,
                      "caqVccParamsTbe": 0,
                      "caqVccParamsFrtt": 0,
                      "caqVccParamsNrm": 0,
                      "caqVccParamsInvTrm": 0,
                      "caqVccParamsInvCdf": 0,
                      "caqVccParamsAdtf": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqVccParamsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqVccParamsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqVpcParamsEntry": {
      "get": {
        "summary": "Get caqVpcParamsEntry list",
        "description": "Retrieve list of caqVpcParamsEntry entries from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVpcEntry.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "description": "ifIndex",
                        "x-yang-type": "leafref"
                      },
                      "atmVplVpi": {
                        "type": "string",
                        "description": "atmVplVpi",
                        "x-yang-type": "leafref"
                      },
                      "caqVpcParamsVpState": {
                        "type": "string",
                        "description": "VP state of the current permanent virtual path.",
                        "x-yang-type": "CISCO-ATM-QOS-MIB:VpState"
                      },
                      "caqVpcParamsPeakRate": {
                        "type": "integer",
                        "description": "Maximum rate in kbps at which the associated\n            permanent virtual path can transmit data.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVpcParamsCesRate": {
                        "type": "integer",
                        "description": "Maximum rate in kbps at which CES VCs can transmit\n            data with the associated permanent virtual path.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVpcParamsDataVcCount": {
                        "type": "integer",
                        "description": "Number of data VCs currently associated with\n            the permanent virtual path.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "caqVpcParamsCesVcCount": {
                        "type": "integer",
                        "description": "Number of CES VCs currently associated with\n            the permanent virtual path.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "caqVpcParamsVcdF4Seg": {
                        "type": "integer",
                        "description": "Vcd for F4 OAM segment processing.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "caqVpcParamsVcdF4Ete": {
                        "type": "integer",
                        "description": "Vcd for F4 OAM end to end processing.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "caqVpcParamsScr": {
                        "type": "integer",
                        "description": "Sustained cell rate associated with the PVP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVpcParamsMbs": {
                        "type": "integer",
                        "description": "Maximum burst size associated with the PVP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqVpcParamsAvailBw": {
                        "type": "integer",
                        "description": "Bandwidth in Kbps currently currently available\n            on this PVP.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqVpcParamsEntry": [
                    {
                      "ifIndex": "example-string",
                      "atmVplVpi": "example-string",
                      "caqVpcParamsVpState": "up(1)",
                      "caqVpcParamsPeakRate": 0,
                      "caqVpcParamsCesRate": 0,
                      "caqVpcParamsDataVcCount": -2147483648,
                      "caqVpcParamsCesVcCount": -2147483648,
                      "caqVpcParamsVcdF4Seg": -2147483648,
                      "caqVpcParamsVcdF4Ete": -2147483648,
                      "caqVpcParamsScr": 0,
                      "caqVpcParamsMbs": 0,
                      "caqVpcParamsAvailBw": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqVpcParamsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqVpcParamsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqQueuingParamsEntry": {
      "get": {
        "summary": "Get caqQueuingParamsEntry list",
        "description": "Retrieve list of caqQueuingParamsEntry entries from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "This is defined as an entry in caqQueuingParamsTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "description": "ifIndex",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVpi": {
                        "type": "string",
                        "description": "atmVclVpi",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVci": {
                        "type": "string",
                        "description": "atmVclVci",
                        "x-yang-type": "leafref"
                      },
                      "caqQueuingParamsMeanQDepth": {
                        "type": "integer",
                        "description": "Mean Queue Depth associated with the vc.  This value\n            is calculated based on the actual queue depth on the\n            interface and the exponential weighting constant.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqQueuingParamsEntry": [
                    {
                      "ifIndex": "example-string",
                      "atmVclVpi": "example-string",
                      "atmVclVci": "example-string",
                      "caqQueuingParamsMeanQDepth": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqQueuingParamsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqQueuingParamsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqQueuingParamsClassEntry": {
      "get": {
        "summary": "Get caqQueuingParamsClassEntry list",
        "description": "Retrieve list of caqQueuingParamsClassEntry entries from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "This is defined as an entry in ciscoAtmQosVcQueuingClassTable\n          to provide queuing information of a specific class.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "ifIndex": {
                        "type": "string",
                        "description": "ifIndex",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVpi": {
                        "type": "string",
                        "description": "atmVclVpi",
                        "x-yang-type": "leafref"
                      },
                      "atmVclVci": {
                        "type": "string",
                        "description": "atmVclVci",
                        "x-yang-type": "leafref"
                      },
                      "caqQueuingParamsClassIndex": {
                        "type": "integer",
                        "description": "A class index, which associates with an IP precedence\n            (0 to 8), is defined to reference individual\n            caqQueuingParamsClassEntry.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "caqQueuingParamsClassRandDrp": {
                        "type": "integer",
                        "description": "Number of packets dropped when Mean Queue\n            Length is between Minimum Threshold and\n            Maximum Threshold range.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqQueuingParamsClassTailDrp": {
                        "type": "integer",
                        "description": "Number of packets dropped because the Mean\n            Queue Depth exceeds the Maximum Threshold value.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqQueuingParamsClassMinThre": {
                        "type": "integer",
                        "description": "Minimum Threshold value in kbps.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqQueuingParamsClassMaxThre": {
                        "type": "integer",
                        "description": "Maximum Threshold value in kbps.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "caqQueuingParamsClassMrkProb": {
                        "type": "integer",
                        "description": "Mark probability denominator.  This is the value used\n            in the calculation of a packet being dropped when\n            the average queue size is between the minimum\n            threshold and the maximum threshold.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqQueuingParamsClassEntry": [
                    {
                      "ifIndex": "example-string",
                      "atmVclVpi": "example-string",
                      "atmVclVci": "example-string",
                      "caqQueuingParamsClassIndex": 1,
                      "caqQueuingParamsClassRandDrp": 0,
                      "caqQueuingParamsClassTailDrp": 0,
                      "caqQueuingParamsClassMinThre": 0,
                      "caqQueuingParamsClassMaxThre": 0,
                      "caqQueuingParamsClassMrkProb": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqQueuingParamsClassEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/caqQueuingParamsClassEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ATM-QOS-MIB:caqVccParamsTable/caqVccParamsEntry={ifIndex},{atmVclVpi},{atmVclVci}": {
      "get": {
        "summary": "Get caqVccParamsEntry entry",
        "description": "Retrieve specific caqVccParamsEntry entry by key from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "parameters": [
          {
            "name": "ifIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVpi",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVci",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVpi": {
                      "type": "string",
                      "description": "atmVclVpi",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVci": {
                      "type": "string",
                      "description": "atmVclVci",
                      "x-yang-type": "leafref"
                    },
                    "caqVccParamsType": {
                      "type": "string",
                      "description": "The service category of this virtual circuit connection.",
                      "x-yang-type": "atm-forum:AtmServiceCategory"
                    },
                    "caqVccParamsPcrIn0": {
                      "type": "integer",
                      "description": "Input Peak Cell Rate (PCR) in kbps with \n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsPcrIn01": {
                      "type": "integer",
                      "description": "Number of OAM F5 end to end loopback cells sent through\n            the VCC.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsPcrOut0": {
                      "type": "integer",
                      "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsPcrOut01": {
                      "type": "integer",
                      "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsScrIn0": {
                      "type": "integer",
                      "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsScrIn01": {
                      "type": "integer",
                      "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsScrOut0": {
                      "type": "integer",
                      "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsScrOut01": {
                      "type": "integer",
                      "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsBcsIn0": {
                      "type": "integer",
                      "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsBcsIn01": {
                      "type": "integer",
                      "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsBcsOut0": {
                      "type": "integer",
                      "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and \n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsBcsOut01": {
                      "type": "integer",
                      "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsInheritLevel": {
                      "type": "string",
                      "description": "The source of configuration for peak cell rate.",
                      "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation"
                    },
                    "caqVccParamsMcrIn": {
                      "type": "integer",
                      "description": "Input Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsMcrOut": {
                      "type": "integer",
                      "description": "Output Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsInvRdf": {
                      "type": "integer",
                      "description": "Inverse of rate decrease factor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsInvRif": {
                      "type": "integer",
                      "description": "Inverse of rate increase factor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsRfl": {
                      "type": "string",
                      "description": "The source of configuration for rate factor.",
                      "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation"
                    },
                    "caqVccParamsCdv": {
                      "type": "integer",
                      "description": "Cell delay variation.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsCdvt": {
                      "type": "integer",
                      "description": "Cell delay variation tolerance.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsIcr": {
                      "type": "integer",
                      "description": "Initial cell rate.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsTbe": {
                      "type": "integer",
                      "description": "Transient buffer exposure.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsFrtt": {
                      "type": "integer",
                      "description": "Fixed round-trip time.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsNrm": {
                      "type": "integer",
                      "description": "Maximum number of tx cells for each forward rm cell.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsInvTrm": {
                      "type": "integer",
                      "description": "Maximum time between forward rm cells.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsInvCdf": {
                      "type": "integer",
                      "description": "Inverse of cutoff decrease factor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsAdtf": {
                      "type": "integer",
                      "description": "Allowed cell rate decrease time factor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqVccParamsEntry": {
                    "ifIndex": "example-string",
                    "atmVclVpi": "example-string",
                    "atmVclVci": "example-string",
                    "caqVccParamsType": "ethernetCsmacd(6)",
                    "caqVccParamsPcrIn0": 0,
                    "caqVccParamsPcrIn01": 0,
                    "caqVccParamsPcrOut0": 0,
                    "caqVccParamsPcrOut01": 0,
                    "caqVccParamsScrIn0": 0,
                    "caqVccParamsScrIn01": 0,
                    "caqVccParamsScrOut0": 0,
                    "caqVccParamsScrOut01": 0,
                    "caqVccParamsBcsIn0": 0,
                    "caqVccParamsBcsIn01": 0,
                    "caqVccParamsBcsOut0": 0,
                    "caqVccParamsBcsOut01": 0,
                    "caqVccParamsInheritLevel": "example-string",
                    "caqVccParamsMcrIn": 0,
                    "caqVccParamsMcrOut": 0,
                    "caqVccParamsInvRdf": 0,
                    "caqVccParamsInvRif": 0,
                    "caqVccParamsRfl": "example-string",
                    "caqVccParamsCdv": 0,
                    "caqVccParamsCdvt": 0,
                    "caqVccParamsIcr": 0,
                    "caqVccParamsTbe": 0,
                    "caqVccParamsFrtt": 0,
                    "caqVccParamsNrm": 0,
                    "caqVccParamsInvTrm": 0,
                    "caqVccParamsInvCdf": 0,
                    "caqVccParamsAdtf": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqVccParamsEntry-2"
      },
      "x-yang-path": "/caqVccParamsTable/caqVccParamsEntry={ifIndex atmVclVpi atmVclVci}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ifIndex atmVclVpi atmVclVci"
      ]
    },
    "/data/CISCO-ATM-QOS-MIB:caqVpcParamsTable/caqVpcParamsEntry={ifIndex},{atmVplVpi}": {
      "get": {
        "summary": "Get caqVpcParamsEntry entry",
        "description": "Retrieve specific caqVpcParamsEntry entry by key from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "parameters": [
          {
            "name": "ifIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVplVpi",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref"
                    },
                    "atmVplVpi": {
                      "type": "string",
                      "description": "atmVplVpi",
                      "x-yang-type": "leafref"
                    },
                    "caqVpcParamsVpState": {
                      "type": "string",
                      "description": "VP state of the current permanent virtual path.",
                      "x-yang-type": "CISCO-ATM-QOS-MIB:VpState"
                    },
                    "caqVpcParamsPeakRate": {
                      "type": "integer",
                      "description": "Maximum rate in kbps at which the associated\n            permanent virtual path can transmit data.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVpcParamsCesRate": {
                      "type": "integer",
                      "description": "Maximum rate in kbps at which CES VCs can transmit\n            data with the associated permanent virtual path.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVpcParamsDataVcCount": {
                      "type": "integer",
                      "description": "Number of data VCs currently associated with\n            the permanent virtual path.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "caqVpcParamsCesVcCount": {
                      "type": "integer",
                      "description": "Number of CES VCs currently associated with\n            the permanent virtual path.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "caqVpcParamsVcdF4Seg": {
                      "type": "integer",
                      "description": "Vcd for F4 OAM segment processing.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "caqVpcParamsVcdF4Ete": {
                      "type": "integer",
                      "description": "Vcd for F4 OAM end to end processing.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "caqVpcParamsScr": {
                      "type": "integer",
                      "description": "Sustained cell rate associated with the PVP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVpcParamsMbs": {
                      "type": "integer",
                      "description": "Maximum burst size associated with the PVP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVpcParamsAvailBw": {
                      "type": "integer",
                      "description": "Bandwidth in Kbps currently currently available\n            on this PVP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqVpcParamsEntry": {
                    "ifIndex": "example-string",
                    "atmVplVpi": "example-string",
                    "caqVpcParamsVpState": "up(1)",
                    "caqVpcParamsPeakRate": 0,
                    "caqVpcParamsCesRate": 0,
                    "caqVpcParamsDataVcCount": -2147483648,
                    "caqVpcParamsCesVcCount": -2147483648,
                    "caqVpcParamsVcdF4Seg": -2147483648,
                    "caqVpcParamsVcdF4Ete": -2147483648,
                    "caqVpcParamsScr": 0,
                    "caqVpcParamsMbs": 0,
                    "caqVpcParamsAvailBw": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqVpcParamsEntry-2"
      },
      "x-yang-path": "/caqVpcParamsTable/caqVpcParamsEntry={ifIndex atmVplVpi}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ifIndex atmVplVpi"
      ]
    },
    "/data/CISCO-ATM-QOS-MIB:caqQueuingParamsTable/caqQueuingParamsEntry={ifIndex},{atmVclVpi},{atmVclVci}": {
      "get": {
        "summary": "Get caqQueuingParamsEntry entry",
        "description": "Retrieve specific caqQueuingParamsEntry entry by key from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "parameters": [
          {
            "name": "ifIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVpi",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVci",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVpi": {
                      "type": "string",
                      "description": "atmVclVpi",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVci": {
                      "type": "string",
                      "description": "atmVclVci",
                      "x-yang-type": "leafref"
                    },
                    "caqQueuingParamsMeanQDepth": {
                      "type": "integer",
                      "description": "Mean Queue Depth associated with the vc.  This value\n            is calculated based on the actual queue depth on the\n            interface and the exponential weighting constant.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqQueuingParamsEntry": {
                    "ifIndex": "example-string",
                    "atmVclVpi": "example-string",
                    "atmVclVci": "example-string",
                    "caqQueuingParamsMeanQDepth": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqQueuingParamsEntry-2"
      },
      "x-yang-path": "/caqQueuingParamsTable/caqQueuingParamsEntry={ifIndex atmVclVpi atmVclVci}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ifIndex atmVclVpi atmVclVci"
      ]
    },
    "/data/CISCO-ATM-QOS-MIB:caqQueuingParamsClassTable/caqQueuingParamsClassEntry={ifIndex},{atmVclVpi},{atmVclVci},{caqQueuingParamsClassIndex}": {
      "get": {
        "summary": "Get caqQueuingParamsClassEntry entry",
        "description": "Retrieve specific caqQueuingParamsClassEntry entry by key from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "parameters": [
          {
            "name": "ifIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVpi",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVci",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caqQueuingParamsClassIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVpi": {
                      "type": "string",
                      "description": "atmVclVpi",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVci": {
                      "type": "string",
                      "description": "atmVclVci",
                      "x-yang-type": "leafref"
                    },
                    "caqQueuingParamsClassIndex": {
                      "type": "integer",
                      "description": "A class index, which associates with an IP precedence\n            (0 to 8), is defined to reference individual\n            caqQueuingParamsClassEntry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "caqQueuingParamsClassRandDrp": {
                      "type": "integer",
                      "description": "Number of packets dropped when Mean Queue\n            Length is between Minimum Threshold and\n            Maximum Threshold range.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqQueuingParamsClassTailDrp": {
                      "type": "integer",
                      "description": "Number of packets dropped because the Mean\n            Queue Depth exceeds the Maximum Threshold value.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqQueuingParamsClassMinThre": {
                      "type": "integer",
                      "description": "Minimum Threshold value in kbps.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqQueuingParamsClassMaxThre": {
                      "type": "integer",
                      "description": "Maximum Threshold value in kbps.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqQueuingParamsClassMrkProb": {
                      "type": "integer",
                      "description": "Mark probability denominator.  This is the value used\n            in the calculation of a packet being dropped when\n            the average queue size is between the minimum\n            threshold and the maximum threshold.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqQueuingParamsClassEntry": {
                    "ifIndex": "example-string",
                    "atmVclVpi": "example-string",
                    "atmVclVci": "example-string",
                    "caqQueuingParamsClassIndex": 1,
                    "caqQueuingParamsClassRandDrp": 0,
                    "caqQueuingParamsClassTailDrp": 0,
                    "caqQueuingParamsClassMinThre": 0,
                    "caqQueuingParamsClassMaxThre": 0,
                    "caqQueuingParamsClassMrkProb": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqQueuingParamsClassEntry-2"
      },
      "x-yang-path": "/caqQueuingParamsClassTable/caqQueuingParamsClassEntry={ifIndex atmVclVpi atmVclVci caqQueuingParamsClassIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ifIndex atmVclVpi atmVclVci caqQueuingParamsClassIndex"
      ]
    },
    "/data/CISCO-ATM-QOS-MIB:caqVccParamsEntry={ifIndex},{atmVclVpi},{atmVclVci}": {
      "get": {
        "summary": "Get caqVccParamsEntry entry",
        "description": "Retrieve specific caqVccParamsEntry entry by key from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "parameters": [
          {
            "name": "ifIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVpi",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVci",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVpi": {
                      "type": "string",
                      "description": "atmVclVpi",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVci": {
                      "type": "string",
                      "description": "atmVclVci",
                      "x-yang-type": "leafref"
                    },
                    "caqVccParamsType": {
                      "type": "string",
                      "description": "The service category of this virtual circuit connection.",
                      "x-yang-type": "atm-forum:AtmServiceCategory"
                    },
                    "caqVccParamsPcrIn0": {
                      "type": "integer",
                      "description": "Input Peak Cell Rate (PCR) in kbps with \n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsPcrIn01": {
                      "type": "integer",
                      "description": "Number of OAM F5 end to end loopback cells sent through\n            the VCC.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsPcrOut0": {
                      "type": "integer",
                      "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsPcrOut01": {
                      "type": "integer",
                      "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsScrIn0": {
                      "type": "integer",
                      "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsScrIn01": {
                      "type": "integer",
                      "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsScrOut0": {
                      "type": "integer",
                      "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsScrOut01": {
                      "type": "integer",
                      "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsBcsIn0": {
                      "type": "integer",
                      "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsBcsIn01": {
                      "type": "integer",
                      "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsBcsOut0": {
                      "type": "integer",
                      "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and \n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsBcsOut01": {
                      "type": "integer",
                      "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsInheritLevel": {
                      "type": "string",
                      "description": "The source of configuration for peak cell rate.",
                      "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation"
                    },
                    "caqVccParamsMcrIn": {
                      "type": "integer",
                      "description": "Input Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsMcrOut": {
                      "type": "integer",
                      "description": "Output Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsInvRdf": {
                      "type": "integer",
                      "description": "Inverse of rate decrease factor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsInvRif": {
                      "type": "integer",
                      "description": "Inverse of rate increase factor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsRfl": {
                      "type": "string",
                      "description": "The source of configuration for rate factor.",
                      "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation"
                    },
                    "caqVccParamsCdv": {
                      "type": "integer",
                      "description": "Cell delay variation.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsCdvt": {
                      "type": "integer",
                      "description": "Cell delay variation tolerance.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsIcr": {
                      "type": "integer",
                      "description": "Initial cell rate.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsTbe": {
                      "type": "integer",
                      "description": "Transient buffer exposure.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsFrtt": {
                      "type": "integer",
                      "description": "Fixed round-trip time.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsNrm": {
                      "type": "integer",
                      "description": "Maximum number of tx cells for each forward rm cell.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsInvTrm": {
                      "type": "integer",
                      "description": "Maximum time between forward rm cells.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsInvCdf": {
                      "type": "integer",
                      "description": "Inverse of cutoff decrease factor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVccParamsAdtf": {
                      "type": "integer",
                      "description": "Allowed cell rate decrease time factor.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqVccParamsEntry": {
                    "ifIndex": "example-string",
                    "atmVclVpi": "example-string",
                    "atmVclVci": "example-string",
                    "caqVccParamsType": "ethernetCsmacd(6)",
                    "caqVccParamsPcrIn0": 0,
                    "caqVccParamsPcrIn01": 0,
                    "caqVccParamsPcrOut0": 0,
                    "caqVccParamsPcrOut01": 0,
                    "caqVccParamsScrIn0": 0,
                    "caqVccParamsScrIn01": 0,
                    "caqVccParamsScrOut0": 0,
                    "caqVccParamsScrOut01": 0,
                    "caqVccParamsBcsIn0": 0,
                    "caqVccParamsBcsIn01": 0,
                    "caqVccParamsBcsOut0": 0,
                    "caqVccParamsBcsOut01": 0,
                    "caqVccParamsInheritLevel": "example-string",
                    "caqVccParamsMcrIn": 0,
                    "caqVccParamsMcrOut": 0,
                    "caqVccParamsInvRdf": 0,
                    "caqVccParamsInvRif": 0,
                    "caqVccParamsRfl": "example-string",
                    "caqVccParamsCdv": 0,
                    "caqVccParamsCdvt": 0,
                    "caqVccParamsIcr": 0,
                    "caqVccParamsTbe": 0,
                    "caqVccParamsFrtt": 0,
                    "caqVccParamsNrm": 0,
                    "caqVccParamsInvTrm": 0,
                    "caqVccParamsInvCdf": 0,
                    "caqVccParamsAdtf": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqVccParamsEntry-4"
      },
      "x-yang-path": "/caqVccParamsEntry={ifIndex atmVclVpi atmVclVci}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ifIndex atmVclVpi atmVclVci"
      ]
    },
    "/data/CISCO-ATM-QOS-MIB:caqVpcParamsEntry={ifIndex},{atmVplVpi}": {
      "get": {
        "summary": "Get caqVpcParamsEntry entry",
        "description": "Retrieve specific caqVpcParamsEntry entry by key from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "parameters": [
          {
            "name": "ifIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVplVpi",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref"
                    },
                    "atmVplVpi": {
                      "type": "string",
                      "description": "atmVplVpi",
                      "x-yang-type": "leafref"
                    },
                    "caqVpcParamsVpState": {
                      "type": "string",
                      "description": "VP state of the current permanent virtual path.",
                      "x-yang-type": "CISCO-ATM-QOS-MIB:VpState"
                    },
                    "caqVpcParamsPeakRate": {
                      "type": "integer",
                      "description": "Maximum rate in kbps at which the associated\n            permanent virtual path can transmit data.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVpcParamsCesRate": {
                      "type": "integer",
                      "description": "Maximum rate in kbps at which CES VCs can transmit\n            data with the associated permanent virtual path.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVpcParamsDataVcCount": {
                      "type": "integer",
                      "description": "Number of data VCs currently associated with\n            the permanent virtual path.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "caqVpcParamsCesVcCount": {
                      "type": "integer",
                      "description": "Number of CES VCs currently associated with\n            the permanent virtual path.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "caqVpcParamsVcdF4Seg": {
                      "type": "integer",
                      "description": "Vcd for F4 OAM segment processing.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "caqVpcParamsVcdF4Ete": {
                      "type": "integer",
                      "description": "Vcd for F4 OAM end to end processing.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "caqVpcParamsScr": {
                      "type": "integer",
                      "description": "Sustained cell rate associated with the PVP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVpcParamsMbs": {
                      "type": "integer",
                      "description": "Maximum burst size associated with the PVP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqVpcParamsAvailBw": {
                      "type": "integer",
                      "description": "Bandwidth in Kbps currently currently available\n            on this PVP.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqVpcParamsEntry": {
                    "ifIndex": "example-string",
                    "atmVplVpi": "example-string",
                    "caqVpcParamsVpState": "up(1)",
                    "caqVpcParamsPeakRate": 0,
                    "caqVpcParamsCesRate": 0,
                    "caqVpcParamsDataVcCount": -2147483648,
                    "caqVpcParamsCesVcCount": -2147483648,
                    "caqVpcParamsVcdF4Seg": -2147483648,
                    "caqVpcParamsVcdF4Ete": -2147483648,
                    "caqVpcParamsScr": 0,
                    "caqVpcParamsMbs": 0,
                    "caqVpcParamsAvailBw": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqVpcParamsEntry-4"
      },
      "x-yang-path": "/caqVpcParamsEntry={ifIndex atmVplVpi}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ifIndex atmVplVpi"
      ]
    },
    "/data/CISCO-ATM-QOS-MIB:caqQueuingParamsEntry={ifIndex},{atmVclVpi},{atmVclVci}": {
      "get": {
        "summary": "Get caqQueuingParamsEntry entry",
        "description": "Retrieve specific caqQueuingParamsEntry entry by key from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "parameters": [
          {
            "name": "ifIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVpi",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVci",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVpi": {
                      "type": "string",
                      "description": "atmVclVpi",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVci": {
                      "type": "string",
                      "description": "atmVclVci",
                      "x-yang-type": "leafref"
                    },
                    "caqQueuingParamsMeanQDepth": {
                      "type": "integer",
                      "description": "Mean Queue Depth associated with the vc.  This value\n            is calculated based on the actual queue depth on the\n            interface and the exponential weighting constant.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqQueuingParamsEntry": {
                    "ifIndex": "example-string",
                    "atmVclVpi": "example-string",
                    "atmVclVci": "example-string",
                    "caqQueuingParamsMeanQDepth": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqQueuingParamsEntry-4"
      },
      "x-yang-path": "/caqQueuingParamsEntry={ifIndex atmVclVpi atmVclVci}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ifIndex atmVclVpi atmVclVci"
      ]
    },
    "/data/CISCO-ATM-QOS-MIB:caqQueuingParamsClassEntry={ifIndex},{atmVclVpi},{atmVclVci},{caqQueuingParamsClassIndex}": {
      "get": {
        "summary": "Get caqQueuingParamsClassEntry entry",
        "description": "Retrieve specific caqQueuingParamsClassEntry entry by key from MIB",
        "tags": [
          "CISCO-ATM-QOS-MIB"
        ],
        "parameters": [
          {
            "name": "ifIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVpi",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "atmVclVci",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "caqQueuingParamsClassIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVpi": {
                      "type": "string",
                      "description": "atmVclVpi",
                      "x-yang-type": "leafref"
                    },
                    "atmVclVci": {
                      "type": "string",
                      "description": "atmVclVci",
                      "x-yang-type": "leafref"
                    },
                    "caqQueuingParamsClassIndex": {
                      "type": "integer",
                      "description": "A class index, which associates with an IP precedence\n            (0 to 8), is defined to reference individual\n            caqQueuingParamsClassEntry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "caqQueuingParamsClassRandDrp": {
                      "type": "integer",
                      "description": "Number of packets dropped when Mean Queue\n            Length is between Minimum Threshold and\n            Maximum Threshold range.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqQueuingParamsClassTailDrp": {
                      "type": "integer",
                      "description": "Number of packets dropped because the Mean\n            Queue Depth exceeds the Maximum Threshold value.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqQueuingParamsClassMinThre": {
                      "type": "integer",
                      "description": "Minimum Threshold value in kbps.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqQueuingParamsClassMaxThre": {
                      "type": "integer",
                      "description": "Maximum Threshold value in kbps.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "caqQueuingParamsClassMrkProb": {
                      "type": "integer",
                      "description": "Mark probability denominator.  This is the value used\n            in the calculation of a packet being dropped when\n            the average queue size is between the minimum\n            threshold and the maximum threshold.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ATM-QOS-MIB:caqQueuingParamsClassEntry": {
                    "ifIndex": "example-string",
                    "atmVclVpi": "example-string",
                    "atmVclVci": "example-string",
                    "caqQueuingParamsClassIndex": 1,
                    "caqQueuingParamsClassRandDrp": 0,
                    "caqQueuingParamsClassTailDrp": 0,
                    "caqQueuingParamsClassMinThre": 0,
                    "caqQueuingParamsClassMaxThre": 0,
                    "caqQueuingParamsClassMrkProb": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-caqQueuingParamsClassEntry-4"
      },
      "x-yang-path": "/caqQueuingParamsClassEntry={ifIndex atmVclVpi atmVclVci caqQueuingParamsClassIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "ifIndex atmVclVpi atmVclVci caqQueuingParamsClassIndex"
      ]
    }
  },
  "components": {
    "schemas": {
      "CISCO-ATM-QOS-MIB_CISCO-ATM-QOS-MIB": {
        "type": "object",
        "description": "This table is defined to provide QoS information for\n        each active ATM VC existing on the interface.",
        "properties": {
          "caqVccParamsEntry": {
            "type": "array",
            "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVccEntry.",
            "items": {
              "type": "object",
              "properties": {
                "ifIndex": {
                  "type": "string",
                  "description": "ifIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "atmVclVpi": {
                  "type": "string",
                  "description": "atmVclVpi",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "atmVclVci": {
                  "type": "string",
                  "description": "atmVclVci",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "caqVccParamsType": {
                  "type": "string",
                  "description": "The service category of this virtual circuit connection.",
                  "x-yang-type": "atm-forum:AtmServiceCategory",
                  "readOnly": true
                },
                "caqVccParamsPcrIn0": {
                  "type": "integer",
                  "description": "Input Peak Cell Rate (PCR) in kbps with \n            Cell Loss Priority bit set to 0 (clp0).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsPcrIn01": {
                  "type": "integer",
                  "description": "Number of OAM F5 end to end loopback cells sent through\n            the VCC.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsPcrOut0": {
                  "type": "integer",
                  "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 0 (clp0).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsPcrOut01": {
                  "type": "integer",
                  "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 1 (clp01).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsScrIn0": {
                  "type": "integer",
                  "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsScrIn01": {
                  "type": "integer",
                  "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsScrOut0": {
                  "type": "integer",
                  "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsScrOut01": {
                  "type": "integer",
                  "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsBcsIn0": {
                  "type": "integer",
                  "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsBcsIn01": {
                  "type": "integer",
                  "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsBcsOut0": {
                  "type": "integer",
                  "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and \n            Cell Loss Priority bit set to 0 (clp0).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsBcsOut01": {
                  "type": "integer",
                  "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsInheritLevel": {
                  "type": "string",
                  "description": "The source of configuration for peak cell rate.",
                  "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation",
                  "readOnly": true
                },
                "caqVccParamsMcrIn": {
                  "type": "integer",
                  "description": "Input Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsMcrOut": {
                  "type": "integer",
                  "description": "Output Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsInvRdf": {
                  "type": "integer",
                  "description": "Inverse of rate decrease factor.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsInvRif": {
                  "type": "integer",
                  "description": "Inverse of rate increase factor.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsRfl": {
                  "type": "string",
                  "description": "The source of configuration for rate factor.",
                  "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation",
                  "readOnly": true
                },
                "caqVccParamsCdv": {
                  "type": "integer",
                  "description": "Cell delay variation.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsCdvt": {
                  "type": "integer",
                  "description": "Cell delay variation tolerance.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsIcr": {
                  "type": "integer",
                  "description": "Initial cell rate.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsTbe": {
                  "type": "integer",
                  "description": "Transient buffer exposure.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsFrtt": {
                  "type": "integer",
                  "description": "Fixed round-trip time.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsNrm": {
                  "type": "integer",
                  "description": "Maximum number of tx cells for each forward rm cell.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsInvTrm": {
                  "type": "integer",
                  "description": "Maximum time between forward rm cells.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsInvCdf": {
                  "type": "integer",
                  "description": "Inverse of cutoff decrease factor.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVccParamsAdtf": {
                  "type": "integer",
                  "description": "Allowed cell rate decrease time factor.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "caqVpcParamsEntry": {
            "type": "array",
            "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVpcEntry.",
            "items": {
              "type": "object",
              "properties": {
                "ifIndex": {
                  "type": "string",
                  "description": "ifIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "atmVplVpi": {
                  "type": "string",
                  "description": "atmVplVpi",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "caqVpcParamsVpState": {
                  "type": "string",
                  "description": "VP state of the current permanent virtual path.",
                  "x-yang-type": "CISCO-ATM-QOS-MIB:VpState",
                  "readOnly": true
                },
                "caqVpcParamsPeakRate": {
                  "type": "integer",
                  "description": "Maximum rate in kbps at which the associated\n            permanent virtual path can transmit data.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVpcParamsCesRate": {
                  "type": "integer",
                  "description": "Maximum rate in kbps at which CES VCs can transmit\n            data with the associated permanent virtual path.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVpcParamsDataVcCount": {
                  "type": "integer",
                  "description": "Number of data VCs currently associated with\n            the permanent virtual path.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "caqVpcParamsCesVcCount": {
                  "type": "integer",
                  "description": "Number of CES VCs currently associated with\n            the permanent virtual path.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "caqVpcParamsVcdF4Seg": {
                  "type": "integer",
                  "description": "Vcd for F4 OAM segment processing.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "caqVpcParamsVcdF4Ete": {
                  "type": "integer",
                  "description": "Vcd for F4 OAM end to end processing.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "caqVpcParamsScr": {
                  "type": "integer",
                  "description": "Sustained cell rate associated with the PVP.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVpcParamsMbs": {
                  "type": "integer",
                  "description": "Maximum burst size associated with the PVP.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqVpcParamsAvailBw": {
                  "type": "integer",
                  "description": "Bandwidth in Kbps currently currently available\n            on this PVP.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "caqQueuingParamsEntry": {
            "type": "array",
            "description": "This is defined as an entry in caqQueuingParamsTable.",
            "items": {
              "type": "object",
              "properties": {
                "ifIndex": {
                  "type": "string",
                  "description": "ifIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "atmVclVpi": {
                  "type": "string",
                  "description": "atmVclVpi",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "atmVclVci": {
                  "type": "string",
                  "description": "atmVclVci",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "caqQueuingParamsMeanQDepth": {
                  "type": "integer",
                  "description": "Mean Queue Depth associated with the vc.  This value\n            is calculated based on the actual queue depth on the\n            interface and the exponential weighting constant.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "caqQueuingParamsClassEntry": {
            "type": "array",
            "description": "This is defined as an entry in ciscoAtmQosVcQueuingClassTable\n          to provide queuing information of a specific class.",
            "items": {
              "type": "object",
              "properties": {
                "ifIndex": {
                  "type": "string",
                  "description": "ifIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "atmVclVpi": {
                  "type": "string",
                  "description": "atmVclVpi",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "atmVclVci": {
                  "type": "string",
                  "description": "atmVclVci",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "caqQueuingParamsClassIndex": {
                  "type": "integer",
                  "description": "A class index, which associates with an IP precedence\n            (0 to 8), is defined to reference individual\n            caqQueuingParamsClassEntry.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "caqQueuingParamsClassRandDrp": {
                  "type": "integer",
                  "description": "Number of packets dropped when Mean Queue\n            Length is between Minimum Threshold and\n            Maximum Threshold range.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqQueuingParamsClassTailDrp": {
                  "type": "integer",
                  "description": "Number of packets dropped because the Mean\n            Queue Depth exceeds the Maximum Threshold value.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqQueuingParamsClassMinThre": {
                  "type": "integer",
                  "description": "Minimum Threshold value in kbps.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqQueuingParamsClassMaxThre": {
                  "type": "integer",
                  "description": "Maximum Threshold value in kbps.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "caqQueuingParamsClassMrkProb": {
                  "type": "integer",
                  "description": "Mark probability denominator.  This is the value used\n            in the calculation of a packet being dropped when\n            the average queue size is between the minimum\n            threshold and the maximum threshold.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "caqVccParamsTable": {
            "type": "object",
            "description": "This table is defined to provide QoS information for\n        each active ATM VC existing on the interface.",
            "properties": {
              "caqVccParamsEntry": {
                "type": "array",
                "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVccEntry.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "atmVclVpi": {
                      "type": "string",
                      "description": "atmVclVpi",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "atmVclVci": {
                      "type": "string",
                      "description": "atmVclVci",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "caqVccParamsType": {
                      "type": "string",
                      "description": "The service category of this virtual circuit connection.",
                      "x-yang-type": "atm-forum:AtmServiceCategory",
                      "readOnly": true
                    },
                    "caqVccParamsPcrIn0": {
                      "type": "integer",
                      "description": "Input Peak Cell Rate (PCR) in kbps with \n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsPcrIn01": {
                      "type": "integer",
                      "description": "Number of OAM F5 end to end loopback cells sent through\n            the VCC.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsPcrOut0": {
                      "type": "integer",
                      "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsPcrOut01": {
                      "type": "integer",
                      "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsScrIn0": {
                      "type": "integer",
                      "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsScrIn01": {
                      "type": "integer",
                      "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsScrOut0": {
                      "type": "integer",
                      "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsScrOut01": {
                      "type": "integer",
                      "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsBcsIn0": {
                      "type": "integer",
                      "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsBcsIn01": {
                      "type": "integer",
                      "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsBcsOut0": {
                      "type": "integer",
                      "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and \n            Cell Loss Priority bit set to 0 (clp0).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsBcsOut01": {
                      "type": "integer",
                      "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsInheritLevel": {
                      "type": "string",
                      "description": "The source of configuration for peak cell rate.",
                      "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation",
                      "readOnly": true
                    },
                    "caqVccParamsMcrIn": {
                      "type": "integer",
                      "description": "Input Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsMcrOut": {
                      "type": "integer",
                      "description": "Output Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsInvRdf": {
                      "type": "integer",
                      "description": "Inverse of rate decrease factor.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsInvRif": {
                      "type": "integer",
                      "description": "Inverse of rate increase factor.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsRfl": {
                      "type": "string",
                      "description": "The source of configuration for rate factor.",
                      "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation",
                      "readOnly": true
                    },
                    "caqVccParamsCdv": {
                      "type": "integer",
                      "description": "Cell delay variation.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsCdvt": {
                      "type": "integer",
                      "description": "Cell delay variation tolerance.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsIcr": {
                      "type": "integer",
                      "description": "Initial cell rate.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsTbe": {
                      "type": "integer",
                      "description": "Transient buffer exposure.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsFrtt": {
                      "type": "integer",
                      "description": "Fixed round-trip time.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsNrm": {
                      "type": "integer",
                      "description": "Maximum number of tx cells for each forward rm cell.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsInvTrm": {
                      "type": "integer",
                      "description": "Maximum time between forward rm cells.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsInvCdf": {
                      "type": "integer",
                      "description": "Inverse of cutoff decrease factor.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVccParamsAdtf": {
                      "type": "integer",
                      "description": "Allowed cell rate decrease time factor.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "caqVpcParamsTable": {
            "type": "object",
            "description": "This table is defined to provide QoS information for\n        each active ATM VP existing on the interface.",
            "properties": {
              "caqVpcParamsEntry": {
                "type": "array",
                "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVpcEntry.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "atmVplVpi": {
                      "type": "string",
                      "description": "atmVplVpi",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "caqVpcParamsVpState": {
                      "type": "string",
                      "description": "VP state of the current permanent virtual path.",
                      "x-yang-type": "CISCO-ATM-QOS-MIB:VpState",
                      "readOnly": true
                    },
                    "caqVpcParamsPeakRate": {
                      "type": "integer",
                      "description": "Maximum rate in kbps at which the associated\n            permanent virtual path can transmit data.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVpcParamsCesRate": {
                      "type": "integer",
                      "description": "Maximum rate in kbps at which CES VCs can transmit\n            data with the associated permanent virtual path.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVpcParamsDataVcCount": {
                      "type": "integer",
                      "description": "Number of data VCs currently associated with\n            the permanent virtual path.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "caqVpcParamsCesVcCount": {
                      "type": "integer",
                      "description": "Number of CES VCs currently associated with\n            the permanent virtual path.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "caqVpcParamsVcdF4Seg": {
                      "type": "integer",
                      "description": "Vcd for F4 OAM segment processing.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "caqVpcParamsVcdF4Ete": {
                      "type": "integer",
                      "description": "Vcd for F4 OAM end to end processing.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "caqVpcParamsScr": {
                      "type": "integer",
                      "description": "Sustained cell rate associated with the PVP.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVpcParamsMbs": {
                      "type": "integer",
                      "description": "Maximum burst size associated with the PVP.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqVpcParamsAvailBw": {
                      "type": "integer",
                      "description": "Bandwidth in Kbps currently currently available\n            on this PVP.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "caqQueuingParamsTable": {
            "type": "object",
            "description": "This table provides queuing related information\n        for a VC existing on an ATM interface.",
            "properties": {
              "caqQueuingParamsEntry": {
                "type": "array",
                "description": "This is defined as an entry in caqQueuingParamsTable.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "atmVclVpi": {
                      "type": "string",
                      "description": "atmVclVpi",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "atmVclVci": {
                      "type": "string",
                      "description": "atmVclVci",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "caqQueuingParamsMeanQDepth": {
                      "type": "integer",
                      "description": "Mean Queue Depth associated with the vc.  This value\n            is calculated based on the actual queue depth on the\n            interface and the exponential weighting constant.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "caqQueuingParamsClassTable": {
            "type": "object",
            "description": "This table provides queuing information for all \n        queuing classes associating with a VC.",
            "properties": {
              "caqQueuingParamsClassEntry": {
                "type": "array",
                "description": "This is defined as an entry in ciscoAtmQosVcQueuingClassTable\n          to provide queuing information of a specific class.",
                "items": {
                  "type": "object",
                  "properties": {
                    "ifIndex": {
                      "type": "string",
                      "description": "ifIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "atmVclVpi": {
                      "type": "string",
                      "description": "atmVclVpi",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "atmVclVci": {
                      "type": "string",
                      "description": "atmVclVci",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "caqQueuingParamsClassIndex": {
                      "type": "integer",
                      "description": "A class index, which associates with an IP precedence\n            (0 to 8), is defined to reference individual\n            caqQueuingParamsClassEntry.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "caqQueuingParamsClassRandDrp": {
                      "type": "integer",
                      "description": "Number of packets dropped when Mean Queue\n            Length is between Minimum Threshold and\n            Maximum Threshold range.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqQueuingParamsClassTailDrp": {
                      "type": "integer",
                      "description": "Number of packets dropped because the Mean\n            Queue Depth exceeds the Maximum Threshold value.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqQueuingParamsClassMinThre": {
                      "type": "integer",
                      "description": "Minimum Threshold value in kbps.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqQueuingParamsClassMaxThre": {
                      "type": "integer",
                      "description": "Maximum Threshold value in kbps.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "caqQueuingParamsClassMrkProb": {
                      "type": "integer",
                      "description": "Mark probability denominator.  This is the value used\n            in the calculation of a packet being dropped when\n            the average queue size is between the minimum\n            threshold and the maximum threshold.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "CISCO-ATM-QOS-MIB_caqVccParamsEntry": {
        "type": "array",
        "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVccEntry.",
        "items": {
          "type": "object",
          "properties": {
            "ifIndex": {
              "type": "string",
              "description": "ifIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "atmVclVpi": {
              "type": "string",
              "description": "atmVclVpi",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "atmVclVci": {
              "type": "string",
              "description": "atmVclVci",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "caqVccParamsType": {
              "type": "string",
              "description": "The service category of this virtual circuit connection.",
              "x-yang-type": "atm-forum:AtmServiceCategory",
              "readOnly": true
            },
            "caqVccParamsPcrIn0": {
              "type": "integer",
              "description": "Input Peak Cell Rate (PCR) in kbps with \n            Cell Loss Priority bit set to 0 (clp0).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsPcrIn01": {
              "type": "integer",
              "description": "Number of OAM F5 end to end loopback cells sent through\n            the VCC.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsPcrOut0": {
              "type": "integer",
              "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 0 (clp0).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsPcrOut01": {
              "type": "integer",
              "description": "Output Peak Cell Rate (PCR) in kbps with\n            Cell Loss Priority bit set to 1 (clp01).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsScrIn0": {
              "type": "integer",
              "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsScrIn01": {
              "type": "integer",
              "description": "Input Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsScrOut0": {
              "type": "integer",
              "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsScrOut01": {
              "type": "integer",
              "description": "Output Sustained Cell Rate (SCR) in kbps\n            for connection with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsBcsIn0": {
              "type": "integer",
              "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 0 (clp0).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsBcsIn01": {
              "type": "integer",
              "description": "Input Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsBcsOut0": {
              "type": "integer",
              "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and \n            Cell Loss Priority bit set to 0 (clp0).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsBcsOut01": {
              "type": "integer",
              "description": "Output Burst Cell Size (BCS) for connection\n            with VBR type of QoS and\n            Cell Loss Priority bit set to 1 (clp01).",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsInheritLevel": {
              "type": "string",
              "description": "The source of configuration for peak cell rate.",
              "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation",
              "readOnly": true
            },
            "caqVccParamsMcrIn": {
              "type": "integer",
              "description": "Input Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsMcrOut": {
              "type": "integer",
              "description": "Output Minimum Cell Rate (MCR) in kbps for\n            connection with VBR-nrt or ABR type of QoS.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsInvRdf": {
              "type": "integer",
              "description": "Inverse of rate decrease factor.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsInvRif": {
              "type": "integer",
              "description": "Inverse of rate increase factor.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsRfl": {
              "type": "string",
              "description": "The source of configuration for rate factor.",
              "x-yang-type": "CISCO-ATM-QOS-MIB:VcParamConfigLocation",
              "readOnly": true
            },
            "caqVccParamsCdv": {
              "type": "integer",
              "description": "Cell delay variation.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsCdvt": {
              "type": "integer",
              "description": "Cell delay variation tolerance.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsIcr": {
              "type": "integer",
              "description": "Initial cell rate.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsTbe": {
              "type": "integer",
              "description": "Transient buffer exposure.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsFrtt": {
              "type": "integer",
              "description": "Fixed round-trip time.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsNrm": {
              "type": "integer",
              "description": "Maximum number of tx cells for each forward rm cell.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsInvTrm": {
              "type": "integer",
              "description": "Maximum time between forward rm cells.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsInvCdf": {
              "type": "integer",
              "description": "Inverse of cutoff decrease factor.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVccParamsAdtf": {
              "type": "integer",
              "description": "Allowed cell rate decrease time factor.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-ATM-QOS-MIB_caqVpcParamsEntry": {
        "type": "array",
        "description": "This list contains the ATM QoS parameters provided by\n          ciscoAtmQosVpcEntry.",
        "items": {
          "type": "object",
          "properties": {
            "ifIndex": {
              "type": "string",
              "description": "ifIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "atmVplVpi": {
              "type": "string",
              "description": "atmVplVpi",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "caqVpcParamsVpState": {
              "type": "string",
              "description": "VP state of the current permanent virtual path.",
              "x-yang-type": "CISCO-ATM-QOS-MIB:VpState",
              "readOnly": true
            },
            "caqVpcParamsPeakRate": {
              "type": "integer",
              "description": "Maximum rate in kbps at which the associated\n            permanent virtual path can transmit data.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVpcParamsCesRate": {
              "type": "integer",
              "description": "Maximum rate in kbps at which CES VCs can transmit\n            data with the associated permanent virtual path.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVpcParamsDataVcCount": {
              "type": "integer",
              "description": "Number of data VCs currently associated with\n            the permanent virtual path.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "caqVpcParamsCesVcCount": {
              "type": "integer",
              "description": "Number of CES VCs currently associated with\n            the permanent virtual path.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "caqVpcParamsVcdF4Seg": {
              "type": "integer",
              "description": "Vcd for F4 OAM segment processing.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "caqVpcParamsVcdF4Ete": {
              "type": "integer",
              "description": "Vcd for F4 OAM end to end processing.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "caqVpcParamsScr": {
              "type": "integer",
              "description": "Sustained cell rate associated with the PVP.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVpcParamsMbs": {
              "type": "integer",
              "description": "Maximum burst size associated with the PVP.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqVpcParamsAvailBw": {
              "type": "integer",
              "description": "Bandwidth in Kbps currently currently available\n            on this PVP.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-ATM-QOS-MIB_caqQueuingParamsEntry": {
        "type": "array",
        "description": "This is defined as an entry in caqQueuingParamsTable.",
        "items": {
          "type": "object",
          "properties": {
            "ifIndex": {
              "type": "string",
              "description": "ifIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "atmVclVpi": {
              "type": "string",
              "description": "atmVclVpi",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "atmVclVci": {
              "type": "string",
              "description": "atmVclVci",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "caqQueuingParamsMeanQDepth": {
              "type": "integer",
              "description": "Mean Queue Depth associated with the vc.  This value\n            is calculated based on the actual queue depth on the\n            interface and the exponential weighting constant.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-ATM-QOS-MIB_caqQueuingParamsClassEntry": {
        "type": "array",
        "description": "This is defined as an entry in ciscoAtmQosVcQueuingClassTable\n          to provide queuing information of a specific class.",
        "items": {
          "type": "object",
          "properties": {
            "ifIndex": {
              "type": "string",
              "description": "ifIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "atmVclVpi": {
              "type": "string",
              "description": "atmVclVpi",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "atmVclVci": {
              "type": "string",
              "description": "atmVclVci",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "caqQueuingParamsClassIndex": {
              "type": "integer",
              "description": "A class index, which associates with an IP precedence\n            (0 to 8), is defined to reference individual\n            caqQueuingParamsClassEntry.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "caqQueuingParamsClassRandDrp": {
              "type": "integer",
              "description": "Number of packets dropped when Mean Queue\n            Length is between Minimum Threshold and\n            Maximum Threshold range.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqQueuingParamsClassTailDrp": {
              "type": "integer",
              "description": "Number of packets dropped because the Mean\n            Queue Depth exceeds the Maximum Threshold value.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqQueuingParamsClassMinThre": {
              "type": "integer",
              "description": "Minimum Threshold value in kbps.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqQueuingParamsClassMaxThre": {
              "type": "integer",
              "description": "Maximum Threshold value in kbps.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "caqQueuingParamsClassMrkProb": {
              "type": "integer",
              "description": "Mark probability denominator.  This is the value used\n            in the calculation of a packet being dropped when\n            the average queue size is between the minimum\n            threshold and the maximum threshold.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "restconf-error": {
        "type": "object",
        "description": "Standard RESTCONF error response (RFC 8040 Section 7.1)",
        "properties": {
          "ietf-restconf:errors": {
            "type": "object",
            "properties": {
              "error": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "error-type": {
                      "type": "string",
                      "enum": [
                        "transport",
                        "rpc",
                        "protocol",
                        "application"
                      ],
                      "description": "Layer where the error occurred"
                    },
                    "error-tag": {
                      "type": "string",
                      "description": "Enumerated error tag (e.g. invalid-value, data-missing, access-denied)"
                    },
                    "error-severity": {
                      "type": "string",
                      "enum": [
                        "error",
                        "warning"
                      ],
                      "description": "Error severity"
                    },
                    "error-app-tag": {
                      "type": "string",
                      "description": "Application-specific error tag"
                    },
                    "error-path": {
                      "type": "string",
                      "description": "YANG instance-identifier of the error node"
                    },
                    "error-message": {
                      "type": "string",
                      "description": "Human-readable error description"
                    }
                  },
                  "required": [
                    "error-type",
                    "error-tag"
                  ]
                }
              }
            }
          }
        },
        "example": {
          "ietf-restconf:errors": {
            "error": [
              {
                "error-type": "protocol",
                "error-tag": "invalid-value",
                "error-severity": "error",
                "error-message": "Invalid input parameter"
              }
            ]
          }
        }
      }
    },
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic"
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ],
  "tags": [
    {
      "name": "CISCO-ATM-QOS-MIB",
      "description": "MIB operations for CISCO-ATM-QOS-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
