{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-SIP-UA-MIB",
    "description": "MIB data from `CISCO-SIP-UA-MIB` module.\n\n**Root containers:** 1 (CISCO-SIP-UA-MIB)\n**Paths:** 239 | **Descendants:** 238\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-SIP-UA-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB": {
      "get": {
        "summary": "Get CISCO-SIP-UA-MIB",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgBase": {
                      "type": "object",
                      "properties": {
                        "cSipCfgVersion": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipCfgTransport": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipCfgUserLocationServerAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipCfgDnsSrvQueryStringFormat": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipCfgRedirectionDisabled": {
                          "type": "boolean",
                          "example": true
                        },
                        "cSipCfgSymNatEnabled": {
                          "type": "boolean",
                          "example": true
                        },
                        "cSipCfgSymNatDirectionRole": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipCfgSuspendResumeEnabled": {
                          "type": "boolean",
                          "example": true
                        },
                        "cSipCfgOfferCallHold": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipCfgReasonHeaderOveride": {
                          "type": "boolean",
                          "example": true
                        },
                        "cSipCfgMaximumForwards": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipCfgTimer": {
                      "type": "object",
                      "properties": {
                        "cSipCfgTimerTrying": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerExpires": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerConnect": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerDisconnect": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerPrack": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerComet": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerReliableRsp": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerNotify": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerRefer": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerSessionTimer": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerHold": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerInfo": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerConnectionAging": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgTimerBufferInvite": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "10:30:45"
                    },
                    "cSipCfgRetry": {
                      "type": "object",
                      "properties": {
                        "cSipCfgRetryInvite": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetryBye": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetryCancel": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetryRegister": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetryResponse": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetryPrack": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetryComet": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetryReliableRsp": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetryNotify": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetryRefer": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetryInfo": {
                          "type": "integer",
                          "example": 1
                        },
                        "cSipCfgRetrySubscribe": {
                          "type": "integer",
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipCfgPeer": {
                      "type": "object",
                      "properties": {
                        "cSipCfgOutSessionTransport": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipCfgReliable1xxRspStr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipCfgReliable1xxRspHdr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipCfgUrlType": {
                          "type": "string",
                          "example": "https://10.1.1.1/restconf"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipCfgAaa": {
                      "type": "object",
                      "properties": {
                        "cSipCfgAaaUsername": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipCfgVoiceServiceVoip": {
                      "type": "object",
                      "properties": {
                        "cSipCfgHeaderPassingEnabled": {
                          "type": "boolean",
                          "example": true
                        },
                        "cSipCfgMaxSubscriptionAccept": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cSipCfgMaxSubscriptionOriginate": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cSipCfgSwitchTransportEnabled": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipStatsInfo": {
                      "type": "object",
                      "properties": {
                        "cSipStatsInfoTryingIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsInfoTryingOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsInfoRingingIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsInfoRingingOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsInfoForwardedIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsInfoForwardedOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsInfoQueuedIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsInfoQueuedOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsInfoSessionProgIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsInfoSessionProgOuts": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipStatsSuccess": {
                      "type": "object",
                      "properties": {
                        "cSipStatsSuccessAcceptedIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsSuccessAcceptedOuts": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipStatsRedirect": {
                      "type": "object",
                      "properties": {
                        "cSipStatsRedirMultipleChoices": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRedirMovedPerms": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRedirSeeOthers": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRedirUseProxys": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRedirAltServices": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRedirMovedTempsIns": {
                          "type": "string",
                          "example": "45"
                        },
                        "cSipStatsRedirMovedTempsOuts": {
                          "type": "string",
                          "example": "45"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipStatsErrClient": {
                      "type": "object",
                      "properties": {
                        "cSipStatsClientBadRequestIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientBadRequestOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientUnauthorizedIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientUnauthorizedOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientPaymentReqdIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientPaymentReqdOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientForbiddenIns": {
                          "type": "string",
                          "example": "1"
                        },
                        "cSipStatsClientForbiddenOuts": {
                          "type": "string",
                          "example": "1"
                        },
                        "cSipStatsClientNotFoundIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientNotFoundOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientMethNotAllowedIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientMethNotAllowedOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientNotAcceptableIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientNotAcceptableOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientProxyAuthReqdIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientProxyAuthReqdOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientReqTimeoutIns": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cSipStatsClientReqTimeoutOuts": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cSipStatsClientConflictIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientConflictOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientGoneIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientGoneOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientLengthRequiredIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientLengthRequiredOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientReqEntTooLargeIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientReqEntTooLargeOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientReqURITooLargeIns": {
                          "type": "string",
                          "example": "https://10.1.1.1/restconf"
                        },
                        "cSipStatsClientReqURITooLargeOuts": {
                          "type": "string",
                          "example": "https://10.1.1.1/restconf"
                        },
                        "cSipStatsClientNoSupMediaTypeIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientNoSupMediaTypeOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientBadExtensionIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientBadExtensionOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientTempNotAvailIns": {
                          "type": "string",
                          "example": "45"
                        },
                        "cSipStatsClientTempNotAvailOuts": {
                          "type": "string",
                          "example": "45"
                        },
                        "cSipStatsClientCallLegNoExistIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientCallLegNoExistOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientLoopDetectedIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientLoopDetectedOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientTooManyHopsIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientTooManyHopsOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientAddrIncompleteIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientAddrIncompleteOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientAmbiguousIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientAmbiguousOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientBusyHereIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientBusyHereOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientReqTermIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientReqTermOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientNoAcceptHereIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientNoAcceptHereOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientBadEventIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientBadEventOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientSTTooSmallIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientSTTooSmallOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientReqPendingIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsClientReqPendingOuts": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipStatsErrServer": {
                      "type": "object",
                      "properties": {
                        "cSipStatsServerIntErrorIns": {
                          "type": "string",
                          "example": "0"
                        },
                        "cSipStatsServerIntErrorOuts": {
                          "type": "string",
                          "example": "0"
                        },
                        "cSipStatsServerNotImplementedIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsServerNotImplementedOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsServerBadGatewayIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsServerBadGatewayOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsServerServiceUnavailIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsServerServiceUnavailOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsServerGatewayTimeoutIns": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cSipStatsServerGatewayTimeoutOuts": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cSipStatsServerBadSipVersionIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsServerBadSipVersionOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsServerPrecondFailureIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsServerPrecondFailureOuts": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipStatsGlobalFail": {
                      "type": "object",
                      "properties": {
                        "cSipStatsGlobalBusyEverywhereIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsGlobalBusyEverywhereOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsGlobalDeclineIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsGlobalDeclineOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsGlobalNotAnywhereIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsGlobalNotAnywhereOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsGlobalNotAcceptableIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsGlobalNotAcceptableOuts": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipStatsTraffic": {
                      "type": "object",
                      "properties": {
                        "cSipStatsTrafficInviteIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficInviteOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficAckIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficAckOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficByeIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficByeOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficCancelIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficCancelOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficOptionsIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficOptionsOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficRegisterIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficRegisterOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficCometIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficCometOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficPrackIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficPrackOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficReferIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficReferOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficNotifyIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficNotifyOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficInfoIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficInfoOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficSubscribeIns": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficSubscribeOuts": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsTrafficUpdateIns": {
                          "type": "string",
                          "example": "2025-03-15"
                        },
                        "cSipStatsTrafficUpdateOuts": {
                          "type": "string",
                          "example": "2025-03-15"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipStatsRetry": {
                      "type": "object",
                      "properties": {
                        "cSipStatsRetryInvites": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetryByes": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetryCancels": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetryRegisters": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetryResponses": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetryPracks": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetryComets": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetryReliable1xxRsps": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetryNotifys": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetryRefers": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetryInfo": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsRetrySubscribe": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipStatsMisc": {
                      "type": "object",
                      "properties": {
                        "cSipStatsMisc3xxMappedTo4xxRsps": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipStatsConnection": {
                      "type": "object",
                      "properties": {
                        "cSipStatsConnTCPSendFailures": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsConnUDPSendFailures": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsConnTCPRemoteClosures": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsConnUDPCreateFailures": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsConnTCPCreateFailures": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsConnUDPInactiveTimeouts": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cSipStatsConnTCPInactiveTimeouts": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cSipStatsActiveUDPConnections": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cSipStatsActiveTCPConnections": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipCfgEarlyMediaTable": {
                      "type": "object",
                      "properties": {
                        "cSipCfgEarlyMediaEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cSipCfgEarlyMediaStatusCodeIndex": {
                                "type": "string",
                                "example": "active"
                              },
                              "cSipCfgEarlyMediaCutThruDisabled": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipCfgBindSourceAddrTable": {
                      "type": "object",
                      "properties": {
                        "cSipCfgBindSourceAddrEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cSipCfgBindSourceAddrScope": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cSipCfgBindSourceAddrInterface": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipCfgPeerTable": {
                      "type": "object",
                      "properties": {
                        "cSipCfgPeerEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cSipCfgPeerIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "cSipCfgPeerOutSessionTransport": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cSipCfgPeerReliable1xxRspStr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cSipCfgPeerReliable1xxRspHdr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cSipCfgPeerUrlType": {
                                "type": "string",
                                "example": "https://10.1.1.1/restconf"
                              },
                              "cSipCfgPeerSwitchTransEnabled": {
                                "type": "boolean",
                                "example": true
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cSipCfgStatusCauseTable": {
                      "type": "object",
                      "properties": {
                        "cSipCfgStatusCauseEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cSipCfgStatusCodeIndex": {
                                "type": "string",
                                "example": "active"
                              },
                              "cSipCfgPstnCause": {
                                "type": "integer",
                                "example": 1
                              },
                              "cSipCfgStatusCauseStoreStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "active"
                        }
                      },
                      "example": "active"
                    },
                    "cSipCfgCauseStatusTable": {
                      "type": "object",
                      "properties": {
                        "cSipCfgCauseStatusEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cSipCfgPstnCauseIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "cSipCfgStatusCode": {
                                "type": "string",
                                "example": "active"
                              },
                              "cSipCfgCauseStatusStoreStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "active"
                        }
                      },
                      "example": "active"
                    },
                    "cSipStatsSuccessOkTable": {
                      "type": "object",
                      "properties": {
                        "cSipStatsSuccessOkEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cSipStatsSuccessOkMethod": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cSipStatsSuccessOkInbounds": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cSipStatsSuccessOkOutbounds": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB": {
                    "cSipCfgBase": {
                      "cSipCfgVersion": "configured-value",
                      "cSipCfgTransport": "default",
                      "cSipCfgUserLocationServerAddr": "configured-value",
                      "cSipCfgDnsSrvQueryStringFormat": "default",
                      "cSipCfgRedirectionDisabled": true,
                      "cSipCfgSymNatEnabled": true,
                      "cSipCfgSymNatDirectionRole": "default",
                      "cSipCfgSuspendResumeEnabled": true,
                      "cSipCfgOfferCallHold": "default",
                      "cSipCfgReasonHeaderOveride": true,
                      "cSipCfgMaximumForwards": 1
                    },
                    "cSipCfgTimer": {
                      "cSipCfgTimerTrying": 1,
                      "cSipCfgTimerExpires": 1,
                      "cSipCfgTimerConnect": 1,
                      "cSipCfgTimerDisconnect": 1,
                      "cSipCfgTimerPrack": 1,
                      "cSipCfgTimerComet": 1,
                      "cSipCfgTimerReliableRsp": 1,
                      "cSipCfgTimerNotify": 1,
                      "cSipCfgTimerRefer": 1,
                      "cSipCfgTimerSessionTimer": 1,
                      "cSipCfgTimerHold": 1,
                      "cSipCfgTimerInfo": 1,
                      "cSipCfgTimerConnectionAging": 1,
                      "cSipCfgTimerBufferInvite": 1
                    },
                    "cSipCfgRetry": {
                      "cSipCfgRetryInvite": 1,
                      "cSipCfgRetryBye": 1,
                      "cSipCfgRetryCancel": 1,
                      "cSipCfgRetryRegister": 1,
                      "cSipCfgRetryResponse": 1,
                      "cSipCfgRetryPrack": 1,
                      "cSipCfgRetryComet": 1,
                      "cSipCfgRetryReliableRsp": 1,
                      "cSipCfgRetryNotify": 1,
                      "cSipCfgRetryRefer": 1,
                      "cSipCfgRetryInfo": 1,
                      "cSipCfgRetrySubscribe": 1
                    },
                    "cSipCfgPeer": {
                      "cSipCfgOutSessionTransport": "default",
                      "cSipCfgReliable1xxRspStr": "configured-value",
                      "cSipCfgReliable1xxRspHdr": "default",
                      "cSipCfgUrlType": "default"
                    },
                    "cSipCfgAaa": {
                      "cSipCfgAaaUsername": "default"
                    },
                    "cSipCfgVoiceServiceVoip": {
                      "cSipCfgHeaderPassingEnabled": true,
                      "cSipCfgMaxSubscriptionAccept": 1,
                      "cSipCfgMaxSubscriptionOriginate": 1,
                      "cSipCfgSwitchTransportEnabled": true
                    },
                    "cSipStatsInfo": {
                      "cSipStatsInfoTryingIns": "configured-value",
                      "cSipStatsInfoTryingOuts": "configured-value",
                      "cSipStatsInfoRingingIns": "configured-value",
                      "cSipStatsInfoRingingOuts": "configured-value",
                      "cSipStatsInfoForwardedIns": "configured-value",
                      "cSipStatsInfoForwardedOuts": "configured-value",
                      "cSipStatsInfoQueuedIns": "configured-value",
                      "cSipStatsInfoQueuedOuts": "configured-value",
                      "cSipStatsInfoSessionProgIns": "configured-value",
                      "cSipStatsInfoSessionProgOuts": "configured-value"
                    },
                    "cSipStatsSuccess": {
                      "cSipStatsSuccessAcceptedIns": "configured-value",
                      "cSipStatsSuccessAcceptedOuts": "configured-value"
                    },
                    "cSipStatsRedirect": {
                      "cSipStatsRedirMultipleChoices": "configured-value",
                      "cSipStatsRedirMovedPerms": "configured-value",
                      "cSipStatsRedirSeeOthers": "configured-value",
                      "cSipStatsRedirUseProxys": "configured-value",
                      "cSipStatsRedirAltServices": "configured-value",
                      "cSipStatsRedirMovedTempsIns": "45",
                      "cSipStatsRedirMovedTempsOuts": "45"
                    },
                    "cSipStatsErrClient": {
                      "cSipStatsClientBadRequestIns": "configured-value",
                      "cSipStatsClientBadRequestOuts": "configured-value",
                      "cSipStatsClientUnauthorizedIns": "configured-value",
                      "cSipStatsClientUnauthorizedOuts": "configured-value",
                      "cSipStatsClientPaymentReqdIns": "configured-value",
                      "cSipStatsClientPaymentReqdOuts": "configured-value",
                      "cSipStatsClientForbiddenIns": "1",
                      "cSipStatsClientForbiddenOuts": "1",
                      "cSipStatsClientNotFoundIns": "configured-value",
                      "cSipStatsClientNotFoundOuts": "configured-value",
                      "cSipStatsClientMethNotAllowedIns": "configured-value",
                      "cSipStatsClientMethNotAllowedOuts": "configured-value",
                      "cSipStatsClientNotAcceptableIns": "configured-value",
                      "cSipStatsClientNotAcceptableOuts": "configured-value",
                      "cSipStatsClientProxyAuthReqdIns": "configured-value",
                      "cSipStatsClientProxyAuthReqdOuts": "configured-value",
                      "cSipStatsClientReqTimeoutIns": "10:30:45",
                      "cSipStatsClientReqTimeoutOuts": "10:30:45",
                      "cSipStatsClientConflictIns": "configured-value",
                      "cSipStatsClientConflictOuts": "configured-value",
                      "cSipStatsClientGoneIns": "configured-value",
                      "cSipStatsClientGoneOuts": "configured-value",
                      "cSipStatsClientLengthRequiredIns": "configured-value",
                      "cSipStatsClientLengthRequiredOuts": "configured-value",
                      "cSipStatsClientReqEntTooLargeIns": "configured-value",
                      "cSipStatsClientReqEntTooLargeOuts": "configured-value",
                      "cSipStatsClientReqURITooLargeIns": "https://10.1.1.1/restconf",
                      "cSipStatsClientReqURITooLargeOuts": "https://10.1.1.1/restconf",
                      "cSipStatsClientNoSupMediaTypeIns": "configured-value",
                      "cSipStatsClientNoSupMediaTypeOuts": "configured-value",
                      "cSipStatsClientBadExtensionIns": "configured-value",
                      "cSipStatsClientBadExtensionOuts": "configured-value",
                      "cSipStatsClientTempNotAvailIns": "45",
                      "cSipStatsClientTempNotAvailOuts": "45",
                      "cSipStatsClientCallLegNoExistIns": "configured-value",
                      "cSipStatsClientCallLegNoExistOuts": "configured-value",
                      "cSipStatsClientLoopDetectedIns": "configured-value",
                      "cSipStatsClientLoopDetectedOuts": "configured-value",
                      "cSipStatsClientTooManyHopsIns": "configured-value",
                      "cSipStatsClientTooManyHopsOuts": "configured-value",
                      "cSipStatsClientAddrIncompleteIns": "configured-value",
                      "cSipStatsClientAddrIncompleteOuts": "configured-value",
                      "cSipStatsClientAmbiguousIns": "configured-value",
                      "cSipStatsClientAmbiguousOuts": "configured-value",
                      "cSipStatsClientBusyHereIns": "configured-value",
                      "cSipStatsClientBusyHereOuts": "configured-value",
                      "cSipStatsClientReqTermIns": "configured-value",
                      "cSipStatsClientReqTermOuts": "configured-value",
                      "cSipStatsClientNoAcceptHereIns": "configured-value",
                      "cSipStatsClientNoAcceptHereOuts": "configured-value",
                      "cSipStatsClientBadEventIns": "configured-value",
                      "cSipStatsClientBadEventOuts": "configured-value",
                      "cSipStatsClientSTTooSmallIns": "configured-value",
                      "cSipStatsClientSTTooSmallOuts": "configured-value",
                      "cSipStatsClientReqPendingIns": "configured-value",
                      "cSipStatsClientReqPendingOuts": "configured-value"
                    },
                    "cSipStatsErrServer": {
                      "cSipStatsServerIntErrorIns": "0",
                      "cSipStatsServerIntErrorOuts": "0",
                      "cSipStatsServerNotImplementedIns": "configured-value",
                      "cSipStatsServerNotImplementedOuts": "configured-value",
                      "cSipStatsServerBadGatewayIns": "configured-value",
                      "cSipStatsServerBadGatewayOuts": "configured-value",
                      "cSipStatsServerServiceUnavailIns": "configured-value",
                      "cSipStatsServerServiceUnavailOuts": "configured-value",
                      "cSipStatsServerGatewayTimeoutIns": "10:30:45",
                      "cSipStatsServerGatewayTimeoutOuts": "10:30:45",
                      "cSipStatsServerBadSipVersionIns": "configured-value",
                      "cSipStatsServerBadSipVersionOuts": "configured-value",
                      "cSipStatsServerPrecondFailureIns": "configured-value",
                      "cSipStatsServerPrecondFailureOuts": "configured-value"
                    },
                    "cSipStatsGlobalFail": {
                      "cSipStatsGlobalBusyEverywhereIns": "configured-value",
                      "cSipStatsGlobalBusyEverywhereOuts": "configured-value",
                      "cSipStatsGlobalDeclineIns": "configured-value",
                      "cSipStatsGlobalDeclineOuts": "configured-value",
                      "cSipStatsGlobalNotAnywhereIns": "configured-value",
                      "cSipStatsGlobalNotAnywhereOuts": "configured-value",
                      "cSipStatsGlobalNotAcceptableIns": "configured-value",
                      "cSipStatsGlobalNotAcceptableOuts": "configured-value"
                    },
                    "cSipStatsTraffic": {
                      "cSipStatsTrafficInviteIns": "configured-value",
                      "cSipStatsTrafficInviteOuts": "configured-value",
                      "cSipStatsTrafficAckIns": "configured-value",
                      "cSipStatsTrafficAckOuts": "configured-value",
                      "cSipStatsTrafficByeIns": "configured-value",
                      "cSipStatsTrafficByeOuts": "configured-value",
                      "cSipStatsTrafficCancelIns": "configured-value",
                      "cSipStatsTrafficCancelOuts": "configured-value",
                      "cSipStatsTrafficOptionsIns": "configured-value",
                      "cSipStatsTrafficOptionsOuts": "configured-value",
                      "cSipStatsTrafficRegisterIns": "configured-value",
                      "cSipStatsTrafficRegisterOuts": "configured-value",
                      "cSipStatsTrafficCometIns": "configured-value",
                      "cSipStatsTrafficCometOuts": "configured-value",
                      "cSipStatsTrafficPrackIns": "configured-value",
                      "cSipStatsTrafficPrackOuts": "configured-value",
                      "cSipStatsTrafficReferIns": "configured-value",
                      "cSipStatsTrafficReferOuts": "configured-value",
                      "cSipStatsTrafficNotifyIns": "configured-value",
                      "cSipStatsTrafficNotifyOuts": "configured-value",
                      "cSipStatsTrafficInfoIns": "configured-value",
                      "cSipStatsTrafficInfoOuts": "configured-value",
                      "cSipStatsTrafficSubscribeIns": "configured-value",
                      "cSipStatsTrafficSubscribeOuts": "configured-value",
                      "cSipStatsTrafficUpdateIns": "2025-03-15",
                      "cSipStatsTrafficUpdateOuts": "2025-03-15"
                    },
                    "cSipStatsRetry": {
                      "cSipStatsRetryInvites": "configured-value",
                      "cSipStatsRetryByes": "configured-value",
                      "cSipStatsRetryCancels": "configured-value",
                      "cSipStatsRetryRegisters": "configured-value",
                      "cSipStatsRetryResponses": "configured-value",
                      "cSipStatsRetryPracks": "configured-value",
                      "cSipStatsRetryComets": "configured-value",
                      "cSipStatsRetryReliable1xxRsps": "configured-value",
                      "cSipStatsRetryNotifys": "configured-value",
                      "cSipStatsRetryRefers": "configured-value",
                      "cSipStatsRetryInfo": "configured-value",
                      "cSipStatsRetrySubscribe": "configured-value"
                    },
                    "cSipStatsMisc": {
                      "cSipStatsMisc3xxMappedTo4xxRsps": "configured-value"
                    },
                    "cSipStatsConnection": {
                      "cSipStatsConnTCPSendFailures": "configured-value",
                      "cSipStatsConnUDPSendFailures": "configured-value",
                      "cSipStatsConnTCPRemoteClosures": "configured-value",
                      "cSipStatsConnUDPCreateFailures": "configured-value",
                      "cSipStatsConnTCPCreateFailures": "configured-value",
                      "cSipStatsConnUDPInactiveTimeouts": "10:30:45",
                      "cSipStatsConnTCPInactiveTimeouts": "10:30:45",
                      "cSipStatsActiveUDPConnections": "configured-value",
                      "cSipStatsActiveTCPConnections": "configured-value"
                    },
                    "cSipCfgEarlyMediaTable": {
                      "cSipCfgEarlyMediaEntry": [
                        {
                          "cSipCfgEarlyMediaStatusCodeIndex": "active",
                          "cSipCfgEarlyMediaCutThruDisabled": true
                        }
                      ]
                    },
                    "cSipCfgBindSourceAddrTable": {
                      "cSipCfgBindSourceAddrEntry": [
                        {
                          "cSipCfgBindSourceAddrScope": "default",
                          "cSipCfgBindSourceAddrInterface": "configured-value"
                        }
                      ]
                    },
                    "cSipCfgPeerTable": {
                      "cSipCfgPeerEntry": [
                        {
                          "cSipCfgPeerIndex": 1,
                          "cSipCfgPeerOutSessionTransport": "default",
                          "cSipCfgPeerReliable1xxRspStr": "configured-value",
                          "cSipCfgPeerReliable1xxRspHdr": "default",
                          "cSipCfgPeerUrlType": "default",
                          "cSipCfgPeerSwitchTransEnabled": true
                        }
                      ]
                    },
                    "cSipCfgStatusCauseTable": {
                      "cSipCfgStatusCauseEntry": [
                        {
                          "cSipCfgStatusCodeIndex": "active",
                          "cSipCfgPstnCause": 1,
                          "cSipCfgStatusCauseStoreStatus": "active"
                        }
                      ]
                    },
                    "cSipCfgCauseStatusTable": {
                      "cSipCfgCauseStatusEntry": [
                        {
                          "cSipCfgPstnCauseIndex": 1,
                          "cSipCfgStatusCode": "active",
                          "cSipCfgCauseStatusStoreStatus": "active"
                        }
                      ]
                    },
                    "cSipStatsSuccessOkTable": {
                      "cSipStatsSuccessOkEntry": [
                        {
                          "cSipStatsSuccessOkMethod": "configured-value",
                          "cSipStatsSuccessOkInbounds": "configured-value",
                          "cSipStatsSuccessOkOutbounds": "configured-value"
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-SIP-UA-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase": {
      "get": {
        "summary": "Get cSipCfgBase",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgVersion": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipCfgTransport": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipCfgUserLocationServerAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipCfgDnsSrvQueryStringFormat": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipCfgRedirectionDisabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "cSipCfgSymNatEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "cSipCfgSymNatDirectionRole": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipCfgSuspendResumeEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "cSipCfgOfferCallHold": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipCfgReasonHeaderOveride": {
                      "type": "boolean",
                      "example": true
                    },
                    "cSipCfgMaximumForwards": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgBase": {
                    "cSipCfgVersion": "configured-value",
                    "cSipCfgTransport": "default",
                    "cSipCfgUserLocationServerAddr": "configured-value",
                    "cSipCfgDnsSrvQueryStringFormat": "default",
                    "cSipCfgRedirectionDisabled": true,
                    "cSipCfgSymNatEnabled": true,
                    "cSipCfgSymNatDirectionRole": "default",
                    "cSipCfgSuspendResumeEnabled": true,
                    "cSipCfgOfferCallHold": "default",
                    "cSipCfgReasonHeaderOveride": true,
                    "cSipCfgMaximumForwards": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgBase from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgVersion": {
      "get": {
        "summary": "Get cSipCfgVersion",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgVersion",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgVersion": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgVersion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgTransport": {
      "get": {
        "summary": "Get cSipCfgTransport",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgTransport",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTransport": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTransport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgUserLocationServerAddr": {
      "get": {
        "summary": "Get cSipCfgUserLocationServerAddr",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgUserLocationServerAddr",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgUserLocationServerAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgUserLocationServerAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgDnsSrvQueryStringFormat": {
      "get": {
        "summary": "Get cSipCfgDnsSrvQueryStringFormat",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgDnsSrvQueryStringFormat",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgDnsSrvQueryStringFormat": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgDnsSrvQueryStringFormat from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgRedirectionDisabled": {
      "get": {
        "summary": "Get cSipCfgRedirectionDisabled",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgRedirectionDisabled",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRedirectionDisabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRedirectionDisabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgSymNatEnabled": {
      "get": {
        "summary": "Get cSipCfgSymNatEnabled",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgSymNatEnabled",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgSymNatEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgSymNatEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgSymNatDirectionRole": {
      "get": {
        "summary": "Get cSipCfgSymNatDirectionRole",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgSymNatDirectionRole",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgSymNatDirectionRole": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgSymNatDirectionRole from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgSuspendResumeEnabled": {
      "get": {
        "summary": "Get cSipCfgSuspendResumeEnabled",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgSuspendResumeEnabled",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgSuspendResumeEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgSuspendResumeEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgOfferCallHold": {
      "get": {
        "summary": "Get cSipCfgOfferCallHold",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgOfferCallHold",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgOfferCallHold": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgOfferCallHold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgReasonHeaderOveride": {
      "get": {
        "summary": "Get cSipCfgReasonHeaderOveride",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgReasonHeaderOveride",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgReasonHeaderOveride": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgReasonHeaderOveride from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBase/cSipCfgMaximumForwards": {
      "get": {
        "summary": "Get cSipCfgMaximumForwards",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBase-cSipCfgMaximumForwards",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgMaximumForwards": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgMaximumForwards from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer": {
      "get": {
        "summary": "Get cSipCfgTimer",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgTimerTrying": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerExpires": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerConnect": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerDisconnect": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerPrack": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerComet": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerReliableRsp": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerNotify": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerRefer": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerSessionTimer": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerHold": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerInfo": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerConnectionAging": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgTimerBufferInvite": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimer": {
                    "cSipCfgTimerTrying": 1,
                    "cSipCfgTimerExpires": 1,
                    "cSipCfgTimerConnect": 1,
                    "cSipCfgTimerDisconnect": 1,
                    "cSipCfgTimerPrack": 1,
                    "cSipCfgTimerComet": 1,
                    "cSipCfgTimerReliableRsp": 1,
                    "cSipCfgTimerNotify": 1,
                    "cSipCfgTimerRefer": 1,
                    "cSipCfgTimerSessionTimer": 1,
                    "cSipCfgTimerHold": 1,
                    "cSipCfgTimerInfo": 1,
                    "cSipCfgTimerConnectionAging": 1,
                    "cSipCfgTimerBufferInvite": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerTrying": {
      "get": {
        "summary": "Get cSipCfgTimerTrying",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerTrying",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerTrying": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerTrying from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerExpires": {
      "get": {
        "summary": "Get cSipCfgTimerExpires",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerExpires",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerExpires": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerExpires from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerConnect": {
      "get": {
        "summary": "Get cSipCfgTimerConnect",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerConnect",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerConnect": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerConnect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerDisconnect": {
      "get": {
        "summary": "Get cSipCfgTimerDisconnect",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerDisconnect",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerDisconnect": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerDisconnect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerPrack": {
      "get": {
        "summary": "Get cSipCfgTimerPrack",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerPrack",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerPrack": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerPrack from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerComet": {
      "get": {
        "summary": "Get cSipCfgTimerComet",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerComet",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerComet": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerComet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerReliableRsp": {
      "get": {
        "summary": "Get cSipCfgTimerReliableRsp",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerReliableRsp",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerReliableRsp": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerReliableRsp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerNotify": {
      "get": {
        "summary": "Get cSipCfgTimerNotify",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerNotify",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerNotify": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerNotify from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerRefer": {
      "get": {
        "summary": "Get cSipCfgTimerRefer",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerRefer",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerRefer": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerRefer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerSessionTimer": {
      "get": {
        "summary": "Get cSipCfgTimerSessionTimer",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerSessionTimer",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerSessionTimer": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerSessionTimer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerHold": {
      "get": {
        "summary": "Get cSipCfgTimerHold",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerHold",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerHold": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerHold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerInfo": {
      "get": {
        "summary": "Get cSipCfgTimerInfo",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerInfo",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerInfo": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerConnectionAging": {
      "get": {
        "summary": "Get cSipCfgTimerConnectionAging",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerConnectionAging",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerConnectionAging": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerConnectionAging from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgTimer/cSipCfgTimerBufferInvite": {
      "get": {
        "summary": "Get cSipCfgTimerBufferInvite",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgTimer-cSipCfgTimerBufferInvite",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgTimerBufferInvite": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgTimerBufferInvite from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry": {
      "get": {
        "summary": "Get cSipCfgRetry",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgRetryInvite": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetryBye": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetryCancel": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetryRegister": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetryResponse": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetryPrack": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetryComet": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetryReliableRsp": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetryNotify": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetryRefer": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetryInfo": {
                      "type": "integer",
                      "example": 1
                    },
                    "cSipCfgRetrySubscribe": {
                      "type": "integer",
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetry": {
                    "cSipCfgRetryInvite": 1,
                    "cSipCfgRetryBye": 1,
                    "cSipCfgRetryCancel": 1,
                    "cSipCfgRetryRegister": 1,
                    "cSipCfgRetryResponse": 1,
                    "cSipCfgRetryPrack": 1,
                    "cSipCfgRetryComet": 1,
                    "cSipCfgRetryReliableRsp": 1,
                    "cSipCfgRetryNotify": 1,
                    "cSipCfgRetryRefer": 1,
                    "cSipCfgRetryInfo": 1,
                    "cSipCfgRetrySubscribe": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryInvite": {
      "get": {
        "summary": "Get cSipCfgRetryInvite",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryInvite",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryInvite": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryInvite from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryBye": {
      "get": {
        "summary": "Get cSipCfgRetryBye",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryBye",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryBye": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryBye from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryCancel": {
      "get": {
        "summary": "Get cSipCfgRetryCancel",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryCancel",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryCancel": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryCancel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryRegister": {
      "get": {
        "summary": "Get cSipCfgRetryRegister",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryRegister",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryRegister": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryRegister from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryResponse": {
      "get": {
        "summary": "Get cSipCfgRetryResponse",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryResponse",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryResponse": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryResponse from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryPrack": {
      "get": {
        "summary": "Get cSipCfgRetryPrack",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryPrack",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryPrack": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryPrack from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryComet": {
      "get": {
        "summary": "Get cSipCfgRetryComet",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryComet",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryComet": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryComet from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryReliableRsp": {
      "get": {
        "summary": "Get cSipCfgRetryReliableRsp",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryReliableRsp",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryReliableRsp": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryReliableRsp from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryNotify": {
      "get": {
        "summary": "Get cSipCfgRetryNotify",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryNotify",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryNotify": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryNotify from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryRefer": {
      "get": {
        "summary": "Get cSipCfgRetryRefer",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryRefer",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryRefer": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryRefer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetryInfo": {
      "get": {
        "summary": "Get cSipCfgRetryInfo",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetryInfo",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetryInfo": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetryInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgRetry/cSipCfgRetrySubscribe": {
      "get": {
        "summary": "Get cSipCfgRetrySubscribe",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgRetry-cSipCfgRetrySubscribe",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgRetrySubscribe": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgRetrySubscribe from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeer": {
      "get": {
        "summary": "Get cSipCfgPeer",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeer",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgOutSessionTransport": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipCfgReliable1xxRspStr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipCfgReliable1xxRspHdr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipCfgUrlType": {
                      "type": "string",
                      "example": "https://10.1.1.1/restconf"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPeer": {
                    "cSipCfgOutSessionTransport": "default",
                    "cSipCfgReliable1xxRspStr": "configured-value",
                    "cSipCfgReliable1xxRspHdr": "default",
                    "cSipCfgUrlType": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPeer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeer/cSipCfgOutSessionTransport": {
      "get": {
        "summary": "Get cSipCfgOutSessionTransport",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeer-cSipCfgOutSessionTransport",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgOutSessionTransport": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgOutSessionTransport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeer/cSipCfgReliable1xxRspStr": {
      "get": {
        "summary": "Get cSipCfgReliable1xxRspStr",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeer-cSipCfgReliable1xxRspStr",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgReliable1xxRspStr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgReliable1xxRspStr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeer/cSipCfgReliable1xxRspHdr": {
      "get": {
        "summary": "Get cSipCfgReliable1xxRspHdr",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeer-cSipCfgReliable1xxRspHdr",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgReliable1xxRspHdr": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgReliable1xxRspHdr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeer/cSipCfgUrlType": {
      "get": {
        "summary": "Get cSipCfgUrlType",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeer-cSipCfgUrlType",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "https://10.1.1.1/restconf"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgUrlType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgUrlType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgAaa": {
      "get": {
        "summary": "Get cSipCfgAaa",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgAaa",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgAaaUsername": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgAaa": {
                    "cSipCfgAaaUsername": "default"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgAaa from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgAaa/cSipCfgAaaUsername": {
      "get": {
        "summary": "Get cSipCfgAaaUsername",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgAaa-cSipCfgAaaUsername",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgAaaUsername": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgAaaUsername from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgVoiceServiceVoip": {
      "get": {
        "summary": "Get cSipCfgVoiceServiceVoip",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgVoiceServiceVoip",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgHeaderPassingEnabled": {
                      "type": "boolean",
                      "example": true
                    },
                    "cSipCfgMaxSubscriptionAccept": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cSipCfgMaxSubscriptionOriginate": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cSipCfgSwitchTransportEnabled": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgVoiceServiceVoip": {
                    "cSipCfgHeaderPassingEnabled": true,
                    "cSipCfgMaxSubscriptionAccept": 1,
                    "cSipCfgMaxSubscriptionOriginate": 1,
                    "cSipCfgSwitchTransportEnabled": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgVoiceServiceVoip from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgVoiceServiceVoip/cSipCfgHeaderPassingEnabled": {
      "get": {
        "summary": "Get cSipCfgHeaderPassingEnabled",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgVoiceServiceVoip-cSipCfgHeaderPassingEnabled",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgHeaderPassingEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgHeaderPassingEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgVoiceServiceVoip/cSipCfgMaxSubscriptionAccept": {
      "get": {
        "summary": "Get cSipCfgMaxSubscriptionAccept",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgVoiceServiceVoip-cSipCfgMaxSubscriptionAccept",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgMaxSubscriptionAccept": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgMaxSubscriptionAccept from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgVoiceServiceVoip/cSipCfgMaxSubscriptionOriginate": {
      "get": {
        "summary": "Get cSipCfgMaxSubscriptionOriginate",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgVoiceServiceVoip-cSipCfgMaxSubscriptionOriginate",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgMaxSubscriptionOriginate": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgMaxSubscriptionOriginate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgVoiceServiceVoip/cSipCfgSwitchTransportEnabled": {
      "get": {
        "summary": "Get cSipCfgSwitchTransportEnabled",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgVoiceServiceVoip-cSipCfgSwitchTransportEnabled",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgSwitchTransportEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgSwitchTransportEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo": {
      "get": {
        "summary": "Get cSipStatsInfo",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsInfoTryingIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsInfoTryingOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsInfoRingingIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsInfoRingingOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsInfoForwardedIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsInfoForwardedOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsInfoQueuedIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsInfoQueuedOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsInfoSessionProgIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsInfoSessionProgOuts": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfo": {
                    "cSipStatsInfoTryingIns": "configured-value",
                    "cSipStatsInfoTryingOuts": "configured-value",
                    "cSipStatsInfoRingingIns": "configured-value",
                    "cSipStatsInfoRingingOuts": "configured-value",
                    "cSipStatsInfoForwardedIns": "configured-value",
                    "cSipStatsInfoForwardedOuts": "configured-value",
                    "cSipStatsInfoQueuedIns": "configured-value",
                    "cSipStatsInfoQueuedOuts": "configured-value",
                    "cSipStatsInfoSessionProgIns": "configured-value",
                    "cSipStatsInfoSessionProgOuts": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo/cSipStatsInfoTryingIns": {
      "get": {
        "summary": "Get cSipStatsInfoTryingIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo-cSipStatsInfoTryingIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfoTryingIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfoTryingIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo/cSipStatsInfoTryingOuts": {
      "get": {
        "summary": "Get cSipStatsInfoTryingOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo-cSipStatsInfoTryingOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfoTryingOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfoTryingOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo/cSipStatsInfoRingingIns": {
      "get": {
        "summary": "Get cSipStatsInfoRingingIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo-cSipStatsInfoRingingIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfoRingingIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfoRingingIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo/cSipStatsInfoRingingOuts": {
      "get": {
        "summary": "Get cSipStatsInfoRingingOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo-cSipStatsInfoRingingOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfoRingingOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfoRingingOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo/cSipStatsInfoForwardedIns": {
      "get": {
        "summary": "Get cSipStatsInfoForwardedIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo-cSipStatsInfoForwardedIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfoForwardedIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfoForwardedIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo/cSipStatsInfoForwardedOuts": {
      "get": {
        "summary": "Get cSipStatsInfoForwardedOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo-cSipStatsInfoForwardedOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfoForwardedOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfoForwardedOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo/cSipStatsInfoQueuedIns": {
      "get": {
        "summary": "Get cSipStatsInfoQueuedIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo-cSipStatsInfoQueuedIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfoQueuedIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfoQueuedIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo/cSipStatsInfoQueuedOuts": {
      "get": {
        "summary": "Get cSipStatsInfoQueuedOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo-cSipStatsInfoQueuedOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfoQueuedOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfoQueuedOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo/cSipStatsInfoSessionProgIns": {
      "get": {
        "summary": "Get cSipStatsInfoSessionProgIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo-cSipStatsInfoSessionProgIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfoSessionProgIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfoSessionProgIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsInfo/cSipStatsInfoSessionProgOuts": {
      "get": {
        "summary": "Get cSipStatsInfoSessionProgOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsInfo-cSipStatsInfoSessionProgOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsInfoSessionProgOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsInfoSessionProgOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsSuccess": {
      "get": {
        "summary": "Get cSipStatsSuccess",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsSuccess",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsSuccessAcceptedIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsSuccessAcceptedOuts": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsSuccess": {
                    "cSipStatsSuccessAcceptedIns": "configured-value",
                    "cSipStatsSuccessAcceptedOuts": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsSuccess from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsSuccess/cSipStatsSuccessAcceptedIns": {
      "get": {
        "summary": "Get cSipStatsSuccessAcceptedIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsSuccess-cSipStatsSuccessAcceptedIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsSuccessAcceptedIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsSuccessAcceptedIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsSuccess/cSipStatsSuccessAcceptedOuts": {
      "get": {
        "summary": "Get cSipStatsSuccessAcceptedOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsSuccess-cSipStatsSuccessAcceptedOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsSuccessAcceptedOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsSuccessAcceptedOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRedirect": {
      "get": {
        "summary": "Get cSipStatsRedirect",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRedirect",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsRedirMultipleChoices": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRedirMovedPerms": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRedirSeeOthers": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRedirUseProxys": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRedirAltServices": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRedirMovedTempsIns": {
                      "type": "string",
                      "example": "45"
                    },
                    "cSipStatsRedirMovedTempsOuts": {
                      "type": "string",
                      "example": "45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRedirect": {
                    "cSipStatsRedirMultipleChoices": "configured-value",
                    "cSipStatsRedirMovedPerms": "configured-value",
                    "cSipStatsRedirSeeOthers": "configured-value",
                    "cSipStatsRedirUseProxys": "configured-value",
                    "cSipStatsRedirAltServices": "configured-value",
                    "cSipStatsRedirMovedTempsIns": "45",
                    "cSipStatsRedirMovedTempsOuts": "45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRedirect from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRedirect/cSipStatsRedirMultipleChoices": {
      "get": {
        "summary": "Get cSipStatsRedirMultipleChoices",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRedirect-cSipStatsRedirMultipleChoices",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRedirMultipleChoices": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRedirMultipleChoices from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRedirect/cSipStatsRedirMovedPerms": {
      "get": {
        "summary": "Get cSipStatsRedirMovedPerms",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRedirect-cSipStatsRedirMovedPerms",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRedirMovedPerms": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRedirMovedPerms from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRedirect/cSipStatsRedirSeeOthers": {
      "get": {
        "summary": "Get cSipStatsRedirSeeOthers",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRedirect-cSipStatsRedirSeeOthers",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRedirSeeOthers": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRedirSeeOthers from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRedirect/cSipStatsRedirUseProxys": {
      "get": {
        "summary": "Get cSipStatsRedirUseProxys",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRedirect-cSipStatsRedirUseProxys",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRedirUseProxys": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRedirUseProxys from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRedirect/cSipStatsRedirAltServices": {
      "get": {
        "summary": "Get cSipStatsRedirAltServices",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRedirect-cSipStatsRedirAltServices",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRedirAltServices": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRedirAltServices from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRedirect/cSipStatsRedirMovedTempsIns": {
      "get": {
        "summary": "Get cSipStatsRedirMovedTempsIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRedirect-cSipStatsRedirMovedTempsIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRedirMovedTempsIns": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRedirMovedTempsIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRedirect/cSipStatsRedirMovedTempsOuts": {
      "get": {
        "summary": "Get cSipStatsRedirMovedTempsOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRedirect-cSipStatsRedirMovedTempsOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRedirMovedTempsOuts": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRedirMovedTempsOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient": {
      "get": {
        "summary": "Get cSipStatsErrClient",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsClientBadRequestIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientBadRequestOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientUnauthorizedIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientUnauthorizedOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientPaymentReqdIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientPaymentReqdOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientForbiddenIns": {
                      "type": "string",
                      "example": "1"
                    },
                    "cSipStatsClientForbiddenOuts": {
                      "type": "string",
                      "example": "1"
                    },
                    "cSipStatsClientNotFoundIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientNotFoundOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientMethNotAllowedIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientMethNotAllowedOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientNotAcceptableIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientNotAcceptableOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientProxyAuthReqdIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientProxyAuthReqdOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientReqTimeoutIns": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cSipStatsClientReqTimeoutOuts": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cSipStatsClientConflictIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientConflictOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientGoneIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientGoneOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientLengthRequiredIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientLengthRequiredOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientReqEntTooLargeIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientReqEntTooLargeOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientReqURITooLargeIns": {
                      "type": "string",
                      "example": "https://10.1.1.1/restconf"
                    },
                    "cSipStatsClientReqURITooLargeOuts": {
                      "type": "string",
                      "example": "https://10.1.1.1/restconf"
                    },
                    "cSipStatsClientNoSupMediaTypeIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientNoSupMediaTypeOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientBadExtensionIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientBadExtensionOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientTempNotAvailIns": {
                      "type": "string",
                      "example": "45"
                    },
                    "cSipStatsClientTempNotAvailOuts": {
                      "type": "string",
                      "example": "45"
                    },
                    "cSipStatsClientCallLegNoExistIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientCallLegNoExistOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientLoopDetectedIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientLoopDetectedOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientTooManyHopsIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientTooManyHopsOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientAddrIncompleteIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientAddrIncompleteOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientAmbiguousIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientAmbiguousOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientBusyHereIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientBusyHereOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientReqTermIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientReqTermOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientNoAcceptHereIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientNoAcceptHereOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientBadEventIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientBadEventOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientSTTooSmallIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientSTTooSmallOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientReqPendingIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsClientReqPendingOuts": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsErrClient": {
                    "cSipStatsClientBadRequestIns": "configured-value",
                    "cSipStatsClientBadRequestOuts": "configured-value",
                    "cSipStatsClientUnauthorizedIns": "configured-value",
                    "cSipStatsClientUnauthorizedOuts": "configured-value",
                    "cSipStatsClientPaymentReqdIns": "configured-value",
                    "cSipStatsClientPaymentReqdOuts": "configured-value",
                    "cSipStatsClientForbiddenIns": "1",
                    "cSipStatsClientForbiddenOuts": "1",
                    "cSipStatsClientNotFoundIns": "configured-value",
                    "cSipStatsClientNotFoundOuts": "configured-value",
                    "cSipStatsClientMethNotAllowedIns": "configured-value",
                    "cSipStatsClientMethNotAllowedOuts": "configured-value",
                    "cSipStatsClientNotAcceptableIns": "configured-value",
                    "cSipStatsClientNotAcceptableOuts": "configured-value",
                    "cSipStatsClientProxyAuthReqdIns": "configured-value",
                    "cSipStatsClientProxyAuthReqdOuts": "configured-value",
                    "cSipStatsClientReqTimeoutIns": "10:30:45",
                    "cSipStatsClientReqTimeoutOuts": "10:30:45",
                    "cSipStatsClientConflictIns": "configured-value",
                    "cSipStatsClientConflictOuts": "configured-value",
                    "cSipStatsClientGoneIns": "configured-value",
                    "cSipStatsClientGoneOuts": "configured-value",
                    "cSipStatsClientLengthRequiredIns": "configured-value",
                    "cSipStatsClientLengthRequiredOuts": "configured-value",
                    "cSipStatsClientReqEntTooLargeIns": "configured-value",
                    "cSipStatsClientReqEntTooLargeOuts": "configured-value",
                    "cSipStatsClientReqURITooLargeIns": "https://10.1.1.1/restconf",
                    "cSipStatsClientReqURITooLargeOuts": "https://10.1.1.1/restconf",
                    "cSipStatsClientNoSupMediaTypeIns": "configured-value",
                    "cSipStatsClientNoSupMediaTypeOuts": "configured-value",
                    "cSipStatsClientBadExtensionIns": "configured-value",
                    "cSipStatsClientBadExtensionOuts": "configured-value",
                    "cSipStatsClientTempNotAvailIns": "45",
                    "cSipStatsClientTempNotAvailOuts": "45",
                    "cSipStatsClientCallLegNoExistIns": "configured-value",
                    "cSipStatsClientCallLegNoExistOuts": "configured-value",
                    "cSipStatsClientLoopDetectedIns": "configured-value",
                    "cSipStatsClientLoopDetectedOuts": "configured-value",
                    "cSipStatsClientTooManyHopsIns": "configured-value",
                    "cSipStatsClientTooManyHopsOuts": "configured-value",
                    "cSipStatsClientAddrIncompleteIns": "configured-value",
                    "cSipStatsClientAddrIncompleteOuts": "configured-value",
                    "cSipStatsClientAmbiguousIns": "configured-value",
                    "cSipStatsClientAmbiguousOuts": "configured-value",
                    "cSipStatsClientBusyHereIns": "configured-value",
                    "cSipStatsClientBusyHereOuts": "configured-value",
                    "cSipStatsClientReqTermIns": "configured-value",
                    "cSipStatsClientReqTermOuts": "configured-value",
                    "cSipStatsClientNoAcceptHereIns": "configured-value",
                    "cSipStatsClientNoAcceptHereOuts": "configured-value",
                    "cSipStatsClientBadEventIns": "configured-value",
                    "cSipStatsClientBadEventOuts": "configured-value",
                    "cSipStatsClientSTTooSmallIns": "configured-value",
                    "cSipStatsClientSTTooSmallOuts": "configured-value",
                    "cSipStatsClientReqPendingIns": "configured-value",
                    "cSipStatsClientReqPendingOuts": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsErrClient from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientBadRequestIns": {
      "get": {
        "summary": "Get cSipStatsClientBadRequestIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientBadRequestIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientBadRequestIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientBadRequestIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientBadRequestOuts": {
      "get": {
        "summary": "Get cSipStatsClientBadRequestOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientBadRequestOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientBadRequestOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientBadRequestOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientUnauthorizedIns": {
      "get": {
        "summary": "Get cSipStatsClientUnauthorizedIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientUnauthorizedIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientUnauthorizedIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientUnauthorizedIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientUnauthorizedOuts": {
      "get": {
        "summary": "Get cSipStatsClientUnauthorizedOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientUnauthorizedOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientUnauthorizedOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientUnauthorizedOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientPaymentReqdIns": {
      "get": {
        "summary": "Get cSipStatsClientPaymentReqdIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientPaymentReqdIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientPaymentReqdIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientPaymentReqdIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientPaymentReqdOuts": {
      "get": {
        "summary": "Get cSipStatsClientPaymentReqdOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientPaymentReqdOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientPaymentReqdOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientPaymentReqdOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientForbiddenIns": {
      "get": {
        "summary": "Get cSipStatsClientForbiddenIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientForbiddenIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientForbiddenIns": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientForbiddenIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientForbiddenOuts": {
      "get": {
        "summary": "Get cSipStatsClientForbiddenOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientForbiddenOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "1"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientForbiddenOuts": "1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientForbiddenOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientNotFoundIns": {
      "get": {
        "summary": "Get cSipStatsClientNotFoundIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientNotFoundIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientNotFoundIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientNotFoundIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientNotFoundOuts": {
      "get": {
        "summary": "Get cSipStatsClientNotFoundOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientNotFoundOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientNotFoundOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientNotFoundOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientMethNotAllowedIns": {
      "get": {
        "summary": "Get cSipStatsClientMethNotAllowedIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientMethNotAllowedIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientMethNotAllowedIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientMethNotAllowedIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientMethNotAllowedOuts": {
      "get": {
        "summary": "Get cSipStatsClientMethNotAllowedOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientMethNotAllowedOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientMethNotAllowedOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientMethNotAllowedOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientNotAcceptableIns": {
      "get": {
        "summary": "Get cSipStatsClientNotAcceptableIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientNotAcceptableIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientNotAcceptableIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientNotAcceptableIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientNotAcceptableOuts": {
      "get": {
        "summary": "Get cSipStatsClientNotAcceptableOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientNotAcceptableOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientNotAcceptableOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientNotAcceptableOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientProxyAuthReqdIns": {
      "get": {
        "summary": "Get cSipStatsClientProxyAuthReqdIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientProxyAuthReqdIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientProxyAuthReqdIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientProxyAuthReqdIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientProxyAuthReqdOuts": {
      "get": {
        "summary": "Get cSipStatsClientProxyAuthReqdOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientProxyAuthReqdOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientProxyAuthReqdOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientProxyAuthReqdOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientReqTimeoutIns": {
      "get": {
        "summary": "Get cSipStatsClientReqTimeoutIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientReqTimeoutIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientReqTimeoutIns": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientReqTimeoutIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientReqTimeoutOuts": {
      "get": {
        "summary": "Get cSipStatsClientReqTimeoutOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientReqTimeoutOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientReqTimeoutOuts": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientReqTimeoutOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientConflictIns": {
      "get": {
        "summary": "Get cSipStatsClientConflictIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientConflictIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientConflictIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientConflictIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientConflictOuts": {
      "get": {
        "summary": "Get cSipStatsClientConflictOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientConflictOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientConflictOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientConflictOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientGoneIns": {
      "get": {
        "summary": "Get cSipStatsClientGoneIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientGoneIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientGoneIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientGoneIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientGoneOuts": {
      "get": {
        "summary": "Get cSipStatsClientGoneOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientGoneOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientGoneOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientGoneOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientLengthRequiredIns": {
      "get": {
        "summary": "Get cSipStatsClientLengthRequiredIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientLengthRequiredIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientLengthRequiredIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientLengthRequiredIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientLengthRequiredOuts": {
      "get": {
        "summary": "Get cSipStatsClientLengthRequiredOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientLengthRequiredOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientLengthRequiredOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientLengthRequiredOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientReqEntTooLargeIns": {
      "get": {
        "summary": "Get cSipStatsClientReqEntTooLargeIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientReqEntTooLargeIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientReqEntTooLargeIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientReqEntTooLargeIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientReqEntTooLargeOuts": {
      "get": {
        "summary": "Get cSipStatsClientReqEntTooLargeOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientReqEntTooLargeOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientReqEntTooLargeOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientReqEntTooLargeOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientReqURITooLargeIns": {
      "get": {
        "summary": "Get cSipStatsClientReqURITooLargeIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientReqURITooLargeIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "https://10.1.1.1/restconf"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientReqURITooLargeIns": "https://10.1.1.1/restconf"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientReqURITooLargeIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientReqURITooLargeOuts": {
      "get": {
        "summary": "Get cSipStatsClientReqURITooLargeOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientReqURITooLargeOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "https://10.1.1.1/restconf"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientReqURITooLargeOuts": "https://10.1.1.1/restconf"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientReqURITooLargeOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientNoSupMediaTypeIns": {
      "get": {
        "summary": "Get cSipStatsClientNoSupMediaTypeIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientNoSupMediaTypeIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientNoSupMediaTypeIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientNoSupMediaTypeIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientNoSupMediaTypeOuts": {
      "get": {
        "summary": "Get cSipStatsClientNoSupMediaTypeOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientNoSupMediaTypeOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientNoSupMediaTypeOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientNoSupMediaTypeOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientBadExtensionIns": {
      "get": {
        "summary": "Get cSipStatsClientBadExtensionIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientBadExtensionIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientBadExtensionIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientBadExtensionIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientBadExtensionOuts": {
      "get": {
        "summary": "Get cSipStatsClientBadExtensionOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientBadExtensionOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientBadExtensionOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientBadExtensionOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientTempNotAvailIns": {
      "get": {
        "summary": "Get cSipStatsClientTempNotAvailIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientTempNotAvailIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientTempNotAvailIns": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientTempNotAvailIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientTempNotAvailOuts": {
      "get": {
        "summary": "Get cSipStatsClientTempNotAvailOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientTempNotAvailOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientTempNotAvailOuts": "45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientTempNotAvailOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientCallLegNoExistIns": {
      "get": {
        "summary": "Get cSipStatsClientCallLegNoExistIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientCallLegNoExistIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientCallLegNoExistIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientCallLegNoExistIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientCallLegNoExistOuts": {
      "get": {
        "summary": "Get cSipStatsClientCallLegNoExistOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientCallLegNoExistOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientCallLegNoExistOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientCallLegNoExistOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientLoopDetectedIns": {
      "get": {
        "summary": "Get cSipStatsClientLoopDetectedIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientLoopDetectedIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientLoopDetectedIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientLoopDetectedIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientLoopDetectedOuts": {
      "get": {
        "summary": "Get cSipStatsClientLoopDetectedOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientLoopDetectedOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientLoopDetectedOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientLoopDetectedOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientTooManyHopsIns": {
      "get": {
        "summary": "Get cSipStatsClientTooManyHopsIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientTooManyHopsIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientTooManyHopsIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientTooManyHopsIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientTooManyHopsOuts": {
      "get": {
        "summary": "Get cSipStatsClientTooManyHopsOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientTooManyHopsOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientTooManyHopsOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientTooManyHopsOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientAddrIncompleteIns": {
      "get": {
        "summary": "Get cSipStatsClientAddrIncompleteIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientAddrIncompleteIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientAddrIncompleteIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientAddrIncompleteIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientAddrIncompleteOuts": {
      "get": {
        "summary": "Get cSipStatsClientAddrIncompleteOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientAddrIncompleteOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientAddrIncompleteOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientAddrIncompleteOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientAmbiguousIns": {
      "get": {
        "summary": "Get cSipStatsClientAmbiguousIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientAmbiguousIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientAmbiguousIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientAmbiguousIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientAmbiguousOuts": {
      "get": {
        "summary": "Get cSipStatsClientAmbiguousOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientAmbiguousOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientAmbiguousOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientAmbiguousOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientBusyHereIns": {
      "get": {
        "summary": "Get cSipStatsClientBusyHereIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientBusyHereIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientBusyHereIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientBusyHereIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientBusyHereOuts": {
      "get": {
        "summary": "Get cSipStatsClientBusyHereOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientBusyHereOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientBusyHereOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientBusyHereOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientReqTermIns": {
      "get": {
        "summary": "Get cSipStatsClientReqTermIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientReqTermIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientReqTermIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientReqTermIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientReqTermOuts": {
      "get": {
        "summary": "Get cSipStatsClientReqTermOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientReqTermOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientReqTermOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientReqTermOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientNoAcceptHereIns": {
      "get": {
        "summary": "Get cSipStatsClientNoAcceptHereIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientNoAcceptHereIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientNoAcceptHereIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientNoAcceptHereIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientNoAcceptHereOuts": {
      "get": {
        "summary": "Get cSipStatsClientNoAcceptHereOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientNoAcceptHereOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientNoAcceptHereOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientNoAcceptHereOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientBadEventIns": {
      "get": {
        "summary": "Get cSipStatsClientBadEventIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientBadEventIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientBadEventIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientBadEventIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientBadEventOuts": {
      "get": {
        "summary": "Get cSipStatsClientBadEventOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientBadEventOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientBadEventOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientBadEventOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientSTTooSmallIns": {
      "get": {
        "summary": "Get cSipStatsClientSTTooSmallIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientSTTooSmallIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientSTTooSmallIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientSTTooSmallIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientSTTooSmallOuts": {
      "get": {
        "summary": "Get cSipStatsClientSTTooSmallOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientSTTooSmallOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientSTTooSmallOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientSTTooSmallOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientReqPendingIns": {
      "get": {
        "summary": "Get cSipStatsClientReqPendingIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientReqPendingIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientReqPendingIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientReqPendingIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrClient/cSipStatsClientReqPendingOuts": {
      "get": {
        "summary": "Get cSipStatsClientReqPendingOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrClient-cSipStatsClientReqPendingOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsClientReqPendingOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsClientReqPendingOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer": {
      "get": {
        "summary": "Get cSipStatsErrServer",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsServerIntErrorIns": {
                      "type": "string",
                      "example": "0"
                    },
                    "cSipStatsServerIntErrorOuts": {
                      "type": "string",
                      "example": "0"
                    },
                    "cSipStatsServerNotImplementedIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsServerNotImplementedOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsServerBadGatewayIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsServerBadGatewayOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsServerServiceUnavailIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsServerServiceUnavailOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsServerGatewayTimeoutIns": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cSipStatsServerGatewayTimeoutOuts": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cSipStatsServerBadSipVersionIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsServerBadSipVersionOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsServerPrecondFailureIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsServerPrecondFailureOuts": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsErrServer": {
                    "cSipStatsServerIntErrorIns": "0",
                    "cSipStatsServerIntErrorOuts": "0",
                    "cSipStatsServerNotImplementedIns": "configured-value",
                    "cSipStatsServerNotImplementedOuts": "configured-value",
                    "cSipStatsServerBadGatewayIns": "configured-value",
                    "cSipStatsServerBadGatewayOuts": "configured-value",
                    "cSipStatsServerServiceUnavailIns": "configured-value",
                    "cSipStatsServerServiceUnavailOuts": "configured-value",
                    "cSipStatsServerGatewayTimeoutIns": "10:30:45",
                    "cSipStatsServerGatewayTimeoutOuts": "10:30:45",
                    "cSipStatsServerBadSipVersionIns": "configured-value",
                    "cSipStatsServerBadSipVersionOuts": "configured-value",
                    "cSipStatsServerPrecondFailureIns": "configured-value",
                    "cSipStatsServerPrecondFailureOuts": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsErrServer from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerIntErrorIns": {
      "get": {
        "summary": "Get cSipStatsServerIntErrorIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerIntErrorIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerIntErrorIns": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerIntErrorIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerIntErrorOuts": {
      "get": {
        "summary": "Get cSipStatsServerIntErrorOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerIntErrorOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "0"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerIntErrorOuts": "0"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerIntErrorOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerNotImplementedIns": {
      "get": {
        "summary": "Get cSipStatsServerNotImplementedIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerNotImplementedIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerNotImplementedIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerNotImplementedIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerNotImplementedOuts": {
      "get": {
        "summary": "Get cSipStatsServerNotImplementedOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerNotImplementedOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerNotImplementedOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerNotImplementedOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerBadGatewayIns": {
      "get": {
        "summary": "Get cSipStatsServerBadGatewayIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerBadGatewayIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerBadGatewayIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerBadGatewayIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerBadGatewayOuts": {
      "get": {
        "summary": "Get cSipStatsServerBadGatewayOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerBadGatewayOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerBadGatewayOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerBadGatewayOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerServiceUnavailIns": {
      "get": {
        "summary": "Get cSipStatsServerServiceUnavailIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerServiceUnavailIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerServiceUnavailIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerServiceUnavailIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerServiceUnavailOuts": {
      "get": {
        "summary": "Get cSipStatsServerServiceUnavailOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerServiceUnavailOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerServiceUnavailOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerServiceUnavailOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerGatewayTimeoutIns": {
      "get": {
        "summary": "Get cSipStatsServerGatewayTimeoutIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerGatewayTimeoutIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerGatewayTimeoutIns": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerGatewayTimeoutIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerGatewayTimeoutOuts": {
      "get": {
        "summary": "Get cSipStatsServerGatewayTimeoutOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerGatewayTimeoutOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerGatewayTimeoutOuts": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerGatewayTimeoutOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerBadSipVersionIns": {
      "get": {
        "summary": "Get cSipStatsServerBadSipVersionIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerBadSipVersionIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerBadSipVersionIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerBadSipVersionIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerBadSipVersionOuts": {
      "get": {
        "summary": "Get cSipStatsServerBadSipVersionOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerBadSipVersionOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerBadSipVersionOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerBadSipVersionOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerPrecondFailureIns": {
      "get": {
        "summary": "Get cSipStatsServerPrecondFailureIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerPrecondFailureIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerPrecondFailureIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerPrecondFailureIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsErrServer/cSipStatsServerPrecondFailureOuts": {
      "get": {
        "summary": "Get cSipStatsServerPrecondFailureOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsErrServer-cSipStatsServerPrecondFailureOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsServerPrecondFailureOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsServerPrecondFailureOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsGlobalFail": {
      "get": {
        "summary": "Get cSipStatsGlobalFail",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsGlobalFail",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsGlobalBusyEverywhereIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsGlobalBusyEverywhereOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsGlobalDeclineIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsGlobalDeclineOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsGlobalNotAnywhereIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsGlobalNotAnywhereOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsGlobalNotAcceptableIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsGlobalNotAcceptableOuts": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsGlobalFail": {
                    "cSipStatsGlobalBusyEverywhereIns": "configured-value",
                    "cSipStatsGlobalBusyEverywhereOuts": "configured-value",
                    "cSipStatsGlobalDeclineIns": "configured-value",
                    "cSipStatsGlobalDeclineOuts": "configured-value",
                    "cSipStatsGlobalNotAnywhereIns": "configured-value",
                    "cSipStatsGlobalNotAnywhereOuts": "configured-value",
                    "cSipStatsGlobalNotAcceptableIns": "configured-value",
                    "cSipStatsGlobalNotAcceptableOuts": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsGlobalFail from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsGlobalFail/cSipStatsGlobalBusyEverywhereIns": {
      "get": {
        "summary": "Get cSipStatsGlobalBusyEverywhereIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsGlobalFail-cSipStatsGlobalBusyEverywhereIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsGlobalBusyEverywhereIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsGlobalBusyEverywhereIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsGlobalFail/cSipStatsGlobalBusyEverywhereOuts": {
      "get": {
        "summary": "Get cSipStatsGlobalBusyEverywhereOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsGlobalFail-cSipStatsGlobalBusyEverywhereOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsGlobalBusyEverywhereOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsGlobalBusyEverywhereOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsGlobalFail/cSipStatsGlobalDeclineIns": {
      "get": {
        "summary": "Get cSipStatsGlobalDeclineIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsGlobalFail-cSipStatsGlobalDeclineIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsGlobalDeclineIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsGlobalDeclineIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsGlobalFail/cSipStatsGlobalDeclineOuts": {
      "get": {
        "summary": "Get cSipStatsGlobalDeclineOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsGlobalFail-cSipStatsGlobalDeclineOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsGlobalDeclineOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsGlobalDeclineOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsGlobalFail/cSipStatsGlobalNotAnywhereIns": {
      "get": {
        "summary": "Get cSipStatsGlobalNotAnywhereIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsGlobalFail-cSipStatsGlobalNotAnywhereIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsGlobalNotAnywhereIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsGlobalNotAnywhereIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsGlobalFail/cSipStatsGlobalNotAnywhereOuts": {
      "get": {
        "summary": "Get cSipStatsGlobalNotAnywhereOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsGlobalFail-cSipStatsGlobalNotAnywhereOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsGlobalNotAnywhereOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsGlobalNotAnywhereOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsGlobalFail/cSipStatsGlobalNotAcceptableIns": {
      "get": {
        "summary": "Get cSipStatsGlobalNotAcceptableIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsGlobalFail-cSipStatsGlobalNotAcceptableIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsGlobalNotAcceptableIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsGlobalNotAcceptableIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsGlobalFail/cSipStatsGlobalNotAcceptableOuts": {
      "get": {
        "summary": "Get cSipStatsGlobalNotAcceptableOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsGlobalFail-cSipStatsGlobalNotAcceptableOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsGlobalNotAcceptableOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsGlobalNotAcceptableOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic": {
      "get": {
        "summary": "Get cSipStatsTraffic",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsTrafficInviteIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficInviteOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficAckIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficAckOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficByeIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficByeOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficCancelIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficCancelOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficOptionsIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficOptionsOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficRegisterIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficRegisterOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficCometIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficCometOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficPrackIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficPrackOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficReferIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficReferOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficNotifyIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficNotifyOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficInfoIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficInfoOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficSubscribeIns": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficSubscribeOuts": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsTrafficUpdateIns": {
                      "type": "string",
                      "example": "2025-03-15"
                    },
                    "cSipStatsTrafficUpdateOuts": {
                      "type": "string",
                      "example": "2025-03-15"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTraffic": {
                    "cSipStatsTrafficInviteIns": "configured-value",
                    "cSipStatsTrafficInviteOuts": "configured-value",
                    "cSipStatsTrafficAckIns": "configured-value",
                    "cSipStatsTrafficAckOuts": "configured-value",
                    "cSipStatsTrafficByeIns": "configured-value",
                    "cSipStatsTrafficByeOuts": "configured-value",
                    "cSipStatsTrafficCancelIns": "configured-value",
                    "cSipStatsTrafficCancelOuts": "configured-value",
                    "cSipStatsTrafficOptionsIns": "configured-value",
                    "cSipStatsTrafficOptionsOuts": "configured-value",
                    "cSipStatsTrafficRegisterIns": "configured-value",
                    "cSipStatsTrafficRegisterOuts": "configured-value",
                    "cSipStatsTrafficCometIns": "configured-value",
                    "cSipStatsTrafficCometOuts": "configured-value",
                    "cSipStatsTrafficPrackIns": "configured-value",
                    "cSipStatsTrafficPrackOuts": "configured-value",
                    "cSipStatsTrafficReferIns": "configured-value",
                    "cSipStatsTrafficReferOuts": "configured-value",
                    "cSipStatsTrafficNotifyIns": "configured-value",
                    "cSipStatsTrafficNotifyOuts": "configured-value",
                    "cSipStatsTrafficInfoIns": "configured-value",
                    "cSipStatsTrafficInfoOuts": "configured-value",
                    "cSipStatsTrafficSubscribeIns": "configured-value",
                    "cSipStatsTrafficSubscribeOuts": "configured-value",
                    "cSipStatsTrafficUpdateIns": "2025-03-15",
                    "cSipStatsTrafficUpdateOuts": "2025-03-15"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTraffic from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficInviteIns": {
      "get": {
        "summary": "Get cSipStatsTrafficInviteIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficInviteIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficInviteIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficInviteIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficInviteOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficInviteOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficInviteOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficInviteOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficInviteOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficAckIns": {
      "get": {
        "summary": "Get cSipStatsTrafficAckIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficAckIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficAckIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficAckIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficAckOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficAckOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficAckOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficAckOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficAckOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficByeIns": {
      "get": {
        "summary": "Get cSipStatsTrafficByeIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficByeIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficByeIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficByeIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficByeOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficByeOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficByeOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficByeOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficByeOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficCancelIns": {
      "get": {
        "summary": "Get cSipStatsTrafficCancelIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficCancelIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficCancelIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficCancelIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficCancelOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficCancelOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficCancelOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficCancelOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficCancelOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficOptionsIns": {
      "get": {
        "summary": "Get cSipStatsTrafficOptionsIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficOptionsIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficOptionsIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficOptionsIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficOptionsOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficOptionsOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficOptionsOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficOptionsOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficOptionsOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficRegisterIns": {
      "get": {
        "summary": "Get cSipStatsTrafficRegisterIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficRegisterIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficRegisterIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficRegisterIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficRegisterOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficRegisterOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficRegisterOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficRegisterOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficRegisterOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficCometIns": {
      "get": {
        "summary": "Get cSipStatsTrafficCometIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficCometIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficCometIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficCometIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficCometOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficCometOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficCometOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficCometOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficCometOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficPrackIns": {
      "get": {
        "summary": "Get cSipStatsTrafficPrackIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficPrackIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficPrackIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficPrackIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficPrackOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficPrackOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficPrackOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficPrackOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficPrackOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficReferIns": {
      "get": {
        "summary": "Get cSipStatsTrafficReferIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficReferIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficReferIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficReferIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficReferOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficReferOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficReferOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficReferOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficReferOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficNotifyIns": {
      "get": {
        "summary": "Get cSipStatsTrafficNotifyIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficNotifyIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficNotifyIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficNotifyIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficNotifyOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficNotifyOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficNotifyOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficNotifyOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficNotifyOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficInfoIns": {
      "get": {
        "summary": "Get cSipStatsTrafficInfoIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficInfoIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficInfoIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficInfoIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficInfoOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficInfoOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficInfoOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficInfoOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficInfoOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficSubscribeIns": {
      "get": {
        "summary": "Get cSipStatsTrafficSubscribeIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficSubscribeIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficSubscribeIns": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficSubscribeIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficSubscribeOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficSubscribeOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficSubscribeOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficSubscribeOuts": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficSubscribeOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficUpdateIns": {
      "get": {
        "summary": "Get cSipStatsTrafficUpdateIns",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficUpdateIns",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficUpdateIns": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficUpdateIns from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsTraffic/cSipStatsTrafficUpdateOuts": {
      "get": {
        "summary": "Get cSipStatsTrafficUpdateOuts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsTraffic-cSipStatsTrafficUpdateOuts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsTrafficUpdateOuts": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsTrafficUpdateOuts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry": {
      "get": {
        "summary": "Get cSipStatsRetry",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsRetryInvites": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetryByes": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetryCancels": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetryRegisters": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetryResponses": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetryPracks": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetryComets": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetryReliable1xxRsps": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetryNotifys": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetryRefers": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetryInfo": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsRetrySubscribe": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetry": {
                    "cSipStatsRetryInvites": "configured-value",
                    "cSipStatsRetryByes": "configured-value",
                    "cSipStatsRetryCancels": "configured-value",
                    "cSipStatsRetryRegisters": "configured-value",
                    "cSipStatsRetryResponses": "configured-value",
                    "cSipStatsRetryPracks": "configured-value",
                    "cSipStatsRetryComets": "configured-value",
                    "cSipStatsRetryReliable1xxRsps": "configured-value",
                    "cSipStatsRetryNotifys": "configured-value",
                    "cSipStatsRetryRefers": "configured-value",
                    "cSipStatsRetryInfo": "configured-value",
                    "cSipStatsRetrySubscribe": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryInvites": {
      "get": {
        "summary": "Get cSipStatsRetryInvites",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryInvites",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryInvites": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryInvites from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryByes": {
      "get": {
        "summary": "Get cSipStatsRetryByes",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryByes",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryByes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryByes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryCancels": {
      "get": {
        "summary": "Get cSipStatsRetryCancels",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryCancels",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryCancels": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryCancels from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryRegisters": {
      "get": {
        "summary": "Get cSipStatsRetryRegisters",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryRegisters",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryRegisters": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryRegisters from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryResponses": {
      "get": {
        "summary": "Get cSipStatsRetryResponses",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryResponses",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryResponses": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryResponses from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryPracks": {
      "get": {
        "summary": "Get cSipStatsRetryPracks",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryPracks",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryPracks": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryPracks from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryComets": {
      "get": {
        "summary": "Get cSipStatsRetryComets",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryComets",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryComets": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryComets from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryReliable1xxRsps": {
      "get": {
        "summary": "Get cSipStatsRetryReliable1xxRsps",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryReliable1xxRsps",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryReliable1xxRsps": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryReliable1xxRsps from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryNotifys": {
      "get": {
        "summary": "Get cSipStatsRetryNotifys",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryNotifys",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryNotifys": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryNotifys from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryRefers": {
      "get": {
        "summary": "Get cSipStatsRetryRefers",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryRefers",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryRefers": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryRefers from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetryInfo": {
      "get": {
        "summary": "Get cSipStatsRetryInfo",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetryInfo",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetryInfo": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetryInfo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsRetry/cSipStatsRetrySubscribe": {
      "get": {
        "summary": "Get cSipStatsRetrySubscribe",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsRetry-cSipStatsRetrySubscribe",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsRetrySubscribe": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsRetrySubscribe from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsMisc": {
      "get": {
        "summary": "Get cSipStatsMisc",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsMisc",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsMisc3xxMappedTo4xxRsps": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsMisc": {
                    "cSipStatsMisc3xxMappedTo4xxRsps": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsMisc from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsMisc/cSipStatsMisc3xxMappedTo4xxRsps": {
      "get": {
        "summary": "Get cSipStatsMisc3xxMappedTo4xxRsps",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsMisc-cSipStatsMisc3xxMappedTo4xxRsps",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsMisc3xxMappedTo4xxRsps": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsMisc3xxMappedTo4xxRsps from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsConnection": {
      "get": {
        "summary": "Get cSipStatsConnection",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsConnection",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsConnTCPSendFailures": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsConnUDPSendFailures": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsConnTCPRemoteClosures": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsConnUDPCreateFailures": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsConnTCPCreateFailures": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsConnUDPInactiveTimeouts": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cSipStatsConnTCPInactiveTimeouts": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cSipStatsActiveUDPConnections": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cSipStatsActiveTCPConnections": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsConnection": {
                    "cSipStatsConnTCPSendFailures": "configured-value",
                    "cSipStatsConnUDPSendFailures": "configured-value",
                    "cSipStatsConnTCPRemoteClosures": "configured-value",
                    "cSipStatsConnUDPCreateFailures": "configured-value",
                    "cSipStatsConnTCPCreateFailures": "configured-value",
                    "cSipStatsConnUDPInactiveTimeouts": "10:30:45",
                    "cSipStatsConnTCPInactiveTimeouts": "10:30:45",
                    "cSipStatsActiveUDPConnections": "configured-value",
                    "cSipStatsActiveTCPConnections": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsConnection from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsConnection/cSipStatsConnTCPSendFailures": {
      "get": {
        "summary": "Get cSipStatsConnTCPSendFailures",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsConnection-cSipStatsConnTCPSendFailures",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsConnTCPSendFailures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsConnTCPSendFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsConnection/cSipStatsConnUDPSendFailures": {
      "get": {
        "summary": "Get cSipStatsConnUDPSendFailures",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsConnection-cSipStatsConnUDPSendFailures",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsConnUDPSendFailures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsConnUDPSendFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsConnection/cSipStatsConnTCPRemoteClosures": {
      "get": {
        "summary": "Get cSipStatsConnTCPRemoteClosures",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsConnection-cSipStatsConnTCPRemoteClosures",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsConnTCPRemoteClosures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsConnTCPRemoteClosures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsConnection/cSipStatsConnUDPCreateFailures": {
      "get": {
        "summary": "Get cSipStatsConnUDPCreateFailures",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsConnection-cSipStatsConnUDPCreateFailures",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsConnUDPCreateFailures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsConnUDPCreateFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsConnection/cSipStatsConnTCPCreateFailures": {
      "get": {
        "summary": "Get cSipStatsConnTCPCreateFailures",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsConnection-cSipStatsConnTCPCreateFailures",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsConnTCPCreateFailures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsConnTCPCreateFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsConnection/cSipStatsConnUDPInactiveTimeouts": {
      "get": {
        "summary": "Get cSipStatsConnUDPInactiveTimeouts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsConnection-cSipStatsConnUDPInactiveTimeouts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsConnUDPInactiveTimeouts": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsConnUDPInactiveTimeouts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsConnection/cSipStatsConnTCPInactiveTimeouts": {
      "get": {
        "summary": "Get cSipStatsConnTCPInactiveTimeouts",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsConnection-cSipStatsConnTCPInactiveTimeouts",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsConnTCPInactiveTimeouts": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsConnTCPInactiveTimeouts from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsConnection/cSipStatsActiveUDPConnections": {
      "get": {
        "summary": "Get cSipStatsActiveUDPConnections",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsConnection-cSipStatsActiveUDPConnections",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsActiveUDPConnections": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsActiveUDPConnections from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsConnection/cSipStatsActiveTCPConnections": {
      "get": {
        "summary": "Get cSipStatsActiveTCPConnections",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsConnection-cSipStatsActiveTCPConnections",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsActiveTCPConnections": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsActiveTCPConnections from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgEarlyMediaTable": {
      "get": {
        "summary": "Get cSipCfgEarlyMediaTable",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgEarlyMediaTable",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgEarlyMediaEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cSipCfgEarlyMediaStatusCodeIndex": {
                            "type": "string",
                            "example": "active"
                          },
                          "cSipCfgEarlyMediaCutThruDisabled": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgEarlyMediaTable": {
                    "cSipCfgEarlyMediaEntry": [
                      {
                        "cSipCfgEarlyMediaStatusCodeIndex": "active",
                        "cSipCfgEarlyMediaCutThruDisabled": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgEarlyMediaTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgEarlyMediaTable/cSipCfgEarlyMediaEntry": {
      "get": {
        "summary": "Get cSipCfgEarlyMediaEntry",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgEarlyMediaTable-cSipCfgEarlyMediaEntry",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cSipCfgEarlyMediaStatusCodeIndex": {
                        "type": "string",
                        "example": "active"
                      },
                      "cSipCfgEarlyMediaCutThruDisabled": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgEarlyMediaEntry": [
                    {
                      "cSipCfgEarlyMediaStatusCodeIndex": "active",
                      "cSipCfgEarlyMediaCutThruDisabled": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgEarlyMediaEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgEarlyMediaTable/cSipCfgEarlyMediaEntry/cSipCfgEarlyMediaStatusCodeIndex": {
      "get": {
        "summary": "Get cSipCfgEarlyMediaStatusCodeIndex",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgEarlyMediaTable-cSipCfgEarlyMediaEntry-cSipCfgEarlyMediaStatusCodeIndex",
        "tags": [
          "CISCO-SIP-UA-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": {
                  "CISCO-SIP-UA-MIB:cSipCfgEarlyMediaStatusCodeIndex": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgEarlyMediaStatusCodeIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgEarlyMediaTable/cSipCfgEarlyMediaEntry/cSipCfgEarlyMediaCutThruDisabled": {
      "get": {
        "summary": "Get cSipCfgEarlyMediaCutThruDisabled",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgEarlyMediaTable-cSipCfgEarlyMediaEntry-cSipCfgEarlyMediaCutThruDisabled",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgEarlyMediaCutThruDisabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgEarlyMediaCutThruDisabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBindSourceAddrTable": {
      "get": {
        "summary": "Get cSipCfgBindSourceAddrTable",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBindSourceAddrTable",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgBindSourceAddrEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cSipCfgBindSourceAddrScope": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cSipCfgBindSourceAddrInterface": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgBindSourceAddrTable": {
                    "cSipCfgBindSourceAddrEntry": [
                      {
                        "cSipCfgBindSourceAddrScope": "default",
                        "cSipCfgBindSourceAddrInterface": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgBindSourceAddrTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBindSourceAddrTable/cSipCfgBindSourceAddrEntry": {
      "get": {
        "summary": "Get cSipCfgBindSourceAddrEntry",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBindSourceAddrTable-cSipCfgBindSourceAddrEntry",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cSipCfgBindSourceAddrScope": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cSipCfgBindSourceAddrInterface": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgBindSourceAddrEntry": [
                    {
                      "cSipCfgBindSourceAddrScope": "default",
                      "cSipCfgBindSourceAddrInterface": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgBindSourceAddrEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBindSourceAddrTable/cSipCfgBindSourceAddrEntry/cSipCfgBindSourceAddrScope": {
      "get": {
        "summary": "Get cSipCfgBindSourceAddrScope",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBindSourceAddrTable-cSipCfgBindSourceAddrEntry-cSipCfgBindSourceAddrScope",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgBindSourceAddrScope": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgBindSourceAddrScope from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgBindSourceAddrTable/cSipCfgBindSourceAddrEntry/cSipCfgBindSourceAddrInterface": {
      "get": {
        "summary": "Get cSipCfgBindSourceAddrInterface",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgBindSourceAddrTable-cSipCfgBindSourceAddrEntry-cSipCfgBindSourceAddrInterface",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgBindSourceAddrInterface": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgBindSourceAddrInterface from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeerTable": {
      "get": {
        "summary": "Get cSipCfgPeerTable",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeerTable",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgPeerEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cSipCfgPeerIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "cSipCfgPeerOutSessionTransport": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cSipCfgPeerReliable1xxRspStr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cSipCfgPeerReliable1xxRspHdr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cSipCfgPeerUrlType": {
                            "type": "string",
                            "example": "https://10.1.1.1/restconf"
                          },
                          "cSipCfgPeerSwitchTransEnabled": {
                            "type": "boolean",
                            "example": true
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPeerTable": {
                    "cSipCfgPeerEntry": [
                      {
                        "cSipCfgPeerIndex": 1,
                        "cSipCfgPeerOutSessionTransport": "default",
                        "cSipCfgPeerReliable1xxRspStr": "configured-value",
                        "cSipCfgPeerReliable1xxRspHdr": "default",
                        "cSipCfgPeerUrlType": "default",
                        "cSipCfgPeerSwitchTransEnabled": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPeerTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeerTable/cSipCfgPeerEntry": {
      "get": {
        "summary": "Get cSipCfgPeerEntry",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeerTable-cSipCfgPeerEntry",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cSipCfgPeerIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "cSipCfgPeerOutSessionTransport": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cSipCfgPeerReliable1xxRspStr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cSipCfgPeerReliable1xxRspHdr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cSipCfgPeerUrlType": {
                        "type": "string",
                        "example": "https://10.1.1.1/restconf"
                      },
                      "cSipCfgPeerSwitchTransEnabled": {
                        "type": "boolean",
                        "example": true
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPeerEntry": [
                    {
                      "cSipCfgPeerIndex": 1,
                      "cSipCfgPeerOutSessionTransport": "default",
                      "cSipCfgPeerReliable1xxRspStr": "configured-value",
                      "cSipCfgPeerReliable1xxRspHdr": "default",
                      "cSipCfgPeerUrlType": "default",
                      "cSipCfgPeerSwitchTransEnabled": true
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPeerEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeerTable/cSipCfgPeerEntry/cSipCfgPeerIndex": {
      "get": {
        "summary": "Get cSipCfgPeerIndex",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeerTable-cSipCfgPeerEntry-cSipCfgPeerIndex",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPeerIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPeerIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeerTable/cSipCfgPeerEntry/cSipCfgPeerOutSessionTransport": {
      "get": {
        "summary": "Get cSipCfgPeerOutSessionTransport",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeerTable-cSipCfgPeerEntry-cSipCfgPeerOutSessionTransport",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPeerOutSessionTransport": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPeerOutSessionTransport from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeerTable/cSipCfgPeerEntry/cSipCfgPeerReliable1xxRspStr": {
      "get": {
        "summary": "Get cSipCfgPeerReliable1xxRspStr",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeerTable-cSipCfgPeerEntry-cSipCfgPeerReliable1xxRspStr",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPeerReliable1xxRspStr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPeerReliable1xxRspStr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeerTable/cSipCfgPeerEntry/cSipCfgPeerReliable1xxRspHdr": {
      "get": {
        "summary": "Get cSipCfgPeerReliable1xxRspHdr",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeerTable-cSipCfgPeerEntry-cSipCfgPeerReliable1xxRspHdr",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPeerReliable1xxRspHdr": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPeerReliable1xxRspHdr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeerTable/cSipCfgPeerEntry/cSipCfgPeerUrlType": {
      "get": {
        "summary": "Get cSipCfgPeerUrlType",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeerTable-cSipCfgPeerEntry-cSipCfgPeerUrlType",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "https://10.1.1.1/restconf"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPeerUrlType": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPeerUrlType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgPeerTable/cSipCfgPeerEntry/cSipCfgPeerSwitchTransEnabled": {
      "get": {
        "summary": "Get cSipCfgPeerSwitchTransEnabled",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgPeerTable-cSipCfgPeerEntry-cSipCfgPeerSwitchTransEnabled",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPeerSwitchTransEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPeerSwitchTransEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgStatusCauseTable": {
      "get": {
        "summary": "Get cSipCfgStatusCauseTable",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgStatusCauseTable",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgStatusCauseEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cSipCfgStatusCodeIndex": {
                            "type": "string",
                            "example": "active"
                          },
                          "cSipCfgPstnCause": {
                            "type": "integer",
                            "example": 1
                          },
                          "cSipCfgStatusCauseStoreStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "active"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgStatusCauseTable": {
                    "cSipCfgStatusCauseEntry": [
                      {
                        "cSipCfgStatusCodeIndex": "active",
                        "cSipCfgPstnCause": 1,
                        "cSipCfgStatusCauseStoreStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgStatusCauseTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgStatusCauseTable/cSipCfgStatusCauseEntry": {
      "get": {
        "summary": "Get cSipCfgStatusCauseEntry",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgStatusCauseTable-cSipCfgStatusCauseEntry",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cSipCfgStatusCodeIndex": {
                        "type": "string",
                        "example": "active"
                      },
                      "cSipCfgPstnCause": {
                        "type": "integer",
                        "example": 1
                      },
                      "cSipCfgStatusCauseStoreStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgStatusCauseEntry": [
                    {
                      "cSipCfgStatusCodeIndex": "active",
                      "cSipCfgPstnCause": 1,
                      "cSipCfgStatusCauseStoreStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgStatusCauseEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgStatusCauseTable/cSipCfgStatusCauseEntry/cSipCfgStatusCodeIndex": {
      "get": {
        "summary": "Get cSipCfgStatusCodeIndex",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgStatusCauseTable-cSipCfgStatusCauseEntry-cSipCfgStatusCodeIndex",
        "tags": [
          "CISCO-SIP-UA-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": {
                  "CISCO-SIP-UA-MIB:cSipCfgStatusCodeIndex": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgStatusCodeIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgStatusCauseTable/cSipCfgStatusCauseEntry/cSipCfgPstnCause": {
      "get": {
        "summary": "Get cSipCfgPstnCause",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgStatusCauseTable-cSipCfgStatusCauseEntry-cSipCfgPstnCause",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPstnCause": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPstnCause from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgStatusCauseTable/cSipCfgStatusCauseEntry/cSipCfgStatusCauseStoreStatus": {
      "get": {
        "summary": "Get cSipCfgStatusCauseStoreStatus",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgStatusCauseTable-cSipCfgStatusCauseEntry-cSipCfgStatusCauseStoreStatus",
        "tags": [
          "CISCO-SIP-UA-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": {
                  "CISCO-SIP-UA-MIB:cSipCfgStatusCauseStoreStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgStatusCauseStoreStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgCauseStatusTable": {
      "get": {
        "summary": "Get cSipCfgCauseStatusTable",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgCauseStatusTable",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipCfgCauseStatusEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cSipCfgPstnCauseIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "cSipCfgStatusCode": {
                            "type": "string",
                            "example": "active"
                          },
                          "cSipCfgCauseStatusStoreStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "active"
                    }
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgCauseStatusTable": {
                    "cSipCfgCauseStatusEntry": [
                      {
                        "cSipCfgPstnCauseIndex": 1,
                        "cSipCfgStatusCode": "active",
                        "cSipCfgCauseStatusStoreStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgCauseStatusTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgCauseStatusTable/cSipCfgCauseStatusEntry": {
      "get": {
        "summary": "Get cSipCfgCauseStatusEntry",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgCauseStatusTable-cSipCfgCauseStatusEntry",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cSipCfgPstnCauseIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "cSipCfgStatusCode": {
                        "type": "string",
                        "example": "active"
                      },
                      "cSipCfgCauseStatusStoreStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "active"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgCauseStatusEntry": [
                    {
                      "cSipCfgPstnCauseIndex": 1,
                      "cSipCfgStatusCode": "active",
                      "cSipCfgCauseStatusStoreStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgCauseStatusEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgCauseStatusTable/cSipCfgCauseStatusEntry/cSipCfgPstnCauseIndex": {
      "get": {
        "summary": "Get cSipCfgPstnCauseIndex",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgCauseStatusTable-cSipCfgCauseStatusEntry-cSipCfgPstnCauseIndex",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipCfgPstnCauseIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgPstnCauseIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgCauseStatusTable/cSipCfgCauseStatusEntry/cSipCfgStatusCode": {
      "get": {
        "summary": "Get cSipCfgStatusCode",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgCauseStatusTable-cSipCfgCauseStatusEntry-cSipCfgStatusCode",
        "tags": [
          "CISCO-SIP-UA-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": {
                  "CISCO-SIP-UA-MIB:cSipCfgStatusCode": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgStatusCode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipCfgCauseStatusTable/cSipCfgCauseStatusEntry/cSipCfgCauseStatusStoreStatus": {
      "get": {
        "summary": "Get cSipCfgCauseStatusStoreStatus",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipCfgCauseStatusTable-cSipCfgCauseStatusEntry-cSipCfgCauseStatusStoreStatus",
        "tags": [
          "CISCO-SIP-UA-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": {
                  "CISCO-SIP-UA-MIB:cSipCfgCauseStatusStoreStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipCfgCauseStatusStoreStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsSuccessOkTable": {
      "get": {
        "summary": "Get cSipStatsSuccessOkTable",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsSuccessOkTable",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cSipStatsSuccessOkEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cSipStatsSuccessOkMethod": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cSipStatsSuccessOkInbounds": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cSipStatsSuccessOkOutbounds": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsSuccessOkTable": {
                    "cSipStatsSuccessOkEntry": [
                      {
                        "cSipStatsSuccessOkMethod": "configured-value",
                        "cSipStatsSuccessOkInbounds": "configured-value",
                        "cSipStatsSuccessOkOutbounds": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsSuccessOkTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsSuccessOkTable/cSipStatsSuccessOkEntry": {
      "get": {
        "summary": "Get cSipStatsSuccessOkEntry",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsSuccessOkTable-cSipStatsSuccessOkEntry",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cSipStatsSuccessOkMethod": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cSipStatsSuccessOkInbounds": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cSipStatsSuccessOkOutbounds": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsSuccessOkEntry": [
                    {
                      "cSipStatsSuccessOkMethod": "configured-value",
                      "cSipStatsSuccessOkInbounds": "configured-value",
                      "cSipStatsSuccessOkOutbounds": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsSuccessOkEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsSuccessOkTable/cSipStatsSuccessOkEntry/cSipStatsSuccessOkMethod": {
      "get": {
        "summary": "Get cSipStatsSuccessOkMethod",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsSuccessOkTable-cSipStatsSuccessOkEntry-cSipStatsSuccessOkMethod",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsSuccessOkMethod": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsSuccessOkMethod from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsSuccessOkTable/cSipStatsSuccessOkEntry/cSipStatsSuccessOkInbounds": {
      "get": {
        "summary": "Get cSipStatsSuccessOkInbounds",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsSuccessOkTable-cSipStatsSuccessOkEntry-cSipStatsSuccessOkInbounds",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsSuccessOkInbounds": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsSuccessOkInbounds from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB/cSipStatsSuccessOkTable/cSipStatsSuccessOkEntry/cSipStatsSuccessOkOutbounds": {
      "get": {
        "summary": "Get cSipStatsSuccessOkOutbounds",
        "operationId": "get-CISCO-SIP-UA-MIB:CISCO-SIP-UA-MIB-cSipStatsSuccessOkTable-cSipStatsSuccessOkEntry-cSipStatsSuccessOkOutbounds",
        "tags": [
          "CISCO-SIP-UA-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-SIP-UA-MIB:cSipStatsSuccessOkOutbounds": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cSipStatsSuccessOkOutbounds 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": []
    }
  ]
}
