{
  "openapi": "3.0.0",
  "info": {
    "title": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB MIB API",
    "version": "1.0.0",
    "description": "This MIB module contains voice related objects that\n    are common across more than one network\n    encapsulation i.e VoIP, VoATM and VoFR.\n    \n    *** ABBREVIATIONS, ACRONYMS AND SYMBOLS ***\n    \n    GSM    - Global System for Mobile Communication\n    \n    AMR-NB - Adaptive Multi Rate - Narrow Band\n    \n    iLBC   - internet Low Bitrate Codec\n    \n    iSAC   - internet Speech Audio Codec\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-VOICE-COMMON-DIAL-CONTROL-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "CISCO-VOICE-COMMON-DIAL-CONTROL-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-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveTable": {
      "get": {
        "summary": "Get cvCommonDcCallActiveTable data",
        "description": "Retrieve cvCommonDcCallActiveTable operational data from MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table is a common extension to the call active\n        table of IETF Dial Control MIB. It contains common call \n        leg information about a network call leg.",
                  "properties": {
                    "cvCommonDcCallActiveEntry": {
                      "type": "array",
                      "description": "cvCommonDcCallActiveEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "callActiveSetupTime": {
                            "type": "string",
                            "description": "callActiveSetupTime",
                            "x-yang-type": "leafref"
                          },
                          "callActiveIndex": {
                            "type": "string",
                            "description": "callActiveIndex",
                            "x-yang-type": "leafref"
                          },
                          "cvCommonDcCallActiveConnectionId": {
                            "type": "string",
                            "description": "The global call identifier for the network call.",
                            "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid"
                          },
                          "cvCommonDcCallActiveVADEnable": {
                            "type": "boolean",
                            "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) is enabled for the voice call."
                          },
                          "cvCommonDcCallActiveCoderTypeRate": {
                            "type": "string",
                            "description": "The negotiated coder rate. It specifies the transmit\n            rate of voice/fax compression to its associated call leg \n            for the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                            "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate"
                          },
                          "cvCommonDcCallActiveCodecBytes": {
                            "type": "integer",
                            "description": "Specifies the payload size of the voice packet.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cvCommonDcCallActiveInBandSignaling": {
                            "type": "string",
                            "description": "Specifies the type of in-band signaling being used on\n            the call.  This object is instantiated only for \n            Connection Trunk calls.",
                            "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling"
                          },
                          "cvCommonDcCallActiveCallingName": {
                            "type": "string",
                            "description": "The calling party name this call is connected to. If the\n            name is not available, then it will have a length of zero.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "cvCommonDcCallActiveCallerIDBlock": {
                            "type": "boolean",
                            "description": "The object indicates whether or not the caller ID feature\n            is blocked for this voice call."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveTable": {
                    "cvCommonDcCallActiveEntry": [
                      {
                        "callActiveSetupTime": "example-string",
                        "callActiveIndex": "1",
                        "cvCommonDcCallActiveConnectionId": "example-string",
                        "cvCommonDcCallActiveVADEnable": true,
                        "cvCommonDcCallActiveCoderTypeRate": "ethernetCsmacd(6)",
                        "cvCommonDcCallActiveCodecBytes": -2147483648,
                        "cvCommonDcCallActiveInBandSignaling": "example-string",
                        "cvCommonDcCallActiveCallingName": "interface-1",
                        "cvCommonDcCallActiveCallerIDBlock": true
                      },
                      {
                        "callActiveSetupTime": "example-string",
                        "callActiveIndex": "2",
                        "cvCommonDcCallActiveConnectionId": "example-string",
                        "cvCommonDcCallActiveVADEnable": true,
                        "cvCommonDcCallActiveCoderTypeRate": "ethernetCsmacd(6)",
                        "cvCommonDcCallActiveCodecBytes": -2147483648,
                        "cvCommonDcCallActiveInBandSignaling": "example-string",
                        "cvCommonDcCallActiveCallingName": "interface-1",
                        "cvCommonDcCallActiveCallerIDBlock": true
                      },
                      {
                        "callActiveSetupTime": "example-string",
                        "callActiveIndex": "3",
                        "cvCommonDcCallActiveConnectionId": "example-string",
                        "cvCommonDcCallActiveVADEnable": true,
                        "cvCommonDcCallActiveCoderTypeRate": "ethernetCsmacd(6)",
                        "cvCommonDcCallActiveCodecBytes": -2147483648,
                        "cvCommonDcCallActiveInBandSignaling": "example-string",
                        "cvCommonDcCallActiveCallingName": "interface-1",
                        "cvCommonDcCallActiveCallerIDBlock": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cvCommonDcCallActiveTable",
        "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": "/cvCommonDcCallActiveTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry": {
      "get": {
        "summary": "Get cvCommonDcCallActiveEntry list",
        "description": "Retrieve list of cvCommonDcCallActiveEntry entries from MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "cvCommonDcCallActiveEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "callActiveSetupTime": {
                        "type": "string",
                        "description": "callActiveSetupTime",
                        "x-yang-type": "leafref"
                      },
                      "callActiveIndex": {
                        "type": "string",
                        "description": "callActiveIndex",
                        "x-yang-type": "leafref"
                      },
                      "cvCommonDcCallActiveConnectionId": {
                        "type": "string",
                        "description": "The global call identifier for the network call.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid"
                      },
                      "cvCommonDcCallActiveVADEnable": {
                        "type": "boolean",
                        "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) is enabled for the voice call."
                      },
                      "cvCommonDcCallActiveCoderTypeRate": {
                        "type": "string",
                        "description": "The negotiated coder rate. It specifies the transmit\n            rate of voice/fax compression to its associated call leg \n            for the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate"
                      },
                      "cvCommonDcCallActiveCodecBytes": {
                        "type": "integer",
                        "description": "Specifies the payload size of the voice packet.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cvCommonDcCallActiveInBandSignaling": {
                        "type": "string",
                        "description": "Specifies the type of in-band signaling being used on\n            the call.  This object is instantiated only for \n            Connection Trunk calls.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling"
                      },
                      "cvCommonDcCallActiveCallingName": {
                        "type": "string",
                        "description": "The calling party name this call is connected to. If the\n            name is not available, then it will have a length of zero.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "cvCommonDcCallActiveCallerIDBlock": {
                        "type": "boolean",
                        "description": "The object indicates whether or not the caller ID feature\n            is blocked for this voice call."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveEntry": [
                    {
                      "callActiveSetupTime": "example-string",
                      "callActiveIndex": "example-string",
                      "cvCommonDcCallActiveConnectionId": "example-string",
                      "cvCommonDcCallActiveVADEnable": true,
                      "cvCommonDcCallActiveCoderTypeRate": "ethernetCsmacd(6)",
                      "cvCommonDcCallActiveCodecBytes": -2147483648,
                      "cvCommonDcCallActiveInBandSignaling": "example-string",
                      "cvCommonDcCallActiveCallingName": "interface-1",
                      "cvCommonDcCallActiveCallerIDBlock": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cvCommonDcCallActiveEntry",
        "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": "/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryTable": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryTable data",
        "description": "Retrieve cvCommonDcCallHistoryTable operational data from MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table is the Common extension to the call history\n        table of IETF Dial Control MIB. It contains Common call \n        leg information about a network call leg.",
                  "properties": {
                    "cvCommonDcCallHistoryEntry": {
                      "type": "array",
                      "description": "cvCommonDcCallHistoryEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cCallHistoryIndex": {
                            "type": "string",
                            "description": "cCallHistoryIndex",
                            "x-yang-type": "leafref"
                          },
                          "cvCommonDcCallHistoryConnectionId": {
                            "type": "string",
                            "description": "The global call identifier for the gateway call.",
                            "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid"
                          },
                          "cvCommonDcCallHistoryVADEnable": {
                            "type": "boolean",
                            "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) was enabled for the voice call."
                          },
                          "cvCommonDcCallHistoryCoderTypeRate": {
                            "type": "string",
                            "description": "The negotiated coder rate. It specifies the transmit rate\n            of voice/fax compression to its associated call leg for \n            the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                            "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate"
                          },
                          "cvCommonDcCallHistoryCodecBytes": {
                            "type": "integer",
                            "description": "Specifies the payload size of the voice packet.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "cvCommonDcCallHistoryInBandSignaling": {
                            "type": "string",
                            "description": "Specifies the type of in-band signaling used on the\n            call.  This object is instantiated only for \n            Connection Trunk calls.",
                            "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling"
                          },
                          "cvCommonDcCallHistoryCallingName": {
                            "type": "string",
                            "description": "The calling party name this call is connected to. If\n            the name is not available, then it will have a length \n            of zero.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "cvCommonDcCallHistoryCallerIDBlock": {
                            "type": "boolean",
                            "description": "The object indicates whether or not the caller ID\n            feature is blocked for this voice call."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryTable": {
                    "cvCommonDcCallHistoryEntry": [
                      {
                        "cCallHistoryIndex": "1",
                        "cvCommonDcCallHistoryConnectionId": "example-string",
                        "cvCommonDcCallHistoryVADEnable": true,
                        "cvCommonDcCallHistoryCoderTypeRate": "ethernetCsmacd(6)",
                        "cvCommonDcCallHistoryCodecBytes": -2147483648,
                        "cvCommonDcCallHistoryInBandSignaling": "example-string",
                        "cvCommonDcCallHistoryCallingName": "interface-1",
                        "cvCommonDcCallHistoryCallerIDBlock": true
                      },
                      {
                        "cCallHistoryIndex": "2",
                        "cvCommonDcCallHistoryConnectionId": "example-string",
                        "cvCommonDcCallHistoryVADEnable": true,
                        "cvCommonDcCallHistoryCoderTypeRate": "ethernetCsmacd(6)",
                        "cvCommonDcCallHistoryCodecBytes": -2147483648,
                        "cvCommonDcCallHistoryInBandSignaling": "example-string",
                        "cvCommonDcCallHistoryCallingName": "interface-1",
                        "cvCommonDcCallHistoryCallerIDBlock": true
                      },
                      {
                        "cCallHistoryIndex": "3",
                        "cvCommonDcCallHistoryConnectionId": "example-string",
                        "cvCommonDcCallHistoryVADEnable": true,
                        "cvCommonDcCallHistoryCoderTypeRate": "ethernetCsmacd(6)",
                        "cvCommonDcCallHistoryCodecBytes": -2147483648,
                        "cvCommonDcCallHistoryInBandSignaling": "example-string",
                        "cvCommonDcCallHistoryCallingName": "interface-1",
                        "cvCommonDcCallHistoryCallerIDBlock": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cvCommonDcCallHistoryTable",
        "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": "/cvCommonDcCallHistoryTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryEntry list",
        "description": "Retrieve list of cvCommonDcCallHistoryEntry entries from MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "cvCommonDcCallHistoryEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cCallHistoryIndex": {
                        "type": "string",
                        "description": "cCallHistoryIndex",
                        "x-yang-type": "leafref"
                      },
                      "cvCommonDcCallHistoryConnectionId": {
                        "type": "string",
                        "description": "The global call identifier for the gateway call.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid"
                      },
                      "cvCommonDcCallHistoryVADEnable": {
                        "type": "boolean",
                        "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) was enabled for the voice call."
                      },
                      "cvCommonDcCallHistoryCoderTypeRate": {
                        "type": "string",
                        "description": "The negotiated coder rate. It specifies the transmit rate\n            of voice/fax compression to its associated call leg for \n            the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate"
                      },
                      "cvCommonDcCallHistoryCodecBytes": {
                        "type": "integer",
                        "description": "Specifies the payload size of the voice packet.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cvCommonDcCallHistoryInBandSignaling": {
                        "type": "string",
                        "description": "Specifies the type of in-band signaling used on the\n            call.  This object is instantiated only for \n            Connection Trunk calls.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling"
                      },
                      "cvCommonDcCallHistoryCallingName": {
                        "type": "string",
                        "description": "The calling party name this call is connected to. If\n            the name is not available, then it will have a length \n            of zero.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "cvCommonDcCallHistoryCallerIDBlock": {
                        "type": "boolean",
                        "description": "The object indicates whether or not the caller ID\n            feature is blocked for this voice call."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryEntry": [
                    {
                      "cCallHistoryIndex": "example-string",
                      "cvCommonDcCallHistoryConnectionId": "example-string",
                      "cvCommonDcCallHistoryVADEnable": true,
                      "cvCommonDcCallHistoryCoderTypeRate": "ethernetCsmacd(6)",
                      "cvCommonDcCallHistoryCodecBytes": -2147483648,
                      "cvCommonDcCallHistoryInBandSignaling": "example-string",
                      "cvCommonDcCallHistoryCallingName": "interface-1",
                      "cvCommonDcCallHistoryCallerIDBlock": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cvCommonDcCallHistoryEntry",
        "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": "/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry={cCallHistoryIndex}": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryEntry entry",
        "description": "Retrieve specific cvCommonDcCallHistoryEntry entry by key from MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "name": "cCallHistoryIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cCallHistoryIndex": {
                      "type": "string",
                      "description": "cCallHistoryIndex",
                      "x-yang-type": "leafref"
                    },
                    "cvCommonDcCallHistoryConnectionId": {
                      "type": "string",
                      "description": "The global call identifier for the gateway call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid"
                    },
                    "cvCommonDcCallHistoryVADEnable": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) was enabled for the voice call."
                    },
                    "cvCommonDcCallHistoryCoderTypeRate": {
                      "type": "string",
                      "description": "The negotiated coder rate. It specifies the transmit rate\n            of voice/fax compression to its associated call leg for \n            the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate"
                    },
                    "cvCommonDcCallHistoryCodecBytes": {
                      "type": "integer",
                      "description": "Specifies the payload size of the voice packet.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cvCommonDcCallHistoryInBandSignaling": {
                      "type": "string",
                      "description": "Specifies the type of in-band signaling used on the\n            call.  This object is instantiated only for \n            Connection Trunk calls.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling"
                    },
                    "cvCommonDcCallHistoryCallingName": {
                      "type": "string",
                      "description": "The calling party name this call is connected to. If\n            the name is not available, then it will have a length \n            of zero.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "cvCommonDcCallHistoryCallerIDBlock": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the caller ID\n            feature is blocked for this voice call."
                    }
                  }
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryEntry": {
                    "cCallHistoryIndex": "example-string",
                    "cvCommonDcCallHistoryConnectionId": "example-string",
                    "cvCommonDcCallHistoryVADEnable": true,
                    "cvCommonDcCallHistoryCoderTypeRate": "ethernetCsmacd(6)",
                    "cvCommonDcCallHistoryCodecBytes": -2147483648,
                    "cvCommonDcCallHistoryInBandSignaling": "example-string",
                    "cvCommonDcCallHistoryCallingName": "interface-1",
                    "cvCommonDcCallHistoryCallerIDBlock": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cvCommonDcCallHistoryEntry-2"
      },
      "x-yang-path": "/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry={cCallHistoryIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cCallHistoryIndex"
      ]
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveEntry": {
      "get": {
        "summary": "Get cvCommonDcCallActiveEntry list",
        "description": "Retrieve list of cvCommonDcCallActiveEntry entries from MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "cvCommonDcCallActiveEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "callActiveSetupTime": {
                        "type": "string",
                        "description": "callActiveSetupTime",
                        "x-yang-type": "leafref"
                      },
                      "callActiveIndex": {
                        "type": "string",
                        "description": "callActiveIndex",
                        "x-yang-type": "leafref"
                      },
                      "cvCommonDcCallActiveConnectionId": {
                        "type": "string",
                        "description": "The global call identifier for the network call.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid"
                      },
                      "cvCommonDcCallActiveVADEnable": {
                        "type": "boolean",
                        "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) is enabled for the voice call."
                      },
                      "cvCommonDcCallActiveCoderTypeRate": {
                        "type": "string",
                        "description": "The negotiated coder rate. It specifies the transmit\n            rate of voice/fax compression to its associated call leg \n            for the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate"
                      },
                      "cvCommonDcCallActiveCodecBytes": {
                        "type": "integer",
                        "description": "Specifies the payload size of the voice packet.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cvCommonDcCallActiveInBandSignaling": {
                        "type": "string",
                        "description": "Specifies the type of in-band signaling being used on\n            the call.  This object is instantiated only for \n            Connection Trunk calls.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling"
                      },
                      "cvCommonDcCallActiveCallingName": {
                        "type": "string",
                        "description": "The calling party name this call is connected to. If the\n            name is not available, then it will have a length of zero.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "cvCommonDcCallActiveCallerIDBlock": {
                        "type": "boolean",
                        "description": "The object indicates whether or not the caller ID feature\n            is blocked for this voice call."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveEntry": [
                    {
                      "callActiveSetupTime": "example-string",
                      "callActiveIndex": "example-string",
                      "cvCommonDcCallActiveConnectionId": "example-string",
                      "cvCommonDcCallActiveVADEnable": true,
                      "cvCommonDcCallActiveCoderTypeRate": "ethernetCsmacd(6)",
                      "cvCommonDcCallActiveCodecBytes": -2147483648,
                      "cvCommonDcCallActiveInBandSignaling": "example-string",
                      "cvCommonDcCallActiveCallingName": "interface-1",
                      "cvCommonDcCallActiveCallerIDBlock": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cvCommonDcCallActiveEntry-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": "/cvCommonDcCallActiveEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryEntry": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryEntry list",
        "description": "Retrieve list of cvCommonDcCallHistoryEntry entries from MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "cvCommonDcCallHistoryEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cCallHistoryIndex": {
                        "type": "string",
                        "description": "cCallHistoryIndex",
                        "x-yang-type": "leafref"
                      },
                      "cvCommonDcCallHistoryConnectionId": {
                        "type": "string",
                        "description": "The global call identifier for the gateway call.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid"
                      },
                      "cvCommonDcCallHistoryVADEnable": {
                        "type": "boolean",
                        "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) was enabled for the voice call."
                      },
                      "cvCommonDcCallHistoryCoderTypeRate": {
                        "type": "string",
                        "description": "The negotiated coder rate. It specifies the transmit rate\n            of voice/fax compression to its associated call leg for \n            the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate"
                      },
                      "cvCommonDcCallHistoryCodecBytes": {
                        "type": "integer",
                        "description": "Specifies the payload size of the voice packet.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "cvCommonDcCallHistoryInBandSignaling": {
                        "type": "string",
                        "description": "Specifies the type of in-band signaling used on the\n            call.  This object is instantiated only for \n            Connection Trunk calls.",
                        "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling"
                      },
                      "cvCommonDcCallHistoryCallingName": {
                        "type": "string",
                        "description": "The calling party name this call is connected to. If\n            the name is not available, then it will have a length \n            of zero.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "cvCommonDcCallHistoryCallerIDBlock": {
                        "type": "boolean",
                        "description": "The object indicates whether or not the caller ID\n            feature is blocked for this voice call."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryEntry": [
                    {
                      "cCallHistoryIndex": "example-string",
                      "cvCommonDcCallHistoryConnectionId": "example-string",
                      "cvCommonDcCallHistoryVADEnable": true,
                      "cvCommonDcCallHistoryCoderTypeRate": "ethernetCsmacd(6)",
                      "cvCommonDcCallHistoryCodecBytes": -2147483648,
                      "cvCommonDcCallHistoryInBandSignaling": "example-string",
                      "cvCommonDcCallHistoryCallingName": "interface-1",
                      "cvCommonDcCallHistoryCallerIDBlock": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cvCommonDcCallHistoryEntry-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": "/cvCommonDcCallHistoryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryEntry={cCallHistoryIndex}": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryEntry entry",
        "description": "Retrieve specific cvCommonDcCallHistoryEntry entry by key from MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "name": "cCallHistoryIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cCallHistoryIndex": {
                      "type": "string",
                      "description": "cCallHistoryIndex",
                      "x-yang-type": "leafref"
                    },
                    "cvCommonDcCallHistoryConnectionId": {
                      "type": "string",
                      "description": "The global call identifier for the gateway call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid"
                    },
                    "cvCommonDcCallHistoryVADEnable": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) was enabled for the voice call."
                    },
                    "cvCommonDcCallHistoryCoderTypeRate": {
                      "type": "string",
                      "description": "The negotiated coder rate. It specifies the transmit rate\n            of voice/fax compression to its associated call leg for \n            the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate"
                    },
                    "cvCommonDcCallHistoryCodecBytes": {
                      "type": "integer",
                      "description": "Specifies the payload size of the voice packet.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cvCommonDcCallHistoryInBandSignaling": {
                      "type": "string",
                      "description": "Specifies the type of in-band signaling used on the\n            call.  This object is instantiated only for \n            Connection Trunk calls.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling"
                    },
                    "cvCommonDcCallHistoryCallingName": {
                      "type": "string",
                      "description": "The calling party name this call is connected to. If\n            the name is not available, then it will have a length \n            of zero.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "cvCommonDcCallHistoryCallerIDBlock": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the caller ID\n            feature is blocked for this voice call."
                    }
                  }
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryEntry": {
                    "cCallHistoryIndex": "example-string",
                    "cvCommonDcCallHistoryConnectionId": "example-string",
                    "cvCommonDcCallHistoryVADEnable": true,
                    "cvCommonDcCallHistoryCoderTypeRate": "ethernetCsmacd(6)",
                    "cvCommonDcCallHistoryCodecBytes": -2147483648,
                    "cvCommonDcCallHistoryInBandSignaling": "example-string",
                    "cvCommonDcCallHistoryCallingName": "interface-1",
                    "cvCommonDcCallHistoryCallerIDBlock": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cvCommonDcCallHistoryEntry-4"
      },
      "x-yang-path": "/cvCommonDcCallHistoryEntry={cCallHistoryIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cCallHistoryIndex"
      ]
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry={callActiveSetupTime},{callActiveIndex}": {
      "get": {
        "summary": "Get cvCommonDcCallActiveEntry entry",
        "description": "Retrieve specific cvCommonDcCallActiveEntry entry by key from MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "name": "callActiveSetupTime",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "callActiveIndex",
            "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": {
                    "callActiveSetupTime": {
                      "type": "string",
                      "description": "callActiveSetupTime",
                      "x-yang-type": "leafref"
                    },
                    "callActiveIndex": {
                      "type": "string",
                      "description": "callActiveIndex",
                      "x-yang-type": "leafref"
                    },
                    "cvCommonDcCallActiveConnectionId": {
                      "type": "string",
                      "description": "The global call identifier for the network call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid"
                    },
                    "cvCommonDcCallActiveVADEnable": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) is enabled for the voice call."
                    },
                    "cvCommonDcCallActiveCoderTypeRate": {
                      "type": "string",
                      "description": "The negotiated coder rate. It specifies the transmit\n            rate of voice/fax compression to its associated call leg \n            for the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate"
                    },
                    "cvCommonDcCallActiveCodecBytes": {
                      "type": "integer",
                      "description": "Specifies the payload size of the voice packet.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cvCommonDcCallActiveInBandSignaling": {
                      "type": "string",
                      "description": "Specifies the type of in-band signaling being used on\n            the call.  This object is instantiated only for \n            Connection Trunk calls.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling"
                    },
                    "cvCommonDcCallActiveCallingName": {
                      "type": "string",
                      "description": "The calling party name this call is connected to. If the\n            name is not available, then it will have a length of zero.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "cvCommonDcCallActiveCallerIDBlock": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the caller ID feature\n            is blocked for this voice call."
                    }
                  }
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveEntry": {
                    "callActiveSetupTime": "example-string",
                    "callActiveIndex": "example-string",
                    "cvCommonDcCallActiveConnectionId": "example-string",
                    "cvCommonDcCallActiveVADEnable": true,
                    "cvCommonDcCallActiveCoderTypeRate": "ethernetCsmacd(6)",
                    "cvCommonDcCallActiveCodecBytes": -2147483648,
                    "cvCommonDcCallActiveInBandSignaling": "example-string",
                    "cvCommonDcCallActiveCallingName": "interface-1",
                    "cvCommonDcCallActiveCallerIDBlock": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cvCommonDcCallActiveEntry-2"
      },
      "x-yang-path": "/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry={callActiveSetupTime callActiveIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "callActiveSetupTime callActiveIndex"
      ]
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveEntry={callActiveSetupTime},{callActiveIndex}": {
      "get": {
        "summary": "Get cvCommonDcCallActiveEntry entry",
        "description": "Retrieve specific cvCommonDcCallActiveEntry entry by key from MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "name": "callActiveSetupTime",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "callActiveIndex",
            "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": {
                    "callActiveSetupTime": {
                      "type": "string",
                      "description": "callActiveSetupTime",
                      "x-yang-type": "leafref"
                    },
                    "callActiveIndex": {
                      "type": "string",
                      "description": "callActiveIndex",
                      "x-yang-type": "leafref"
                    },
                    "cvCommonDcCallActiveConnectionId": {
                      "type": "string",
                      "description": "The global call identifier for the network call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid"
                    },
                    "cvCommonDcCallActiveVADEnable": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) is enabled for the voice call."
                    },
                    "cvCommonDcCallActiveCoderTypeRate": {
                      "type": "string",
                      "description": "The negotiated coder rate. It specifies the transmit\n            rate of voice/fax compression to its associated call leg \n            for the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate"
                    },
                    "cvCommonDcCallActiveCodecBytes": {
                      "type": "integer",
                      "description": "Specifies the payload size of the voice packet.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cvCommonDcCallActiveInBandSignaling": {
                      "type": "string",
                      "description": "Specifies the type of in-band signaling being used on\n            the call.  This object is instantiated only for \n            Connection Trunk calls.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling"
                    },
                    "cvCommonDcCallActiveCallingName": {
                      "type": "string",
                      "description": "The calling party name this call is connected to. If the\n            name is not available, then it will have a length of zero.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "cvCommonDcCallActiveCallerIDBlock": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the caller ID feature\n            is blocked for this voice call."
                    }
                  }
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveEntry": {
                    "callActiveSetupTime": "example-string",
                    "callActiveIndex": "example-string",
                    "cvCommonDcCallActiveConnectionId": "example-string",
                    "cvCommonDcCallActiveVADEnable": true,
                    "cvCommonDcCallActiveCoderTypeRate": "ethernetCsmacd(6)",
                    "cvCommonDcCallActiveCodecBytes": -2147483648,
                    "cvCommonDcCallActiveInBandSignaling": "example-string",
                    "cvCommonDcCallActiveCallingName": "interface-1",
                    "cvCommonDcCallActiveCallerIDBlock": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cvCommonDcCallActiveEntry-4"
      },
      "x-yang-path": "/cvCommonDcCallActiveEntry={callActiveSetupTime callActiveIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "callActiveSetupTime callActiveIndex"
      ]
    }
  },
  "components": {
    "schemas": {
      "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB_CISCO-VOICE-COMMON-DIAL-CONTROL-MIB": {
        "type": "object",
        "description": "This table is a common extension to the call active\n        table of IETF Dial Control MIB. It contains common call \n        leg information about a network call leg.",
        "properties": {
          "cvCommonDcCallActiveEntry": {
            "type": "array",
            "description": "cvCommonDcCallActiveEntry",
            "items": {
              "type": "object",
              "properties": {
                "callActiveSetupTime": {
                  "type": "string",
                  "description": "callActiveSetupTime",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "callActiveIndex": {
                  "type": "string",
                  "description": "callActiveIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "cvCommonDcCallActiveConnectionId": {
                  "type": "string",
                  "description": "The global call identifier for the network call.",
                  "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid",
                  "readOnly": true
                },
                "cvCommonDcCallActiveVADEnable": {
                  "type": "boolean",
                  "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) is enabled for the voice call.",
                  "readOnly": true
                },
                "cvCommonDcCallActiveCoderTypeRate": {
                  "type": "string",
                  "description": "The negotiated coder rate. It specifies the transmit\n            rate of voice/fax compression to its associated call leg \n            for the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                  "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate",
                  "readOnly": true
                },
                "cvCommonDcCallActiveCodecBytes": {
                  "type": "integer",
                  "description": "Specifies the payload size of the voice packet.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cvCommonDcCallActiveInBandSignaling": {
                  "type": "string",
                  "description": "Specifies the type of in-band signaling being used on\n            the call.  This object is instantiated only for \n            Connection Trunk calls.",
                  "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling",
                  "readOnly": true
                },
                "cvCommonDcCallActiveCallingName": {
                  "type": "string",
                  "description": "The calling party name this call is connected to. If the\n            name is not available, then it will have a length of zero.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "cvCommonDcCallActiveCallerIDBlock": {
                  "type": "boolean",
                  "description": "The object indicates whether or not the caller ID feature\n            is blocked for this voice call.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cvCommonDcCallHistoryEntry": {
            "type": "array",
            "description": "cvCommonDcCallHistoryEntry",
            "items": {
              "type": "object",
              "properties": {
                "cCallHistoryIndex": {
                  "type": "string",
                  "description": "cCallHistoryIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "cvCommonDcCallHistoryConnectionId": {
                  "type": "string",
                  "description": "The global call identifier for the gateway call.",
                  "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid",
                  "readOnly": true
                },
                "cvCommonDcCallHistoryVADEnable": {
                  "type": "boolean",
                  "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) was enabled for the voice call.",
                  "readOnly": true
                },
                "cvCommonDcCallHistoryCoderTypeRate": {
                  "type": "string",
                  "description": "The negotiated coder rate. It specifies the transmit rate\n            of voice/fax compression to its associated call leg for \n            the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                  "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate",
                  "readOnly": true
                },
                "cvCommonDcCallHistoryCodecBytes": {
                  "type": "integer",
                  "description": "Specifies the payload size of the voice packet.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "cvCommonDcCallHistoryInBandSignaling": {
                  "type": "string",
                  "description": "Specifies the type of in-band signaling used on the\n            call.  This object is instantiated only for \n            Connection Trunk calls.",
                  "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling",
                  "readOnly": true
                },
                "cvCommonDcCallHistoryCallingName": {
                  "type": "string",
                  "description": "The calling party name this call is connected to. If\n            the name is not available, then it will have a length \n            of zero.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "cvCommonDcCallHistoryCallerIDBlock": {
                  "type": "boolean",
                  "description": "The object indicates whether or not the caller ID\n            feature is blocked for this voice call.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cvCommonDcCallActiveTable": {
            "type": "object",
            "description": "This table is a common extension to the call active\n        table of IETF Dial Control MIB. It contains common call \n        leg information about a network call leg.",
            "properties": {
              "cvCommonDcCallActiveEntry": {
                "type": "array",
                "description": "cvCommonDcCallActiveEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "callActiveSetupTime": {
                      "type": "string",
                      "description": "callActiveSetupTime",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "callActiveIndex": {
                      "type": "string",
                      "description": "callActiveIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "cvCommonDcCallActiveConnectionId": {
                      "type": "string",
                      "description": "The global call identifier for the network call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid",
                      "readOnly": true
                    },
                    "cvCommonDcCallActiveVADEnable": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) is enabled for the voice call.",
                      "readOnly": true
                    },
                    "cvCommonDcCallActiveCoderTypeRate": {
                      "type": "string",
                      "description": "The negotiated coder rate. It specifies the transmit\n            rate of voice/fax compression to its associated call leg \n            for the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate",
                      "readOnly": true
                    },
                    "cvCommonDcCallActiveCodecBytes": {
                      "type": "integer",
                      "description": "Specifies the payload size of the voice packet.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cvCommonDcCallActiveInBandSignaling": {
                      "type": "string",
                      "description": "Specifies the type of in-band signaling being used on\n            the call.  This object is instantiated only for \n            Connection Trunk calls.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling",
                      "readOnly": true
                    },
                    "cvCommonDcCallActiveCallingName": {
                      "type": "string",
                      "description": "The calling party name this call is connected to. If the\n            name is not available, then it will have a length of zero.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "cvCommonDcCallActiveCallerIDBlock": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the caller ID feature\n            is blocked for this voice call.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cvCommonDcCallHistoryTable": {
            "type": "object",
            "description": "This table is the Common extension to the call history\n        table of IETF Dial Control MIB. It contains Common call \n        leg information about a network call leg.",
            "properties": {
              "cvCommonDcCallHistoryEntry": {
                "type": "array",
                "description": "cvCommonDcCallHistoryEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "cCallHistoryIndex": {
                      "type": "string",
                      "description": "cCallHistoryIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "cvCommonDcCallHistoryConnectionId": {
                      "type": "string",
                      "description": "The global call identifier for the gateway call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid",
                      "readOnly": true
                    },
                    "cvCommonDcCallHistoryVADEnable": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) was enabled for the voice call.",
                      "readOnly": true
                    },
                    "cvCommonDcCallHistoryCoderTypeRate": {
                      "type": "string",
                      "description": "The negotiated coder rate. It specifies the transmit rate\n            of voice/fax compression to its associated call leg for \n            the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate",
                      "readOnly": true
                    },
                    "cvCommonDcCallHistoryCodecBytes": {
                      "type": "integer",
                      "description": "Specifies the payload size of the voice packet.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "cvCommonDcCallHistoryInBandSignaling": {
                      "type": "string",
                      "description": "Specifies the type of in-band signaling used on the\n            call.  This object is instantiated only for \n            Connection Trunk calls.",
                      "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling",
                      "readOnly": true
                    },
                    "cvCommonDcCallHistoryCallingName": {
                      "type": "string",
                      "description": "The calling party name this call is connected to. If\n            the name is not available, then it will have a length \n            of zero.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "cvCommonDcCallHistoryCallerIDBlock": {
                      "type": "boolean",
                      "description": "The object indicates whether or not the caller ID\n            feature is blocked for this voice call.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB_cvCommonDcCallActiveEntry": {
        "type": "array",
        "description": "cvCommonDcCallActiveEntry",
        "items": {
          "type": "object",
          "properties": {
            "callActiveSetupTime": {
              "type": "string",
              "description": "callActiveSetupTime",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "callActiveIndex": {
              "type": "string",
              "description": "callActiveIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "cvCommonDcCallActiveConnectionId": {
              "type": "string",
              "description": "The global call identifier for the network call.",
              "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid",
              "readOnly": true
            },
            "cvCommonDcCallActiveVADEnable": {
              "type": "boolean",
              "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) is enabled for the voice call.",
              "readOnly": true
            },
            "cvCommonDcCallActiveCoderTypeRate": {
              "type": "string",
              "description": "The negotiated coder rate. It specifies the transmit\n            rate of voice/fax compression to its associated call leg \n            for the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
              "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate",
              "readOnly": true
            },
            "cvCommonDcCallActiveCodecBytes": {
              "type": "integer",
              "description": "Specifies the payload size of the voice packet.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cvCommonDcCallActiveInBandSignaling": {
              "type": "string",
              "description": "Specifies the type of in-band signaling being used on\n            the call.  This object is instantiated only for \n            Connection Trunk calls.",
              "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling",
              "readOnly": true
            },
            "cvCommonDcCallActiveCallingName": {
              "type": "string",
              "description": "The calling party name this call is connected to. If the\n            name is not available, then it will have a length of zero.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "cvCommonDcCallActiveCallerIDBlock": {
              "type": "boolean",
              "description": "The object indicates whether or not the caller ID feature\n            is blocked for this voice call.",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB_cvCommonDcCallHistoryEntry": {
        "type": "array",
        "description": "cvCommonDcCallHistoryEntry",
        "items": {
          "type": "object",
          "properties": {
            "cCallHistoryIndex": {
              "type": "string",
              "description": "cCallHistoryIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "cvCommonDcCallHistoryConnectionId": {
              "type": "string",
              "description": "The global call identifier for the gateway call.",
              "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcGUid",
              "readOnly": true
            },
            "cvCommonDcCallHistoryVADEnable": {
              "type": "boolean",
              "description": "The object indicates whether or not the VAD (Voice\n            Activity Detection) was enabled for the voice call.",
              "readOnly": true
            },
            "cvCommonDcCallHistoryCoderTypeRate": {
              "type": "string",
              "description": "The negotiated coder rate. It specifies the transmit rate\n            of voice/fax compression to its associated call leg for \n            the call.\n            This rate is different from the configuration rate \n            because of rate negotiation during the call.",
              "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcCoderTypeRate",
              "readOnly": true
            },
            "cvCommonDcCallHistoryCodecBytes": {
              "type": "integer",
              "description": "Specifies the payload size of the voice packet.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "cvCommonDcCallHistoryInBandSignaling": {
              "type": "string",
              "description": "Specifies the type of in-band signaling used on the\n            call.  This object is instantiated only for \n            Connection Trunk calls.",
              "x-yang-type": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CvcInBandSignaling",
              "readOnly": true
            },
            "cvCommonDcCallHistoryCallingName": {
              "type": "string",
              "description": "The calling party name this call is connected to. If\n            the name is not available, then it will have a length \n            of zero.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "cvCommonDcCallHistoryCallerIDBlock": {
              "type": "boolean",
              "description": "The object indicates whether or not the caller ID\n            feature is blocked for this voice call.",
              "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-VOICE-COMMON-DIAL-CONTROL-MIB",
      "description": "MIB operations for CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
