{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-DIAL-CONTROL-MIB",
    "description": "MIB data from `CISCO-DIAL-CONTROL-MIB` module.\n\n**Root containers:** 1 (CISCO-DIAL-CONTROL-MIB)\n**Paths:** 29 | **Descendants:** 28\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-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-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB": {
      "get": {
        "summary": "Get CISCO-DIAL-CONTROL-MIB",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB",
        "tags": [
          "CISCO-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": {
                    "cPeerGlobalConfiguration": {
                      "type": "object",
                      "properties": {
                        "cPeerSearchType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": 50
                    },
                    "cCallHistoryTable": {
                      "type": "object",
                      "properties": {
                        "cCallHistoryEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cCallHistoryIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cCallHistorySetupTime": {
                                "type": "string",
                                "example": "651780"
                              },
                              "cCallHistoryPeerAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "cCallHistoryPeerSubAddress": {
                                "type": "string",
                                "example": "10.1.1.1"
                              },
                              "cCallHistoryPeerId": {
                                "type": "integer",
                                "example": 1
                              },
                              "cCallHistoryPeerIfIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "cCallHistoryLogicalIfIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cCallHistoryDisconnectCause": {
                                "type": "string",
                                "format": "byte",
                                "example": "configured-value"
                              },
                              "cCallHistoryDisconnectText": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cCallHistoryConnectTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cCallHistoryDisconnectTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "cCallHistoryCallOrigin": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cCallHistoryChargedUnits": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cCallHistoryInfoType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cCallHistoryTransmitPackets": {
                                "type": "string",
                                "example": "10234567"
                              },
                              "cCallHistoryTransmitBytes": {
                                "type": "string",
                                "example": "1023456700"
                              },
                              "cCallHistoryReceivePackets": {
                                "type": "string",
                                "example": "12845632"
                              },
                              "cCallHistoryReceiveBytes": {
                                "type": "string",
                                "example": "1284563200"
                              },
                              "cCallHistoryReleaseSrc": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cCallHistoryIecTable": {
                      "type": "object",
                      "properties": {
                        "cCallHistoryIecEntry": {
                          "type": "object",
                          "properties": {
                            "cCallHistoryIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cCallHistoryIecIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cCallHistoryIec": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB": {
                    "cPeerGlobalConfiguration": {
                      "cPeerSearchType": "default"
                    },
                    "cCallHistoryTable": {
                      "cCallHistoryEntry": [
                        {
                          "cCallHistoryIndex": 1,
                          "cCallHistorySetupTime": "651780",
                          "cCallHistoryPeerAddress": "10.1.1.1",
                          "cCallHistoryPeerSubAddress": "10.1.1.1",
                          "cCallHistoryPeerId": 1,
                          "cCallHistoryPeerIfIndex": 1,
                          "cCallHistoryLogicalIfIndex": "configured-value",
                          "cCallHistoryDisconnectCause": "QmFzZTY0",
                          "cCallHistoryDisconnectText": "configured-value",
                          "cCallHistoryConnectTime": "10:30:45",
                          "cCallHistoryDisconnectTime": "10:30:45",
                          "cCallHistoryCallOrigin": "default",
                          "cCallHistoryChargedUnits": "configured-value",
                          "cCallHistoryInfoType": "default",
                          "cCallHistoryTransmitPackets": "10234567",
                          "cCallHistoryTransmitBytes": "1023456700",
                          "cCallHistoryReceivePackets": "12845632",
                          "cCallHistoryReceiveBytes": "1284563200",
                          "cCallHistoryReleaseSrc": "default"
                        }
                      ]
                    },
                    "cCallHistoryIecTable": {
                      "cCallHistoryIecEntry": {
                        "cCallHistoryIndex": "configured-value",
                        "cCallHistoryIecIndex": 1,
                        "cCallHistoryIec": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-DIAL-CONTROL-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cPeerGlobalConfiguration": {
      "get": {
        "summary": "Get cPeerGlobalConfiguration",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cPeerGlobalConfiguration",
        "tags": [
          "CISCO-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": {
                    "cPeerSearchType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": 50
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cPeerGlobalConfiguration": {
                    "cPeerSearchType": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cPeerGlobalConfiguration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cPeerGlobalConfiguration/cPeerSearchType": {
      "get": {
        "summary": "Get cPeerSearchType",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cPeerGlobalConfiguration-cPeerSearchType",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cPeerSearchType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cPeerSearchType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable": {
      "get": {
        "summary": "Get cCallHistoryTable",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable",
        "tags": [
          "CISCO-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": {
                    "cCallHistoryEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cCallHistoryIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cCallHistorySetupTime": {
                            "type": "string",
                            "example": "651780"
                          },
                          "cCallHistoryPeerAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "cCallHistoryPeerSubAddress": {
                            "type": "string",
                            "example": "10.1.1.1"
                          },
                          "cCallHistoryPeerId": {
                            "type": "integer",
                            "example": 1
                          },
                          "cCallHistoryPeerIfIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "cCallHistoryLogicalIfIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cCallHistoryDisconnectCause": {
                            "type": "string",
                            "format": "byte",
                            "example": "configured-value"
                          },
                          "cCallHistoryDisconnectText": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cCallHistoryConnectTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cCallHistoryDisconnectTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "cCallHistoryCallOrigin": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cCallHistoryChargedUnits": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cCallHistoryInfoType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cCallHistoryTransmitPackets": {
                            "type": "string",
                            "example": "10234567"
                          },
                          "cCallHistoryTransmitBytes": {
                            "type": "string",
                            "example": "1023456700"
                          },
                          "cCallHistoryReceivePackets": {
                            "type": "string",
                            "example": "12845632"
                          },
                          "cCallHistoryReceiveBytes": {
                            "type": "string",
                            "example": "1284563200"
                          },
                          "cCallHistoryReleaseSrc": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryTable": {
                    "cCallHistoryEntry": [
                      {
                        "cCallHistoryIndex": 1,
                        "cCallHistorySetupTime": "651780",
                        "cCallHistoryPeerAddress": "10.1.1.1",
                        "cCallHistoryPeerSubAddress": "10.1.1.1",
                        "cCallHistoryPeerId": 1,
                        "cCallHistoryPeerIfIndex": 1,
                        "cCallHistoryLogicalIfIndex": "configured-value",
                        "cCallHistoryDisconnectCause": "QmFzZTY0",
                        "cCallHistoryDisconnectText": "configured-value",
                        "cCallHistoryConnectTime": "10:30:45",
                        "cCallHistoryDisconnectTime": "10:30:45",
                        "cCallHistoryCallOrigin": "default",
                        "cCallHistoryChargedUnits": "configured-value",
                        "cCallHistoryInfoType": "default",
                        "cCallHistoryTransmitPackets": "10234567",
                        "cCallHistoryTransmitBytes": "1023456700",
                        "cCallHistoryReceivePackets": "12845632",
                        "cCallHistoryReceiveBytes": "1284563200",
                        "cCallHistoryReleaseSrc": "default"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry": {
      "get": {
        "summary": "Get cCallHistoryEntry",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry",
        "tags": [
          "CISCO-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": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cCallHistorySetupTime": {
                        "type": "string",
                        "example": "651780"
                      },
                      "cCallHistoryPeerAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "cCallHistoryPeerSubAddress": {
                        "type": "string",
                        "example": "10.1.1.1"
                      },
                      "cCallHistoryPeerId": {
                        "type": "integer",
                        "example": 1
                      },
                      "cCallHistoryPeerIfIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "cCallHistoryLogicalIfIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cCallHistoryDisconnectCause": {
                        "type": "string",
                        "format": "byte",
                        "example": "configured-value"
                      },
                      "cCallHistoryDisconnectText": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cCallHistoryConnectTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cCallHistoryDisconnectTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "cCallHistoryCallOrigin": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cCallHistoryChargedUnits": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cCallHistoryInfoType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cCallHistoryTransmitPackets": {
                        "type": "string",
                        "example": "10234567"
                      },
                      "cCallHistoryTransmitBytes": {
                        "type": "string",
                        "example": "1023456700"
                      },
                      "cCallHistoryReceivePackets": {
                        "type": "string",
                        "example": "12845632"
                      },
                      "cCallHistoryReceiveBytes": {
                        "type": "string",
                        "example": "1284563200"
                      },
                      "cCallHistoryReleaseSrc": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryEntry": [
                    {
                      "cCallHistoryIndex": 1,
                      "cCallHistorySetupTime": "651780",
                      "cCallHistoryPeerAddress": "10.1.1.1",
                      "cCallHistoryPeerSubAddress": "10.1.1.1",
                      "cCallHistoryPeerId": 1,
                      "cCallHistoryPeerIfIndex": 1,
                      "cCallHistoryLogicalIfIndex": "configured-value",
                      "cCallHistoryDisconnectCause": "QmFzZTY0",
                      "cCallHistoryDisconnectText": "configured-value",
                      "cCallHistoryConnectTime": "10:30:45",
                      "cCallHistoryDisconnectTime": "10:30:45",
                      "cCallHistoryCallOrigin": "default",
                      "cCallHistoryChargedUnits": "configured-value",
                      "cCallHistoryInfoType": "default",
                      "cCallHistoryTransmitPackets": "10234567",
                      "cCallHistoryTransmitBytes": "1023456700",
                      "cCallHistoryReceivePackets": "12845632",
                      "cCallHistoryReceiveBytes": "1284563200",
                      "cCallHistoryReleaseSrc": "default"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryIndex": {
      "get": {
        "summary": "Get cCallHistoryIndex",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryIndex",
        "tags": [
          "CISCO-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",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryIndex": 1
                }
              }
            }
          },
          "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-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistorySetupTime": {
      "get": {
        "summary": "Get cCallHistorySetupTime",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistorySetupTime",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cCallHistorySetupTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistorySetupTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryPeerAddress": {
      "get": {
        "summary": "Get cCallHistoryPeerAddress",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryPeerAddress",
        "tags": [
          "CISCO-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": "10.1.1.1"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryPeerAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryPeerAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryPeerSubAddress": {
      "get": {
        "summary": "Get cCallHistoryPeerSubAddress",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryPeerSubAddress",
        "tags": [
          "CISCO-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": "10.1.1.1"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryPeerSubAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryPeerSubAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryPeerId": {
      "get": {
        "summary": "Get cCallHistoryPeerId",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryPeerId",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cCallHistoryPeerId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryPeerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryPeerIfIndex": {
      "get": {
        "summary": "Get cCallHistoryPeerIfIndex",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryPeerIfIndex",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cCallHistoryPeerIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryPeerIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryLogicalIfIndex": {
      "get": {
        "summary": "Get cCallHistoryLogicalIfIndex",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryLogicalIfIndex",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cCallHistoryLogicalIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryLogicalIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryDisconnectCause": {
      "get": {
        "summary": "Get cCallHistoryDisconnectCause",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryDisconnectCause",
        "tags": [
          "CISCO-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",
                  "format": "byte",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryDisconnectCause": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryDisconnectCause from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryDisconnectText": {
      "get": {
        "summary": "Get cCallHistoryDisconnectText",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryDisconnectText",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cCallHistoryDisconnectText": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryDisconnectText from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryConnectTime": {
      "get": {
        "summary": "Get cCallHistoryConnectTime",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryConnectTime",
        "tags": [
          "CISCO-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": "10:30:45"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryConnectTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryConnectTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryDisconnectTime": {
      "get": {
        "summary": "Get cCallHistoryDisconnectTime",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryDisconnectTime",
        "tags": [
          "CISCO-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": "10:30:45"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryDisconnectTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryDisconnectTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryCallOrigin": {
      "get": {
        "summary": "Get cCallHistoryCallOrigin",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryCallOrigin",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cCallHistoryCallOrigin": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryCallOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryChargedUnits": {
      "get": {
        "summary": "Get cCallHistoryChargedUnits",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryChargedUnits",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cCallHistoryChargedUnits": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryChargedUnits from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryInfoType": {
      "get": {
        "summary": "Get cCallHistoryInfoType",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryInfoType",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cCallHistoryInfoType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryInfoType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryTransmitPackets": {
      "get": {
        "summary": "Get cCallHistoryTransmitPackets",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryTransmitPackets",
        "tags": [
          "CISCO-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": "10234567"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryTransmitPackets": "10234567"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryTransmitPackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryTransmitBytes": {
      "get": {
        "summary": "Get cCallHistoryTransmitBytes",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryTransmitBytes",
        "tags": [
          "CISCO-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": "1023456700"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryTransmitBytes": "1023456700"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryTransmitBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryReceivePackets": {
      "get": {
        "summary": "Get cCallHistoryReceivePackets",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryReceivePackets",
        "tags": [
          "CISCO-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": "12845632"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryReceivePackets": "12845632"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryReceivePackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryReceiveBytes": {
      "get": {
        "summary": "Get cCallHistoryReceiveBytes",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryReceiveBytes",
        "tags": [
          "CISCO-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": "1284563200"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryReceiveBytes": "1284563200"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryReceiveBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryTable/cCallHistoryEntry/cCallHistoryReleaseSrc": {
      "get": {
        "summary": "Get cCallHistoryReleaseSrc",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryTable-cCallHistoryEntry-cCallHistoryReleaseSrc",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cCallHistoryReleaseSrc": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryReleaseSrc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryIecTable": {
      "get": {
        "summary": "Get cCallHistoryIecTable",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryIecTable",
        "tags": [
          "CISCO-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": {
                    "cCallHistoryIecEntry": {
                      "type": "object",
                      "properties": {
                        "cCallHistoryIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cCallHistoryIecIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cCallHistoryIec": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryIecTable": {
                    "cCallHistoryIecEntry": {
                      "cCallHistoryIndex": "configured-value",
                      "cCallHistoryIecIndex": 1,
                      "cCallHistoryIec": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryIecTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryIecTable/cCallHistoryIecEntry": {
      "get": {
        "summary": "Get cCallHistoryIecEntry",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryIecTable-cCallHistoryIecEntry",
        "tags": [
          "CISCO-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": {
                    "cCallHistoryIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cCallHistoryIecIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cCallHistoryIec": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryIecEntry": {
                    "cCallHistoryIndex": "configured-value",
                    "cCallHistoryIecIndex": 1,
                    "cCallHistoryIec": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryIecEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryIecTable/cCallHistoryIecEntry/cCallHistoryIndex": {
      "get": {
        "summary": "Get cCallHistoryIndex",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryIecTable-cCallHistoryIecEntry-cCallHistoryIndex",
        "tags": [
          "CISCO-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-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-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryIecTable/cCallHistoryIecEntry/cCallHistoryIecIndex": {
      "get": {
        "summary": "Get cCallHistoryIecIndex",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryIecTable-cCallHistoryIecEntry-cCallHistoryIecIndex",
        "tags": [
          "CISCO-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",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-DIAL-CONTROL-MIB:cCallHistoryIecIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryIecIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB/cCallHistoryIecTable/cCallHistoryIecEntry/cCallHistoryIec": {
      "get": {
        "summary": "Get cCallHistoryIec",
        "operationId": "get-CISCO-DIAL-CONTROL-MIB:CISCO-DIAL-CONTROL-MIB-cCallHistoryIecTable-cCallHistoryIecEntry-cCallHistoryIec",
        "tags": [
          "CISCO-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-DIAL-CONTROL-MIB:cCallHistoryIec": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cCallHistoryIec 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": []
    }
  ]
}
