{
  "openapi": "3.0.0",
  "info": {
    "title": "CISCO-SESS-BORDER-CTRLR-STATS-MIB MIB API",
    "version": "1.0.0",
    "description": "SNMP MIB translated to YANG data model\n\n⚠️ **IMPORTANT - MIB DATA ACCESS**:\nThis YANG model exists for SMIv2-to-YANG translation purposes, but MIB data on IOS-XE devices is primarily accessed via **SNMP protocol**, not RESTCONF.\n\n**RESTCONF Limitation**: Many MIB paths may return 404 errors via RESTCONF `/data` endpoints because the device exposes MIB data through SNMP, not the YANG datastore.\n\n**Recommended Access Methods**:\n- Use SNMP (v2c/v3) to query MIB data directly\n- Use NETCONF `<get>` operations for devices supporting YANG-modeled MIB access\n- Check device capabilities: some newer IOS-XE versions may support limited RESTCONF access to specific MIBs\n\n**YANG Model Purpose**: These YANG models define the structure of SNMP MIBs in YANG format for tooling compatibility, but do not guarantee RESTCONF data availability.\n\n\n**📊 YANG Tree:** [View CISCO-SESS-BORDER-CTRLR-STATS-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/CISCO-SESS-BORDER-CTRLR-STATS-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "CISCO-SESS-BORDER-CTRLR-STATS-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}/restconf",
      "description": "RESTCONF server",
      "variables": {
        "device": {
          "default": "10.1.1.1",
          "description": "Device hostname or IP address"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRadiusStatsTable": {
      "get": {
        "summary": "Get csbRadiusStatsTable data",
        "description": "Retrieve csbRadiusStatsTable operational data from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table has the reporting statistics of various RADIUS\n        messages for RADIUS servers with which the client (SBC) shares a\n        secret. Each entry in this table is identified by a \n        value of csbRadiusStatsEntIndex. The other indices of this table\n        are csbCallStatsInstanceIndex defined in \n        csbCallStatsInstanceTable and csbCallStatsServiceIndex defined\n        in csbCallStatsTable.",
                  "properties": {
                    "csbRadiusStatsEntry": {
                      "type": "array",
                      "description": "A conceptual row in the csbRadiusStatsTable. There is an\n          entry in this table for each RADIUS server, as identified by a \n          value of csbRadiusStatsEntIndex. The other indices of this \n          table are csbCallStatsInstanceIndex defined in \n          csbCallStatsInstanceTable and csbCallStatsServiceIndex defined\n          in csbCallStatsTable.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "csbCallStatsInstanceIndex": {
                            "type": "string",
                            "description": "csbCallStatsInstanceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbCallStatsServiceIndex": {
                            "type": "string",
                            "description": "csbCallStatsServiceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbRadiusStatsEntIndex": {
                            "type": "integer",
                            "description": "This object indicates the index of the RADIUS client entity\n            that this server is configured on. This index is assigned \n            arbitrarily by the engine and is not saved over reboots.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRadiusStatsClientName": {
                            "type": "string",
                            "description": "This object indicates the client name of the RADIUS client to\n            which that these statistics apply.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbRadiusStatsClientType": {
                            "type": "string",
                            "description": "This object indicates the type(authentication or accounting)\n            of the RADIUS clients configured on SBC.",
                            "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcRadiusClientType"
                          },
                          "csbRadiusStatsSrvrName": {
                            "type": "string",
                            "description": "This object indicates the server name of the RADIUS server to\n            which that these statistics apply.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbRadiusStatsAcsReqs": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS Access-Request\n            packets sent to this server.  This does not include\n            retransmissions.",
                            "minimum": 0
                          },
                          "csbRadiusStatsAcsRtrns": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS Access-Request\n            packets retransmitted to this RADIUS server.",
                            "minimum": 0
                          },
                          "csbRadiusStatsAcsAccpts": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS Access-Accept\n            packets (valid or invalid) received from this server.",
                            "minimum": 0
                          },
                          "csbRadiusStatsAcsRejects": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS Access-Reject\n            packets (valid or invalid) received from this server.",
                            "minimum": 0
                          },
                          "csbRadiusStatsAcsChalls": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS Access-Challenge\n            packets (valid or invalid) received from this server.",
                            "minimum": 0
                          },
                          "csbRadiusStatsActReqs": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS Accounting-Request\n            packets sent to this server. This does not include\n            retransmissions.",
                            "minimum": 0
                          },
                          "csbRadiusStatsActRetrans": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS Accounting-Request\n            packets retransmitted to this RADIUS server.",
                            "minimum": 0
                          },
                          "csbRadiusStatsActRsps": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS Accounting-Response\n            packets (valid or invalid) received from this server.",
                            "minimum": 0
                          },
                          "csbRadiusStatsMalformedRsps": {
                            "type": "integer",
                            "description": "This object indicates the number of malformed RADIUS response\n            packets received from this server.  Malformed packets include\n            packets with an invalid length. Bad authenticators, Signature\n            attributes and unknown types are not included as malformed\n            access responses.",
                            "minimum": 0
                          },
                          "csbRadiusStatsBadAuths": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS response packets\n            containing invalid authenticators or Signature attributes\n            received from this server.",
                            "minimum": 0
                          },
                          "csbRadiusStatsPending": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS request packets\n            destined for this server that have not yet timed out or received\n            a response. This variable is incremented when a request is sent\n            and decremented on receipt of the response or on a timeout or\n            retransmission.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRadiusStatsTimeouts": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS request timeouts to\n            this server.  After a timeout the client may retry to a\n            different server or give up. A retry to a different server is\n            counted as a request as well as a timeout.",
                            "minimum": 0
                          },
                          "csbRadiusStatsUnknownType": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS packets of unknown\n            type which were received from this server.",
                            "minimum": 0
                          },
                          "csbRadiusStatsDropped": {
                            "type": "integer",
                            "description": "This object indicates the number of RADIUS packets which were\n            received from this server and dropped for some other reason.",
                            "minimum": 0
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRadiusStatsTable": {
                    "csbRadiusStatsEntry": [
                      {
                        "csbCallStatsInstanceIndex": "1",
                        "csbCallStatsServiceIndex": "1",
                        "csbRadiusStatsEntIndex": 1,
                        "csbRadiusStatsClientName": "interface-1",
                        "csbRadiusStatsClientType": "ethernetCsmacd(6)",
                        "csbRadiusStatsSrvrName": "interface-1",
                        "csbRadiusStatsAcsReqs": 0,
                        "csbRadiusStatsAcsRtrns": 0,
                        "csbRadiusStatsAcsAccpts": 0,
                        "csbRadiusStatsAcsRejects": 0,
                        "csbRadiusStatsAcsChalls": 0,
                        "csbRadiusStatsActReqs": 0,
                        "csbRadiusStatsActRetrans": 0,
                        "csbRadiusStatsActRsps": 0,
                        "csbRadiusStatsMalformedRsps": 0,
                        "csbRadiusStatsBadAuths": 0,
                        "csbRadiusStatsPending": 0,
                        "csbRadiusStatsTimeouts": 0,
                        "csbRadiusStatsUnknownType": 0,
                        "csbRadiusStatsDropped": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "2",
                        "csbCallStatsServiceIndex": "2",
                        "csbRadiusStatsEntIndex": 2,
                        "csbRadiusStatsClientName": "interface-1",
                        "csbRadiusStatsClientType": "ethernetCsmacd(6)",
                        "csbRadiusStatsSrvrName": "interface-1",
                        "csbRadiusStatsAcsReqs": 0,
                        "csbRadiusStatsAcsRtrns": 0,
                        "csbRadiusStatsAcsAccpts": 0,
                        "csbRadiusStatsAcsRejects": 0,
                        "csbRadiusStatsAcsChalls": 0,
                        "csbRadiusStatsActReqs": 0,
                        "csbRadiusStatsActRetrans": 0,
                        "csbRadiusStatsActRsps": 0,
                        "csbRadiusStatsMalformedRsps": 0,
                        "csbRadiusStatsBadAuths": 0,
                        "csbRadiusStatsPending": 0,
                        "csbRadiusStatsTimeouts": 0,
                        "csbRadiusStatsUnknownType": 0,
                        "csbRadiusStatsDropped": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "3",
                        "csbCallStatsServiceIndex": "3",
                        "csbRadiusStatsEntIndex": 3,
                        "csbRadiusStatsClientName": "interface-1",
                        "csbRadiusStatsClientType": "ethernetCsmacd(6)",
                        "csbRadiusStatsSrvrName": "interface-1",
                        "csbRadiusStatsAcsReqs": 0,
                        "csbRadiusStatsAcsRtrns": 0,
                        "csbRadiusStatsAcsAccpts": 0,
                        "csbRadiusStatsAcsRejects": 0,
                        "csbRadiusStatsAcsChalls": 0,
                        "csbRadiusStatsActReqs": 0,
                        "csbRadiusStatsActRetrans": 0,
                        "csbRadiusStatsActRsps": 0,
                        "csbRadiusStatsMalformedRsps": 0,
                        "csbRadiusStatsBadAuths": 0,
                        "csbRadiusStatsPending": 0,
                        "csbRadiusStatsTimeouts": 0,
                        "csbRadiusStatsUnknownType": 0,
                        "csbRadiusStatsDropped": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbRadiusStatsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbRadiusStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRadiusStatsTable/csbRadiusStatsEntry": {
      "get": {
        "summary": "Get csbRadiusStatsEntry list",
        "description": "Retrieve list of csbRadiusStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A conceptual row in the csbRadiusStatsTable. There is an\n          entry in this table for each RADIUS server, as identified by a \n          value of csbRadiusStatsEntIndex. The other indices of this \n          table are csbCallStatsInstanceIndex defined in \n          csbCallStatsInstanceTable and csbCallStatsServiceIndex defined\n          in csbCallStatsTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbRadiusStatsEntIndex": {
                        "type": "integer",
                        "description": "This object indicates the index of the RADIUS client entity\n            that this server is configured on. This index is assigned \n            arbitrarily by the engine and is not saved over reboots.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRadiusStatsClientName": {
                        "type": "string",
                        "description": "This object indicates the client name of the RADIUS client to\n            which that these statistics apply.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbRadiusStatsClientType": {
                        "type": "string",
                        "description": "This object indicates the type(authentication or accounting)\n            of the RADIUS clients configured on SBC.",
                        "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcRadiusClientType"
                      },
                      "csbRadiusStatsSrvrName": {
                        "type": "string",
                        "description": "This object indicates the server name of the RADIUS server to\n            which that these statistics apply.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbRadiusStatsAcsReqs": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Access-Request\n            packets sent to this server.  This does not include\n            retransmissions.",
                        "minimum": 0
                      },
                      "csbRadiusStatsAcsRtrns": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Access-Request\n            packets retransmitted to this RADIUS server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsAcsAccpts": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Access-Accept\n            packets (valid or invalid) received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsAcsRejects": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Access-Reject\n            packets (valid or invalid) received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsAcsChalls": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Access-Challenge\n            packets (valid or invalid) received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsActReqs": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Accounting-Request\n            packets sent to this server. This does not include\n            retransmissions.",
                        "minimum": 0
                      },
                      "csbRadiusStatsActRetrans": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Accounting-Request\n            packets retransmitted to this RADIUS server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsActRsps": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Accounting-Response\n            packets (valid or invalid) received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsMalformedRsps": {
                        "type": "integer",
                        "description": "This object indicates the number of malformed RADIUS response\n            packets received from this server.  Malformed packets include\n            packets with an invalid length. Bad authenticators, Signature\n            attributes and unknown types are not included as malformed\n            access responses.",
                        "minimum": 0
                      },
                      "csbRadiusStatsBadAuths": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS response packets\n            containing invalid authenticators or Signature attributes\n            received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsPending": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS request packets\n            destined for this server that have not yet timed out or received\n            a response. This variable is incremented when a request is sent\n            and decremented on receipt of the response or on a timeout or\n            retransmission.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRadiusStatsTimeouts": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS request timeouts to\n            this server.  After a timeout the client may retry to a\n            different server or give up. A retry to a different server is\n            counted as a request as well as a timeout.",
                        "minimum": 0
                      },
                      "csbRadiusStatsUnknownType": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS packets of unknown\n            type which were received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsDropped": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS packets which were\n            received from this server and dropped for some other reason.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRadiusStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbRadiusStatsEntIndex": 1,
                      "csbRadiusStatsClientName": "interface-1",
                      "csbRadiusStatsClientType": "ethernetCsmacd(6)",
                      "csbRadiusStatsSrvrName": "interface-1",
                      "csbRadiusStatsAcsReqs": 0,
                      "csbRadiusStatsAcsRtrns": 0,
                      "csbRadiusStatsAcsAccpts": 0,
                      "csbRadiusStatsAcsRejects": 0,
                      "csbRadiusStatsAcsChalls": 0,
                      "csbRadiusStatsActReqs": 0,
                      "csbRadiusStatsActRetrans": 0,
                      "csbRadiusStatsActRsps": 0,
                      "csbRadiusStatsMalformedRsps": 0,
                      "csbRadiusStatsBadAuths": 0,
                      "csbRadiusStatsPending": 0,
                      "csbRadiusStatsTimeouts": 0,
                      "csbRadiusStatsUnknownType": 0,
                      "csbRadiusStatsDropped": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbRadiusStatsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbRadiusStatsTable/csbRadiusStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRfBillRealmStatsTable": {
      "get": {
        "summary": "Get csbRfBillRealmStatsTable data",
        "description": "Retrieve csbRfBillRealmStatsTable operational data from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "csbRfBillRealmStatsTable",
                  "properties": {
                    "csbRfBillRealmStatsEntry": {
                      "type": "array",
                      "description": "csbRfBillRealmStatsEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "csbCallStatsInstanceIndex": {
                            "type": "string",
                            "description": "csbCallStatsInstanceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbCallStatsServiceIndex": {
                            "type": "string",
                            "description": "csbCallStatsServiceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbRfBillRealmStatsIndex": {
                            "type": "integer",
                            "description": "This object indicates the billing method instance index. The\n            range of valid values for this field is 0 - 31.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsRealmName": {
                            "type": "string",
                            "description": "This object indicates the realm for which these statistics are\n            collected. The length of this object is zero when value is not\n            assigned to it.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbRfBillRealmStatsTotalStartAcrs": {
                            "type": "integer",
                            "description": "This object indicates the combined sum of successful and failed\n            Start ACRs since start of day or the last time the statistics\n            were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsTotalInterimAcrs": {
                            "type": "integer",
                            "description": "This object indicates the combined sum of successful and failed\n            Interim ACRs since start of day or the last time the statistics\n            were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsTotalStopAcrs": {
                            "type": "integer",
                            "description": "This object indicates the combined sum of successful and failed\n            Stop ACRs since start of day or the last time the statistics\n            were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsTotalEventAcrs": {
                            "type": "integer",
                            "description": "This object indicates the combined sum of successful and failed\n            Event ACRs since start of day or the last time the statistics\n            were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsSuccStartAcrs": {
                            "type": "integer",
                            "description": "This object indicates the total number of successful Start ACRs\n            since start of day or the last time the statistics were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsSuccInterimAcrs": {
                            "type": "integer",
                            "description": "This object indicates the total number of successful Interim\n            ACRs since start of day or the last time the statistics were\n            reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsSuccStopAcrs": {
                            "type": "integer",
                            "description": "This object indicates the total number of successful Stop ACRs\n            since start of day or the last time the statistics were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsSuccEventAcrs": {
                            "type": "integer",
                            "description": "This object indicates the total number of successful Event ACRs\n            since start of day or the last time the statistics were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsFailStartAcrs": {
                            "type": "integer",
                            "description": "This object indicates the total number of failed Start ACRs\n            since start of day or the last time the statistics were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsFailInterimAcrs": {
                            "type": "integer",
                            "description": "This object indicates the total number of failed Interim ACRs\n            since start of day or the last time the statistics were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsFailStopAcrs": {
                            "type": "integer",
                            "description": "This object indicates the total number of failed Stop ACRs\n            since start of day or the last time the statistics were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbRfBillRealmStatsFailEventAcrs": {
                            "type": "integer",
                            "description": "This object indicates the total number of failed Event ACRs\n            since start of day or the last time the statistics were reset.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRfBillRealmStatsTable": {
                    "csbRfBillRealmStatsEntry": [
                      {
                        "csbCallStatsInstanceIndex": "1",
                        "csbCallStatsServiceIndex": "1",
                        "csbRfBillRealmStatsIndex": 1,
                        "csbRfBillRealmStatsRealmName": "interface-1",
                        "csbRfBillRealmStatsTotalStartAcrs": 0,
                        "csbRfBillRealmStatsTotalInterimAcrs": 0,
                        "csbRfBillRealmStatsTotalStopAcrs": 0,
                        "csbRfBillRealmStatsTotalEventAcrs": 0,
                        "csbRfBillRealmStatsSuccStartAcrs": 0,
                        "csbRfBillRealmStatsSuccInterimAcrs": 0,
                        "csbRfBillRealmStatsSuccStopAcrs": 0,
                        "csbRfBillRealmStatsSuccEventAcrs": 0,
                        "csbRfBillRealmStatsFailStartAcrs": 0,
                        "csbRfBillRealmStatsFailInterimAcrs": 0,
                        "csbRfBillRealmStatsFailStopAcrs": 0,
                        "csbRfBillRealmStatsFailEventAcrs": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "2",
                        "csbCallStatsServiceIndex": "2",
                        "csbRfBillRealmStatsIndex": 2,
                        "csbRfBillRealmStatsRealmName": "interface-1",
                        "csbRfBillRealmStatsTotalStartAcrs": 0,
                        "csbRfBillRealmStatsTotalInterimAcrs": 0,
                        "csbRfBillRealmStatsTotalStopAcrs": 0,
                        "csbRfBillRealmStatsTotalEventAcrs": 0,
                        "csbRfBillRealmStatsSuccStartAcrs": 0,
                        "csbRfBillRealmStatsSuccInterimAcrs": 0,
                        "csbRfBillRealmStatsSuccStopAcrs": 0,
                        "csbRfBillRealmStatsSuccEventAcrs": 0,
                        "csbRfBillRealmStatsFailStartAcrs": 0,
                        "csbRfBillRealmStatsFailInterimAcrs": 0,
                        "csbRfBillRealmStatsFailStopAcrs": 0,
                        "csbRfBillRealmStatsFailEventAcrs": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "3",
                        "csbCallStatsServiceIndex": "3",
                        "csbRfBillRealmStatsIndex": 3,
                        "csbRfBillRealmStatsRealmName": "interface-1",
                        "csbRfBillRealmStatsTotalStartAcrs": 0,
                        "csbRfBillRealmStatsTotalInterimAcrs": 0,
                        "csbRfBillRealmStatsTotalStopAcrs": 0,
                        "csbRfBillRealmStatsTotalEventAcrs": 0,
                        "csbRfBillRealmStatsSuccStartAcrs": 0,
                        "csbRfBillRealmStatsSuccInterimAcrs": 0,
                        "csbRfBillRealmStatsSuccStopAcrs": 0,
                        "csbRfBillRealmStatsSuccEventAcrs": 0,
                        "csbRfBillRealmStatsFailStartAcrs": 0,
                        "csbRfBillRealmStatsFailInterimAcrs": 0,
                        "csbRfBillRealmStatsFailStopAcrs": 0,
                        "csbRfBillRealmStatsFailEventAcrs": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbRfBillRealmStatsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbRfBillRealmStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRfBillRealmStatsTable/csbRfBillRealmStatsEntry": {
      "get": {
        "summary": "Get csbRfBillRealmStatsEntry list",
        "description": "Retrieve list of csbRfBillRealmStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "csbRfBillRealmStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbRfBillRealmStatsIndex": {
                        "type": "integer",
                        "description": "This object indicates the billing method instance index. The\n            range of valid values for this field is 0 - 31.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsRealmName": {
                        "type": "string",
                        "description": "This object indicates the realm for which these statistics are\n            collected. The length of this object is zero when value is not\n            assigned to it.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbRfBillRealmStatsTotalStartAcrs": {
                        "type": "integer",
                        "description": "This object indicates the combined sum of successful and failed\n            Start ACRs since start of day or the last time the statistics\n            were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsTotalInterimAcrs": {
                        "type": "integer",
                        "description": "This object indicates the combined sum of successful and failed\n            Interim ACRs since start of day or the last time the statistics\n            were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsTotalStopAcrs": {
                        "type": "integer",
                        "description": "This object indicates the combined sum of successful and failed\n            Stop ACRs since start of day or the last time the statistics\n            were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsTotalEventAcrs": {
                        "type": "integer",
                        "description": "This object indicates the combined sum of successful and failed\n            Event ACRs since start of day or the last time the statistics\n            were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsSuccStartAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of successful Start ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsSuccInterimAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of successful Interim\n            ACRs since start of day or the last time the statistics were\n            reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsSuccStopAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of successful Stop ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsSuccEventAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of successful Event ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsFailStartAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of failed Start ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsFailInterimAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of failed Interim ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsFailStopAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of failed Stop ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsFailEventAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of failed Event ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRfBillRealmStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbRfBillRealmStatsIndex": 1,
                      "csbRfBillRealmStatsRealmName": "interface-1",
                      "csbRfBillRealmStatsTotalStartAcrs": 0,
                      "csbRfBillRealmStatsTotalInterimAcrs": 0,
                      "csbRfBillRealmStatsTotalStopAcrs": 0,
                      "csbRfBillRealmStatsTotalEventAcrs": 0,
                      "csbRfBillRealmStatsSuccStartAcrs": 0,
                      "csbRfBillRealmStatsSuccInterimAcrs": 0,
                      "csbRfBillRealmStatsSuccStopAcrs": 0,
                      "csbRfBillRealmStatsSuccEventAcrs": 0,
                      "csbRfBillRealmStatsFailStartAcrs": 0,
                      "csbRfBillRealmStatsFailInterimAcrs": 0,
                      "csbRfBillRealmStatsFailStopAcrs": 0,
                      "csbRfBillRealmStatsFailEventAcrs": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbRfBillRealmStatsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbRfBillRealmStatsTable/csbRfBillRealmStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdCurrentStatsTable": {
      "get": {
        "summary": "Get csbSIPMthdCurrentStatsTable data",
        "description": "Retrieve csbSIPMthdCurrentStatsTable operational data from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "csbSIPMthdCurrentStatsTable",
                  "properties": {
                    "csbSIPMthdCurrentStatsEntry": {
                      "type": "array",
                      "description": "csbSIPMthdCurrentStatsEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "csbCallStatsInstanceIndex": {
                            "type": "string",
                            "description": "csbCallStatsInstanceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbCallStatsServiceIndex": {
                            "type": "string",
                            "description": "csbCallStatsServiceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbSIPMthdCurrentStatsAdjName": {
                            "type": "string",
                            "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbSIPMthdCurrentStatsMethod": {
                            "type": "string",
                            "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                            "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                          },
                          "csbSIPMthdCurrentStatsInterval": {
                            "type": "string",
                            "description": "This object indicates the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 minutes, 15 minutes, 1 hour , 1 Day. This \n            object acts as an index for the table.",
                            "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                          },
                          "csbSIPMthdCurrentStatsMethodName": {
                            "type": "string",
                            "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbSIPMthdCurrentStatsReqIn": {
                            "type": "integer",
                            "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsReqOut": {
                            "type": "integer",
                            "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp1xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp1xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp2xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp2xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp3xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp3xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp4xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp4xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp5xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp5xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp6xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdCurrentStatsResp6xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdCurrentStatsTable": {
                    "csbSIPMthdCurrentStatsEntry": [
                      {
                        "csbCallStatsInstanceIndex": "1",
                        "csbCallStatsServiceIndex": "1",
                        "csbSIPMthdCurrentStatsAdjName": "192.168.1.1",
                        "csbSIPMthdCurrentStatsMethod": "192.168.1.1",
                        "csbSIPMthdCurrentStatsInterval": "192.168.1.1",
                        "csbSIPMthdCurrentStatsMethodName": "192.168.1.1",
                        "csbSIPMthdCurrentStatsReqIn": 0,
                        "csbSIPMthdCurrentStatsReqOut": 0,
                        "csbSIPMthdCurrentStatsResp1xxIn": 0,
                        "csbSIPMthdCurrentStatsResp1xxOut": 0,
                        "csbSIPMthdCurrentStatsResp2xxIn": 0,
                        "csbSIPMthdCurrentStatsResp2xxOut": 0,
                        "csbSIPMthdCurrentStatsResp3xxIn": 0,
                        "csbSIPMthdCurrentStatsResp3xxOut": 0,
                        "csbSIPMthdCurrentStatsResp4xxIn": 0,
                        "csbSIPMthdCurrentStatsResp4xxOut": 0,
                        "csbSIPMthdCurrentStatsResp5xxIn": 0,
                        "csbSIPMthdCurrentStatsResp5xxOut": 0,
                        "csbSIPMthdCurrentStatsResp6xxIn": 0,
                        "csbSIPMthdCurrentStatsResp6xxOut": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "2",
                        "csbCallStatsServiceIndex": "2",
                        "csbSIPMthdCurrentStatsAdjName": "192.168.1.1",
                        "csbSIPMthdCurrentStatsMethod": "192.168.1.1",
                        "csbSIPMthdCurrentStatsInterval": "192.168.1.1",
                        "csbSIPMthdCurrentStatsMethodName": "192.168.1.1",
                        "csbSIPMthdCurrentStatsReqIn": 0,
                        "csbSIPMthdCurrentStatsReqOut": 0,
                        "csbSIPMthdCurrentStatsResp1xxIn": 0,
                        "csbSIPMthdCurrentStatsResp1xxOut": 0,
                        "csbSIPMthdCurrentStatsResp2xxIn": 0,
                        "csbSIPMthdCurrentStatsResp2xxOut": 0,
                        "csbSIPMthdCurrentStatsResp3xxIn": 0,
                        "csbSIPMthdCurrentStatsResp3xxOut": 0,
                        "csbSIPMthdCurrentStatsResp4xxIn": 0,
                        "csbSIPMthdCurrentStatsResp4xxOut": 0,
                        "csbSIPMthdCurrentStatsResp5xxIn": 0,
                        "csbSIPMthdCurrentStatsResp5xxOut": 0,
                        "csbSIPMthdCurrentStatsResp6xxIn": 0,
                        "csbSIPMthdCurrentStatsResp6xxOut": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "3",
                        "csbCallStatsServiceIndex": "3",
                        "csbSIPMthdCurrentStatsAdjName": "192.168.1.1",
                        "csbSIPMthdCurrentStatsMethod": "192.168.1.1",
                        "csbSIPMthdCurrentStatsInterval": "192.168.1.1",
                        "csbSIPMthdCurrentStatsMethodName": "192.168.1.1",
                        "csbSIPMthdCurrentStatsReqIn": 0,
                        "csbSIPMthdCurrentStatsReqOut": 0,
                        "csbSIPMthdCurrentStatsResp1xxIn": 0,
                        "csbSIPMthdCurrentStatsResp1xxOut": 0,
                        "csbSIPMthdCurrentStatsResp2xxIn": 0,
                        "csbSIPMthdCurrentStatsResp2xxOut": 0,
                        "csbSIPMthdCurrentStatsResp3xxIn": 0,
                        "csbSIPMthdCurrentStatsResp3xxOut": 0,
                        "csbSIPMthdCurrentStatsResp4xxIn": 0,
                        "csbSIPMthdCurrentStatsResp4xxOut": 0,
                        "csbSIPMthdCurrentStatsResp5xxIn": 0,
                        "csbSIPMthdCurrentStatsResp5xxOut": 0,
                        "csbSIPMthdCurrentStatsResp6xxIn": 0,
                        "csbSIPMthdCurrentStatsResp6xxOut": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdCurrentStatsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdCurrentStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdCurrentStatsTable/csbSIPMthdCurrentStatsEntry": {
      "get": {
        "summary": "Get csbSIPMthdCurrentStatsEntry list",
        "description": "Retrieve list of csbSIPMthdCurrentStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "csbSIPMthdCurrentStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbSIPMthdCurrentStatsAdjName": {
                        "type": "string",
                        "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdCurrentStatsMethod": {
                        "type": "string",
                        "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                        "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                      },
                      "csbSIPMthdCurrentStatsInterval": {
                        "type": "string",
                        "description": "This object indicates the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 minutes, 15 minutes, 1 hour , 1 Day. This \n            object acts as an index for the table.",
                        "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                      },
                      "csbSIPMthdCurrentStatsMethodName": {
                        "type": "string",
                        "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdCurrentStatsReqIn": {
                        "type": "integer",
                        "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsReqOut": {
                        "type": "integer",
                        "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp1xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp1xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp2xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp2xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp3xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp3xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp4xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp4xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp5xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp5xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp6xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp6xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdCurrentStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbSIPMthdCurrentStatsAdjName": "192.168.1.1",
                      "csbSIPMthdCurrentStatsMethod": "192.168.1.1",
                      "csbSIPMthdCurrentStatsInterval": "192.168.1.1",
                      "csbSIPMthdCurrentStatsMethodName": "192.168.1.1",
                      "csbSIPMthdCurrentStatsReqIn": 0,
                      "csbSIPMthdCurrentStatsReqOut": 0,
                      "csbSIPMthdCurrentStatsResp1xxIn": 0,
                      "csbSIPMthdCurrentStatsResp1xxOut": 0,
                      "csbSIPMthdCurrentStatsResp2xxIn": 0,
                      "csbSIPMthdCurrentStatsResp2xxOut": 0,
                      "csbSIPMthdCurrentStatsResp3xxIn": 0,
                      "csbSIPMthdCurrentStatsResp3xxOut": 0,
                      "csbSIPMthdCurrentStatsResp4xxIn": 0,
                      "csbSIPMthdCurrentStatsResp4xxOut": 0,
                      "csbSIPMthdCurrentStatsResp5xxIn": 0,
                      "csbSIPMthdCurrentStatsResp5xxOut": 0,
                      "csbSIPMthdCurrentStatsResp6xxIn": 0,
                      "csbSIPMthdCurrentStatsResp6xxOut": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdCurrentStatsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdCurrentStatsTable/csbSIPMthdCurrentStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdHistoryStatsTable": {
      "get": {
        "summary": "Get csbSIPMthdHistoryStatsTable data",
        "description": "Retrieve csbSIPMthdHistoryStatsTable operational data from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "csbSIPMthdHistoryStatsTable",
                  "properties": {
                    "csbSIPMthdHistoryStatsEntry": {
                      "type": "array",
                      "description": "csbSIPMthdHistoryStatsEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "csbCallStatsInstanceIndex": {
                            "type": "string",
                            "description": "csbCallStatsInstanceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbCallStatsServiceIndex": {
                            "type": "string",
                            "description": "csbCallStatsServiceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbSIPMthdHistoryStatsAdjName": {
                            "type": "string",
                            "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbSIPMthdHistoryStatsMethod": {
                            "type": "string",
                            "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                            "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                          },
                          "csbSIPMthdHistoryStatsInterval": {
                            "type": "string",
                            "description": "This object indicates the interval for which the historical\n            statistics information is to be displayed. The interval\n            values can be previous 5 minutes, previous 15 minutes, \n            previous 1 hour and previous 1 Day. This object acts as an \n            index for the table.",
                            "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                          },
                          "csbSIPMthdHistoryStatsMethodName": {
                            "type": "string",
                            "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbSIPMthdHistoryStatsReqIn": {
                            "type": "integer",
                            "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsReqOut": {
                            "type": "integer",
                            "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp1xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp1xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp2xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp2xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp3xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp3xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp4xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp4xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp5xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp5xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp6xxIn": {
                            "type": "integer",
                            "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdHistoryStatsResp6xxOut": {
                            "type": "integer",
                            "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdHistoryStatsTable": {
                    "csbSIPMthdHistoryStatsEntry": [
                      {
                        "csbCallStatsInstanceIndex": "1",
                        "csbCallStatsServiceIndex": "1",
                        "csbSIPMthdHistoryStatsAdjName": "192.168.1.1",
                        "csbSIPMthdHistoryStatsMethod": "192.168.1.1",
                        "csbSIPMthdHistoryStatsInterval": "192.168.1.1",
                        "csbSIPMthdHistoryStatsMethodName": "192.168.1.1",
                        "csbSIPMthdHistoryStatsReqIn": 0,
                        "csbSIPMthdHistoryStatsReqOut": 0,
                        "csbSIPMthdHistoryStatsResp1xxIn": 0,
                        "csbSIPMthdHistoryStatsResp1xxOut": 0,
                        "csbSIPMthdHistoryStatsResp2xxIn": 0,
                        "csbSIPMthdHistoryStatsResp2xxOut": 0,
                        "csbSIPMthdHistoryStatsResp3xxIn": 0,
                        "csbSIPMthdHistoryStatsResp3xxOut": 0,
                        "csbSIPMthdHistoryStatsResp4xxIn": 0,
                        "csbSIPMthdHistoryStatsResp4xxOut": 0,
                        "csbSIPMthdHistoryStatsResp5xxIn": 0,
                        "csbSIPMthdHistoryStatsResp5xxOut": 0,
                        "csbSIPMthdHistoryStatsResp6xxIn": 0,
                        "csbSIPMthdHistoryStatsResp6xxOut": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "2",
                        "csbCallStatsServiceIndex": "2",
                        "csbSIPMthdHistoryStatsAdjName": "192.168.1.1",
                        "csbSIPMthdHistoryStatsMethod": "192.168.1.1",
                        "csbSIPMthdHistoryStatsInterval": "192.168.1.1",
                        "csbSIPMthdHistoryStatsMethodName": "192.168.1.1",
                        "csbSIPMthdHistoryStatsReqIn": 0,
                        "csbSIPMthdHistoryStatsReqOut": 0,
                        "csbSIPMthdHistoryStatsResp1xxIn": 0,
                        "csbSIPMthdHistoryStatsResp1xxOut": 0,
                        "csbSIPMthdHistoryStatsResp2xxIn": 0,
                        "csbSIPMthdHistoryStatsResp2xxOut": 0,
                        "csbSIPMthdHistoryStatsResp3xxIn": 0,
                        "csbSIPMthdHistoryStatsResp3xxOut": 0,
                        "csbSIPMthdHistoryStatsResp4xxIn": 0,
                        "csbSIPMthdHistoryStatsResp4xxOut": 0,
                        "csbSIPMthdHistoryStatsResp5xxIn": 0,
                        "csbSIPMthdHistoryStatsResp5xxOut": 0,
                        "csbSIPMthdHistoryStatsResp6xxIn": 0,
                        "csbSIPMthdHistoryStatsResp6xxOut": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "3",
                        "csbCallStatsServiceIndex": "3",
                        "csbSIPMthdHistoryStatsAdjName": "192.168.1.1",
                        "csbSIPMthdHistoryStatsMethod": "192.168.1.1",
                        "csbSIPMthdHistoryStatsInterval": "192.168.1.1",
                        "csbSIPMthdHistoryStatsMethodName": "192.168.1.1",
                        "csbSIPMthdHistoryStatsReqIn": 0,
                        "csbSIPMthdHistoryStatsReqOut": 0,
                        "csbSIPMthdHistoryStatsResp1xxIn": 0,
                        "csbSIPMthdHistoryStatsResp1xxOut": 0,
                        "csbSIPMthdHistoryStatsResp2xxIn": 0,
                        "csbSIPMthdHistoryStatsResp2xxOut": 0,
                        "csbSIPMthdHistoryStatsResp3xxIn": 0,
                        "csbSIPMthdHistoryStatsResp3xxOut": 0,
                        "csbSIPMthdHistoryStatsResp4xxIn": 0,
                        "csbSIPMthdHistoryStatsResp4xxOut": 0,
                        "csbSIPMthdHistoryStatsResp5xxIn": 0,
                        "csbSIPMthdHistoryStatsResp5xxOut": 0,
                        "csbSIPMthdHistoryStatsResp6xxIn": 0,
                        "csbSIPMthdHistoryStatsResp6xxOut": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdHistoryStatsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdHistoryStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdHistoryStatsTable/csbSIPMthdHistoryStatsEntry": {
      "get": {
        "summary": "Get csbSIPMthdHistoryStatsEntry list",
        "description": "Retrieve list of csbSIPMthdHistoryStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "csbSIPMthdHistoryStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbSIPMthdHistoryStatsAdjName": {
                        "type": "string",
                        "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdHistoryStatsMethod": {
                        "type": "string",
                        "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                        "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                      },
                      "csbSIPMthdHistoryStatsInterval": {
                        "type": "string",
                        "description": "This object indicates the interval for which the historical\n            statistics information is to be displayed. The interval\n            values can be previous 5 minutes, previous 15 minutes, \n            previous 1 hour and previous 1 Day. This object acts as an \n            index for the table.",
                        "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                      },
                      "csbSIPMthdHistoryStatsMethodName": {
                        "type": "string",
                        "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdHistoryStatsReqIn": {
                        "type": "integer",
                        "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsReqOut": {
                        "type": "integer",
                        "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp1xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp1xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp2xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp2xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp3xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp3xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp4xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp4xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp5xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp5xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp6xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp6xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdHistoryStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbSIPMthdHistoryStatsAdjName": "192.168.1.1",
                      "csbSIPMthdHistoryStatsMethod": "192.168.1.1",
                      "csbSIPMthdHistoryStatsInterval": "192.168.1.1",
                      "csbSIPMthdHistoryStatsMethodName": "192.168.1.1",
                      "csbSIPMthdHistoryStatsReqIn": 0,
                      "csbSIPMthdHistoryStatsReqOut": 0,
                      "csbSIPMthdHistoryStatsResp1xxIn": 0,
                      "csbSIPMthdHistoryStatsResp1xxOut": 0,
                      "csbSIPMthdHistoryStatsResp2xxIn": 0,
                      "csbSIPMthdHistoryStatsResp2xxOut": 0,
                      "csbSIPMthdHistoryStatsResp3xxIn": 0,
                      "csbSIPMthdHistoryStatsResp3xxOut": 0,
                      "csbSIPMthdHistoryStatsResp4xxIn": 0,
                      "csbSIPMthdHistoryStatsResp4xxOut": 0,
                      "csbSIPMthdHistoryStatsResp5xxIn": 0,
                      "csbSIPMthdHistoryStatsResp5xxOut": 0,
                      "csbSIPMthdHistoryStatsResp6xxIn": 0,
                      "csbSIPMthdHistoryStatsResp6xxOut": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdHistoryStatsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdHistoryStatsTable/csbSIPMthdHistoryStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCCurrentStatsTable": {
      "get": {
        "summary": "Get csbSIPMthdRCCurrentStatsTable data",
        "description": "Retrieve csbSIPMthdRCCurrentStatsTable operational data from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "csbSIPMthdRCCurrentStatsTable",
                  "properties": {
                    "csbSIPMthdRCCurrentStatsEntry": {
                      "type": "array",
                      "description": "csbSIPMthdRCCurrentStatsEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "csbCallStatsInstanceIndex": {
                            "type": "string",
                            "description": "csbCallStatsInstanceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbCallStatsServiceIndex": {
                            "type": "string",
                            "description": "csbCallStatsServiceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbSIPMthdRCCurrentStatsAdjName": {
                            "type": "string",
                            "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbSIPMthdRCCurrentStatsMethod": {
                            "type": "string",
                            "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                            "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                          },
                          "csbSIPMthdRCCurrentStatsRespCode": {
                            "type": "integer",
                            "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdRCCurrentStatsInterval": {
                            "type": "string",
                            "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 min, 15 mins, 1 hour , 1 Day. This object acts\n            as an index for the table.",
                            "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                          },
                          "csbSIPMthdRCCurrentStatsMethodName": {
                            "type": "string",
                            "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbSIPMthdRCCurrentStatsRespIn": {
                            "type": "integer",
                            "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdRCCurrentStatsRespOut": {
                            "type": "integer",
                            "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCCurrentStatsTable": {
                    "csbSIPMthdRCCurrentStatsEntry": [
                      {
                        "csbCallStatsInstanceIndex": "1",
                        "csbCallStatsServiceIndex": "1",
                        "csbSIPMthdRCCurrentStatsAdjName": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsMethod": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsRespCode": 0,
                        "csbSIPMthdRCCurrentStatsInterval": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsMethodName": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsRespIn": 0,
                        "csbSIPMthdRCCurrentStatsRespOut": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "2",
                        "csbCallStatsServiceIndex": "2",
                        "csbSIPMthdRCCurrentStatsAdjName": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsMethod": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsRespCode": 0,
                        "csbSIPMthdRCCurrentStatsInterval": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsMethodName": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsRespIn": 0,
                        "csbSIPMthdRCCurrentStatsRespOut": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "3",
                        "csbCallStatsServiceIndex": "3",
                        "csbSIPMthdRCCurrentStatsAdjName": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsMethod": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsRespCode": 0,
                        "csbSIPMthdRCCurrentStatsInterval": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsMethodName": "192.168.1.1",
                        "csbSIPMthdRCCurrentStatsRespIn": 0,
                        "csbSIPMthdRCCurrentStatsRespOut": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdRCCurrentStatsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdRCCurrentStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCCurrentStatsTable/csbSIPMthdRCCurrentStatsEntry": {
      "get": {
        "summary": "Get csbSIPMthdRCCurrentStatsEntry list",
        "description": "Retrieve list of csbSIPMthdRCCurrentStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "csbSIPMthdRCCurrentStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbSIPMthdRCCurrentStatsAdjName": {
                        "type": "string",
                        "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdRCCurrentStatsMethod": {
                        "type": "string",
                        "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                        "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                      },
                      "csbSIPMthdRCCurrentStatsRespCode": {
                        "type": "integer",
                        "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdRCCurrentStatsInterval": {
                        "type": "string",
                        "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 min, 15 mins, 1 hour , 1 Day. This object acts\n            as an index for the table.",
                        "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                      },
                      "csbSIPMthdRCCurrentStatsMethodName": {
                        "type": "string",
                        "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdRCCurrentStatsRespIn": {
                        "type": "integer",
                        "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdRCCurrentStatsRespOut": {
                        "type": "integer",
                        "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCCurrentStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbSIPMthdRCCurrentStatsAdjName": "192.168.1.1",
                      "csbSIPMthdRCCurrentStatsMethod": "192.168.1.1",
                      "csbSIPMthdRCCurrentStatsRespCode": 0,
                      "csbSIPMthdRCCurrentStatsInterval": "192.168.1.1",
                      "csbSIPMthdRCCurrentStatsMethodName": "192.168.1.1",
                      "csbSIPMthdRCCurrentStatsRespIn": 0,
                      "csbSIPMthdRCCurrentStatsRespOut": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdRCCurrentStatsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdRCCurrentStatsTable/csbSIPMthdRCCurrentStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCHistoryStatsTable": {
      "get": {
        "summary": "Get csbSIPMthdRCHistoryStatsTable data",
        "description": "Retrieve csbSIPMthdRCHistoryStatsTable operational data from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "csbSIPMthdRCHistoryStatsTable",
                  "properties": {
                    "csbSIPMthdRCHistoryStatsEntry": {
                      "type": "array",
                      "description": "csbSIPMthdRCHistoryStatsEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "csbCallStatsInstanceIndex": {
                            "type": "string",
                            "description": "csbCallStatsInstanceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbCallStatsServiceIndex": {
                            "type": "string",
                            "description": "csbCallStatsServiceIndex",
                            "x-yang-type": "leafref"
                          },
                          "csbSIPMthdRCHistoryStatsAdjName": {
                            "type": "string",
                            "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbSIPMthdRCHistoryStatsMethod": {
                            "type": "string",
                            "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                            "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                          },
                          "csbSIPMthdRCHistoryStatsMethodName": {
                            "type": "string",
                            "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                            "x-yang-type": "snmp-framework:SnmpAdminString"
                          },
                          "csbSIPMthdRCHistoryStatsRespCode": {
                            "type": "integer",
                            "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdRCHistoryStatsInterval": {
                            "type": "string",
                            "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be previous 5 min, previous 15 mins, previous 1 \n            hour , previous 1 Day. This object acts as an index for the\n            table.",
                            "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                          },
                          "csbSIPMthdRCHistoryStatsRespIn": {
                            "type": "integer",
                            "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "csbSIPMthdRCHistoryStatsRespOut": {
                            "type": "integer",
                            "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCHistoryStatsTable": {
                    "csbSIPMthdRCHistoryStatsEntry": [
                      {
                        "csbCallStatsInstanceIndex": "1",
                        "csbCallStatsServiceIndex": "1",
                        "csbSIPMthdRCHistoryStatsAdjName": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsMethod": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsMethodName": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsRespCode": 0,
                        "csbSIPMthdRCHistoryStatsInterval": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsRespIn": 0,
                        "csbSIPMthdRCHistoryStatsRespOut": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "2",
                        "csbCallStatsServiceIndex": "2",
                        "csbSIPMthdRCHistoryStatsAdjName": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsMethod": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsMethodName": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsRespCode": 0,
                        "csbSIPMthdRCHistoryStatsInterval": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsRespIn": 0,
                        "csbSIPMthdRCHistoryStatsRespOut": 0
                      },
                      {
                        "csbCallStatsInstanceIndex": "3",
                        "csbCallStatsServiceIndex": "3",
                        "csbSIPMthdRCHistoryStatsAdjName": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsMethod": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsMethodName": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsRespCode": 0,
                        "csbSIPMthdRCHistoryStatsInterval": "192.168.1.1",
                        "csbSIPMthdRCHistoryStatsRespIn": 0,
                        "csbSIPMthdRCHistoryStatsRespOut": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdRCHistoryStatsTable",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdRCHistoryStatsTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCHistoryStatsTable/csbSIPMthdRCHistoryStatsEntry": {
      "get": {
        "summary": "Get csbSIPMthdRCHistoryStatsEntry list",
        "description": "Retrieve list of csbSIPMthdRCHistoryStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "csbSIPMthdRCHistoryStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbSIPMthdRCHistoryStatsAdjName": {
                        "type": "string",
                        "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdRCHistoryStatsMethod": {
                        "type": "string",
                        "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                        "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                      },
                      "csbSIPMthdRCHistoryStatsMethodName": {
                        "type": "string",
                        "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdRCHistoryStatsRespCode": {
                        "type": "integer",
                        "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdRCHistoryStatsInterval": {
                        "type": "string",
                        "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be previous 5 min, previous 15 mins, previous 1 \n            hour , previous 1 Day. This object acts as an index for the\n            table.",
                        "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                      },
                      "csbSIPMthdRCHistoryStatsRespIn": {
                        "type": "integer",
                        "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdRCHistoryStatsRespOut": {
                        "type": "integer",
                        "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCHistoryStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbSIPMthdRCHistoryStatsAdjName": "192.168.1.1",
                      "csbSIPMthdRCHistoryStatsMethod": "192.168.1.1",
                      "csbSIPMthdRCHistoryStatsMethodName": "192.168.1.1",
                      "csbSIPMthdRCHistoryStatsRespCode": 0,
                      "csbSIPMthdRCHistoryStatsInterval": "192.168.1.1",
                      "csbSIPMthdRCHistoryStatsRespIn": 0,
                      "csbSIPMthdRCHistoryStatsRespOut": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdRCHistoryStatsEntry",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdRCHistoryStatsTable/csbSIPMthdRCHistoryStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRadiusStatsEntry": {
      "get": {
        "summary": "Get csbRadiusStatsEntry list",
        "description": "Retrieve list of csbRadiusStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A conceptual row in the csbRadiusStatsTable. There is an\n          entry in this table for each RADIUS server, as identified by a \n          value of csbRadiusStatsEntIndex. The other indices of this \n          table are csbCallStatsInstanceIndex defined in \n          csbCallStatsInstanceTable and csbCallStatsServiceIndex defined\n          in csbCallStatsTable.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbRadiusStatsEntIndex": {
                        "type": "integer",
                        "description": "This object indicates the index of the RADIUS client entity\n            that this server is configured on. This index is assigned \n            arbitrarily by the engine and is not saved over reboots.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRadiusStatsClientName": {
                        "type": "string",
                        "description": "This object indicates the client name of the RADIUS client to\n            which that these statistics apply.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbRadiusStatsClientType": {
                        "type": "string",
                        "description": "This object indicates the type(authentication or accounting)\n            of the RADIUS clients configured on SBC.",
                        "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcRadiusClientType"
                      },
                      "csbRadiusStatsSrvrName": {
                        "type": "string",
                        "description": "This object indicates the server name of the RADIUS server to\n            which that these statistics apply.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbRadiusStatsAcsReqs": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Access-Request\n            packets sent to this server.  This does not include\n            retransmissions.",
                        "minimum": 0
                      },
                      "csbRadiusStatsAcsRtrns": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Access-Request\n            packets retransmitted to this RADIUS server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsAcsAccpts": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Access-Accept\n            packets (valid or invalid) received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsAcsRejects": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Access-Reject\n            packets (valid or invalid) received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsAcsChalls": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Access-Challenge\n            packets (valid or invalid) received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsActReqs": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Accounting-Request\n            packets sent to this server. This does not include\n            retransmissions.",
                        "minimum": 0
                      },
                      "csbRadiusStatsActRetrans": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Accounting-Request\n            packets retransmitted to this RADIUS server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsActRsps": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS Accounting-Response\n            packets (valid or invalid) received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsMalformedRsps": {
                        "type": "integer",
                        "description": "This object indicates the number of malformed RADIUS response\n            packets received from this server.  Malformed packets include\n            packets with an invalid length. Bad authenticators, Signature\n            attributes and unknown types are not included as malformed\n            access responses.",
                        "minimum": 0
                      },
                      "csbRadiusStatsBadAuths": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS response packets\n            containing invalid authenticators or Signature attributes\n            received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsPending": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS request packets\n            destined for this server that have not yet timed out or received\n            a response. This variable is incremented when a request is sent\n            and decremented on receipt of the response or on a timeout or\n            retransmission.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRadiusStatsTimeouts": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS request timeouts to\n            this server.  After a timeout the client may retry to a\n            different server or give up. A retry to a different server is\n            counted as a request as well as a timeout.",
                        "minimum": 0
                      },
                      "csbRadiusStatsUnknownType": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS packets of unknown\n            type which were received from this server.",
                        "minimum": 0
                      },
                      "csbRadiusStatsDropped": {
                        "type": "integer",
                        "description": "This object indicates the number of RADIUS packets which were\n            received from this server and dropped for some other reason.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRadiusStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbRadiusStatsEntIndex": 1,
                      "csbRadiusStatsClientName": "interface-1",
                      "csbRadiusStatsClientType": "ethernetCsmacd(6)",
                      "csbRadiusStatsSrvrName": "interface-1",
                      "csbRadiusStatsAcsReqs": 0,
                      "csbRadiusStatsAcsRtrns": 0,
                      "csbRadiusStatsAcsAccpts": 0,
                      "csbRadiusStatsAcsRejects": 0,
                      "csbRadiusStatsAcsChalls": 0,
                      "csbRadiusStatsActReqs": 0,
                      "csbRadiusStatsActRetrans": 0,
                      "csbRadiusStatsActRsps": 0,
                      "csbRadiusStatsMalformedRsps": 0,
                      "csbRadiusStatsBadAuths": 0,
                      "csbRadiusStatsPending": 0,
                      "csbRadiusStatsTimeouts": 0,
                      "csbRadiusStatsUnknownType": 0,
                      "csbRadiusStatsDropped": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbRadiusStatsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbRadiusStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRfBillRealmStatsEntry": {
      "get": {
        "summary": "Get csbRfBillRealmStatsEntry list",
        "description": "Retrieve list of csbRfBillRealmStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "csbRfBillRealmStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbRfBillRealmStatsIndex": {
                        "type": "integer",
                        "description": "This object indicates the billing method instance index. The\n            range of valid values for this field is 0 - 31.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsRealmName": {
                        "type": "string",
                        "description": "This object indicates the realm for which these statistics are\n            collected. The length of this object is zero when value is not\n            assigned to it.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbRfBillRealmStatsTotalStartAcrs": {
                        "type": "integer",
                        "description": "This object indicates the combined sum of successful and failed\n            Start ACRs since start of day or the last time the statistics\n            were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsTotalInterimAcrs": {
                        "type": "integer",
                        "description": "This object indicates the combined sum of successful and failed\n            Interim ACRs since start of day or the last time the statistics\n            were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsTotalStopAcrs": {
                        "type": "integer",
                        "description": "This object indicates the combined sum of successful and failed\n            Stop ACRs since start of day or the last time the statistics\n            were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsTotalEventAcrs": {
                        "type": "integer",
                        "description": "This object indicates the combined sum of successful and failed\n            Event ACRs since start of day or the last time the statistics\n            were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsSuccStartAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of successful Start ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsSuccInterimAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of successful Interim\n            ACRs since start of day or the last time the statistics were\n            reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsSuccStopAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of successful Stop ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsSuccEventAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of successful Event ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsFailStartAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of failed Start ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsFailInterimAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of failed Interim ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsFailStopAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of failed Stop ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbRfBillRealmStatsFailEventAcrs": {
                        "type": "integer",
                        "description": "This object indicates the total number of failed Event ACRs\n            since start of day or the last time the statistics were reset.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRfBillRealmStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbRfBillRealmStatsIndex": 1,
                      "csbRfBillRealmStatsRealmName": "interface-1",
                      "csbRfBillRealmStatsTotalStartAcrs": 0,
                      "csbRfBillRealmStatsTotalInterimAcrs": 0,
                      "csbRfBillRealmStatsTotalStopAcrs": 0,
                      "csbRfBillRealmStatsTotalEventAcrs": 0,
                      "csbRfBillRealmStatsSuccStartAcrs": 0,
                      "csbRfBillRealmStatsSuccInterimAcrs": 0,
                      "csbRfBillRealmStatsSuccStopAcrs": 0,
                      "csbRfBillRealmStatsSuccEventAcrs": 0,
                      "csbRfBillRealmStatsFailStartAcrs": 0,
                      "csbRfBillRealmStatsFailInterimAcrs": 0,
                      "csbRfBillRealmStatsFailStopAcrs": 0,
                      "csbRfBillRealmStatsFailEventAcrs": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbRfBillRealmStatsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbRfBillRealmStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdCurrentStatsEntry": {
      "get": {
        "summary": "Get csbSIPMthdCurrentStatsEntry list",
        "description": "Retrieve list of csbSIPMthdCurrentStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "csbSIPMthdCurrentStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbSIPMthdCurrentStatsAdjName": {
                        "type": "string",
                        "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdCurrentStatsMethod": {
                        "type": "string",
                        "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                        "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                      },
                      "csbSIPMthdCurrentStatsInterval": {
                        "type": "string",
                        "description": "This object indicates the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 minutes, 15 minutes, 1 hour , 1 Day. This \n            object acts as an index for the table.",
                        "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                      },
                      "csbSIPMthdCurrentStatsMethodName": {
                        "type": "string",
                        "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdCurrentStatsReqIn": {
                        "type": "integer",
                        "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsReqOut": {
                        "type": "integer",
                        "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp1xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp1xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp2xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp2xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp3xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp3xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp4xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp4xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp5xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp5xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp6xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdCurrentStatsResp6xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdCurrentStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbSIPMthdCurrentStatsAdjName": "192.168.1.1",
                      "csbSIPMthdCurrentStatsMethod": "192.168.1.1",
                      "csbSIPMthdCurrentStatsInterval": "192.168.1.1",
                      "csbSIPMthdCurrentStatsMethodName": "192.168.1.1",
                      "csbSIPMthdCurrentStatsReqIn": 0,
                      "csbSIPMthdCurrentStatsReqOut": 0,
                      "csbSIPMthdCurrentStatsResp1xxIn": 0,
                      "csbSIPMthdCurrentStatsResp1xxOut": 0,
                      "csbSIPMthdCurrentStatsResp2xxIn": 0,
                      "csbSIPMthdCurrentStatsResp2xxOut": 0,
                      "csbSIPMthdCurrentStatsResp3xxIn": 0,
                      "csbSIPMthdCurrentStatsResp3xxOut": 0,
                      "csbSIPMthdCurrentStatsResp4xxIn": 0,
                      "csbSIPMthdCurrentStatsResp4xxOut": 0,
                      "csbSIPMthdCurrentStatsResp5xxIn": 0,
                      "csbSIPMthdCurrentStatsResp5xxOut": 0,
                      "csbSIPMthdCurrentStatsResp6xxIn": 0,
                      "csbSIPMthdCurrentStatsResp6xxOut": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdCurrentStatsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdCurrentStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdHistoryStatsEntry": {
      "get": {
        "summary": "Get csbSIPMthdHistoryStatsEntry list",
        "description": "Retrieve list of csbSIPMthdHistoryStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "csbSIPMthdHistoryStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbSIPMthdHistoryStatsAdjName": {
                        "type": "string",
                        "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdHistoryStatsMethod": {
                        "type": "string",
                        "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                        "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                      },
                      "csbSIPMthdHistoryStatsInterval": {
                        "type": "string",
                        "description": "This object indicates the interval for which the historical\n            statistics information is to be displayed. The interval\n            values can be previous 5 minutes, previous 15 minutes, \n            previous 1 hour and previous 1 Day. This object acts as an \n            index for the table.",
                        "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                      },
                      "csbSIPMthdHistoryStatsMethodName": {
                        "type": "string",
                        "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdHistoryStatsReqIn": {
                        "type": "integer",
                        "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsReqOut": {
                        "type": "integer",
                        "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp1xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp1xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp2xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp2xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp3xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp3xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp4xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp4xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp5xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp5xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp6xxIn": {
                        "type": "integer",
                        "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdHistoryStatsResp6xxOut": {
                        "type": "integer",
                        "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdHistoryStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbSIPMthdHistoryStatsAdjName": "192.168.1.1",
                      "csbSIPMthdHistoryStatsMethod": "192.168.1.1",
                      "csbSIPMthdHistoryStatsInterval": "192.168.1.1",
                      "csbSIPMthdHistoryStatsMethodName": "192.168.1.1",
                      "csbSIPMthdHistoryStatsReqIn": 0,
                      "csbSIPMthdHistoryStatsReqOut": 0,
                      "csbSIPMthdHistoryStatsResp1xxIn": 0,
                      "csbSIPMthdHistoryStatsResp1xxOut": 0,
                      "csbSIPMthdHistoryStatsResp2xxIn": 0,
                      "csbSIPMthdHistoryStatsResp2xxOut": 0,
                      "csbSIPMthdHistoryStatsResp3xxIn": 0,
                      "csbSIPMthdHistoryStatsResp3xxOut": 0,
                      "csbSIPMthdHistoryStatsResp4xxIn": 0,
                      "csbSIPMthdHistoryStatsResp4xxOut": 0,
                      "csbSIPMthdHistoryStatsResp5xxIn": 0,
                      "csbSIPMthdHistoryStatsResp5xxOut": 0,
                      "csbSIPMthdHistoryStatsResp6xxIn": 0,
                      "csbSIPMthdHistoryStatsResp6xxOut": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdHistoryStatsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdHistoryStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCCurrentStatsEntry": {
      "get": {
        "summary": "Get csbSIPMthdRCCurrentStatsEntry list",
        "description": "Retrieve list of csbSIPMthdRCCurrentStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "csbSIPMthdRCCurrentStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbSIPMthdRCCurrentStatsAdjName": {
                        "type": "string",
                        "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdRCCurrentStatsMethod": {
                        "type": "string",
                        "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                        "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                      },
                      "csbSIPMthdRCCurrentStatsRespCode": {
                        "type": "integer",
                        "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdRCCurrentStatsInterval": {
                        "type": "string",
                        "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 min, 15 mins, 1 hour , 1 Day. This object acts\n            as an index for the table.",
                        "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                      },
                      "csbSIPMthdRCCurrentStatsMethodName": {
                        "type": "string",
                        "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdRCCurrentStatsRespIn": {
                        "type": "integer",
                        "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdRCCurrentStatsRespOut": {
                        "type": "integer",
                        "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCCurrentStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbSIPMthdRCCurrentStatsAdjName": "192.168.1.1",
                      "csbSIPMthdRCCurrentStatsMethod": "192.168.1.1",
                      "csbSIPMthdRCCurrentStatsRespCode": 0,
                      "csbSIPMthdRCCurrentStatsInterval": "192.168.1.1",
                      "csbSIPMthdRCCurrentStatsMethodName": "192.168.1.1",
                      "csbSIPMthdRCCurrentStatsRespIn": 0,
                      "csbSIPMthdRCCurrentStatsRespOut": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdRCCurrentStatsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdRCCurrentStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCHistoryStatsEntry": {
      "get": {
        "summary": "Get csbSIPMthdRCHistoryStatsEntry list",
        "description": "Retrieve list of csbSIPMthdRCHistoryStatsEntry entries from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "csbSIPMthdRCHistoryStatsEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "csbCallStatsInstanceIndex": {
                        "type": "string",
                        "description": "csbCallStatsInstanceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbCallStatsServiceIndex": {
                        "type": "string",
                        "description": "csbCallStatsServiceIndex",
                        "x-yang-type": "leafref"
                      },
                      "csbSIPMthdRCHistoryStatsAdjName": {
                        "type": "string",
                        "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdRCHistoryStatsMethod": {
                        "type": "string",
                        "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                        "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                      },
                      "csbSIPMthdRCHistoryStatsMethodName": {
                        "type": "string",
                        "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                        "x-yang-type": "snmp-framework:SnmpAdminString"
                      },
                      "csbSIPMthdRCHistoryStatsRespCode": {
                        "type": "integer",
                        "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdRCHistoryStatsInterval": {
                        "type": "string",
                        "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be previous 5 min, previous 15 mins, previous 1 \n            hour , previous 1 Day. This object acts as an index for the\n            table.",
                        "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                      },
                      "csbSIPMthdRCHistoryStatsRespIn": {
                        "type": "integer",
                        "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "csbSIPMthdRCHistoryStatsRespOut": {
                        "type": "integer",
                        "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCHistoryStatsEntry": [
                    {
                      "csbCallStatsInstanceIndex": "example-string",
                      "csbCallStatsServiceIndex": "example-string",
                      "csbSIPMthdRCHistoryStatsAdjName": "192.168.1.1",
                      "csbSIPMthdRCHistoryStatsMethod": "192.168.1.1",
                      "csbSIPMthdRCHistoryStatsMethodName": "192.168.1.1",
                      "csbSIPMthdRCHistoryStatsRespCode": 0,
                      "csbSIPMthdRCHistoryStatsInterval": "192.168.1.1",
                      "csbSIPMthdRCHistoryStatsRespIn": 0,
                      "csbSIPMthdRCHistoryStatsRespOut": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdRCHistoryStatsEntry-3",
        "parameters": [
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ]
      },
      "x-yang-path": "/csbSIPMthdRCHistoryStatsEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRadiusStatsTable/csbRadiusStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbRadiusStatsEntIndex}": {
      "get": {
        "summary": "Get csbRadiusStatsEntry entry",
        "description": "Retrieve specific csbRadiusStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbRadiusStatsEntIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbRadiusStatsEntIndex": {
                      "type": "integer",
                      "description": "This object indicates the index of the RADIUS client entity\n            that this server is configured on. This index is assigned \n            arbitrarily by the engine and is not saved over reboots.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRadiusStatsClientName": {
                      "type": "string",
                      "description": "This object indicates the client name of the RADIUS client to\n            which that these statistics apply.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbRadiusStatsClientType": {
                      "type": "string",
                      "description": "This object indicates the type(authentication or accounting)\n            of the RADIUS clients configured on SBC.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcRadiusClientType"
                    },
                    "csbRadiusStatsSrvrName": {
                      "type": "string",
                      "description": "This object indicates the server name of the RADIUS server to\n            which that these statistics apply.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbRadiusStatsAcsReqs": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Request\n            packets sent to this server.  This does not include\n            retransmissions.",
                      "minimum": 0
                    },
                    "csbRadiusStatsAcsRtrns": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Request\n            packets retransmitted to this RADIUS server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsAcsAccpts": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Accept\n            packets (valid or invalid) received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsAcsRejects": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Reject\n            packets (valid or invalid) received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsAcsChalls": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Challenge\n            packets (valid or invalid) received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsActReqs": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Accounting-Request\n            packets sent to this server. This does not include\n            retransmissions.",
                      "minimum": 0
                    },
                    "csbRadiusStatsActRetrans": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Accounting-Request\n            packets retransmitted to this RADIUS server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsActRsps": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Accounting-Response\n            packets (valid or invalid) received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsMalformedRsps": {
                      "type": "integer",
                      "description": "This object indicates the number of malformed RADIUS response\n            packets received from this server.  Malformed packets include\n            packets with an invalid length. Bad authenticators, Signature\n            attributes and unknown types are not included as malformed\n            access responses.",
                      "minimum": 0
                    },
                    "csbRadiusStatsBadAuths": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS response packets\n            containing invalid authenticators or Signature attributes\n            received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsPending": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS request packets\n            destined for this server that have not yet timed out or received\n            a response. This variable is incremented when a request is sent\n            and decremented on receipt of the response or on a timeout or\n            retransmission.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRadiusStatsTimeouts": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS request timeouts to\n            this server.  After a timeout the client may retry to a\n            different server or give up. A retry to a different server is\n            counted as a request as well as a timeout.",
                      "minimum": 0
                    },
                    "csbRadiusStatsUnknownType": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS packets of unknown\n            type which were received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsDropped": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS packets which were\n            received from this server and dropped for some other reason.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRadiusStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbRadiusStatsEntIndex": 1,
                    "csbRadiusStatsClientName": "interface-1",
                    "csbRadiusStatsClientType": "ethernetCsmacd(6)",
                    "csbRadiusStatsSrvrName": "interface-1",
                    "csbRadiusStatsAcsReqs": 0,
                    "csbRadiusStatsAcsRtrns": 0,
                    "csbRadiusStatsAcsAccpts": 0,
                    "csbRadiusStatsAcsRejects": 0,
                    "csbRadiusStatsAcsChalls": 0,
                    "csbRadiusStatsActReqs": 0,
                    "csbRadiusStatsActRetrans": 0,
                    "csbRadiusStatsActRsps": 0,
                    "csbRadiusStatsMalformedRsps": 0,
                    "csbRadiusStatsBadAuths": 0,
                    "csbRadiusStatsPending": 0,
                    "csbRadiusStatsTimeouts": 0,
                    "csbRadiusStatsUnknownType": 0,
                    "csbRadiusStatsDropped": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbRadiusStatsEntry-2"
      },
      "x-yang-path": "/csbRadiusStatsTable/csbRadiusStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbRadiusStatsEntIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbRadiusStatsEntIndex"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRfBillRealmStatsTable/csbRfBillRealmStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbRfBillRealmStatsIndex},{csbRfBillRealmStatsRealmName}": {
      "get": {
        "summary": "Get csbRfBillRealmStatsEntry entry",
        "description": "Retrieve specific csbRfBillRealmStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbRfBillRealmStatsIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbRfBillRealmStatsRealmName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbRfBillRealmStatsIndex": {
                      "type": "integer",
                      "description": "This object indicates the billing method instance index. The\n            range of valid values for this field is 0 - 31.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsRealmName": {
                      "type": "string",
                      "description": "This object indicates the realm for which these statistics are\n            collected. The length of this object is zero when value is not\n            assigned to it.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbRfBillRealmStatsTotalStartAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Start ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsTotalInterimAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Interim ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsTotalStopAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Stop ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsTotalEventAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Event ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsSuccStartAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Start ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsSuccInterimAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Interim\n            ACRs since start of day or the last time the statistics were\n            reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsSuccStopAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Stop ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsSuccEventAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Event ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsFailStartAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Start ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsFailInterimAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Interim ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsFailStopAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Stop ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsFailEventAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Event ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRfBillRealmStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbRfBillRealmStatsIndex": 1,
                    "csbRfBillRealmStatsRealmName": "interface-1",
                    "csbRfBillRealmStatsTotalStartAcrs": 0,
                    "csbRfBillRealmStatsTotalInterimAcrs": 0,
                    "csbRfBillRealmStatsTotalStopAcrs": 0,
                    "csbRfBillRealmStatsTotalEventAcrs": 0,
                    "csbRfBillRealmStatsSuccStartAcrs": 0,
                    "csbRfBillRealmStatsSuccInterimAcrs": 0,
                    "csbRfBillRealmStatsSuccStopAcrs": 0,
                    "csbRfBillRealmStatsSuccEventAcrs": 0,
                    "csbRfBillRealmStatsFailStartAcrs": 0,
                    "csbRfBillRealmStatsFailInterimAcrs": 0,
                    "csbRfBillRealmStatsFailStopAcrs": 0,
                    "csbRfBillRealmStatsFailEventAcrs": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbRfBillRealmStatsEntry-2"
      },
      "x-yang-path": "/csbRfBillRealmStatsTable/csbRfBillRealmStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbRfBillRealmStatsIndex csbRfBillRealmStatsRealmName}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbRfBillRealmStatsIndex csbRfBillRealmStatsRealmName"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdCurrentStatsTable/csbSIPMthdCurrentStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbSIPMthdCurrentStatsAdjName},{csbSIPMthdCurrentStatsMethod},{csbSIPMthdCurrentStatsInterval}": {
      "get": {
        "summary": "Get csbSIPMthdCurrentStatsEntry entry",
        "description": "Retrieve specific csbSIPMthdCurrentStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdCurrentStatsAdjName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdCurrentStatsMethod",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdCurrentStatsInterval",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbSIPMthdCurrentStatsAdjName": {
                      "type": "string",
                      "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdCurrentStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                    },
                    "csbSIPMthdCurrentStatsInterval": {
                      "type": "string",
                      "description": "This object indicates the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 minutes, 15 minutes, 1 hour , 1 Day. This \n            object acts as an index for the table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                    },
                    "csbSIPMthdCurrentStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdCurrentStatsReqIn": {
                      "type": "integer",
                      "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsReqOut": {
                      "type": "integer",
                      "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp1xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp1xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp2xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp2xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp3xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp3xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp4xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp4xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp5xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp5xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp6xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp6xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdCurrentStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbSIPMthdCurrentStatsAdjName": "192.168.1.1",
                    "csbSIPMthdCurrentStatsMethod": "192.168.1.1",
                    "csbSIPMthdCurrentStatsInterval": "192.168.1.1",
                    "csbSIPMthdCurrentStatsMethodName": "192.168.1.1",
                    "csbSIPMthdCurrentStatsReqIn": 0,
                    "csbSIPMthdCurrentStatsReqOut": 0,
                    "csbSIPMthdCurrentStatsResp1xxIn": 0,
                    "csbSIPMthdCurrentStatsResp1xxOut": 0,
                    "csbSIPMthdCurrentStatsResp2xxIn": 0,
                    "csbSIPMthdCurrentStatsResp2xxOut": 0,
                    "csbSIPMthdCurrentStatsResp3xxIn": 0,
                    "csbSIPMthdCurrentStatsResp3xxOut": 0,
                    "csbSIPMthdCurrentStatsResp4xxIn": 0,
                    "csbSIPMthdCurrentStatsResp4xxOut": 0,
                    "csbSIPMthdCurrentStatsResp5xxIn": 0,
                    "csbSIPMthdCurrentStatsResp5xxOut": 0,
                    "csbSIPMthdCurrentStatsResp6xxIn": 0,
                    "csbSIPMthdCurrentStatsResp6xxOut": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdCurrentStatsEntry-2"
      },
      "x-yang-path": "/csbSIPMthdCurrentStatsTable/csbSIPMthdCurrentStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdCurrentStatsAdjName csbSIPMthdCurrentStatsMethod csbSIPMthdCurrentStatsInterval}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdCurrentStatsAdjName csbSIPMthdCurrentStatsMethod csbSIPMthdCurrentStatsInterval"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdHistoryStatsTable/csbSIPMthdHistoryStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbSIPMthdHistoryStatsAdjName},{csbSIPMthdHistoryStatsMethod},{csbSIPMthdHistoryStatsInterval}": {
      "get": {
        "summary": "Get csbSIPMthdHistoryStatsEntry entry",
        "description": "Retrieve specific csbSIPMthdHistoryStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdHistoryStatsAdjName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdHistoryStatsMethod",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdHistoryStatsInterval",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbSIPMthdHistoryStatsAdjName": {
                      "type": "string",
                      "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdHistoryStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                    },
                    "csbSIPMthdHistoryStatsInterval": {
                      "type": "string",
                      "description": "This object indicates the interval for which the historical\n            statistics information is to be displayed. The interval\n            values can be previous 5 minutes, previous 15 minutes, \n            previous 1 hour and previous 1 Day. This object acts as an \n            index for the table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                    },
                    "csbSIPMthdHistoryStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdHistoryStatsReqIn": {
                      "type": "integer",
                      "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsReqOut": {
                      "type": "integer",
                      "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp1xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp1xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp2xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp2xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp3xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp3xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp4xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp4xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp5xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp5xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp6xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp6xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdHistoryStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbSIPMthdHistoryStatsAdjName": "192.168.1.1",
                    "csbSIPMthdHistoryStatsMethod": "192.168.1.1",
                    "csbSIPMthdHistoryStatsInterval": "192.168.1.1",
                    "csbSIPMthdHistoryStatsMethodName": "192.168.1.1",
                    "csbSIPMthdHistoryStatsReqIn": 0,
                    "csbSIPMthdHistoryStatsReqOut": 0,
                    "csbSIPMthdHistoryStatsResp1xxIn": 0,
                    "csbSIPMthdHistoryStatsResp1xxOut": 0,
                    "csbSIPMthdHistoryStatsResp2xxIn": 0,
                    "csbSIPMthdHistoryStatsResp2xxOut": 0,
                    "csbSIPMthdHistoryStatsResp3xxIn": 0,
                    "csbSIPMthdHistoryStatsResp3xxOut": 0,
                    "csbSIPMthdHistoryStatsResp4xxIn": 0,
                    "csbSIPMthdHistoryStatsResp4xxOut": 0,
                    "csbSIPMthdHistoryStatsResp5xxIn": 0,
                    "csbSIPMthdHistoryStatsResp5xxOut": 0,
                    "csbSIPMthdHistoryStatsResp6xxIn": 0,
                    "csbSIPMthdHistoryStatsResp6xxOut": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdHistoryStatsEntry-2"
      },
      "x-yang-path": "/csbSIPMthdHistoryStatsTable/csbSIPMthdHistoryStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdHistoryStatsAdjName csbSIPMthdHistoryStatsMethod csbSIPMthdHistoryStatsInterval}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdHistoryStatsAdjName csbSIPMthdHistoryStatsMethod csbSIPMthdHistoryStatsInterval"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCCurrentStatsTable/csbSIPMthdRCCurrentStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbSIPMthdRCCurrentStatsAdjName},{csbSIPMthdRCCurrentStatsMethod},{csbSIPMthdRCCurrentStatsRespCode},{csbSIPMthdRCCurrentStatsInterval}": {
      "get": {
        "summary": "Get csbSIPMthdRCCurrentStatsEntry entry",
        "description": "Retrieve specific csbSIPMthdRCCurrentStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCCurrentStatsAdjName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCCurrentStatsMethod",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCCurrentStatsRespCode",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCCurrentStatsInterval",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbSIPMthdRCCurrentStatsAdjName": {
                      "type": "string",
                      "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdRCCurrentStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                    },
                    "csbSIPMthdRCCurrentStatsRespCode": {
                      "type": "integer",
                      "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdRCCurrentStatsInterval": {
                      "type": "string",
                      "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 min, 15 mins, 1 hour , 1 Day. This object acts\n            as an index for the table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                    },
                    "csbSIPMthdRCCurrentStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdRCCurrentStatsRespIn": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdRCCurrentStatsRespOut": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCCurrentStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbSIPMthdRCCurrentStatsAdjName": "192.168.1.1",
                    "csbSIPMthdRCCurrentStatsMethod": "192.168.1.1",
                    "csbSIPMthdRCCurrentStatsRespCode": 0,
                    "csbSIPMthdRCCurrentStatsInterval": "192.168.1.1",
                    "csbSIPMthdRCCurrentStatsMethodName": "192.168.1.1",
                    "csbSIPMthdRCCurrentStatsRespIn": 0,
                    "csbSIPMthdRCCurrentStatsRespOut": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdRCCurrentStatsEntry-2"
      },
      "x-yang-path": "/csbSIPMthdRCCurrentStatsTable/csbSIPMthdRCCurrentStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdRCCurrentStatsAdjName csbSIPMthdRCCurrentStatsMethod csbSIPMthdRCCurrentStatsRespCode csbSIPMthdRCCurrentStatsInterval}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdRCCurrentStatsAdjName csbSIPMthdRCCurrentStatsMethod csbSIPMthdRCCurrentStatsRespCode csbSIPMthdRCCurrentStatsInterval"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCHistoryStatsTable/csbSIPMthdRCHistoryStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbSIPMthdRCHistoryStatsAdjName},{csbSIPMthdRCHistoryStatsMethod},{csbSIPMthdRCHistoryStatsRespCode},{csbSIPMthdRCHistoryStatsInterval}": {
      "get": {
        "summary": "Get csbSIPMthdRCHistoryStatsEntry entry",
        "description": "Retrieve specific csbSIPMthdRCHistoryStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCHistoryStatsAdjName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCHistoryStatsMethod",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCHistoryStatsRespCode",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCHistoryStatsInterval",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbSIPMthdRCHistoryStatsAdjName": {
                      "type": "string",
                      "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdRCHistoryStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                    },
                    "csbSIPMthdRCHistoryStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdRCHistoryStatsRespCode": {
                      "type": "integer",
                      "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdRCHistoryStatsInterval": {
                      "type": "string",
                      "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be previous 5 min, previous 15 mins, previous 1 \n            hour , previous 1 Day. This object acts as an index for the\n            table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                    },
                    "csbSIPMthdRCHistoryStatsRespIn": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdRCHistoryStatsRespOut": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCHistoryStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbSIPMthdRCHistoryStatsAdjName": "192.168.1.1",
                    "csbSIPMthdRCHistoryStatsMethod": "192.168.1.1",
                    "csbSIPMthdRCHistoryStatsMethodName": "192.168.1.1",
                    "csbSIPMthdRCHistoryStatsRespCode": 0,
                    "csbSIPMthdRCHistoryStatsInterval": "192.168.1.1",
                    "csbSIPMthdRCHistoryStatsRespIn": 0,
                    "csbSIPMthdRCHistoryStatsRespOut": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdRCHistoryStatsEntry-2"
      },
      "x-yang-path": "/csbSIPMthdRCHistoryStatsTable/csbSIPMthdRCHistoryStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdRCHistoryStatsAdjName csbSIPMthdRCHistoryStatsMethod csbSIPMthdRCHistoryStatsRespCode csbSIPMthdRCHistoryStatsInterval}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdRCHistoryStatsAdjName csbSIPMthdRCHistoryStatsMethod csbSIPMthdRCHistoryStatsRespCode csbSIPMthdRCHistoryStatsInterval"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRadiusStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbRadiusStatsEntIndex}": {
      "get": {
        "summary": "Get csbRadiusStatsEntry entry",
        "description": "Retrieve specific csbRadiusStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbRadiusStatsEntIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbRadiusStatsEntIndex": {
                      "type": "integer",
                      "description": "This object indicates the index of the RADIUS client entity\n            that this server is configured on. This index is assigned \n            arbitrarily by the engine and is not saved over reboots.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRadiusStatsClientName": {
                      "type": "string",
                      "description": "This object indicates the client name of the RADIUS client to\n            which that these statistics apply.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbRadiusStatsClientType": {
                      "type": "string",
                      "description": "This object indicates the type(authentication or accounting)\n            of the RADIUS clients configured on SBC.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcRadiusClientType"
                    },
                    "csbRadiusStatsSrvrName": {
                      "type": "string",
                      "description": "This object indicates the server name of the RADIUS server to\n            which that these statistics apply.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbRadiusStatsAcsReqs": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Request\n            packets sent to this server.  This does not include\n            retransmissions.",
                      "minimum": 0
                    },
                    "csbRadiusStatsAcsRtrns": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Request\n            packets retransmitted to this RADIUS server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsAcsAccpts": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Accept\n            packets (valid or invalid) received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsAcsRejects": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Reject\n            packets (valid or invalid) received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsAcsChalls": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Challenge\n            packets (valid or invalid) received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsActReqs": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Accounting-Request\n            packets sent to this server. This does not include\n            retransmissions.",
                      "minimum": 0
                    },
                    "csbRadiusStatsActRetrans": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Accounting-Request\n            packets retransmitted to this RADIUS server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsActRsps": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Accounting-Response\n            packets (valid or invalid) received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsMalformedRsps": {
                      "type": "integer",
                      "description": "This object indicates the number of malformed RADIUS response\n            packets received from this server.  Malformed packets include\n            packets with an invalid length. Bad authenticators, Signature\n            attributes and unknown types are not included as malformed\n            access responses.",
                      "minimum": 0
                    },
                    "csbRadiusStatsBadAuths": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS response packets\n            containing invalid authenticators or Signature attributes\n            received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsPending": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS request packets\n            destined for this server that have not yet timed out or received\n            a response. This variable is incremented when a request is sent\n            and decremented on receipt of the response or on a timeout or\n            retransmission.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRadiusStatsTimeouts": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS request timeouts to\n            this server.  After a timeout the client may retry to a\n            different server or give up. A retry to a different server is\n            counted as a request as well as a timeout.",
                      "minimum": 0
                    },
                    "csbRadiusStatsUnknownType": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS packets of unknown\n            type which were received from this server.",
                      "minimum": 0
                    },
                    "csbRadiusStatsDropped": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS packets which were\n            received from this server and dropped for some other reason.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRadiusStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbRadiusStatsEntIndex": 1,
                    "csbRadiusStatsClientName": "interface-1",
                    "csbRadiusStatsClientType": "ethernetCsmacd(6)",
                    "csbRadiusStatsSrvrName": "interface-1",
                    "csbRadiusStatsAcsReqs": 0,
                    "csbRadiusStatsAcsRtrns": 0,
                    "csbRadiusStatsAcsAccpts": 0,
                    "csbRadiusStatsAcsRejects": 0,
                    "csbRadiusStatsAcsChalls": 0,
                    "csbRadiusStatsActReqs": 0,
                    "csbRadiusStatsActRetrans": 0,
                    "csbRadiusStatsActRsps": 0,
                    "csbRadiusStatsMalformedRsps": 0,
                    "csbRadiusStatsBadAuths": 0,
                    "csbRadiusStatsPending": 0,
                    "csbRadiusStatsTimeouts": 0,
                    "csbRadiusStatsUnknownType": 0,
                    "csbRadiusStatsDropped": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbRadiusStatsEntry-4"
      },
      "x-yang-path": "/csbRadiusStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbRadiusStatsEntIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbRadiusStatsEntIndex"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRfBillRealmStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbRfBillRealmStatsIndex},{csbRfBillRealmStatsRealmName}": {
      "get": {
        "summary": "Get csbRfBillRealmStatsEntry entry",
        "description": "Retrieve specific csbRfBillRealmStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbRfBillRealmStatsIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbRfBillRealmStatsRealmName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbRfBillRealmStatsIndex": {
                      "type": "integer",
                      "description": "This object indicates the billing method instance index. The\n            range of valid values for this field is 0 - 31.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsRealmName": {
                      "type": "string",
                      "description": "This object indicates the realm for which these statistics are\n            collected. The length of this object is zero when value is not\n            assigned to it.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbRfBillRealmStatsTotalStartAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Start ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsTotalInterimAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Interim ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsTotalStopAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Stop ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsTotalEventAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Event ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsSuccStartAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Start ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsSuccInterimAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Interim\n            ACRs since start of day or the last time the statistics were\n            reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsSuccStopAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Stop ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsSuccEventAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Event ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsFailStartAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Start ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsFailInterimAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Interim ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsFailStopAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Stop ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbRfBillRealmStatsFailEventAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Event ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbRfBillRealmStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbRfBillRealmStatsIndex": 1,
                    "csbRfBillRealmStatsRealmName": "interface-1",
                    "csbRfBillRealmStatsTotalStartAcrs": 0,
                    "csbRfBillRealmStatsTotalInterimAcrs": 0,
                    "csbRfBillRealmStatsTotalStopAcrs": 0,
                    "csbRfBillRealmStatsTotalEventAcrs": 0,
                    "csbRfBillRealmStatsSuccStartAcrs": 0,
                    "csbRfBillRealmStatsSuccInterimAcrs": 0,
                    "csbRfBillRealmStatsSuccStopAcrs": 0,
                    "csbRfBillRealmStatsSuccEventAcrs": 0,
                    "csbRfBillRealmStatsFailStartAcrs": 0,
                    "csbRfBillRealmStatsFailInterimAcrs": 0,
                    "csbRfBillRealmStatsFailStopAcrs": 0,
                    "csbRfBillRealmStatsFailEventAcrs": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbRfBillRealmStatsEntry-4"
      },
      "x-yang-path": "/csbRfBillRealmStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbRfBillRealmStatsIndex csbRfBillRealmStatsRealmName}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbRfBillRealmStatsIndex csbRfBillRealmStatsRealmName"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdCurrentStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbSIPMthdCurrentStatsAdjName},{csbSIPMthdCurrentStatsMethod},{csbSIPMthdCurrentStatsInterval}": {
      "get": {
        "summary": "Get csbSIPMthdCurrentStatsEntry entry",
        "description": "Retrieve specific csbSIPMthdCurrentStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdCurrentStatsAdjName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdCurrentStatsMethod",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdCurrentStatsInterval",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbSIPMthdCurrentStatsAdjName": {
                      "type": "string",
                      "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdCurrentStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                    },
                    "csbSIPMthdCurrentStatsInterval": {
                      "type": "string",
                      "description": "This object indicates the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 minutes, 15 minutes, 1 hour , 1 Day. This \n            object acts as an index for the table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                    },
                    "csbSIPMthdCurrentStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdCurrentStatsReqIn": {
                      "type": "integer",
                      "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsReqOut": {
                      "type": "integer",
                      "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp1xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp1xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp2xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp2xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp3xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp3xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp4xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp4xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp5xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp5xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp6xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdCurrentStatsResp6xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdCurrentStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbSIPMthdCurrentStatsAdjName": "192.168.1.1",
                    "csbSIPMthdCurrentStatsMethod": "192.168.1.1",
                    "csbSIPMthdCurrentStatsInterval": "192.168.1.1",
                    "csbSIPMthdCurrentStatsMethodName": "192.168.1.1",
                    "csbSIPMthdCurrentStatsReqIn": 0,
                    "csbSIPMthdCurrentStatsReqOut": 0,
                    "csbSIPMthdCurrentStatsResp1xxIn": 0,
                    "csbSIPMthdCurrentStatsResp1xxOut": 0,
                    "csbSIPMthdCurrentStatsResp2xxIn": 0,
                    "csbSIPMthdCurrentStatsResp2xxOut": 0,
                    "csbSIPMthdCurrentStatsResp3xxIn": 0,
                    "csbSIPMthdCurrentStatsResp3xxOut": 0,
                    "csbSIPMthdCurrentStatsResp4xxIn": 0,
                    "csbSIPMthdCurrentStatsResp4xxOut": 0,
                    "csbSIPMthdCurrentStatsResp5xxIn": 0,
                    "csbSIPMthdCurrentStatsResp5xxOut": 0,
                    "csbSIPMthdCurrentStatsResp6xxIn": 0,
                    "csbSIPMthdCurrentStatsResp6xxOut": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdCurrentStatsEntry-4"
      },
      "x-yang-path": "/csbSIPMthdCurrentStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdCurrentStatsAdjName csbSIPMthdCurrentStatsMethod csbSIPMthdCurrentStatsInterval}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdCurrentStatsAdjName csbSIPMthdCurrentStatsMethod csbSIPMthdCurrentStatsInterval"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdHistoryStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbSIPMthdHistoryStatsAdjName},{csbSIPMthdHistoryStatsMethod},{csbSIPMthdHistoryStatsInterval}": {
      "get": {
        "summary": "Get csbSIPMthdHistoryStatsEntry entry",
        "description": "Retrieve specific csbSIPMthdHistoryStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdHistoryStatsAdjName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdHistoryStatsMethod",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdHistoryStatsInterval",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbSIPMthdHistoryStatsAdjName": {
                      "type": "string",
                      "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdHistoryStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                    },
                    "csbSIPMthdHistoryStatsInterval": {
                      "type": "string",
                      "description": "This object indicates the interval for which the historical\n            statistics information is to be displayed. The interval\n            values can be previous 5 minutes, previous 15 minutes, \n            previous 1 hour and previous 1 Day. This object acts as an \n            index for the table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                    },
                    "csbSIPMthdHistoryStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdHistoryStatsReqIn": {
                      "type": "integer",
                      "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsReqOut": {
                      "type": "integer",
                      "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp1xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp1xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp2xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp2xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp3xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp3xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp4xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp4xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp5xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp5xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp6xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdHistoryStatsResp6xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdHistoryStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbSIPMthdHistoryStatsAdjName": "192.168.1.1",
                    "csbSIPMthdHistoryStatsMethod": "192.168.1.1",
                    "csbSIPMthdHistoryStatsInterval": "192.168.1.1",
                    "csbSIPMthdHistoryStatsMethodName": "192.168.1.1",
                    "csbSIPMthdHistoryStatsReqIn": 0,
                    "csbSIPMthdHistoryStatsReqOut": 0,
                    "csbSIPMthdHistoryStatsResp1xxIn": 0,
                    "csbSIPMthdHistoryStatsResp1xxOut": 0,
                    "csbSIPMthdHistoryStatsResp2xxIn": 0,
                    "csbSIPMthdHistoryStatsResp2xxOut": 0,
                    "csbSIPMthdHistoryStatsResp3xxIn": 0,
                    "csbSIPMthdHistoryStatsResp3xxOut": 0,
                    "csbSIPMthdHistoryStatsResp4xxIn": 0,
                    "csbSIPMthdHistoryStatsResp4xxOut": 0,
                    "csbSIPMthdHistoryStatsResp5xxIn": 0,
                    "csbSIPMthdHistoryStatsResp5xxOut": 0,
                    "csbSIPMthdHistoryStatsResp6xxIn": 0,
                    "csbSIPMthdHistoryStatsResp6xxOut": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdHistoryStatsEntry-4"
      },
      "x-yang-path": "/csbSIPMthdHistoryStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdHistoryStatsAdjName csbSIPMthdHistoryStatsMethod csbSIPMthdHistoryStatsInterval}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdHistoryStatsAdjName csbSIPMthdHistoryStatsMethod csbSIPMthdHistoryStatsInterval"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCCurrentStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbSIPMthdRCCurrentStatsAdjName},{csbSIPMthdRCCurrentStatsMethod},{csbSIPMthdRCCurrentStatsRespCode},{csbSIPMthdRCCurrentStatsInterval}": {
      "get": {
        "summary": "Get csbSIPMthdRCCurrentStatsEntry entry",
        "description": "Retrieve specific csbSIPMthdRCCurrentStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCCurrentStatsAdjName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCCurrentStatsMethod",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCCurrentStatsRespCode",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCCurrentStatsInterval",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbSIPMthdRCCurrentStatsAdjName": {
                      "type": "string",
                      "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdRCCurrentStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                    },
                    "csbSIPMthdRCCurrentStatsRespCode": {
                      "type": "integer",
                      "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdRCCurrentStatsInterval": {
                      "type": "string",
                      "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 min, 15 mins, 1 hour , 1 Day. This object acts\n            as an index for the table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                    },
                    "csbSIPMthdRCCurrentStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdRCCurrentStatsRespIn": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdRCCurrentStatsRespOut": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCCurrentStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbSIPMthdRCCurrentStatsAdjName": "192.168.1.1",
                    "csbSIPMthdRCCurrentStatsMethod": "192.168.1.1",
                    "csbSIPMthdRCCurrentStatsRespCode": 0,
                    "csbSIPMthdRCCurrentStatsInterval": "192.168.1.1",
                    "csbSIPMthdRCCurrentStatsMethodName": "192.168.1.1",
                    "csbSIPMthdRCCurrentStatsRespIn": 0,
                    "csbSIPMthdRCCurrentStatsRespOut": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdRCCurrentStatsEntry-4"
      },
      "x-yang-path": "/csbSIPMthdRCCurrentStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdRCCurrentStatsAdjName csbSIPMthdRCCurrentStatsMethod csbSIPMthdRCCurrentStatsRespCode csbSIPMthdRCCurrentStatsInterval}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdRCCurrentStatsAdjName csbSIPMthdRCCurrentStatsMethod csbSIPMthdRCCurrentStatsRespCode csbSIPMthdRCCurrentStatsInterval"
      ]
    },
    "/data/CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCHistoryStatsEntry={csbCallStatsInstanceIndex},{csbCallStatsServiceIndex},{csbSIPMthdRCHistoryStatsAdjName},{csbSIPMthdRCHistoryStatsMethod},{csbSIPMthdRCHistoryStatsRespCode},{csbSIPMthdRCHistoryStatsInterval}": {
      "get": {
        "summary": "Get csbSIPMthdRCHistoryStatsEntry entry",
        "description": "Retrieve specific csbSIPMthdRCHistoryStatsEntry entry by key from MIB",
        "tags": [
          "CISCO-SESS-BORDER-CTRLR-STATS-MIB"
        ],
        "parameters": [
          {
            "name": "csbCallStatsInstanceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbCallStatsServiceIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCHistoryStatsAdjName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCHistoryStatsMethod",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCHistoryStatsRespCode",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "csbSIPMthdRCHistoryStatsInterval",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "Accept",
            "in": "header",
            "required": false,
            "description": "RESTCONF response media type (RFC 8040)",
            "schema": {
              "type": "string",
              "default": "application/yang-data+json",
              "enum": [
                "application/yang-data+json",
                "application/yang-data+xml"
              ]
            }
          },
          {
            "name": "depth",
            "in": "query",
            "required": false,
            "description": "Limit the depth of returned sub-tree data (RFC 8040 Section 4.8.2). Use 'unbounded' for full depth.",
            "schema": {
              "type": "string",
              "default": "unbounded"
            }
          },
          {
            "name": "fields",
            "in": "query",
            "required": false,
            "description": "Select specific fields to return (RFC 8040 Section 4.8.3). Example: fields=name;status",
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "content",
            "in": "query",
            "required": false,
            "description": "Filter by config state: 'config' (config true only), 'nonconfig' (config false only), or 'all'.",
            "schema": {
              "type": "string",
              "enum": [
                "config",
                "nonconfig",
                "all"
              ],
              "default": "all"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref"
                    },
                    "csbSIPMthdRCHistoryStatsAdjName": {
                      "type": "string",
                      "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdRCHistoryStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod"
                    },
                    "csbSIPMthdRCHistoryStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString"
                    },
                    "csbSIPMthdRCHistoryStatsRespCode": {
                      "type": "integer",
                      "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdRCHistoryStatsInterval": {
                      "type": "string",
                      "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be previous 5 min, previous 15 mins, previous 1 \n            hour , previous 1 Day. This object acts as an index for the\n            table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval"
                    },
                    "csbSIPMthdRCHistoryStatsRespIn": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "csbSIPMthdRCHistoryStatsRespOut": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-SESS-BORDER-CTRLR-STATS-MIB:csbSIPMthdRCHistoryStatsEntry": {
                    "csbCallStatsInstanceIndex": "example-string",
                    "csbCallStatsServiceIndex": "example-string",
                    "csbSIPMthdRCHistoryStatsAdjName": "192.168.1.1",
                    "csbSIPMthdRCHistoryStatsMethod": "192.168.1.1",
                    "csbSIPMthdRCHistoryStatsMethodName": "192.168.1.1",
                    "csbSIPMthdRCHistoryStatsRespCode": 0,
                    "csbSIPMthdRCHistoryStatsInterval": "192.168.1.1",
                    "csbSIPMthdRCHistoryStatsRespIn": 0,
                    "csbSIPMthdRCHistoryStatsRespOut": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-csbSIPMthdRCHistoryStatsEntry-4"
      },
      "x-yang-path": "/csbSIPMthdRCHistoryStatsEntry={csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdRCHistoryStatsAdjName csbSIPMthdRCHistoryStatsMethod csbSIPMthdRCHistoryStatsRespCode csbSIPMthdRCHistoryStatsInterval}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "csbCallStatsInstanceIndex csbCallStatsServiceIndex csbSIPMthdRCHistoryStatsAdjName csbSIPMthdRCHistoryStatsMethod csbSIPMthdRCHistoryStatsRespCode csbSIPMthdRCHistoryStatsInterval"
      ]
    }
  },
  "components": {
    "schemas": {
      "CISCO-SESS-BORDER-CTRLR-STATS-MIB_CISCO-SESS-BORDER-CTRLR-STATS-MIB": {
        "type": "object",
        "description": "This table has the reporting statistics of various RADIUS\n        messages for RADIUS servers with which the client (SBC) shares a\n        secret. Each entry in this table is identified by a \n        value of csbRadiusStatsEntIndex. The other indices of this table\n        are csbCallStatsInstanceIndex defined in \n        csbCallStatsInstanceTable and csbCallStatsServiceIndex defined\n        in csbCallStatsTable.",
        "properties": {
          "csbRadiusStatsEntry": {
            "type": "array",
            "description": "A conceptual row in the csbRadiusStatsTable. There is an\n          entry in this table for each RADIUS server, as identified by a \n          value of csbRadiusStatsEntIndex. The other indices of this \n          table are csbCallStatsInstanceIndex defined in \n          csbCallStatsInstanceTable and csbCallStatsServiceIndex defined\n          in csbCallStatsTable.",
            "items": {
              "type": "object",
              "properties": {
                "csbCallStatsInstanceIndex": {
                  "type": "string",
                  "description": "csbCallStatsInstanceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbCallStatsServiceIndex": {
                  "type": "string",
                  "description": "csbCallStatsServiceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbRadiusStatsEntIndex": {
                  "type": "integer",
                  "description": "This object indicates the index of the RADIUS client entity\n            that this server is configured on. This index is assigned \n            arbitrarily by the engine and is not saved over reboots.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRadiusStatsClientName": {
                  "type": "string",
                  "description": "This object indicates the client name of the RADIUS client to\n            which that these statistics apply.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbRadiusStatsClientType": {
                  "type": "string",
                  "description": "This object indicates the type(authentication or accounting)\n            of the RADIUS clients configured on SBC.",
                  "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcRadiusClientType",
                  "readOnly": true
                },
                "csbRadiusStatsSrvrName": {
                  "type": "string",
                  "description": "This object indicates the server name of the RADIUS server to\n            which that these statistics apply.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbRadiusStatsAcsReqs": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS Access-Request\n            packets sent to this server.  This does not include\n            retransmissions.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsAcsRtrns": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS Access-Request\n            packets retransmitted to this RADIUS server.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsAcsAccpts": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS Access-Accept\n            packets (valid or invalid) received from this server.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsAcsRejects": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS Access-Reject\n            packets (valid or invalid) received from this server.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsAcsChalls": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS Access-Challenge\n            packets (valid or invalid) received from this server.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsActReqs": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS Accounting-Request\n            packets sent to this server. This does not include\n            retransmissions.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsActRetrans": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS Accounting-Request\n            packets retransmitted to this RADIUS server.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsActRsps": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS Accounting-Response\n            packets (valid or invalid) received from this server.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsMalformedRsps": {
                  "type": "integer",
                  "description": "This object indicates the number of malformed RADIUS response\n            packets received from this server.  Malformed packets include\n            packets with an invalid length. Bad authenticators, Signature\n            attributes and unknown types are not included as malformed\n            access responses.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsBadAuths": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS response packets\n            containing invalid authenticators or Signature attributes\n            received from this server.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsPending": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS request packets\n            destined for this server that have not yet timed out or received\n            a response. This variable is incremented when a request is sent\n            and decremented on receipt of the response or on a timeout or\n            retransmission.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRadiusStatsTimeouts": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS request timeouts to\n            this server.  After a timeout the client may retry to a\n            different server or give up. A retry to a different server is\n            counted as a request as well as a timeout.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsUnknownType": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS packets of unknown\n            type which were received from this server.",
                  "minimum": 0,
                  "readOnly": true
                },
                "csbRadiusStatsDropped": {
                  "type": "integer",
                  "description": "This object indicates the number of RADIUS packets which were\n            received from this server and dropped for some other reason.",
                  "minimum": 0,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "csbRfBillRealmStatsEntry": {
            "type": "array",
            "description": "csbRfBillRealmStatsEntry",
            "items": {
              "type": "object",
              "properties": {
                "csbCallStatsInstanceIndex": {
                  "type": "string",
                  "description": "csbCallStatsInstanceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbCallStatsServiceIndex": {
                  "type": "string",
                  "description": "csbCallStatsServiceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbRfBillRealmStatsIndex": {
                  "type": "integer",
                  "description": "This object indicates the billing method instance index. The\n            range of valid values for this field is 0 - 31.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsRealmName": {
                  "type": "string",
                  "description": "This object indicates the realm for which these statistics are\n            collected. The length of this object is zero when value is not\n            assigned to it.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbRfBillRealmStatsTotalStartAcrs": {
                  "type": "integer",
                  "description": "This object indicates the combined sum of successful and failed\n            Start ACRs since start of day or the last time the statistics\n            were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsTotalInterimAcrs": {
                  "type": "integer",
                  "description": "This object indicates the combined sum of successful and failed\n            Interim ACRs since start of day or the last time the statistics\n            were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsTotalStopAcrs": {
                  "type": "integer",
                  "description": "This object indicates the combined sum of successful and failed\n            Stop ACRs since start of day or the last time the statistics\n            were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsTotalEventAcrs": {
                  "type": "integer",
                  "description": "This object indicates the combined sum of successful and failed\n            Event ACRs since start of day or the last time the statistics\n            were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsSuccStartAcrs": {
                  "type": "integer",
                  "description": "This object indicates the total number of successful Start ACRs\n            since start of day or the last time the statistics were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsSuccInterimAcrs": {
                  "type": "integer",
                  "description": "This object indicates the total number of successful Interim\n            ACRs since start of day or the last time the statistics were\n            reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsSuccStopAcrs": {
                  "type": "integer",
                  "description": "This object indicates the total number of successful Stop ACRs\n            since start of day or the last time the statistics were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsSuccEventAcrs": {
                  "type": "integer",
                  "description": "This object indicates the total number of successful Event ACRs\n            since start of day or the last time the statistics were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsFailStartAcrs": {
                  "type": "integer",
                  "description": "This object indicates the total number of failed Start ACRs\n            since start of day or the last time the statistics were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsFailInterimAcrs": {
                  "type": "integer",
                  "description": "This object indicates the total number of failed Interim ACRs\n            since start of day or the last time the statistics were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsFailStopAcrs": {
                  "type": "integer",
                  "description": "This object indicates the total number of failed Stop ACRs\n            since start of day or the last time the statistics were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbRfBillRealmStatsFailEventAcrs": {
                  "type": "integer",
                  "description": "This object indicates the total number of failed Event ACRs\n            since start of day or the last time the statistics were reset.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "csbSIPMthdCurrentStatsEntry": {
            "type": "array",
            "description": "csbSIPMthdCurrentStatsEntry",
            "items": {
              "type": "object",
              "properties": {
                "csbCallStatsInstanceIndex": {
                  "type": "string",
                  "description": "csbCallStatsInstanceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbCallStatsServiceIndex": {
                  "type": "string",
                  "description": "csbCallStatsServiceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsAdjName": {
                  "type": "string",
                  "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsMethod": {
                  "type": "string",
                  "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                  "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsInterval": {
                  "type": "string",
                  "description": "This object indicates the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 minutes, 15 minutes, 1 hour , 1 Day. This \n            object acts as an index for the table.",
                  "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsMethodName": {
                  "type": "string",
                  "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsReqIn": {
                  "type": "integer",
                  "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsReqOut": {
                  "type": "integer",
                  "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp1xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp1xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp2xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp2xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp3xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp3xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp4xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp4xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp5xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp5xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp6xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdCurrentStatsResp6xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "csbSIPMthdHistoryStatsEntry": {
            "type": "array",
            "description": "csbSIPMthdHistoryStatsEntry",
            "items": {
              "type": "object",
              "properties": {
                "csbCallStatsInstanceIndex": {
                  "type": "string",
                  "description": "csbCallStatsInstanceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbCallStatsServiceIndex": {
                  "type": "string",
                  "description": "csbCallStatsServiceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsAdjName": {
                  "type": "string",
                  "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsMethod": {
                  "type": "string",
                  "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                  "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsInterval": {
                  "type": "string",
                  "description": "This object indicates the interval for which the historical\n            statistics information is to be displayed. The interval\n            values can be previous 5 minutes, previous 15 minutes, \n            previous 1 hour and previous 1 Day. This object acts as an \n            index for the table.",
                  "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsMethodName": {
                  "type": "string",
                  "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsReqIn": {
                  "type": "integer",
                  "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsReqOut": {
                  "type": "integer",
                  "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp1xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp1xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp2xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp2xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp3xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp3xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp4xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp4xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp5xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp5xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp6xxIn": {
                  "type": "integer",
                  "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdHistoryStatsResp6xxOut": {
                  "type": "integer",
                  "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "csbSIPMthdRCCurrentStatsEntry": {
            "type": "array",
            "description": "csbSIPMthdRCCurrentStatsEntry",
            "items": {
              "type": "object",
              "properties": {
                "csbCallStatsInstanceIndex": {
                  "type": "string",
                  "description": "csbCallStatsInstanceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbCallStatsServiceIndex": {
                  "type": "string",
                  "description": "csbCallStatsServiceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbSIPMthdRCCurrentStatsAdjName": {
                  "type": "string",
                  "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbSIPMthdRCCurrentStatsMethod": {
                  "type": "string",
                  "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                  "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
                  "readOnly": true
                },
                "csbSIPMthdRCCurrentStatsRespCode": {
                  "type": "integer",
                  "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdRCCurrentStatsInterval": {
                  "type": "string",
                  "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 min, 15 mins, 1 hour , 1 Day. This object acts\n            as an index for the table.",
                  "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
                  "readOnly": true
                },
                "csbSIPMthdRCCurrentStatsMethodName": {
                  "type": "string",
                  "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbSIPMthdRCCurrentStatsRespIn": {
                  "type": "integer",
                  "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdRCCurrentStatsRespOut": {
                  "type": "integer",
                  "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "csbSIPMthdRCHistoryStatsEntry": {
            "type": "array",
            "description": "csbSIPMthdRCHistoryStatsEntry",
            "items": {
              "type": "object",
              "properties": {
                "csbCallStatsInstanceIndex": {
                  "type": "string",
                  "description": "csbCallStatsInstanceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbCallStatsServiceIndex": {
                  "type": "string",
                  "description": "csbCallStatsServiceIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "csbSIPMthdRCHistoryStatsAdjName": {
                  "type": "string",
                  "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbSIPMthdRCHistoryStatsMethod": {
                  "type": "string",
                  "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                  "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
                  "readOnly": true
                },
                "csbSIPMthdRCHistoryStatsMethodName": {
                  "type": "string",
                  "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                  "x-yang-type": "snmp-framework:SnmpAdminString",
                  "readOnly": true
                },
                "csbSIPMthdRCHistoryStatsRespCode": {
                  "type": "integer",
                  "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdRCHistoryStatsInterval": {
                  "type": "string",
                  "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be previous 5 min, previous 15 mins, previous 1 \n            hour , previous 1 Day. This object acts as an index for the\n            table.",
                  "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
                  "readOnly": true
                },
                "csbSIPMthdRCHistoryStatsRespIn": {
                  "type": "integer",
                  "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "csbSIPMthdRCHistoryStatsRespOut": {
                  "type": "integer",
                  "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "csbRadiusStatsTable": {
            "type": "object",
            "description": "This table has the reporting statistics of various RADIUS\n        messages for RADIUS servers with which the client (SBC) shares a\n        secret. Each entry in this table is identified by a \n        value of csbRadiusStatsEntIndex. The other indices of this table\n        are csbCallStatsInstanceIndex defined in \n        csbCallStatsInstanceTable and csbCallStatsServiceIndex defined\n        in csbCallStatsTable.",
            "properties": {
              "csbRadiusStatsEntry": {
                "type": "array",
                "description": "A conceptual row in the csbRadiusStatsTable. There is an\n          entry in this table for each RADIUS server, as identified by a \n          value of csbRadiusStatsEntIndex. The other indices of this \n          table are csbCallStatsInstanceIndex defined in \n          csbCallStatsInstanceTable and csbCallStatsServiceIndex defined\n          in csbCallStatsTable.",
                "items": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbRadiusStatsEntIndex": {
                      "type": "integer",
                      "description": "This object indicates the index of the RADIUS client entity\n            that this server is configured on. This index is assigned \n            arbitrarily by the engine and is not saved over reboots.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRadiusStatsClientName": {
                      "type": "string",
                      "description": "This object indicates the client name of the RADIUS client to\n            which that these statistics apply.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbRadiusStatsClientType": {
                      "type": "string",
                      "description": "This object indicates the type(authentication or accounting)\n            of the RADIUS clients configured on SBC.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcRadiusClientType",
                      "readOnly": true
                    },
                    "csbRadiusStatsSrvrName": {
                      "type": "string",
                      "description": "This object indicates the server name of the RADIUS server to\n            which that these statistics apply.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbRadiusStatsAcsReqs": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Request\n            packets sent to this server.  This does not include\n            retransmissions.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsAcsRtrns": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Request\n            packets retransmitted to this RADIUS server.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsAcsAccpts": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Accept\n            packets (valid or invalid) received from this server.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsAcsRejects": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Reject\n            packets (valid or invalid) received from this server.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsAcsChalls": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Access-Challenge\n            packets (valid or invalid) received from this server.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsActReqs": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Accounting-Request\n            packets sent to this server. This does not include\n            retransmissions.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsActRetrans": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Accounting-Request\n            packets retransmitted to this RADIUS server.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsActRsps": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS Accounting-Response\n            packets (valid or invalid) received from this server.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsMalformedRsps": {
                      "type": "integer",
                      "description": "This object indicates the number of malformed RADIUS response\n            packets received from this server.  Malformed packets include\n            packets with an invalid length. Bad authenticators, Signature\n            attributes and unknown types are not included as malformed\n            access responses.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsBadAuths": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS response packets\n            containing invalid authenticators or Signature attributes\n            received from this server.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsPending": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS request packets\n            destined for this server that have not yet timed out or received\n            a response. This variable is incremented when a request is sent\n            and decremented on receipt of the response or on a timeout or\n            retransmission.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRadiusStatsTimeouts": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS request timeouts to\n            this server.  After a timeout the client may retry to a\n            different server or give up. A retry to a different server is\n            counted as a request as well as a timeout.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsUnknownType": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS packets of unknown\n            type which were received from this server.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "csbRadiusStatsDropped": {
                      "type": "integer",
                      "description": "This object indicates the number of RADIUS packets which were\n            received from this server and dropped for some other reason.",
                      "minimum": 0,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "csbRfBillRealmStatsTable": {
            "type": "object",
            "description": "csbRfBillRealmStatsTable",
            "properties": {
              "csbRfBillRealmStatsEntry": {
                "type": "array",
                "description": "csbRfBillRealmStatsEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsIndex": {
                      "type": "integer",
                      "description": "This object indicates the billing method instance index. The\n            range of valid values for this field is 0 - 31.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsRealmName": {
                      "type": "string",
                      "description": "This object indicates the realm for which these statistics are\n            collected. The length of this object is zero when value is not\n            assigned to it.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsTotalStartAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Start ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsTotalInterimAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Interim ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsTotalStopAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Stop ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsTotalEventAcrs": {
                      "type": "integer",
                      "description": "This object indicates the combined sum of successful and failed\n            Event ACRs since start of day or the last time the statistics\n            were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsSuccStartAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Start ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsSuccInterimAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Interim\n            ACRs since start of day or the last time the statistics were\n            reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsSuccStopAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Stop ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsSuccEventAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of successful Event ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsFailStartAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Start ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsFailInterimAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Interim ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsFailStopAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Stop ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbRfBillRealmStatsFailEventAcrs": {
                      "type": "integer",
                      "description": "This object indicates the total number of failed Event ACRs\n            since start of day or the last time the statistics were reset.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "csbSIPMthdCurrentStatsTable": {
            "type": "object",
            "description": "csbSIPMthdCurrentStatsTable",
            "properties": {
              "csbSIPMthdCurrentStatsEntry": {
                "type": "array",
                "description": "csbSIPMthdCurrentStatsEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsAdjName": {
                      "type": "string",
                      "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsInterval": {
                      "type": "string",
                      "description": "This object indicates the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 minutes, 15 minutes, 1 hour , 1 Day. This \n            object acts as an index for the table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsReqIn": {
                      "type": "integer",
                      "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsReqOut": {
                      "type": "integer",
                      "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp1xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp1xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp2xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp2xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp3xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp3xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp4xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp4xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp5xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp5xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp6xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdCurrentStatsResp6xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "csbSIPMthdHistoryStatsTable": {
            "type": "object",
            "description": "csbSIPMthdHistoryStatsTable",
            "properties": {
              "csbSIPMthdHistoryStatsEntry": {
                "type": "array",
                "description": "csbSIPMthdHistoryStatsEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsAdjName": {
                      "type": "string",
                      "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsInterval": {
                      "type": "string",
                      "description": "This object indicates the interval for which the historical\n            statistics information is to be displayed. The interval\n            values can be previous 5 minutes, previous 15 minutes, \n            previous 1 hour and previous 1 Day. This object acts as an \n            index for the table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsReqIn": {
                      "type": "integer",
                      "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsReqOut": {
                      "type": "integer",
                      "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp1xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp1xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp2xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp2xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp3xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp3xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp4xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp4xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp5xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp5xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp6xxIn": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdHistoryStatsResp6xxOut": {
                      "type": "integer",
                      "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "csbSIPMthdRCCurrentStatsTable": {
            "type": "object",
            "description": "csbSIPMthdRCCurrentStatsTable",
            "properties": {
              "csbSIPMthdRCCurrentStatsEntry": {
                "type": "array",
                "description": "csbSIPMthdRCCurrentStatsEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbSIPMthdRCCurrentStatsAdjName": {
                      "type": "string",
                      "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbSIPMthdRCCurrentStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
                      "readOnly": true
                    },
                    "csbSIPMthdRCCurrentStatsRespCode": {
                      "type": "integer",
                      "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdRCCurrentStatsInterval": {
                      "type": "string",
                      "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 min, 15 mins, 1 hour , 1 Day. This object acts\n            as an index for the table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
                      "readOnly": true
                    },
                    "csbSIPMthdRCCurrentStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbSIPMthdRCCurrentStatsRespIn": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdRCCurrentStatsRespOut": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "csbSIPMthdRCHistoryStatsTable": {
            "type": "object",
            "description": "csbSIPMthdRCHistoryStatsTable",
            "properties": {
              "csbSIPMthdRCHistoryStatsEntry": {
                "type": "array",
                "description": "csbSIPMthdRCHistoryStatsEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "csbCallStatsInstanceIndex": {
                      "type": "string",
                      "description": "csbCallStatsInstanceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbCallStatsServiceIndex": {
                      "type": "string",
                      "description": "csbCallStatsServiceIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "csbSIPMthdRCHistoryStatsAdjName": {
                      "type": "string",
                      "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbSIPMthdRCHistoryStatsMethod": {
                      "type": "string",
                      "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
                      "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
                      "readOnly": true
                    },
                    "csbSIPMthdRCHistoryStatsMethodName": {
                      "type": "string",
                      "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
                      "x-yang-type": "snmp-framework:SnmpAdminString",
                      "readOnly": true
                    },
                    "csbSIPMthdRCHistoryStatsRespCode": {
                      "type": "integer",
                      "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdRCHistoryStatsInterval": {
                      "type": "string",
                      "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be previous 5 min, previous 15 mins, previous 1 \n            hour , previous 1 Day. This object acts as an index for the\n            table.",
                      "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
                      "readOnly": true
                    },
                    "csbSIPMthdRCHistoryStatsRespIn": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "csbSIPMthdRCHistoryStatsRespOut": {
                      "type": "integer",
                      "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "CISCO-SESS-BORDER-CTRLR-STATS-MIB_csbRadiusStatsEntry": {
        "type": "array",
        "description": "A conceptual row in the csbRadiusStatsTable. There is an\n          entry in this table for each RADIUS server, as identified by a \n          value of csbRadiusStatsEntIndex. The other indices of this \n          table are csbCallStatsInstanceIndex defined in \n          csbCallStatsInstanceTable and csbCallStatsServiceIndex defined\n          in csbCallStatsTable.",
        "items": {
          "type": "object",
          "properties": {
            "csbCallStatsInstanceIndex": {
              "type": "string",
              "description": "csbCallStatsInstanceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbCallStatsServiceIndex": {
              "type": "string",
              "description": "csbCallStatsServiceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbRadiusStatsEntIndex": {
              "type": "integer",
              "description": "This object indicates the index of the RADIUS client entity\n            that this server is configured on. This index is assigned \n            arbitrarily by the engine and is not saved over reboots.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRadiusStatsClientName": {
              "type": "string",
              "description": "This object indicates the client name of the RADIUS client to\n            which that these statistics apply.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbRadiusStatsClientType": {
              "type": "string",
              "description": "This object indicates the type(authentication or accounting)\n            of the RADIUS clients configured on SBC.",
              "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcRadiusClientType",
              "readOnly": true
            },
            "csbRadiusStatsSrvrName": {
              "type": "string",
              "description": "This object indicates the server name of the RADIUS server to\n            which that these statistics apply.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbRadiusStatsAcsReqs": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS Access-Request\n            packets sent to this server.  This does not include\n            retransmissions.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsAcsRtrns": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS Access-Request\n            packets retransmitted to this RADIUS server.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsAcsAccpts": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS Access-Accept\n            packets (valid or invalid) received from this server.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsAcsRejects": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS Access-Reject\n            packets (valid or invalid) received from this server.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsAcsChalls": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS Access-Challenge\n            packets (valid or invalid) received from this server.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsActReqs": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS Accounting-Request\n            packets sent to this server. This does not include\n            retransmissions.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsActRetrans": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS Accounting-Request\n            packets retransmitted to this RADIUS server.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsActRsps": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS Accounting-Response\n            packets (valid or invalid) received from this server.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsMalformedRsps": {
              "type": "integer",
              "description": "This object indicates the number of malformed RADIUS response\n            packets received from this server.  Malformed packets include\n            packets with an invalid length. Bad authenticators, Signature\n            attributes and unknown types are not included as malformed\n            access responses.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsBadAuths": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS response packets\n            containing invalid authenticators or Signature attributes\n            received from this server.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsPending": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS request packets\n            destined for this server that have not yet timed out or received\n            a response. This variable is incremented when a request is sent\n            and decremented on receipt of the response or on a timeout or\n            retransmission.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRadiusStatsTimeouts": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS request timeouts to\n            this server.  After a timeout the client may retry to a\n            different server or give up. A retry to a different server is\n            counted as a request as well as a timeout.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsUnknownType": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS packets of unknown\n            type which were received from this server.",
              "minimum": 0,
              "readOnly": true
            },
            "csbRadiusStatsDropped": {
              "type": "integer",
              "description": "This object indicates the number of RADIUS packets which were\n            received from this server and dropped for some other reason.",
              "minimum": 0,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-SESS-BORDER-CTRLR-STATS-MIB_csbRfBillRealmStatsEntry": {
        "type": "array",
        "description": "csbRfBillRealmStatsEntry",
        "items": {
          "type": "object",
          "properties": {
            "csbCallStatsInstanceIndex": {
              "type": "string",
              "description": "csbCallStatsInstanceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbCallStatsServiceIndex": {
              "type": "string",
              "description": "csbCallStatsServiceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbRfBillRealmStatsIndex": {
              "type": "integer",
              "description": "This object indicates the billing method instance index. The\n            range of valid values for this field is 0 - 31.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsRealmName": {
              "type": "string",
              "description": "This object indicates the realm for which these statistics are\n            collected. The length of this object is zero when value is not\n            assigned to it.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbRfBillRealmStatsTotalStartAcrs": {
              "type": "integer",
              "description": "This object indicates the combined sum of successful and failed\n            Start ACRs since start of day or the last time the statistics\n            were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsTotalInterimAcrs": {
              "type": "integer",
              "description": "This object indicates the combined sum of successful and failed\n            Interim ACRs since start of day or the last time the statistics\n            were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsTotalStopAcrs": {
              "type": "integer",
              "description": "This object indicates the combined sum of successful and failed\n            Stop ACRs since start of day or the last time the statistics\n            were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsTotalEventAcrs": {
              "type": "integer",
              "description": "This object indicates the combined sum of successful and failed\n            Event ACRs since start of day or the last time the statistics\n            were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsSuccStartAcrs": {
              "type": "integer",
              "description": "This object indicates the total number of successful Start ACRs\n            since start of day or the last time the statistics were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsSuccInterimAcrs": {
              "type": "integer",
              "description": "This object indicates the total number of successful Interim\n            ACRs since start of day or the last time the statistics were\n            reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsSuccStopAcrs": {
              "type": "integer",
              "description": "This object indicates the total number of successful Stop ACRs\n            since start of day or the last time the statistics were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsSuccEventAcrs": {
              "type": "integer",
              "description": "This object indicates the total number of successful Event ACRs\n            since start of day or the last time the statistics were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsFailStartAcrs": {
              "type": "integer",
              "description": "This object indicates the total number of failed Start ACRs\n            since start of day or the last time the statistics were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsFailInterimAcrs": {
              "type": "integer",
              "description": "This object indicates the total number of failed Interim ACRs\n            since start of day or the last time the statistics were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsFailStopAcrs": {
              "type": "integer",
              "description": "This object indicates the total number of failed Stop ACRs\n            since start of day or the last time the statistics were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbRfBillRealmStatsFailEventAcrs": {
              "type": "integer",
              "description": "This object indicates the total number of failed Event ACRs\n            since start of day or the last time the statistics were reset.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-SESS-BORDER-CTRLR-STATS-MIB_csbSIPMthdCurrentStatsEntry": {
        "type": "array",
        "description": "csbSIPMthdCurrentStatsEntry",
        "items": {
          "type": "object",
          "properties": {
            "csbCallStatsInstanceIndex": {
              "type": "string",
              "description": "csbCallStatsInstanceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbCallStatsServiceIndex": {
              "type": "string",
              "description": "csbCallStatsServiceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsAdjName": {
              "type": "string",
              "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsMethod": {
              "type": "string",
              "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
              "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsInterval": {
              "type": "string",
              "description": "This object indicates the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 minutes, 15 minutes, 1 hour , 1 Day. This \n            object acts as an index for the table.",
              "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsMethodName": {
              "type": "string",
              "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsReqIn": {
              "type": "integer",
              "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsReqOut": {
              "type": "integer",
              "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp1xxIn": {
              "type": "integer",
              "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp1xxOut": {
              "type": "integer",
              "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp2xxIn": {
              "type": "integer",
              "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp2xxOut": {
              "type": "integer",
              "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp3xxIn": {
              "type": "integer",
              "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp3xxOut": {
              "type": "integer",
              "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp4xxIn": {
              "type": "integer",
              "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp4xxOut": {
              "type": "integer",
              "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp5xxIn": {
              "type": "integer",
              "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp5xxOut": {
              "type": "integer",
              "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp6xxIn": {
              "type": "integer",
              "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdCurrentStatsResp6xxOut": {
              "type": "integer",
              "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-SESS-BORDER-CTRLR-STATS-MIB_csbSIPMthdHistoryStatsEntry": {
        "type": "array",
        "description": "csbSIPMthdHistoryStatsEntry",
        "items": {
          "type": "object",
          "properties": {
            "csbCallStatsInstanceIndex": {
              "type": "string",
              "description": "csbCallStatsInstanceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbCallStatsServiceIndex": {
              "type": "string",
              "description": "csbCallStatsServiceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsAdjName": {
              "type": "string",
              "description": "This object indicates the name of the SIP adjacency for which\n            stats related with SIP request and all kind of corresponding SIP\n            responses are reported. The object acts as an index of the\n            table.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsMethod": {
              "type": "string",
              "description": "This object indicates the SIP method Request. The object acts\n            as an index of the table.",
              "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsInterval": {
              "type": "string",
              "description": "This object indicates the interval for which the historical\n            statistics information is to be displayed. The interval\n            values can be previous 5 minutes, previous 15 minutes, \n            previous 1 hour and previous 1 Day. This object acts as an \n            index for the table.",
              "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsMethodName": {
              "type": "string",
              "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsReqIn": {
              "type": "integer",
              "description": "This object indicates the total incoming SIP message requests\n            of this type on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsReqOut": {
              "type": "integer",
              "description": "This object indicates the total outgoing SIP message requests\n            of this type on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp1xxIn": {
              "type": "integer",
              "description": "This object indicates the total 1xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp1xxOut": {
              "type": "integer",
              "description": "This object indicates the total 1xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp2xxIn": {
              "type": "integer",
              "description": "This object indicates the total 2xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp2xxOut": {
              "type": "integer",
              "description": "This object indicates the total 2xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp3xxIn": {
              "type": "integer",
              "description": "This object indicates the total 3xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp3xxOut": {
              "type": "integer",
              "description": "This object indicates the total 3xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp4xxIn": {
              "type": "integer",
              "description": "This object indicates the total 4xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp4xxOut": {
              "type": "integer",
              "description": "This object indicates the total 4xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp5xxIn": {
              "type": "integer",
              "description": "This object indicates the total 5xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp5xxOut": {
              "type": "integer",
              "description": "This object indicates the total 5xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp6xxIn": {
              "type": "integer",
              "description": "This object indicates the total 6xx responses for this method\n            received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdHistoryStatsResp6xxOut": {
              "type": "integer",
              "description": "This object indicates the total 6xx responses for this method\n            sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-SESS-BORDER-CTRLR-STATS-MIB_csbSIPMthdRCCurrentStatsEntry": {
        "type": "array",
        "description": "csbSIPMthdRCCurrentStatsEntry",
        "items": {
          "type": "object",
          "properties": {
            "csbCallStatsInstanceIndex": {
              "type": "string",
              "description": "csbCallStatsInstanceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbCallStatsServiceIndex": {
              "type": "string",
              "description": "csbCallStatsServiceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbSIPMthdRCCurrentStatsAdjName": {
              "type": "string",
              "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbSIPMthdRCCurrentStatsMethod": {
              "type": "string",
              "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
              "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
              "readOnly": true
            },
            "csbSIPMthdRCCurrentStatsRespCode": {
              "type": "integer",
              "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdRCCurrentStatsInterval": {
              "type": "string",
              "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be 5 min, 15 mins, 1 hour , 1 Day. This object acts\n            as an index for the table.",
              "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
              "readOnly": true
            },
            "csbSIPMthdRCCurrentStatsMethodName": {
              "type": "string",
              "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbSIPMthdRCCurrentStatsRespIn": {
              "type": "integer",
              "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdRCCurrentStatsRespOut": {
              "type": "integer",
              "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-SESS-BORDER-CTRLR-STATS-MIB_csbSIPMthdRCHistoryStatsEntry": {
        "type": "array",
        "description": "csbSIPMthdRCHistoryStatsEntry",
        "items": {
          "type": "object",
          "properties": {
            "csbCallStatsInstanceIndex": {
              "type": "string",
              "description": "csbCallStatsInstanceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbCallStatsServiceIndex": {
              "type": "string",
              "description": "csbCallStatsServiceIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "csbSIPMthdRCHistoryStatsAdjName": {
              "type": "string",
              "description": "This identifies the name of the adjacency for which statistics\n            are reported. This object acts as an index for the table.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbSIPMthdRCHistoryStatsMethod": {
              "type": "string",
              "description": "This object indicates the SIP method request. This object acts\n            as an index for the table.",
              "x-yang-type": "CISCO-SESS-BORDER-CTRLR-STATS-MIB:CiscoSbcSIPMethod",
              "readOnly": true
            },
            "csbSIPMthdRCHistoryStatsMethodName": {
              "type": "string",
              "description": "This object indicates the text representation of the SIP\n            method request. E.g. INVITE, ACK, BYE etc.",
              "x-yang-type": "snmp-framework:SnmpAdminString",
              "readOnly": true
            },
            "csbSIPMthdRCHistoryStatsRespCode": {
              "type": "integer",
              "description": "This object indicates the response code for the SIP message\n            request. The range of valid values for SIP response codes is 100\n            - 999. This object acts as an index for the table.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdRCHistoryStatsInterval": {
              "type": "string",
              "description": "This object identifies the interval for which the periodic\n            statistics information is to be displayed. The interval\n            values can be previous 5 min, previous 15 mins, previous 1 \n            hour , previous 1 Day. This object acts as an index for the\n            table.",
              "x-yang-type": "cisco-sess:CiscoSbcPeriodicStatsInterval",
              "readOnly": true
            },
            "csbSIPMthdRCHistoryStatsRespIn": {
              "type": "integer",
              "description": "This object indicates the total SIP messages with this response\n            code this method received on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "csbSIPMthdRCHistoryStatsRespOut": {
              "type": "integer",
              "description": "This object indicates the total SIP messages with this response\n            code for this method sent on this SIP adjacency.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "restconf-error": {
        "type": "object",
        "description": "Standard RESTCONF error response (RFC 8040 Section 7.1)",
        "properties": {
          "ietf-restconf:errors": {
            "type": "object",
            "properties": {
              "error": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "error-type": {
                      "type": "string",
                      "enum": [
                        "transport",
                        "rpc",
                        "protocol",
                        "application"
                      ],
                      "description": "Layer where the error occurred"
                    },
                    "error-tag": {
                      "type": "string",
                      "description": "Enumerated error tag (e.g. invalid-value, data-missing, access-denied)"
                    },
                    "error-severity": {
                      "type": "string",
                      "enum": [
                        "error",
                        "warning"
                      ],
                      "description": "Error severity"
                    },
                    "error-app-tag": {
                      "type": "string",
                      "description": "Application-specific error tag"
                    },
                    "error-path": {
                      "type": "string",
                      "description": "YANG instance-identifier of the error node"
                    },
                    "error-message": {
                      "type": "string",
                      "description": "Human-readable error description"
                    }
                  },
                  "required": [
                    "error-type",
                    "error-tag"
                  ]
                }
              }
            }
          }
        },
        "example": {
          "ietf-restconf:errors": {
            "error": [
              {
                "error-type": "protocol",
                "error-tag": "invalid-value",
                "error-severity": "error",
                "error-message": "Invalid input parameter"
              }
            ]
          }
        }
      }
    },
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic"
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ],
  "tags": [
    {
      "name": "CISCO-SESS-BORDER-CTRLR-STATS-MIB",
      "description": "MIB operations for CISCO-SESS-BORDER-CTRLR-STATS-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
