{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - DIAL-CONTROL-MIB",
    "description": "MIB data from `DIAL-CONTROL-MIB` module.\n\n**Root containers:** 1 (DIAL-CONTROL-MIB)\n**Paths:** 126 | **Descendants:** 149\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": "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB": {
      "get": {
        "summary": "Get DIAL-CONTROL-MIB",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB",
        "tags": [
          "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": {
                    "dialCtlConfiguration": {
                      "type": "object",
                      "properties": {
                        "dialCtlAcceptMode": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlTrapEnable": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": 50
                    },
                    "callHistory": {
                      "type": "object",
                      "properties": {
                        "callHistoryTableMaxLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "callHistoryRetainTimer": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "dialCtlPeerCfgTable": {
                      "type": "object",
                      "properties": {
                        "dialCtlPeerCfgEntry": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerCfgId": {
                              "type": "integer",
                              "example": 1
                            },
                            "dialCtlPeerCfgIfType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerCfgLowerIf": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerCfgOriginateAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "dialCtlPeerCfgAnswerAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "dialCtlPeerCfgSubAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "dialCtlPeerCfgClosedUserGroup": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerCfgSpeed": {
                              "type": "integer",
                              "example": 1
                            },
                            "dialCtlPeerCfgInfoType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerCfgPermission": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerCfgInactivityTimer": {
                              "type": "integer",
                              "example": 1
                            },
                            "dialCtlPeerCfgMinDuration": {
                              "type": "integer",
                              "example": 50
                            },
                            "dialCtlPeerCfgMaxDuration": {
                              "type": "integer",
                              "example": 50
                            },
                            "dialCtlPeerCfgCarrierDelay": {
                              "type": "integer",
                              "example": 1
                            },
                            "dialCtlPeerCfgCallRetries": {
                              "type": "integer",
                              "example": 1
                            },
                            "dialCtlPeerCfgRetryDelay": {
                              "type": "integer",
                              "example": 1
                            },
                            "dialCtlPeerCfgFailureDelay": {
                              "type": "integer",
                              "example": 1
                            },
                            "dialCtlPeerCfgTrapEnable": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerCfgStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "dialCtlPeerStatsConnectTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "dialCtlPeerStatsChargedUnits": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerStatsSuccessCalls": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerStatsFailCalls": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerStatsAcceptCalls": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerStatsRefuseCalls": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerStatsLastDisconnectCause": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "dialCtlPeerStatsLastDisconnectText": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "dialCtlPeerStatsLastSetupTime": {
                              "type": "string",
                              "example": "651780"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "callActiveTable": {
                      "type": "object",
                      "properties": {
                        "callActiveEntry": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "callActivePeerAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "callActivePeerSubAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "callActivePeerId": {
                              "type": "integer",
                              "example": 1
                            },
                            "callActivePeerIfIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "callActiveLogicalIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActiveConnectTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "callActiveCallState": {
                              "type": "string",
                              "example": "active"
                            },
                            "callActiveCallOrigin": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActiveChargedUnits": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActiveInfoType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActiveTransmitPackets": {
                              "type": "string",
                              "example": "10234567"
                            },
                            "callActiveTransmitBytes": {
                              "type": "string",
                              "example": "1023456700"
                            },
                            "callActiveReceivePackets": {
                              "type": "string",
                              "example": "12845632"
                            },
                            "callActiveReceiveBytes": {
                              "type": "string",
                              "example": "1284563200"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "callHistoryTable": {
                      "type": "object",
                      "properties": {
                        "callHistoryEntry": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callHistoryPeerAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "callHistoryPeerSubAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "callHistoryPeerId": {
                              "type": "integer",
                              "example": 1
                            },
                            "callHistoryPeerIfIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "callHistoryLogicalIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callHistoryDisconnectCause": {
                              "type": "string",
                              "format": "byte",
                              "example": "configured-value"
                            },
                            "callHistoryDisconnectText": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callHistoryConnectTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "callHistoryDisconnectTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "callHistoryCallOrigin": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callHistoryChargedUnits": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callHistoryInfoType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callHistoryTransmitPackets": {
                              "type": "string",
                              "example": "10234567"
                            },
                            "callHistoryTransmitBytes": {
                              "type": "string",
                              "example": "1023456700"
                            },
                            "callHistoryReceivePackets": {
                              "type": "string",
                              "example": "12845632"
                            },
                            "callHistoryReceiveBytes": {
                              "type": "string",
                              "example": "1284563200"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActivePeerId": {
                              "type": "string",
                              "example": "1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActivePeerIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActiveLogicalIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-4": {
                          "type": "object",
                          "properties": {
                            "ifIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ifOperStatus": {
                              "type": "string",
                              "example": "active"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-5": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActivePeerAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-6": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActivePeerSubAddress": {
                              "type": "string",
                              "example": "10.1.1.1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-7": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActiveInfoType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-8": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callActiveCallOrigin": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-9": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callHistoryDisconnectTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-10": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callHistoryInfoType": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-11": {
                          "type": "object",
                          "properties": {
                            "callActiveSetupTime": {
                              "type": "string",
                              "example": "651780"
                            },
                            "callActiveIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "callHistoryCallOrigin": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:DIAL-CONTROL-MIB": {
                    "dialCtlConfiguration": {
                      "dialCtlAcceptMode": "default",
                      "dialCtlTrapEnable": "default"
                    },
                    "callHistory": {
                      "callHistoryTableMaxLength": 1,
                      "callHistoryRetainTimer": 1
                    },
                    "dialCtlPeerCfgTable": {
                      "dialCtlPeerCfgEntry": {
                        "ifIndex": "configured-value",
                        "dialCtlPeerCfgId": 1,
                        "dialCtlPeerCfgIfType": "configured-value",
                        "dialCtlPeerCfgLowerIf": "configured-value",
                        "dialCtlPeerCfgOriginateAddress": "10.1.1.1",
                        "dialCtlPeerCfgAnswerAddress": "10.1.1.1",
                        "dialCtlPeerCfgSubAddress": "10.1.1.1",
                        "dialCtlPeerCfgClosedUserGroup": "configured-value",
                        "dialCtlPeerCfgSpeed": 1,
                        "dialCtlPeerCfgInfoType": "default",
                        "dialCtlPeerCfgPermission": "default",
                        "dialCtlPeerCfgInactivityTimer": 1,
                        "dialCtlPeerCfgMinDuration": 50,
                        "dialCtlPeerCfgMaxDuration": 50,
                        "dialCtlPeerCfgCarrierDelay": 1,
                        "dialCtlPeerCfgCallRetries": 1,
                        "dialCtlPeerCfgRetryDelay": 1,
                        "dialCtlPeerCfgFailureDelay": 1,
                        "dialCtlPeerCfgTrapEnable": "default",
                        "dialCtlPeerCfgStatus": "active",
                        "dialCtlPeerStatsConnectTime": "10:30:45",
                        "dialCtlPeerStatsChargedUnits": "configured-value",
                        "dialCtlPeerStatsSuccessCalls": "configured-value",
                        "dialCtlPeerStatsFailCalls": "configured-value",
                        "dialCtlPeerStatsAcceptCalls": "configured-value",
                        "dialCtlPeerStatsRefuseCalls": "configured-value",
                        "dialCtlPeerStatsLastDisconnectCause": "QmFzZTY0",
                        "dialCtlPeerStatsLastDisconnectText": "configured-value",
                        "dialCtlPeerStatsLastSetupTime": "651780"
                      }
                    },
                    "callActiveTable": {
                      "callActiveEntry": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": 1,
                        "callActivePeerAddress": "10.1.1.1",
                        "callActivePeerSubAddress": "10.1.1.1",
                        "callActivePeerId": 1,
                        "callActivePeerIfIndex": 1,
                        "callActiveLogicalIfIndex": "configured-value",
                        "callActiveConnectTime": "10:30:45",
                        "callActiveCallState": "default",
                        "callActiveCallOrigin": "default",
                        "callActiveChargedUnits": "configured-value",
                        "callActiveInfoType": "default",
                        "callActiveTransmitPackets": "10234567",
                        "callActiveTransmitBytes": "1023456700",
                        "callActiveReceivePackets": "12845632",
                        "callActiveReceiveBytes": "1284563200"
                      }
                    },
                    "callHistoryTable": {
                      "callHistoryEntry": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callHistoryPeerAddress": "10.1.1.1",
                        "callHistoryPeerSubAddress": "10.1.1.1",
                        "callHistoryPeerId": 1,
                        "callHistoryPeerIfIndex": 1,
                        "callHistoryLogicalIfIndex": "configured-value",
                        "callHistoryDisconnectCause": "QmFzZTY0",
                        "callHistoryDisconnectText": "configured-value",
                        "callHistoryConnectTime": "10:30:45",
                        "callHistoryDisconnectTime": "10:30:45",
                        "callHistoryCallOrigin": "default",
                        "callHistoryChargedUnits": "configured-value",
                        "callHistoryInfoType": "default",
                        "callHistoryTransmitPackets": "10234567",
                        "callHistoryTransmitBytes": "1023456700",
                        "callHistoryReceivePackets": "12845632",
                        "callHistoryReceiveBytes": "1284563200"
                      },
                      "object-1": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callActivePeerId": "1"
                      },
                      "object-2": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callActivePeerIfIndex": "configured-value"
                      },
                      "object-3": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callActiveLogicalIfIndex": "configured-value"
                      },
                      "object-4": {
                        "ifIndex": "configured-value",
                        "ifOperStatus": "active"
                      },
                      "object-5": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callActivePeerAddress": "10.1.1.1"
                      },
                      "object-6": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callActivePeerSubAddress": "10.1.1.1"
                      },
                      "object-7": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callActiveInfoType": "configured-value"
                      },
                      "object-8": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callActiveCallOrigin": "configured-value"
                      },
                      "object-9": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callHistoryDisconnectTime": "10:30:45"
                      },
                      "object-10": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callHistoryInfoType": "configured-value"
                      },
                      "object-11": {
                        "callActiveSetupTime": "651780",
                        "callActiveIndex": "configured-value",
                        "callHistoryCallOrigin": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve DIAL-CONTROL-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlConfiguration": {
      "get": {
        "summary": "Get dialCtlConfiguration",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlConfiguration",
        "tags": [
          "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": {
                    "dialCtlAcceptMode": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlTrapEnable": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": 50
                },
                "example": {
                  "DIAL-CONTROL-MIB:dialCtlConfiguration": {
                    "dialCtlAcceptMode": "default",
                    "dialCtlTrapEnable": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlConfiguration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlConfiguration/dialCtlAcceptMode": {
      "get": {
        "summary": "Get dialCtlAcceptMode",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlConfiguration-dialCtlAcceptMode",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlAcceptMode": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlAcceptMode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlConfiguration/dialCtlTrapEnable": {
      "get": {
        "summary": "Get dialCtlTrapEnable",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlConfiguration-dialCtlTrapEnable",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlTrapEnable": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlTrapEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistory": {
      "get": {
        "summary": "Get callHistory",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistory",
        "tags": [
          "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": {
                    "callHistoryTableMaxLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "callHistoryRetainTimer": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:callHistory": {
                    "callHistoryTableMaxLength": 1,
                    "callHistoryRetainTimer": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistory from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistory/callHistoryTableMaxLength": {
      "get": {
        "summary": "Get callHistoryTableMaxLength",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistory-callHistoryTableMaxLength",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryTableMaxLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryTableMaxLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistory/callHistoryRetainTimer": {
      "get": {
        "summary": "Get callHistoryRetainTimer",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistory-callHistoryRetainTimer",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryRetainTimer": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryRetainTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable": {
      "get": {
        "summary": "Get dialCtlPeerCfgTable",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable",
        "tags": [
          "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": {
                    "dialCtlPeerCfgEntry": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerCfgId": {
                          "type": "integer",
                          "example": 1
                        },
                        "dialCtlPeerCfgIfType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerCfgLowerIf": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerCfgOriginateAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "dialCtlPeerCfgAnswerAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "dialCtlPeerCfgSubAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "dialCtlPeerCfgClosedUserGroup": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerCfgSpeed": {
                          "type": "integer",
                          "example": 1
                        },
                        "dialCtlPeerCfgInfoType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerCfgPermission": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerCfgInactivityTimer": {
                          "type": "integer",
                          "example": 1
                        },
                        "dialCtlPeerCfgMinDuration": {
                          "type": "integer",
                          "example": 50
                        },
                        "dialCtlPeerCfgMaxDuration": {
                          "type": "integer",
                          "example": 50
                        },
                        "dialCtlPeerCfgCarrierDelay": {
                          "type": "integer",
                          "example": 1
                        },
                        "dialCtlPeerCfgCallRetries": {
                          "type": "integer",
                          "example": 1
                        },
                        "dialCtlPeerCfgRetryDelay": {
                          "type": "integer",
                          "example": 1
                        },
                        "dialCtlPeerCfgFailureDelay": {
                          "type": "integer",
                          "example": 1
                        },
                        "dialCtlPeerCfgTrapEnable": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerCfgStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "dialCtlPeerStatsConnectTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "dialCtlPeerStatsChargedUnits": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerStatsSuccessCalls": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerStatsFailCalls": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerStatsAcceptCalls": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerStatsRefuseCalls": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerStatsLastDisconnectCause": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "dialCtlPeerStatsLastDisconnectText": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "dialCtlPeerStatsLastSetupTime": {
                          "type": "string",
                          "example": "651780"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgTable": {
                    "dialCtlPeerCfgEntry": {
                      "ifIndex": "configured-value",
                      "dialCtlPeerCfgId": 1,
                      "dialCtlPeerCfgIfType": "configured-value",
                      "dialCtlPeerCfgLowerIf": "configured-value",
                      "dialCtlPeerCfgOriginateAddress": "10.1.1.1",
                      "dialCtlPeerCfgAnswerAddress": "10.1.1.1",
                      "dialCtlPeerCfgSubAddress": "10.1.1.1",
                      "dialCtlPeerCfgClosedUserGroup": "configured-value",
                      "dialCtlPeerCfgSpeed": 1,
                      "dialCtlPeerCfgInfoType": "default",
                      "dialCtlPeerCfgPermission": "default",
                      "dialCtlPeerCfgInactivityTimer": 1,
                      "dialCtlPeerCfgMinDuration": 50,
                      "dialCtlPeerCfgMaxDuration": 50,
                      "dialCtlPeerCfgCarrierDelay": 1,
                      "dialCtlPeerCfgCallRetries": 1,
                      "dialCtlPeerCfgRetryDelay": 1,
                      "dialCtlPeerCfgFailureDelay": 1,
                      "dialCtlPeerCfgTrapEnable": "default",
                      "dialCtlPeerCfgStatus": "active",
                      "dialCtlPeerStatsConnectTime": "10:30:45",
                      "dialCtlPeerStatsChargedUnits": "configured-value",
                      "dialCtlPeerStatsSuccessCalls": "configured-value",
                      "dialCtlPeerStatsFailCalls": "configured-value",
                      "dialCtlPeerStatsAcceptCalls": "configured-value",
                      "dialCtlPeerStatsRefuseCalls": "configured-value",
                      "dialCtlPeerStatsLastDisconnectCause": "QmFzZTY0",
                      "dialCtlPeerStatsLastDisconnectText": "configured-value",
                      "dialCtlPeerStatsLastSetupTime": "651780"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry": {
      "get": {
        "summary": "Get dialCtlPeerCfgEntry",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry",
        "tags": [
          "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": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerCfgId": {
                      "type": "integer",
                      "example": 1
                    },
                    "dialCtlPeerCfgIfType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerCfgLowerIf": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerCfgOriginateAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "dialCtlPeerCfgAnswerAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "dialCtlPeerCfgSubAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "dialCtlPeerCfgClosedUserGroup": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerCfgSpeed": {
                      "type": "integer",
                      "example": 1
                    },
                    "dialCtlPeerCfgInfoType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerCfgPermission": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerCfgInactivityTimer": {
                      "type": "integer",
                      "example": 1
                    },
                    "dialCtlPeerCfgMinDuration": {
                      "type": "integer",
                      "example": 50
                    },
                    "dialCtlPeerCfgMaxDuration": {
                      "type": "integer",
                      "example": 50
                    },
                    "dialCtlPeerCfgCarrierDelay": {
                      "type": "integer",
                      "example": 1
                    },
                    "dialCtlPeerCfgCallRetries": {
                      "type": "integer",
                      "example": 1
                    },
                    "dialCtlPeerCfgRetryDelay": {
                      "type": "integer",
                      "example": 1
                    },
                    "dialCtlPeerCfgFailureDelay": {
                      "type": "integer",
                      "example": 1
                    },
                    "dialCtlPeerCfgTrapEnable": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerCfgStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "dialCtlPeerStatsConnectTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "dialCtlPeerStatsChargedUnits": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerStatsSuccessCalls": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerStatsFailCalls": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerStatsAcceptCalls": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerStatsRefuseCalls": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerStatsLastDisconnectCause": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "dialCtlPeerStatsLastDisconnectText": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "dialCtlPeerStatsLastSetupTime": {
                      "type": "string",
                      "example": "651780"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgEntry": {
                    "ifIndex": "configured-value",
                    "dialCtlPeerCfgId": 1,
                    "dialCtlPeerCfgIfType": "configured-value",
                    "dialCtlPeerCfgLowerIf": "configured-value",
                    "dialCtlPeerCfgOriginateAddress": "10.1.1.1",
                    "dialCtlPeerCfgAnswerAddress": "10.1.1.1",
                    "dialCtlPeerCfgSubAddress": "10.1.1.1",
                    "dialCtlPeerCfgClosedUserGroup": "configured-value",
                    "dialCtlPeerCfgSpeed": 1,
                    "dialCtlPeerCfgInfoType": "default",
                    "dialCtlPeerCfgPermission": "default",
                    "dialCtlPeerCfgInactivityTimer": 1,
                    "dialCtlPeerCfgMinDuration": 50,
                    "dialCtlPeerCfgMaxDuration": 50,
                    "dialCtlPeerCfgCarrierDelay": 1,
                    "dialCtlPeerCfgCallRetries": 1,
                    "dialCtlPeerCfgRetryDelay": 1,
                    "dialCtlPeerCfgFailureDelay": 1,
                    "dialCtlPeerCfgTrapEnable": "default",
                    "dialCtlPeerCfgStatus": "active",
                    "dialCtlPeerStatsConnectTime": "10:30:45",
                    "dialCtlPeerStatsChargedUnits": "configured-value",
                    "dialCtlPeerStatsSuccessCalls": "configured-value",
                    "dialCtlPeerStatsFailCalls": "configured-value",
                    "dialCtlPeerStatsAcceptCalls": "configured-value",
                    "dialCtlPeerStatsRefuseCalls": "configured-value",
                    "dialCtlPeerStatsLastDisconnectCause": "QmFzZTY0",
                    "dialCtlPeerStatsLastDisconnectText": "configured-value",
                    "dialCtlPeerStatsLastSetupTime": "651780"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-ifIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgId": {
      "get": {
        "summary": "Get dialCtlPeerCfgId",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgId",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgIfType": {
      "get": {
        "summary": "Get dialCtlPeerCfgIfType",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgIfType",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgIfType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgIfType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgLowerIf": {
      "get": {
        "summary": "Get dialCtlPeerCfgLowerIf",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgLowerIf",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgLowerIf": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgLowerIf from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgOriginateAddress": {
      "get": {
        "summary": "Get dialCtlPeerCfgOriginateAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgOriginateAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgOriginateAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgOriginateAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgAnswerAddress": {
      "get": {
        "summary": "Get dialCtlPeerCfgAnswerAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgAnswerAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgAnswerAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgAnswerAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgSubAddress": {
      "get": {
        "summary": "Get dialCtlPeerCfgSubAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgSubAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgSubAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgSubAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgClosedUserGroup": {
      "get": {
        "summary": "Get dialCtlPeerCfgClosedUserGroup",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgClosedUserGroup",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgClosedUserGroup": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgClosedUserGroup from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgSpeed": {
      "get": {
        "summary": "Get dialCtlPeerCfgSpeed",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgSpeed",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgSpeed": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgSpeed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgInfoType": {
      "get": {
        "summary": "Get dialCtlPeerCfgInfoType",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgInfoType",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgInfoType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgInfoType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgPermission": {
      "get": {
        "summary": "Get dialCtlPeerCfgPermission",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgPermission",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgPermission": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgPermission from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgInactivityTimer": {
      "get": {
        "summary": "Get dialCtlPeerCfgInactivityTimer",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgInactivityTimer",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgInactivityTimer": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgInactivityTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgMinDuration": {
      "get": {
        "summary": "Get dialCtlPeerCfgMinDuration",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgMinDuration",
        "tags": [
          "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": 50
                },
                "example": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgMinDuration": 50
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgMinDuration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgMaxDuration": {
      "get": {
        "summary": "Get dialCtlPeerCfgMaxDuration",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgMaxDuration",
        "tags": [
          "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": 50
                },
                "example": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgMaxDuration": 50
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgMaxDuration from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgCarrierDelay": {
      "get": {
        "summary": "Get dialCtlPeerCfgCarrierDelay",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgCarrierDelay",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgCarrierDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgCarrierDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgCallRetries": {
      "get": {
        "summary": "Get dialCtlPeerCfgCallRetries",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgCallRetries",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgCallRetries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgCallRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgRetryDelay": {
      "get": {
        "summary": "Get dialCtlPeerCfgRetryDelay",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgRetryDelay",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgRetryDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgRetryDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgFailureDelay": {
      "get": {
        "summary": "Get dialCtlPeerCfgFailureDelay",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgFailureDelay",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgFailureDelay": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgFailureDelay from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgTrapEnable": {
      "get": {
        "summary": "Get dialCtlPeerCfgTrapEnable",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgTrapEnable",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgTrapEnable": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgTrapEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerCfgStatus": {
      "get": {
        "summary": "Get dialCtlPeerCfgStatus",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerCfgStatus",
        "tags": [
          "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": "active"
                },
                "example": {
                  "DIAL-CONTROL-MIB:dialCtlPeerCfgStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerCfgStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerStatsConnectTime": {
      "get": {
        "summary": "Get dialCtlPeerStatsConnectTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerStatsConnectTime",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerStatsConnectTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerStatsConnectTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerStatsChargedUnits": {
      "get": {
        "summary": "Get dialCtlPeerStatsChargedUnits",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerStatsChargedUnits",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerStatsChargedUnits": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerStatsChargedUnits from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerStatsSuccessCalls": {
      "get": {
        "summary": "Get dialCtlPeerStatsSuccessCalls",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerStatsSuccessCalls",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerStatsSuccessCalls": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerStatsSuccessCalls from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerStatsFailCalls": {
      "get": {
        "summary": "Get dialCtlPeerStatsFailCalls",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerStatsFailCalls",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerStatsFailCalls": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerStatsFailCalls from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerStatsAcceptCalls": {
      "get": {
        "summary": "Get dialCtlPeerStatsAcceptCalls",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerStatsAcceptCalls",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerStatsAcceptCalls": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerStatsAcceptCalls from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerStatsRefuseCalls": {
      "get": {
        "summary": "Get dialCtlPeerStatsRefuseCalls",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerStatsRefuseCalls",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerStatsRefuseCalls": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerStatsRefuseCalls from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerStatsLastDisconnectCause": {
      "get": {
        "summary": "Get dialCtlPeerStatsLastDisconnectCause",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerStatsLastDisconnectCause",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerStatsLastDisconnectCause": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerStatsLastDisconnectCause from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerStatsLastDisconnectText": {
      "get": {
        "summary": "Get dialCtlPeerStatsLastDisconnectText",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerStatsLastDisconnectText",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerStatsLastDisconnectText": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerStatsLastDisconnectText from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/dialCtlPeerCfgTable/dialCtlPeerCfgEntry/dialCtlPeerStatsLastSetupTime": {
      "get": {
        "summary": "Get dialCtlPeerStatsLastSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-dialCtlPeerCfgTable-dialCtlPeerCfgEntry-dialCtlPeerStatsLastSetupTime",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:dialCtlPeerStatsLastSetupTime": "651780"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve dialCtlPeerStatsLastSetupTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable": {
      "get": {
        "summary": "Get callActiveTable",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable",
        "tags": [
          "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": {
                    "callActiveEntry": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "callActivePeerAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "callActivePeerSubAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "callActivePeerId": {
                          "type": "integer",
                          "example": 1
                        },
                        "callActivePeerIfIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "callActiveLogicalIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActiveConnectTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "callActiveCallState": {
                          "type": "string",
                          "example": "active"
                        },
                        "callActiveCallOrigin": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActiveChargedUnits": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActiveInfoType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActiveTransmitPackets": {
                          "type": "string",
                          "example": "10234567"
                        },
                        "callActiveTransmitBytes": {
                          "type": "string",
                          "example": "1023456700"
                        },
                        "callActiveReceivePackets": {
                          "type": "string",
                          "example": "12845632"
                        },
                        "callActiveReceiveBytes": {
                          "type": "string",
                          "example": "1284563200"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:callActiveTable": {
                    "callActiveEntry": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": 1,
                      "callActivePeerAddress": "10.1.1.1",
                      "callActivePeerSubAddress": "10.1.1.1",
                      "callActivePeerId": 1,
                      "callActivePeerIfIndex": 1,
                      "callActiveLogicalIfIndex": "configured-value",
                      "callActiveConnectTime": "10:30:45",
                      "callActiveCallState": "default",
                      "callActiveCallOrigin": "default",
                      "callActiveChargedUnits": "configured-value",
                      "callActiveInfoType": "default",
                      "callActiveTransmitPackets": "10234567",
                      "callActiveTransmitBytes": "1023456700",
                      "callActiveReceivePackets": "12845632",
                      "callActiveReceiveBytes": "1284563200"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry": {
      "get": {
        "summary": "Get callActiveEntry",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry",
        "tags": [
          "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": "integer",
                      "example": 1
                    },
                    "callActivePeerAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "callActivePeerSubAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "callActivePeerId": {
                      "type": "integer",
                      "example": 1
                    },
                    "callActivePeerIfIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "callActiveLogicalIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "callActiveConnectTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "callActiveCallState": {
                      "type": "string",
                      "example": "active"
                    },
                    "callActiveCallOrigin": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "callActiveChargedUnits": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "callActiveInfoType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "callActiveTransmitPackets": {
                      "type": "string",
                      "example": "10234567"
                    },
                    "callActiveTransmitBytes": {
                      "type": "string",
                      "example": "1023456700"
                    },
                    "callActiveReceivePackets": {
                      "type": "string",
                      "example": "12845632"
                    },
                    "callActiveReceiveBytes": {
                      "type": "string",
                      "example": "1284563200"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:callActiveEntry": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": 1,
                    "callActivePeerAddress": "10.1.1.1",
                    "callActivePeerSubAddress": "10.1.1.1",
                    "callActivePeerId": 1,
                    "callActivePeerIfIndex": 1,
                    "callActiveLogicalIfIndex": "configured-value",
                    "callActiveConnectTime": "10:30:45",
                    "callActiveCallState": "default",
                    "callActiveCallOrigin": "default",
                    "callActiveChargedUnits": "configured-value",
                    "callActiveInfoType": "default",
                    "callActiveTransmitPackets": "10234567",
                    "callActiveTransmitBytes": "1023456700",
                    "callActiveReceivePackets": "12845632",
                    "callActiveReceiveBytes": "1284563200"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveIndex": 1
                }
              }
            }
          },
          "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActivePeerAddress": {
      "get": {
        "summary": "Get callActivePeerAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActivePeerAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActivePeerAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActivePeerAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActivePeerSubAddress": {
      "get": {
        "summary": "Get callActivePeerSubAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActivePeerSubAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActivePeerSubAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActivePeerSubAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActivePeerId": {
      "get": {
        "summary": "Get callActivePeerId",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActivePeerId",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActivePeerId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActivePeerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActivePeerIfIndex": {
      "get": {
        "summary": "Get callActivePeerIfIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActivePeerIfIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActivePeerIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActivePeerIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveLogicalIfIndex": {
      "get": {
        "summary": "Get callActiveLogicalIfIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveLogicalIfIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveLogicalIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveLogicalIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveConnectTime": {
      "get": {
        "summary": "Get callActiveConnectTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveConnectTime",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveConnectTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveConnectTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveCallState": {
      "get": {
        "summary": "Get callActiveCallState",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveCallState",
        "tags": [
          "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": "active"
                },
                "example": {
                  "DIAL-CONTROL-MIB:callActiveCallState": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveCallState from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveCallOrigin": {
      "get": {
        "summary": "Get callActiveCallOrigin",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveCallOrigin",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveCallOrigin": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveCallOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveChargedUnits": {
      "get": {
        "summary": "Get callActiveChargedUnits",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveChargedUnits",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveChargedUnits": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveChargedUnits from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveInfoType": {
      "get": {
        "summary": "Get callActiveInfoType",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveInfoType",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveInfoType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveInfoType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveTransmitPackets": {
      "get": {
        "summary": "Get callActiveTransmitPackets",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveTransmitPackets",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveTransmitPackets": "10234567"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveTransmitPackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveTransmitBytes": {
      "get": {
        "summary": "Get callActiveTransmitBytes",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveTransmitBytes",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveTransmitBytes": "1023456700"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveTransmitBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveReceivePackets": {
      "get": {
        "summary": "Get callActiveReceivePackets",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveReceivePackets",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveReceivePackets": "12845632"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveReceivePackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callActiveTable/callActiveEntry/callActiveReceiveBytes": {
      "get": {
        "summary": "Get callActiveReceiveBytes",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callActiveTable-callActiveEntry-callActiveReceiveBytes",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveReceiveBytes": "1284563200"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveReceiveBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable": {
      "get": {
        "summary": "Get callHistoryTable",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable",
        "tags": [
          "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": {
                    "callHistoryEntry": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callHistoryPeerAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "callHistoryPeerSubAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "callHistoryPeerId": {
                          "type": "integer",
                          "example": 1
                        },
                        "callHistoryPeerIfIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "callHistoryLogicalIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callHistoryDisconnectCause": {
                          "type": "string",
                          "format": "byte",
                          "example": "configured-value"
                        },
                        "callHistoryDisconnectText": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callHistoryConnectTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "callHistoryDisconnectTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "callHistoryCallOrigin": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callHistoryChargedUnits": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callHistoryInfoType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callHistoryTransmitPackets": {
                          "type": "string",
                          "example": "10234567"
                        },
                        "callHistoryTransmitBytes": {
                          "type": "string",
                          "example": "1023456700"
                        },
                        "callHistoryReceivePackets": {
                          "type": "string",
                          "example": "12845632"
                        },
                        "callHistoryReceiveBytes": {
                          "type": "string",
                          "example": "1284563200"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActivePeerId": {
                          "type": "string",
                          "example": "1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActivePeerIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActiveLogicalIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-4": {
                      "type": "object",
                      "properties": {
                        "ifIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ifOperStatus": {
                          "type": "string",
                          "example": "active"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-5": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActivePeerAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-6": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActivePeerSubAddress": {
                          "type": "string",
                          "example": "10.1.1.1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-7": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActiveInfoType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-8": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callActiveCallOrigin": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-9": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callHistoryDisconnectTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-10": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callHistoryInfoType": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-11": {
                      "type": "object",
                      "properties": {
                        "callActiveSetupTime": {
                          "type": "string",
                          "example": "651780"
                        },
                        "callActiveIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "callHistoryCallOrigin": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:callHistoryTable": {
                    "callHistoryEntry": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callHistoryPeerAddress": "10.1.1.1",
                      "callHistoryPeerSubAddress": "10.1.1.1",
                      "callHistoryPeerId": 1,
                      "callHistoryPeerIfIndex": 1,
                      "callHistoryLogicalIfIndex": "configured-value",
                      "callHistoryDisconnectCause": "QmFzZTY0",
                      "callHistoryDisconnectText": "configured-value",
                      "callHistoryConnectTime": "10:30:45",
                      "callHistoryDisconnectTime": "10:30:45",
                      "callHistoryCallOrigin": "default",
                      "callHistoryChargedUnits": "configured-value",
                      "callHistoryInfoType": "default",
                      "callHistoryTransmitPackets": "10234567",
                      "callHistoryTransmitBytes": "1023456700",
                      "callHistoryReceivePackets": "12845632",
                      "callHistoryReceiveBytes": "1284563200"
                    },
                    "object-1": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callActivePeerId": "1"
                    },
                    "object-2": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callActivePeerIfIndex": "configured-value"
                    },
                    "object-3": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callActiveLogicalIfIndex": "configured-value"
                    },
                    "object-4": {
                      "ifIndex": "configured-value",
                      "ifOperStatus": "active"
                    },
                    "object-5": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callActivePeerAddress": "10.1.1.1"
                    },
                    "object-6": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callActivePeerSubAddress": "10.1.1.1"
                    },
                    "object-7": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callActiveInfoType": "configured-value"
                    },
                    "object-8": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callActiveCallOrigin": "configured-value"
                    },
                    "object-9": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callHistoryDisconnectTime": "10:30:45"
                    },
                    "object-10": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callHistoryInfoType": "configured-value"
                    },
                    "object-11": {
                      "callActiveSetupTime": "651780",
                      "callActiveIndex": "configured-value",
                      "callHistoryCallOrigin": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry": {
      "get": {
        "summary": "Get callHistoryEntry",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry",
        "tags": [
          "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"
                    },
                    "callHistoryPeerAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "callHistoryPeerSubAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "callHistoryPeerId": {
                      "type": "integer",
                      "example": 1
                    },
                    "callHistoryPeerIfIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "callHistoryLogicalIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "callHistoryDisconnectCause": {
                      "type": "string",
                      "format": "byte",
                      "example": "configured-value"
                    },
                    "callHistoryDisconnectText": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "callHistoryConnectTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "callHistoryDisconnectTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "callHistoryCallOrigin": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "callHistoryChargedUnits": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "callHistoryInfoType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "callHistoryTransmitPackets": {
                      "type": "string",
                      "example": "10234567"
                    },
                    "callHistoryTransmitBytes": {
                      "type": "string",
                      "example": "1023456700"
                    },
                    "callHistoryReceivePackets": {
                      "type": "string",
                      "example": "12845632"
                    },
                    "callHistoryReceiveBytes": {
                      "type": "string",
                      "example": "1284563200"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:callHistoryEntry": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryPeerAddress": "10.1.1.1",
                    "callHistoryPeerSubAddress": "10.1.1.1",
                    "callHistoryPeerId": 1,
                    "callHistoryPeerIfIndex": 1,
                    "callHistoryLogicalIfIndex": "configured-value",
                    "callHistoryDisconnectCause": "QmFzZTY0",
                    "callHistoryDisconnectText": "configured-value",
                    "callHistoryConnectTime": "10:30:45",
                    "callHistoryDisconnectTime": "10:30:45",
                    "callHistoryCallOrigin": "default",
                    "callHistoryChargedUnits": "configured-value",
                    "callHistoryInfoType": "default",
                    "callHistoryTransmitPackets": "10234567",
                    "callHistoryTransmitBytes": "1023456700",
                    "callHistoryReceivePackets": "12845632",
                    "callHistoryReceiveBytes": "1284563200"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryPeerAddress": {
      "get": {
        "summary": "Get callHistoryPeerAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryPeerAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryPeerAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryPeerAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryPeerSubAddress": {
      "get": {
        "summary": "Get callHistoryPeerSubAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryPeerSubAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryPeerSubAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryPeerSubAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryPeerId": {
      "get": {
        "summary": "Get callHistoryPeerId",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryPeerId",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryPeerId": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryPeerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryPeerIfIndex": {
      "get": {
        "summary": "Get callHistoryPeerIfIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryPeerIfIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryPeerIfIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryPeerIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryLogicalIfIndex": {
      "get": {
        "summary": "Get callHistoryLogicalIfIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryLogicalIfIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryLogicalIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryLogicalIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryDisconnectCause": {
      "get": {
        "summary": "Get callHistoryDisconnectCause",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryDisconnectCause",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryDisconnectCause": "QmFzZTY0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryDisconnectCause from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryDisconnectText": {
      "get": {
        "summary": "Get callHistoryDisconnectText",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryDisconnectText",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryDisconnectText": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryDisconnectText from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryConnectTime": {
      "get": {
        "summary": "Get callHistoryConnectTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryConnectTime",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryConnectTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryConnectTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryDisconnectTime": {
      "get": {
        "summary": "Get callHistoryDisconnectTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryDisconnectTime",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryDisconnectTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryDisconnectTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryCallOrigin": {
      "get": {
        "summary": "Get callHistoryCallOrigin",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryCallOrigin",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryCallOrigin": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryCallOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryChargedUnits": {
      "get": {
        "summary": "Get callHistoryChargedUnits",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryChargedUnits",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryChargedUnits": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryChargedUnits from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryInfoType": {
      "get": {
        "summary": "Get callHistoryInfoType",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryInfoType",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryInfoType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryInfoType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryTransmitPackets": {
      "get": {
        "summary": "Get callHistoryTransmitPackets",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryTransmitPackets",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryTransmitPackets": "10234567"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryTransmitPackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryTransmitBytes": {
      "get": {
        "summary": "Get callHistoryTransmitBytes",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryTransmitBytes",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryTransmitBytes": "1023456700"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryTransmitBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryReceivePackets": {
      "get": {
        "summary": "Get callHistoryReceivePackets",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryReceivePackets",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryReceivePackets": "12845632"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryReceivePackets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/callHistoryEntry/callHistoryReceiveBytes": {
      "get": {
        "summary": "Get callHistoryReceiveBytes",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-callHistoryEntry-callHistoryReceiveBytes",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryReceiveBytes": "1284563200"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryReceiveBytes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-1",
        "tags": [
          "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"
                    },
                    "callHistoryPeerId": {
                      "type": "string",
                      "example": "1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-1": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryPeerId": "1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-1/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-1-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-1/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-1-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-1/callHistoryPeerId": {
      "get": {
        "summary": "Get callHistoryPeerId",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-1-callHistoryPeerId",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryPeerId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryPeerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-2",
        "tags": [
          "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"
                    },
                    "callHistoryPeerIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-2": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryPeerIfIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-2/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-2-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-2/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-2-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-2/callHistoryPeerIfIndex": {
      "get": {
        "summary": "Get callHistoryPeerIfIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-2-callHistoryPeerIfIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryPeerIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryPeerIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-3",
        "tags": [
          "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"
                    },
                    "callHistoryLogicalIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-3": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryLogicalIfIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-3/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-3-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-3/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-3-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-3/callHistoryLogicalIfIndex": {
      "get": {
        "summary": "Get callHistoryLogicalIfIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-3-callHistoryLogicalIfIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryLogicalIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryLogicalIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-4": {
      "get": {
        "summary": "Get object-4",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-4",
        "tags": [
          "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": {
                    "ifIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ifOperStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-4": {
                    "ifIndex": "configured-value",
                    "ifOperStatus": "active"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-4 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-4/ifIndex": {
      "get": {
        "summary": "Get ifIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-4-ifIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:ifIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-4/ifOperStatus": {
      "get": {
        "summary": "Get ifOperStatus",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-4-ifOperStatus",
        "tags": [
          "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": "active"
                },
                "example": {
                  "DIAL-CONTROL-MIB:ifOperStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ifOperStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-5": {
      "get": {
        "summary": "Get object-5",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-5",
        "tags": [
          "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"
                    },
                    "callHistoryPeerAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-5": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryPeerAddress": "10.1.1.1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-5 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-5/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-5-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-5/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-5-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-5/callHistoryPeerAddress": {
      "get": {
        "summary": "Get callHistoryPeerAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-5-callHistoryPeerAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryPeerAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryPeerAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-6": {
      "get": {
        "summary": "Get object-6",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-6",
        "tags": [
          "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"
                    },
                    "callHistoryPeerSubAddress": {
                      "type": "string",
                      "example": "10.1.1.1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-6": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryPeerSubAddress": "10.1.1.1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-6 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-6/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-6-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-6/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-6-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-6/callHistoryPeerSubAddress": {
      "get": {
        "summary": "Get callHistoryPeerSubAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-6-callHistoryPeerSubAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryPeerSubAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryPeerSubAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-7": {
      "get": {
        "summary": "Get object-7",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-7",
        "tags": [
          "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"
                    },
                    "callHistoryDisconnectCause": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-7": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryDisconnectCause": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-7 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-7/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-7-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-7/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-7-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-7/callHistoryDisconnectCause": {
      "get": {
        "summary": "Get callHistoryDisconnectCause",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-7-callHistoryDisconnectCause",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryDisconnectCause": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryDisconnectCause from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-8": {
      "get": {
        "summary": "Get object-8",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-8",
        "tags": [
          "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"
                    },
                    "callHistoryConnectTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-8": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryConnectTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-8 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-8/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-8-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-8/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-8-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-8/callHistoryConnectTime": {
      "get": {
        "summary": "Get callHistoryConnectTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-8-callHistoryConnectTime",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryConnectTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryConnectTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-9": {
      "get": {
        "summary": "Get object-9",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-9",
        "tags": [
          "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"
                    },
                    "callHistoryDisconnectTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-9": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryDisconnectTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-9 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-9/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-9-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-9/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-9-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-9/callHistoryDisconnectTime": {
      "get": {
        "summary": "Get callHistoryDisconnectTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-9-callHistoryDisconnectTime",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryDisconnectTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryDisconnectTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-10": {
      "get": {
        "summary": "Get object-10",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-10",
        "tags": [
          "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"
                    },
                    "callHistoryInfoType": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-10": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryInfoType": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-10 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-10/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-10-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-10/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-10-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-10/callHistoryInfoType": {
      "get": {
        "summary": "Get callHistoryInfoType",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-10-callHistoryInfoType",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryInfoType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryInfoType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-11": {
      "get": {
        "summary": "Get object-11",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-11",
        "tags": [
          "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"
                    },
                    "callHistoryCallOrigin": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "DIAL-CONTROL-MIB:object-11": {
                    "callActiveSetupTime": "651780",
                    "callActiveIndex": "configured-value",
                    "callHistoryCallOrigin": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-11 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-11/callActiveSetupTime": {
      "get": {
        "summary": "Get callActiveSetupTime",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-11-callActiveSetupTime",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-11/callActiveIndex": {
      "get": {
        "summary": "Get callActiveIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-11-callActiveIndex",
        "tags": [
          "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": {
                  "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/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-11/callHistoryCallOrigin": {
      "get": {
        "summary": "Get callHistoryCallOrigin",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-11-callHistoryCallOrigin",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callHistoryCallOrigin": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callHistoryCallOrigin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-1/callActivePeerId": {
      "get": {
        "summary": "Get callActivePeerId",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-1-callActivePeerId",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActivePeerId": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActivePeerId from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-2/callActivePeerIfIndex": {
      "get": {
        "summary": "Get callActivePeerIfIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-2-callActivePeerIfIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActivePeerIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActivePeerIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-3/callActiveLogicalIfIndex": {
      "get": {
        "summary": "Get callActiveLogicalIfIndex",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-3-callActiveLogicalIfIndex",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveLogicalIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveLogicalIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-5/callActivePeerAddress": {
      "get": {
        "summary": "Get callActivePeerAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-5-callActivePeerAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActivePeerAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActivePeerAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-6/callActivePeerSubAddress": {
      "get": {
        "summary": "Get callActivePeerSubAddress",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-6-callActivePeerSubAddress",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActivePeerSubAddress": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActivePeerSubAddress from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-7/callActiveInfoType": {
      "get": {
        "summary": "Get callActiveInfoType",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-7-callActiveInfoType",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveInfoType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveInfoType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/DIAL-CONTROL-MIB:DIAL-CONTROL-MIB/callHistoryTable/object-8/callActiveCallOrigin": {
      "get": {
        "summary": "Get callActiveCallOrigin",
        "operationId": "get-DIAL-CONTROL-MIB:DIAL-CONTROL-MIB-callHistoryTable-object-8-callActiveCallOrigin",
        "tags": [
          "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": {
                  "DIAL-CONTROL-MIB:callActiveCallOrigin": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve callActiveCallOrigin 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": []
    }
  ]
}
