{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-VOICE-COMMON-DIAL-CONTROL-MIB",
    "description": "MIB data from `CISCO-VOICE-COMMON-DIAL-CONTROL-MIB` module.\n\n**Root containers:** 1 (CISCO-VOICE-COMMON-DIAL-CONTROL-MIB)\n**Paths:** 22 | **Descendants:** 21\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB": {
      "get": {
        "summary": "Get CISCO-VOICE-COMMON-DIAL-CONTROL-MIB",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvCommonDcCallActiveTable": {
                      "type": "object",
                      "properties": {
                        "cvCommonDcCallActiveEntry": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvCommonDcCallActiveConnectionId": {
                              "type": "string",
                              "example": "1"
                            },
                            "cvCommonDcCallActiveVADEnable": {
                              "type": "boolean",
                              "example": true
                            },
                            "cvCommonDcCallActiveCoderTypeRate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvCommonDcCallActiveCodecBytes": {
                              "type": "integer",
                              "example": 1
                            },
                            "cvCommonDcCallActiveInBandSignaling": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cvCommonDcCallActiveCallingName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cvCommonDcCallActiveCallerIDBlock": {
                              "type": "boolean",
                              "example": true
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cvCommonDcCallHistoryTable": {
                      "type": "object",
                      "properties": {
                        "cvCommonDcCallHistoryEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cCallHistoryIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvCommonDcCallHistoryConnectionId": {
                                "type": "string",
                                "example": "1"
                              },
                              "cvCommonDcCallHistoryVADEnable": {
                                "type": "boolean",
                                "example": true
                              },
                              "cvCommonDcCallHistoryCoderTypeRate": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvCommonDcCallHistoryCodecBytes": {
                                "type": "integer",
                                "example": 1
                              },
                              "cvCommonDcCallHistoryInBandSignaling": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cvCommonDcCallHistoryCallingName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cvCommonDcCallHistoryCallerIDBlock": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB": {
                    "cvCommonDcCallActiveTable": {
                      "cvCommonDcCallActiveEntry": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "cvCommonDcCallActiveConnectionId": "1",
                        "cvCommonDcCallActiveVADEnable": true,
                        "cvCommonDcCallActiveCoderTypeRate": "configured-value",
                        "cvCommonDcCallActiveCodecBytes": 1,
                        "cvCommonDcCallActiveInBandSignaling": "configured-value",
                        "cvCommonDcCallActiveCallingName": "example-1",
                        "cvCommonDcCallActiveCallerIDBlock": true
                      }
                    },
                    "cvCommonDcCallHistoryTable": {
                      "cvCommonDcCallHistoryEntry": [
                        {
                          "cCallHistoryIndex": "configured-value",
                          "cvCommonDcCallHistoryConnectionId": "1",
                          "cvCommonDcCallHistoryVADEnable": true,
                          "cvCommonDcCallHistoryCoderTypeRate": "configured-value",
                          "cvCommonDcCallHistoryCodecBytes": 1,
                          "cvCommonDcCallHistoryInBandSignaling": "configured-value",
                          "cvCommonDcCallHistoryCallingName": "example-1",
                          "cvCommonDcCallHistoryCallerIDBlock": true
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-VOICE-COMMON-DIAL-CONTROL-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable": {
      "get": {
        "summary": "Get cvCommonDcCallActiveTable",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvCommonDcCallActiveEntry": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvCommonDcCallActiveConnectionId": {
                          "type": "string",
                          "example": "1"
                        },
                        "cvCommonDcCallActiveVADEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "cvCommonDcCallActiveCoderTypeRate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvCommonDcCallActiveCodecBytes": {
                          "type": "integer",
                          "example": 1
                        },
                        "cvCommonDcCallActiveInBandSignaling": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cvCommonDcCallActiveCallingName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cvCommonDcCallActiveCallerIDBlock": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveTable": {
                    "cvCommonDcCallActiveEntry": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "cvCommonDcCallActiveConnectionId": "1",
                      "cvCommonDcCallActiveVADEnable": true,
                      "cvCommonDcCallActiveCoderTypeRate": "configured-value",
                      "cvCommonDcCallActiveCodecBytes": 1,
                      "cvCommonDcCallActiveInBandSignaling": "configured-value",
                      "cvCommonDcCallActiveCallingName": "example-1",
                      "cvCommonDcCallActiveCallerIDBlock": true
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallActiveTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry": {
      "get": {
        "summary": "Get cvCommonDcCallActiveEntry",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable-cvCommonDcCallActiveEntry",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "callActiveSetupTime": {
                      "type": "string",
                      "example": "651780"
                    },
                    "callActiveIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvCommonDcCallActiveConnectionId": {
                      "type": "string",
                      "example": "1"
                    },
                    "cvCommonDcCallActiveVADEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "cvCommonDcCallActiveCoderTypeRate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvCommonDcCallActiveCodecBytes": {
                      "type": "integer",
                      "example": 1
                    },
                    "cvCommonDcCallActiveInBandSignaling": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cvCommonDcCallActiveCallingName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cvCommonDcCallActiveCallerIDBlock": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveEntry": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "cvCommonDcCallActiveConnectionId": "1",
                    "cvCommonDcCallActiveVADEnable": true,
                    "cvCommonDcCallActiveCoderTypeRate": "configured-value",
                    "cvCommonDcCallActiveCodecBytes": 1,
                    "cvCommonDcCallActiveInBandSignaling": "configured-value",
                    "cvCommonDcCallActiveCallingName": "example-1",
                    "cvCommonDcCallActiveCallerIDBlock": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallActiveEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable-cvCommonDcCallActiveEntry-callActiveSetupTime",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "651780"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:callActiveSetupTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveSetupTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable-cvCommonDcCallActiveEntry-callActiveIndex",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:callActiveIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry/cvCommonDcCallActiveConnectionId": {
      "get": {
        "summary": "Get cvCommonDcCallActiveConnectionId",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable-cvCommonDcCallActiveEntry-cvCommonDcCallActiveConnectionId",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveConnectionId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallActiveConnectionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry/cvCommonDcCallActiveVADEnable": {
      "get": {
        "summary": "Get cvCommonDcCallActiveVADEnable",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable-cvCommonDcCallActiveEntry-cvCommonDcCallActiveVADEnable",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveVADEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallActiveVADEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry/cvCommonDcCallActiveCoderTypeRate": {
      "get": {
        "summary": "Get cvCommonDcCallActiveCoderTypeRate",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable-cvCommonDcCallActiveEntry-cvCommonDcCallActiveCoderTypeRate",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveCoderTypeRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallActiveCoderTypeRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry/cvCommonDcCallActiveCodecBytes": {
      "get": {
        "summary": "Get cvCommonDcCallActiveCodecBytes",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable-cvCommonDcCallActiveEntry-cvCommonDcCallActiveCodecBytes",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveCodecBytes": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallActiveCodecBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry/cvCommonDcCallActiveInBandSignaling": {
      "get": {
        "summary": "Get cvCommonDcCallActiveInBandSignaling",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable-cvCommonDcCallActiveEntry-cvCommonDcCallActiveInBandSignaling",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveInBandSignaling": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallActiveInBandSignaling from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry/cvCommonDcCallActiveCallingName": {
      "get": {
        "summary": "Get cvCommonDcCallActiveCallingName",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable-cvCommonDcCallActiveEntry-cvCommonDcCallActiveCallingName",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveCallingName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallActiveCallingName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallActiveTable/cvCommonDcCallActiveEntry/cvCommonDcCallActiveCallerIDBlock": {
      "get": {
        "summary": "Get cvCommonDcCallActiveCallerIDBlock",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallActiveTable-cvCommonDcCallActiveEntry-cvCommonDcCallActiveCallerIDBlock",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallActiveCallerIDBlock": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallActiveCallerIDBlock from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallHistoryTable": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryTable",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallHistoryTable",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cvCommonDcCallHistoryEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cCallHistoryIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvCommonDcCallHistoryConnectionId": {
                            "type": "string",
                            "example": "1"
                          },
                          "cvCommonDcCallHistoryVADEnable": {
                            "type": "boolean",
                            "example": true
                          },
                          "cvCommonDcCallHistoryCoderTypeRate": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvCommonDcCallHistoryCodecBytes": {
                            "type": "integer",
                            "example": 1
                          },
                          "cvCommonDcCallHistoryInBandSignaling": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cvCommonDcCallHistoryCallingName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cvCommonDcCallHistoryCallerIDBlock": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryTable": {
                    "cvCommonDcCallHistoryEntry": [
                      {
                        "cCallHistoryIndex": "configured-value",
                        "cvCommonDcCallHistoryConnectionId": "1",
                        "cvCommonDcCallHistoryVADEnable": true,
                        "cvCommonDcCallHistoryCoderTypeRate": "configured-value",
                        "cvCommonDcCallHistoryCodecBytes": 1,
                        "cvCommonDcCallHistoryInBandSignaling": "configured-value",
                        "cvCommonDcCallHistoryCallingName": "example-1",
                        "cvCommonDcCallHistoryCallerIDBlock": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallHistoryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryEntry",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallHistoryTable-cvCommonDcCallHistoryEntry",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cCallHistoryIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvCommonDcCallHistoryConnectionId": {
                        "type": "string",
                        "example": "1"
                      },
                      "cvCommonDcCallHistoryVADEnable": {
                        "type": "boolean",
                        "example": true
                      },
                      "cvCommonDcCallHistoryCoderTypeRate": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvCommonDcCallHistoryCodecBytes": {
                        "type": "integer",
                        "example": 1
                      },
                      "cvCommonDcCallHistoryInBandSignaling": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cvCommonDcCallHistoryCallingName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cvCommonDcCallHistoryCallerIDBlock": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryEntry": [
                    {
                      "cCallHistoryIndex": "configured-value",
                      "cvCommonDcCallHistoryConnectionId": "1",
                      "cvCommonDcCallHistoryVADEnable": true,
                      "cvCommonDcCallHistoryCoderTypeRate": "configured-value",
                      "cvCommonDcCallHistoryCodecBytes": 1,
                      "cvCommonDcCallHistoryInBandSignaling": "configured-value",
                      "cvCommonDcCallHistoryCallingName": "example-1",
                      "cvCommonDcCallHistoryCallerIDBlock": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallHistoryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry/cCallHistoryIndex": {
      "get": {
        "summary": "Get cCallHistoryIndex",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallHistoryTable-cvCommonDcCallHistoryEntry-cCallHistoryIndex",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cCallHistoryIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry/cvCommonDcCallHistoryConnectionId": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryConnectionId",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallHistoryTable-cvCommonDcCallHistoryEntry-cvCommonDcCallHistoryConnectionId",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryConnectionId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallHistoryConnectionId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry/cvCommonDcCallHistoryVADEnable": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryVADEnable",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallHistoryTable-cvCommonDcCallHistoryEntry-cvCommonDcCallHistoryVADEnable",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryVADEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallHistoryVADEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry/cvCommonDcCallHistoryCoderTypeRate": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryCoderTypeRate",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallHistoryTable-cvCommonDcCallHistoryEntry-cvCommonDcCallHistoryCoderTypeRate",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryCoderTypeRate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallHistoryCoderTypeRate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry/cvCommonDcCallHistoryCodecBytes": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryCodecBytes",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallHistoryTable-cvCommonDcCallHistoryEntry-cvCommonDcCallHistoryCodecBytes",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryCodecBytes": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallHistoryCodecBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry/cvCommonDcCallHistoryInBandSignaling": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryInBandSignaling",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallHistoryTable-cvCommonDcCallHistoryEntry-cvCommonDcCallHistoryInBandSignaling",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryInBandSignaling": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallHistoryInBandSignaling from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry/cvCommonDcCallHistoryCallingName": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryCallingName",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallHistoryTable-cvCommonDcCallHistoryEntry-cvCommonDcCallHistoryCallingName",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryCallingName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallHistoryCallingName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB/cvCommonDcCallHistoryTable/cvCommonDcCallHistoryEntry/cvCommonDcCallHistoryCallerIDBlock": {
      "get": {
        "summary": "Get cvCommonDcCallHistoryCallerIDBlock",
        "operationId": "get-CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:CISCO-VOICE-COMMON-DIAL-CONTROL-MIB-cvCommonDcCallHistoryTable-cvCommonDcCallHistoryEntry-cvCommonDcCallHistoryCallerIDBlock",
        "tags": [
          "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-VOICE-COMMON-DIAL-CONTROL-MIB:cvCommonDcCallHistoryCallerIDBlock": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cvCommonDcCallHistoryCallerIDBlock from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "components": {
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic",
        "description": "RESTCONF basic authentication (RFC 8040)"
      }
    },
    "parameters": {
      "accept": {
        "name": "Accept",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string",
          "default": "application/yang-data+json"
        }
      },
      "depth": {
        "name": "depth",
        "in": "query",
        "required": false,
        "description": "Limit response depth (RFC 8040)",
        "schema": {
          "type": "string",
          "default": "unbounded"
        }
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ]
}
