{
  "openapi": "3.0.0",
  "info": {
    "title": "CISCO-UNIFIED-FIREWALL-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-UNIFIED-FIREWALL-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/CISCO-UNIFIED-FIREWALL-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "CISCO-UNIFIED-FIREWALL-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-UNIFIED-FIREWALL-MIB:cuFwConnectionGlobals": {
      "get": {
        "summary": "Get cuFwConnectionGlobals data",
        "description": "Retrieve cuFwConnectionGlobals operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cuFwConnectionGlobals",
                  "properties": {
                    "cufwConnGlobalNumAttempted": {
                      "type": "integer",
                      "description": "Connection Statistics Aggregation\n          \n          Connection 1  +-----------+ \n          ------------->|           |-------> Global Connection Summary\n          Connection 2  |           |\n          ------------->|           |\n          Connection 3  |           |\n          ------------->|   First   |------------> ConnSummary \n            |   Level   |            (i.e, L-3/4 Protocol\n          Connection 4  |Aggregation|             Connection Summary)\n          ------------->|           |\n          .    |           |\n          .    |           |---------------> PolicyConnSummary \n          Connection N  |           |       (i.e, L-3/4 Policy Target based\n          ------------->|           |        Protocol Connection Summary)\n            +-----------+\n          \n          \n            +-----------+ \n          L-3/4 Protocol   |           |\n          Connection Summary |           |\n          ------------------>|           |---------> AppConnSummary \n            |           |         (i.e, L-7 Protocol \n            |  Second   |          Connection Summary)\n            |---Level---|\n          L-3/4 Policy Target |Aggregation|\n          based Protocol    |           |\n          Connection Summary  |           |\n          ------------------>|           |---------------> PolicyAppConnSummary\n            |           |       (i.e, L-7 Policy Target based\n            |           |        Protocol Connection Summary)\n            +-----------+\n          \n          \n          Specifically, the object \n          'cufwConnGlobalNumAttempted' models\n          the number of connections which are attempted to\n          be set up through the firewall.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwConnGlobalNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts that\n          were aborted before the connection could proceed\n          to completion. The counter includes setup\n          attempts aborted by the firewall as well as \n          those aborted by the initiator and/or the \n          responder(s) of/to the connection setup attempt.\n          \n          Consequently, this value subsumes the values of\n          objects 'cufwConnGlobalNumPolicyDeclined' and \n          'cufwConnGlobalNumResDeclined'.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwConnGlobalNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connections which were attempted to\n          be setup but which were declined due to reasons of\n          security policy.\n          \n          This includes the connections that failed \n          authentication.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwConnGlobalNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connections which were attempted to\n          be setup but which were declined due to \n          non-availability of required resources.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwConnGlobalNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections which are in the process\n          of being setup but which have not yet reached the\n          established state in the connection table.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnGlobalNumActive": {
                      "type": "integer",
                      "description": "The number of connections which are currently active.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnGlobalNumExpired": {
                      "type": "integer",
                      "description": "The number of connections which were active but\n          which were since normally terminated.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwConnGlobalNumAborted": {
                      "type": "integer",
                      "description": "The number of connections which were active but\n          which were aborted by the firewall due to reasons\n          of policy or resource rationing.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwConnGlobalNumEmbryonic": {
                      "type": "integer",
                      "description": "The number of embryonic application layer connections \n          (that is, connections in which the signaling channel\n          has been established while the data channel is awaiting\n          setup).\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnGlobalConnSetupRate1": {
                      "type": "integer",
                      "description": "The averaged number of connections which the firewall \n          establishing per second, averaged over the last 60 \n          seconds.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnGlobalConnSetupRate5": {
                      "type": "integer",
                      "description": "The averaged number of connections which the firewall \n          establishing per second, averaged over the last 300\n          seconds.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnGlobalNumRemoteAccess": {
                      "type": "integer",
                      "description": "The number of active connections which correspond\n          to remote access applications. Specifically, the\n          protocol for which the connection is established\n          must be one of PPP, PPTP, L2TP or remote access IPsec\n          (IPsec connections employing extended authentication).\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cuFwConnectionGlobals": {
                    "cufwConnGlobalNumAttempted": 0,
                    "cufwConnGlobalNumSetupsAborted": 0,
                    "cufwConnGlobalNumPolicyDeclined": 0,
                    "cufwConnGlobalNumResDeclined": 0,
                    "cufwConnGlobalNumHalfOpen": 0,
                    "cufwConnGlobalNumActive": 0,
                    "cufwConnGlobalNumExpired": 0,
                    "cufwConnGlobalNumAborted": 0,
                    "cufwConnGlobalNumEmbryonic": 0,
                    "cufwConnGlobalConnSetupRate1": 0,
                    "cufwConnGlobalConnSetupRate5": 0,
                    "cufwConnGlobalNumRemoteAccess": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cuFwConnectionGlobals",
        "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": "/cuFwConnectionGlobals",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cuFwConnectionResources": {
      "get": {
        "summary": "Get cuFwConnectionResources data",
        "description": "Retrieve cuFwConnectionResources operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The amount of memory occupied by all structures\n          required to maintain the state of all connections\n          which are either being established or are active.",
                  "properties": {
                    "cufwConnResMemoryUsage": {
                      "type": "integer",
                      "description": "The amount of memory occupied by all structures\n          required to maintain the state of all connections\n          which are either being established or are active.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnResActiveConnMemoryUsage": {
                      "type": "integer",
                      "description": "The amount of memory occupied by all structures\n          required to maintain the state of all active\n          connections.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnResHOConnMemoryUsage": {
                      "type": "integer",
                      "description": "The amount of memory occupied by all structures\n          required to maintain the state of all half\n          open connections.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnResEmbrConnMemoryUsage": {
                      "type": "integer",
                      "description": "The amount of memory occupied by all structures\n          required to maintain the state of all embryonic\n          connections.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cuFwConnectionResources": {
                    "cufwConnResMemoryUsage": 0,
                    "cufwConnResActiveConnMemoryUsage": 0,
                    "cufwConnResHOConnMemoryUsage": 0,
                    "cufwConnResEmbrConnMemoryUsage": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cuFwConnectionResources",
        "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": "/cuFwConnectionResources",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cuFwConnectionReportSettings": {
      "get": {
        "summary": "Get cuFwConnectionReportSettings data",
        "description": "Retrieve cuFwConnectionReportSettings operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cuFwConnectionReportSettings",
                  "properties": {
                    "cufwConnReptAppStats": {
                      "type": "boolean",
                      "description": "Setting this object to 'true' enables the MIB to\n          report connection activity statistics pertaining\n          to application protocols.\n          \n          If this object is set to 'false', the agent\n          should stop updating the objects defined in this\n          module pertaining to application protocols.\n          \n          Application monitoring could be a resource intensive\n          operation. It is expected that the administrators \n          would use this control to disable application \n          monitoring when the performance of the firewall is \n          degrading."
                    },
                    "cufwConnReptAppStatsLastChanged": {
                      "type": "string",
                      "description": "The time at which the value of cufwConnReptAppStats \n          was last changed.",
                      "x-yang-type": "yang:timestamp"
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cuFwConnectionReportSettings": {
                    "cufwConnReptAppStats": true,
                    "cufwConnReptAppStatsLastChanged": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cuFwConnectionReportSettings",
        "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": "/cuFwConnectionReportSettings",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cuFwApplInspectionGrp": {
      "get": {
        "summary": "Get cuFwApplInspectionGrp data",
        "description": "Retrieve cuFwApplInspectionGrp operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The value identifies if audit trail in application \n          inspection has been globally enabled or disabled.",
                  "properties": {
                    "cufwAIAuditTrailEnabled": {
                      "type": "boolean",
                      "description": "The value identifies if audit trail in application \n          inspection has been globally enabled or disabled."
                    },
                    "cufwAIAlertEnabled": {
                      "type": "boolean",
                      "description": "The value identifies if application inspection alerts\n          have been globally enabled or disabled."
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cuFwApplInspectionGrp": {
                    "cufwAIAuditTrailEnabled": true,
                    "cufwAIAlertEnabled": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cuFwApplInspectionGrp",
        "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": "/cuFwApplInspectionGrp",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwUrlFilterGlobals": {
      "get": {
        "summary": "Get cufwUrlFilterGlobals data",
        "description": "Retrieve cufwUrlFilterGlobals operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cufwUrlFilterGlobals",
                  "properties": {
                    "cufwUrlfFunctionEnabled": {
                      "type": "integer",
                      "description": "URL Filtering Operation\n          \n                                          _________\n                           2.2 Request   |         |\n                             |---------->| Server  |\n                             |           |         |\n          _________                      __|_          |_________|\n          |         |<--(5. Response )---|    | 3. Response  |  \n          |         |                    |    |<-------------| \n          | Client  |---(1. Request )--->|FW  |\n          |_________|                    |____|<--------------|\n                            | 4. URLF Resp ____|______\n                            |             |           |\n                            |------------>|URLF Server|\n                           2.1 URLF Req   |___________|\n          \n          1)  Client sends a Request containing a URL to the Server\n          \n          2.1)  FW extracts the URL from the Request and sends it to \n          URL Filtering Server (or Verifies the URL locally)\n          \n          2.2)  FW also forwards the original Request from the Client to \n          the Server\n          \n          3)  Any Responses from the Server received before receiving\n          a response from URLF Server are cached by the FW\n          \n          4)  URLF Response indicates whether the URL access should be \n          allowed or denied\n          \n          5)  If the URLF Response allows the URL, FW forwards the\n          URL Access responses from the Server to the Client\n          \n          6)  If the URLF Response indicates that the URL access should be\n          denied, FW drops all the cached URL responses and forces the\n          connection between the Client and the Server to be terminated\n          \n          Specifically, the object cufwUrlfFunctionEnabled \n          indicates if the URL filtering function\n          is enabled.\n          \n          When this MIB object contains the value 'false',\n          the firewall device will not perform URL filtering\n          function, even if it contains configuration pertaining\n          to other aspects of URL filtering.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwUrlfRequestsNumProcessed": {
                      "type": "integer",
                      "description": "The number of URL access requests processed by \n          this firewall.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfRequestsProcRate1": {
                      "type": "integer",
                      "description": "The number of URL access requests processed per \n          seconds by this firewall averaged over the last 60 \n          seconds.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwUrlfRequestsProcRate5": {
                      "type": "integer",
                      "description": "The number of URL access requests processed per second\n          by this firewall averaged over the last 300 seconds.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwUrlfRequestsNumAllowed": {
                      "type": "integer",
                      "description": "The number of URL access requests allowed by\n          this firewall, due to a directive from a URL \n          filtering server or a static policy configured on \n          the firewall.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfRequestsNumDenied": {
                      "type": "integer",
                      "description": "The number of URL access requests declined by\n          this firewall, due to a directive from a URL \n          filtering server, a static policy configured on \n          the firewall, due to resource constraints or\n          any other reason.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfRequestsDeniedRate1": {
                      "type": "integer",
                      "description": "The rate at which URL access requests were denied\n          by this firewall, due to a directive from a URL \n          filtering server, a static policy configured on \n          the firewall, due to resource constraints or\n          any other reason, averaged over the last 60 seconds.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwUrlfRequestsDeniedRate5": {
                      "type": "integer",
                      "description": "The rate at which URL access requests were denied\n          by this firewall, due to a directive from a URL \n          filtering server, a static policy configured on \n          the firewall, due to resource constraints or\n          any other reason, averaged over the last 300 seconds.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwUrlfRequestsNumCacheAllowed": {
                      "type": "integer",
                      "description": "The number of URL access requests allowed by\n          the firewall because of a cached entry holding the\n          result from a previous URL access request that was\n          handled either by a URLF Server or exclusive domain\n          configuration. \n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfRequestsNumCacheDenied": {
                      "type": "integer",
                      "description": "The number of URL access requests denied by\n          the firewall because of a cached entry holding the\n          result from a previous URL access request that was\n          handled either by a URLF Server or exclusive domain\n          configuration. \n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfAllowModeReqNumAllowed": {
                      "type": "integer",
                      "description": "The number of URL access requests that were allowed\n          by the firewall when the URL filtering server was not\n          available.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfAllowModeReqNumDenied": {
                      "type": "integer",
                      "description": "The number of URL access requests that were declined\n          by the firewall when the URL filtering server was not\n          available.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfRequestsNumResDropped": {
                      "type": "integer",
                      "description": "The number of incoming URL access requests that\n          were dropped by the firewall because of resource\n          constraints.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfRequestsResDropRate1": {
                      "type": "integer",
                      "description": "The rate at which incoming URL access requests \n          were dropped by the firewall because of resource\n          constraints, averaged over the last 60 seconds.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwUrlfRequestsResDropRate5": {
                      "type": "integer",
                      "description": "The rate at which incoming URL access requests \n          were dropped by the firewall because of resource\n          constraints, averaged over the last 300 seconds.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwUrlfNumServerTimeouts": {
                      "type": "integer",
                      "description": "The number of times the firewall failed to receive\n          a response from the configured URL filtering servers \n          for a request to authorize a URL access request.\n          \n          This is equal to the number of times a firewall removed\n          a URL access request from the queue of pending requests\n          because no response was received from the URL filtering\n          server(s).\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfNumServerRetries": {
                      "type": "integer",
                      "description": "The number of URL access authorization requests \n          re-sent by the firewall to the URL Filtering Servers \n          because a response was not received within the \n          configured time interval.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfResponsesNumLate": {
                      "type": "integer",
                      "description": "The number of responses from URL filtering servers\n          which were received after the original URL access\n          request was removed from the queue of pending\n          requests.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfUrlAccRespsNumResDropped": {
                      "type": "integer",
                      "description": "The number of transport packets constituting responses\n          to URL access requests that were dropped by the firewall\n          due to resource constraints waiting for a response from\n          the filtering server.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwUrlFilterGlobals": {
                    "cufwUrlfFunctionEnabled": 0,
                    "cufwUrlfRequestsNumProcessed": 0,
                    "cufwUrlfRequestsProcRate1": 0,
                    "cufwUrlfRequestsProcRate5": 0,
                    "cufwUrlfRequestsNumAllowed": 0,
                    "cufwUrlfRequestsNumDenied": 0,
                    "cufwUrlfRequestsDeniedRate1": 0,
                    "cufwUrlfRequestsDeniedRate5": 0,
                    "cufwUrlfRequestsNumCacheAllowed": 0,
                    "cufwUrlfRequestsNumCacheDenied": 0,
                    "cufwUrlfAllowModeReqNumAllowed": 0,
                    "cufwUrlfAllowModeReqNumDenied": 0,
                    "cufwUrlfRequestsNumResDropped": 0,
                    "cufwUrlfRequestsResDropRate1": 0,
                    "cufwUrlfRequestsResDropRate5": 0,
                    "cufwUrlfNumServerTimeouts": 0,
                    "cufwUrlfNumServerRetries": 0,
                    "cufwUrlfResponsesNumLate": 0,
                    "cufwUrlfUrlAccRespsNumResDropped": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwUrlFilterGlobals",
        "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": "/cufwUrlFilterGlobals",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwUrlFilterResourceUsage": {
      "get": {
        "summary": "Get cufwUrlFilterResourceUsage data",
        "description": "Retrieve cufwUrlFilterResourceUsage operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The amount of memory occupied by all the caches\n          used in the firewall to cache pending URL access\n          requests.",
                  "properties": {
                    "cufwUrlfResTotalRequestCacheSize": {
                      "type": "integer",
                      "description": "The amount of memory occupied by all the caches\n          used in the firewall to cache pending URL access\n          requests.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwUrlfResTotalRespCacheSize": {
                      "type": "integer",
                      "description": "The amount of memory occupied by all the caches\n          used in the firewall to cache responses for URL \n          requests received from servers while awaiting a\n          response from URL filter server.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwUrlFilterResourceUsage": {
                    "cufwUrlfResTotalRequestCacheSize": 0,
                    "cufwUrlfResTotalRespCacheSize": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwUrlFilterResourceUsage",
        "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": "/cufwUrlFilterResourceUsage",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwAaicGlobals": {
      "get": {
        "summary": "Get cufwAaicGlobals data",
        "description": "Retrieve cufwAaicGlobals operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cufwAaicGlobals",
                  "properties": {
                    "cufwAaicGlobalNumBadProtocolOps": {
                      "type": "integer",
                      "description": "'Protocol Operation' is the application protocol\n          specific operation that the PDU is intended to \n          perform. An example of 'protocol operation' is the \n          HELO command of SMTP protocol.\n          \n          This MIB object records the number of application \n          protocol data units that contained a protocol operation\n          which was disallowed by the local security policy. \n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          application traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwAaicGlobalNumBadPDUSize": {
                      "type": "integer",
                      "description": "This MIB object records the number of application \n          protocol data units (PDU) that had either an invalid\n          header size or an invalid payload size, as determined \n          by the local security policy.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          application traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwAaicGlobalNumBadPortRange": {
                      "type": "integer",
                      "description": "Number of application protocol units that attempted \n          to advertise illegal port ranges for secondary \n          connections. An example of such an occurrence\n          would be a passive FTP connection, where the \n          server advertises a disallowed port range for data\n          connection.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          application traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwAaicGlobals": {
                    "cufwAaicGlobalNumBadProtocolOps": 0,
                    "cufwAaicGlobalNumBadPDUSize": 0,
                    "cufwAaicGlobalNumBadPortRange": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwAaicGlobals",
        "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": "/cufwAaicGlobals",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwAaicHttpProtocolStats": {
      "get": {
        "summary": "Get cufwAaicHttpProtocolStats data",
        "description": "Retrieve cufwAaicHttpProtocolStats operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cufwAaicHttpProtocolStats",
                  "properties": {
                    "cufwAaicHttpNumBadProtocolOps": {
                      "type": "integer",
                      "description": "The number of PDUs corresponding to HTTP protocol \n          which were detected to be containing HTTP protocol\n          methods which are disallowed by the local security \n          policy.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwAaicHttpNumBadPDUSize": {
                      "type": "integer",
                      "description": "The number of PDUs corresponding to HTTP protocol \n          that had either an invalid header size or an invalid \n          payload size, as determined by the local security\n          policy.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwAaicHttpNumTunneledConns": {
                      "type": "integer",
                      "description": "The number of connections corresponding to HTTP\n          protocol which were detected to be tunneling other \n          application traffic streams. An instance of this \n          would be InstantMessenger traffic running on HTTP.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwAaicHttpNumLargeURIs": {
                      "type": "integer",
                      "description": "The number of PDUs corresponding to HTTP protocol \n          which were detected to be containing a URI of\n          size not permitted by the local security policy.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwAaicHttpNumBadContent": {
                      "type": "integer",
                      "description": "The number of PDUs corresponding to HTTP protocol \n          which were detected to be containing content whose\n          type disallowed by the local security policy.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwAaicHttpNumMismatchContent": {
                      "type": "integer",
                      "description": "The number of PDUs corresponding to HTTP protocol \n          which were detected to be containing content whose\n          type was different from the content type specified \n          in the header of the PDU.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    },
                    "cufwAaicHttpNumDoubleEncodedPkts": {
                      "type": "integer",
                      "description": "The number of PDUs corresponding to HTTP protocol \n          which were detected to be containing double encoding.\n          Double encoding is a mechanism to obfuscate content \n          in which a encoded data is re-encoded so as to evade \n          deep packet inspections.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwAaicHttpProtocolStats": {
                    "cufwAaicHttpNumBadProtocolOps": 0,
                    "cufwAaicHttpNumBadPDUSize": 0,
                    "cufwAaicHttpNumTunneledConns": 1500,
                    "cufwAaicHttpNumLargeURIs": 0,
                    "cufwAaicHttpNumBadContent": 0,
                    "cufwAaicHttpNumMismatchContent": 0,
                    "cufwAaicHttpNumDoubleEncodedPkts": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwAaicHttpProtocolStats",
        "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": "/cufwAaicHttpProtocolStats",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwL2FwGlobals": {
      "get": {
        "summary": "Get cufwL2FwGlobals data",
        "description": "Retrieve cufwL2FwGlobals operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "The value indicates if the firewall is operating\n          in transparent (layer 2) mode or not.\n          \n          When operating in transparent mode, the firewall\n          operates as a bridge while performing firewalling\n          functions.",
                  "properties": {
                    "cufwL2GlobalEnableStealthMode": {
                      "type": "boolean",
                      "description": "The value indicates if the firewall is operating\n          in transparent (layer 2) mode or not.\n          \n          When operating in transparent mode, the firewall\n          operates as a bridge while performing firewalling\n          functions."
                    },
                    "cufwL2GlobalArpCacheSize": {
                      "type": "integer",
                      "description": "The value indicates the configured maximum size of\n          the ARP cache used for management traffic.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "cufwL2GlobalEnableArpInspection": {
                      "type": "boolean",
                      "description": "The value indicates if ARP inspection, which is a\n          security feature, is enabled globally on the\n          managed firewall."
                    },
                    "cufwL2GlobalNumArpRequests": {
                      "type": "integer",
                      "description": "The number of ARP requests issued by the transparent\n          firewall to resolve a destination IP address.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                      "minimum": 0
                    },
                    "cufwL2GlobalNumIcmpRequests": {
                      "type": "integer",
                      "description": "The number of ICMP traceroute requests issued by the \n          transparent firewall to resolve a destination IP \n          address.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                      "minimum": 0
                    },
                    "cufwL2GlobalNumFloods": {
                      "type": "integer",
                      "description": "The number of times the firewall floods a frame to be \n          forwarded to the egress interfaces because the \n          destination MAC address is missing in the bridge table.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                      "minimum": 0
                    },
                    "cufwL2GlobalNumDrops": {
                      "type": "integer",
                      "description": "The number of times the firewall dropped an incoming\n          frame because the destination MAC address is missing \n          in the bridge table.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                      "minimum": 0
                    },
                    "cufwL2GlobalArpOverflowRate5": {
                      "type": "integer",
                      "description": "The number of times an existing entry from the ARP\n          cache had to be ejected in order to insert a new entry\n          in the last 300 seconds.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwL2GlobalNumBadArpResponses": {
                      "type": "integer",
                      "description": "The number of malformed ARP responses received by the\n          firewall in trying to resolve the MAC address of the\n          destination IP address in an incoming frame.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                      "minimum": 0
                    },
                    "cufwL2GlobalNumSpoofedArpResps": {
                      "type": "integer",
                      "description": "The number of spoofed ARP responses received by the\n          firewall. Such an event would occur when the firewall\n          encounters an ARP response mapping an IP address to\n          a different MAC Address from the one present in the\n          local ARP cache.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwL2FwGlobals": {
                    "cufwL2GlobalEnableStealthMode": true,
                    "cufwL2GlobalArpCacheSize": -2147483648,
                    "cufwL2GlobalEnableArpInspection": true,
                    "cufwL2GlobalNumArpRequests": 0,
                    "cufwL2GlobalNumIcmpRequests": 0,
                    "cufwL2GlobalNumFloods": 0,
                    "cufwL2GlobalNumDrops": 0,
                    "cufwL2GlobalArpOverflowRate5": 0,
                    "cufwL2GlobalNumBadArpResponses": 0,
                    "cufwL2GlobalNumSpoofedArpResps": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwL2FwGlobals",
        "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": "/cufwL2FwGlobals",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cuFwNotifCntlGrp": {
      "get": {
        "summary": "Get cuFwNotifCntlGrp data",
        "description": "Retrieve cuFwNotifCntlGrp operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cuFwNotifCntlGrp",
                  "properties": {
                    "cufwCntlUrlfServerStatusChange": {
                      "type": "boolean",
                      "description": "This object defines the administrative state of\n          sending the SNMP notification to signal the election\n          of a new primary URL filtering server by this\n          firewall.\n          \n          Such a change could occur either as a result of \n          the current primary server becoming unavailable or\n          as a result of explicit management action in \n          nominating a filtering server the primary server."
                    },
                    "cufwCntlL2StaticMacAddressMoved": {
                      "type": "boolean",
                      "description": "This object defines the administrative state of\n          sending the SNMP notification to signal the move\n          of a statically configured MAC address to a new \n          port.\n          \n          Such a change could occur either as a result of physical\n          move of the device with the MAC Address to the new port\n          or due to MAC address spoofing."
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cuFwNotifCntlGrp": {
                    "cufwCntlUrlfServerStatusChange": true,
                    "cufwCntlL2StaticMacAddressMoved": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cuFwNotifCntlGrp",
        "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": "/cuFwNotifCntlGrp",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwConnSummaryTable": {
      "get": {
        "summary": "Get cufwConnSummaryTable data",
        "description": "Retrieve cufwConnSummaryTable operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table summarizes the connection activity on\n        the firewall per layer3-layer 4 protocol instance.\n        \n        Each entry in the table lists the connection\n        summary of a distinct network protocol.\n        \n        For instance, the conceptual row corresponding to the\n        index\n        \n             cufwConnProtocol = fwpTcp\n        \n        yields the summary of TCP connection activity on the \n        firewall since its reboot.",
                  "properties": {
                    "cufwConnSummaryEntry": {
                      "type": "array",
                      "description": "Each entry contains the summary of connection\n          activity for a layer3-layer4 network protocol.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cufwConnProtocol": {
                            "type": "string",
                            "description": "The (L3-L4) protocol for which this conceptual \n            row summarizes the connection activity on the\n            managed entity.",
                            "x-yang-type": "cisco-firewall:CFWNetworkProtocol"
                          },
                          "cufwConnNumAttempted": {
                            "type": "integer",
                            "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                            "minimum": 0
                          },
                          "cufwConnNumSetupsAborted": {
                            "type": "integer",
                            "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol', that were aborted before the \n            connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwConnNumPolicyDeclined' and \n            'cufwConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                            "minimum": 0
                          },
                          "cufwConnNumPolicyDeclined": {
                            "type": "integer",
                            "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                            "minimum": 0
                          },
                          "cufwConnNumResDeclined": {
                            "type": "integer",
                            "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                            "minimum": 0
                          },
                          "cufwConnNumHalfOpen": {
                            "type": "integer",
                            "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwConnNumActive": {
                            "type": "integer",
                            "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwConnNumAborted": {
                            "type": "integer",
                            "description": "The number of connections that were abnormally \n            terminated after successful establishment, \n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                            "minimum": 0
                          },
                          "cufwConnSetupRate1": {
                            "type": "integer",
                            "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwConnSetupRate5": {
                            "type": "integer",
                            "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwConnSummaryTable": {
                    "cufwConnSummaryEntry": [
                      {
                        "cufwConnProtocol": "example-string",
                        "cufwConnNumAttempted": 0,
                        "cufwConnNumSetupsAborted": 0,
                        "cufwConnNumPolicyDeclined": 0,
                        "cufwConnNumResDeclined": 0,
                        "cufwConnNumHalfOpen": 0,
                        "cufwConnNumActive": 0,
                        "cufwConnNumAborted": 0,
                        "cufwConnSetupRate1": 0,
                        "cufwConnSetupRate5": 0
                      },
                      {
                        "cufwConnProtocol": "example-string",
                        "cufwConnNumAttempted": 0,
                        "cufwConnNumSetupsAborted": 0,
                        "cufwConnNumPolicyDeclined": 0,
                        "cufwConnNumResDeclined": 0,
                        "cufwConnNumHalfOpen": 0,
                        "cufwConnNumActive": 0,
                        "cufwConnNumAborted": 0,
                        "cufwConnSetupRate1": 0,
                        "cufwConnSetupRate5": 0
                      },
                      {
                        "cufwConnProtocol": "example-string",
                        "cufwConnNumAttempted": 0,
                        "cufwConnNumSetupsAborted": 0,
                        "cufwConnNumPolicyDeclined": 0,
                        "cufwConnNumResDeclined": 0,
                        "cufwConnNumHalfOpen": 0,
                        "cufwConnNumActive": 0,
                        "cufwConnNumAborted": 0,
                        "cufwConnSetupRate1": 0,
                        "cufwConnSetupRate5": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwConnSummaryTable",
        "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": "/cufwConnSummaryTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwConnSummaryTable/cufwConnSummaryEntry": {
      "get": {
        "summary": "Get cufwConnSummaryEntry list",
        "description": "Retrieve list of cufwConnSummaryEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the summary of connection\n          activity for a layer3-layer4 network protocol.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwConnProtocol": {
                        "type": "string",
                        "description": "The (L3-L4) protocol for which this conceptual \n            row summarizes the connection activity on the\n            managed entity.",
                        "x-yang-type": "cisco-firewall:CFWNetworkProtocol"
                      },
                      "cufwConnNumAttempted": {
                        "type": "integer",
                        "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                        "minimum": 0
                      },
                      "cufwConnNumSetupsAborted": {
                        "type": "integer",
                        "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol', that were aborted before the \n            connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwConnNumPolicyDeclined' and \n            'cufwConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                        "minimum": 0
                      },
                      "cufwConnNumPolicyDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                        "minimum": 0
                      },
                      "cufwConnNumResDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                        "minimum": 0
                      },
                      "cufwConnNumHalfOpen": {
                        "type": "integer",
                        "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwConnNumActive": {
                        "type": "integer",
                        "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwConnNumAborted": {
                        "type": "integer",
                        "description": "The number of connections that were abnormally \n            terminated after successful establishment, \n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                        "minimum": 0
                      },
                      "cufwConnSetupRate1": {
                        "type": "integer",
                        "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwConnSetupRate5": {
                        "type": "integer",
                        "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwConnSummaryEntry": [
                    {
                      "cufwConnProtocol": "example-string",
                      "cufwConnNumAttempted": 0,
                      "cufwConnNumSetupsAborted": 0,
                      "cufwConnNumPolicyDeclined": 0,
                      "cufwConnNumResDeclined": 0,
                      "cufwConnNumHalfOpen": 0,
                      "cufwConnNumActive": 0,
                      "cufwConnNumAborted": 0,
                      "cufwConnSetupRate1": 0,
                      "cufwConnSetupRate5": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwConnSummaryEntry",
        "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": "/cufwConnSummaryTable/cufwConnSummaryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwConnSummaryTable/cufwConnSummaryEntry={cufwConnProtocol}": {
      "get": {
        "summary": "Get cufwConnSummaryEntry entry",
        "description": "Retrieve specific cufwConnSummaryEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwConnProtocol",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "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": {
                    "cufwConnProtocol": {
                      "type": "string",
                      "description": "The (L3-L4) protocol for which this conceptual \n            row summarizes the connection activity on the\n            managed entity.",
                      "x-yang-type": "cisco-firewall:CFWNetworkProtocol"
                    },
                    "cufwConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0
                    },
                    "cufwConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol', that were aborted before the \n            connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwConnNumPolicyDeclined' and \n            'cufwConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0
                    },
                    "cufwConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0
                    },
                    "cufwConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0
                    },
                    "cufwConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were abnormally \n            terminated after successful establishment, \n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0
                    },
                    "cufwConnSetupRate1": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnSetupRate5": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwConnSummaryEntry": {
                    "cufwConnProtocol": "example-string",
                    "cufwConnNumAttempted": 0,
                    "cufwConnNumSetupsAborted": 0,
                    "cufwConnNumPolicyDeclined": 0,
                    "cufwConnNumResDeclined": 0,
                    "cufwConnNumHalfOpen": 0,
                    "cufwConnNumActive": 0,
                    "cufwConnNumAborted": 0,
                    "cufwConnSetupRate1": 0,
                    "cufwConnSetupRate5": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwConnSummaryEntry-2"
      },
      "x-yang-path": "/cufwConnSummaryTable/cufwConnSummaryEntry={cufwConnProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwConnProtocol"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwAppConnSummaryTable": {
      "get": {
        "summary": "Get cufwAppConnSummaryTable data",
        "description": "Retrieve cufwAppConnSummaryTable operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cufwAppConnSummaryTable",
                  "properties": {
                    "cufwAppConnSummaryEntry": {
                      "type": "array",
                      "description": "Each entry contains the summary of connection\n          activity for a distinct layer 7 protocol identified\n          by the index element 'cufwAppConnProtocol'.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cufwAppConnProtocol": {
                            "type": "string",
                            "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                            "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                          },
                          "cufwAppConnNumAttempted": {
                            "type": "integer",
                            "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                            "minimum": 0
                          },
                          "cufwAppConnNumSetupsAborted": {
                            "type": "integer",
                            "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol', that were aborted before\n            the connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwAppConnNumPolicyDeclined' and \n            'cufwAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                            "minimum": 0
                          },
                          "cufwAppConnNumPolicyDeclined": {
                            "type": "integer",
                            "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                            "minimum": 0
                          },
                          "cufwAppConnNumResDeclined": {
                            "type": "integer",
                            "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                            "minimum": 0
                          },
                          "cufwAppConnNumHalfOpen": {
                            "type": "integer",
                            "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwAppConnNumActive": {
                            "type": "integer",
                            "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwAppConnNumAborted": {
                            "type": "integer",
                            "description": "The number of connections that were terminated by the \n            firewall successful establishment, corresponding \n            to the protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                            "minimum": 0
                          },
                          "cufwAppConnSetupRate1": {
                            "type": "integer",
                            "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwAppConnSetupRate5": {
                            "type": "integer",
                            "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwAppConnSummaryTable": {
                    "cufwAppConnSummaryEntry": [
                      {
                        "cufwAppConnProtocol": "example-string",
                        "cufwAppConnNumAttempted": 0,
                        "cufwAppConnNumSetupsAborted": 0,
                        "cufwAppConnNumPolicyDeclined": 0,
                        "cufwAppConnNumResDeclined": 0,
                        "cufwAppConnNumHalfOpen": 0,
                        "cufwAppConnNumActive": 0,
                        "cufwAppConnNumAborted": 0,
                        "cufwAppConnSetupRate1": 0,
                        "cufwAppConnSetupRate5": 0
                      },
                      {
                        "cufwAppConnProtocol": "example-string",
                        "cufwAppConnNumAttempted": 0,
                        "cufwAppConnNumSetupsAborted": 0,
                        "cufwAppConnNumPolicyDeclined": 0,
                        "cufwAppConnNumResDeclined": 0,
                        "cufwAppConnNumHalfOpen": 0,
                        "cufwAppConnNumActive": 0,
                        "cufwAppConnNumAborted": 0,
                        "cufwAppConnSetupRate1": 0,
                        "cufwAppConnSetupRate5": 0
                      },
                      {
                        "cufwAppConnProtocol": "example-string",
                        "cufwAppConnNumAttempted": 0,
                        "cufwAppConnNumSetupsAborted": 0,
                        "cufwAppConnNumPolicyDeclined": 0,
                        "cufwAppConnNumResDeclined": 0,
                        "cufwAppConnNumHalfOpen": 0,
                        "cufwAppConnNumActive": 0,
                        "cufwAppConnNumAborted": 0,
                        "cufwAppConnSetupRate1": 0,
                        "cufwAppConnSetupRate5": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwAppConnSummaryTable",
        "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": "/cufwAppConnSummaryTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwAppConnSummaryTable/cufwAppConnSummaryEntry": {
      "get": {
        "summary": "Get cufwAppConnSummaryEntry list",
        "description": "Retrieve list of cufwAppConnSummaryEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the summary of connection\n          activity for a distinct layer 7 protocol identified\n          by the index element 'cufwAppConnProtocol'.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwAppConnProtocol": {
                        "type": "string",
                        "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                        "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                      },
                      "cufwAppConnNumAttempted": {
                        "type": "integer",
                        "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwAppConnNumSetupsAborted": {
                        "type": "integer",
                        "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol', that were aborted before\n            the connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwAppConnNumPolicyDeclined' and \n            'cufwAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwAppConnNumPolicyDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwAppConnNumResDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwAppConnNumHalfOpen": {
                        "type": "integer",
                        "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwAppConnNumActive": {
                        "type": "integer",
                        "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwAppConnNumAborted": {
                        "type": "integer",
                        "description": "The number of connections that were terminated by the \n            firewall successful establishment, corresponding \n            to the protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwAppConnSetupRate1": {
                        "type": "integer",
                        "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwAppConnSetupRate5": {
                        "type": "integer",
                        "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwAppConnSummaryEntry": [
                    {
                      "cufwAppConnProtocol": "example-string",
                      "cufwAppConnNumAttempted": 0,
                      "cufwAppConnNumSetupsAborted": 0,
                      "cufwAppConnNumPolicyDeclined": 0,
                      "cufwAppConnNumResDeclined": 0,
                      "cufwAppConnNumHalfOpen": 0,
                      "cufwAppConnNumActive": 0,
                      "cufwAppConnNumAborted": 0,
                      "cufwAppConnSetupRate1": 0,
                      "cufwAppConnSetupRate5": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwAppConnSummaryEntry",
        "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": "/cufwAppConnSummaryTable/cufwAppConnSummaryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwAppConnSummaryTable/cufwAppConnSummaryEntry={cufwAppConnProtocol}": {
      "get": {
        "summary": "Get cufwAppConnSummaryEntry entry",
        "description": "Retrieve specific cufwAppConnSummaryEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwAppConnProtocol",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "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": {
                    "cufwAppConnProtocol": {
                      "type": "string",
                      "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                      "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                    },
                    "cufwAppConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwAppConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol', that were aborted before\n            the connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwAppConnNumPolicyDeclined' and \n            'cufwAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwAppConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwAppConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwAppConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwAppConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwAppConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were terminated by the \n            firewall successful establishment, corresponding \n            to the protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwAppConnSetupRate1": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwAppConnSetupRate5": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwAppConnSummaryEntry": {
                    "cufwAppConnProtocol": "example-string",
                    "cufwAppConnNumAttempted": 0,
                    "cufwAppConnNumSetupsAborted": 0,
                    "cufwAppConnNumPolicyDeclined": 0,
                    "cufwAppConnNumResDeclined": 0,
                    "cufwAppConnNumHalfOpen": 0,
                    "cufwAppConnNumActive": 0,
                    "cufwAppConnNumAborted": 0,
                    "cufwAppConnSetupRate1": 0,
                    "cufwAppConnSetupRate5": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwAppConnSummaryEntry-2"
      },
      "x-yang-path": "/cufwAppConnSummaryTable/cufwAppConnSummaryEntry={cufwAppConnProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwAppConnProtocol"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyConnSummaryTable": {
      "get": {
        "summary": "Get cufwPolicyConnSummaryTable data",
        "description": "Retrieve cufwPolicyConnSummaryTable operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cufwPolicyConnSummaryTable",
                  "properties": {
                    "cufwPolicyConnSummaryEntry": {
                      "type": "array",
                      "description": "Each entry contains the summary of connection\n          activity for a specific protocol in a specific\n          policy applied to the specified policy target.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cufwPolConnPolicy": {
                            "type": "string",
                            "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                            "x-yang-type": "cisco-firewall:CFWPolicy"
                          },
                          "cufwPolConnPolicyTargetType": {
                            "type": "string",
                            "description": "The type of the entity to which the firewall policy\n            'cufwPolConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwConnPolicyTarget is ignored.",
                            "x-yang-type": "cisco-firewall:CFWPolicyTargetType"
                          },
                          "cufwPolConnPolicyTarget": {
                            "type": "string",
                            "description": "The identity of the entity to which the firewall \n            policy 'cufwPolConnPolicy' is applied. This could be an\n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                            "x-yang-type": "cisco-firewall:CFWPolicyTarget"
                          },
                          "cufwPolConnProtocol": {
                            "type": "string",
                            "description": "The (L3-L4) protocol corresponding to which this \n            conceptual row summarizes the connection activity\n            on the firewall.",
                            "x-yang-type": "cisco-firewall:CFWNetworkProtocol"
                          },
                          "cufwPolConnNumAttempted": {
                            "type": "integer",
                            "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                            "minimum": 0
                          },
                          "cufwPolConnNumSetupsAborted": {
                            "type": "integer",
                            "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', associated with the policy \n            'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget',\n            that were aborted before the connection could \n            proceed to completion. The counter includes \n            setup attempts aborted by the firewall as well \n            as those aborted by the initiator and/or the \n            responder(s) of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolConnNumPolicyDeclined' and\n            'cufwPolConnNumResDeclined'.",
                            "minimum": 0
                          },
                          "cufwPolConnNumPolicyDeclined": {
                            "type": "integer",
                            "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                            "minimum": 0
                          },
                          "cufwPolConnNumResDeclined": {
                            "type": "integer",
                            "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the policy\n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                            "minimum": 0
                          },
                          "cufwPolConnNumHalfOpen": {
                            "type": "integer",
                            "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the \n            policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwPolConnNumActive": {
                            "type": "integer",
                            "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwPolConnNumAborted": {
                            "type": "integer",
                            "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolConnProtocol', \n            in the policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                            "minimum": 0
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyConnSummaryTable": {
                    "cufwPolicyConnSummaryEntry": [
                      {
                        "cufwPolConnPolicy": "example-string",
                        "cufwPolConnPolicyTargetType": "ethernetCsmacd(6)",
                        "cufwPolConnPolicyTarget": "example-string",
                        "cufwPolConnProtocol": "example-string",
                        "cufwPolConnNumAttempted": 0,
                        "cufwPolConnNumSetupsAborted": 0,
                        "cufwPolConnNumPolicyDeclined": 0,
                        "cufwPolConnNumResDeclined": 0,
                        "cufwPolConnNumHalfOpen": 0,
                        "cufwPolConnNumActive": 0,
                        "cufwPolConnNumAborted": 0
                      },
                      {
                        "cufwPolConnPolicy": "example-string",
                        "cufwPolConnPolicyTargetType": "ethernetCsmacd(6)",
                        "cufwPolConnPolicyTarget": "example-string",
                        "cufwPolConnProtocol": "example-string",
                        "cufwPolConnNumAttempted": 0,
                        "cufwPolConnNumSetupsAborted": 0,
                        "cufwPolConnNumPolicyDeclined": 0,
                        "cufwPolConnNumResDeclined": 0,
                        "cufwPolConnNumHalfOpen": 0,
                        "cufwPolConnNumActive": 0,
                        "cufwPolConnNumAborted": 0
                      },
                      {
                        "cufwPolConnPolicy": "example-string",
                        "cufwPolConnPolicyTargetType": "ethernetCsmacd(6)",
                        "cufwPolConnPolicyTarget": "example-string",
                        "cufwPolConnProtocol": "example-string",
                        "cufwPolConnNumAttempted": 0,
                        "cufwPolConnNumSetupsAborted": 0,
                        "cufwPolConnNumPolicyDeclined": 0,
                        "cufwPolConnNumResDeclined": 0,
                        "cufwPolConnNumHalfOpen": 0,
                        "cufwPolConnNumActive": 0,
                        "cufwPolConnNumAborted": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwPolicyConnSummaryTable",
        "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": "/cufwPolicyConnSummaryTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyConnSummaryTable/cufwPolicyConnSummaryEntry": {
      "get": {
        "summary": "Get cufwPolicyConnSummaryEntry list",
        "description": "Retrieve list of cufwPolicyConnSummaryEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the summary of connection\n          activity for a specific protocol in a specific\n          policy applied to the specified policy target.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwPolConnPolicy": {
                        "type": "string",
                        "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                        "x-yang-type": "cisco-firewall:CFWPolicy"
                      },
                      "cufwPolConnPolicyTargetType": {
                        "type": "string",
                        "description": "The type of the entity to which the firewall policy\n            'cufwPolConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwConnPolicyTarget is ignored.",
                        "x-yang-type": "cisco-firewall:CFWPolicyTargetType"
                      },
                      "cufwPolConnPolicyTarget": {
                        "type": "string",
                        "description": "The identity of the entity to which the firewall \n            policy 'cufwPolConnPolicy' is applied. This could be an\n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                        "x-yang-type": "cisco-firewall:CFWPolicyTarget"
                      },
                      "cufwPolConnProtocol": {
                        "type": "string",
                        "description": "The (L3-L4) protocol corresponding to which this \n            conceptual row summarizes the connection activity\n            on the firewall.",
                        "x-yang-type": "cisco-firewall:CFWNetworkProtocol"
                      },
                      "cufwPolConnNumAttempted": {
                        "type": "integer",
                        "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                        "minimum": 0
                      },
                      "cufwPolConnNumSetupsAborted": {
                        "type": "integer",
                        "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', associated with the policy \n            'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget',\n            that were aborted before the connection could \n            proceed to completion. The counter includes \n            setup attempts aborted by the firewall as well \n            as those aborted by the initiator and/or the \n            responder(s) of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolConnNumPolicyDeclined' and\n            'cufwPolConnNumResDeclined'.",
                        "minimum": 0
                      },
                      "cufwPolConnNumPolicyDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                        "minimum": 0
                      },
                      "cufwPolConnNumResDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the policy\n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                        "minimum": 0
                      },
                      "cufwPolConnNumHalfOpen": {
                        "type": "integer",
                        "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the \n            policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwPolConnNumActive": {
                        "type": "integer",
                        "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwPolConnNumAborted": {
                        "type": "integer",
                        "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolConnProtocol', \n            in the policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyConnSummaryEntry": [
                    {
                      "cufwPolConnPolicy": "example-string",
                      "cufwPolConnPolicyTargetType": "ethernetCsmacd(6)",
                      "cufwPolConnPolicyTarget": "example-string",
                      "cufwPolConnProtocol": "example-string",
                      "cufwPolConnNumAttempted": 0,
                      "cufwPolConnNumSetupsAborted": 0,
                      "cufwPolConnNumPolicyDeclined": 0,
                      "cufwPolConnNumResDeclined": 0,
                      "cufwPolConnNumHalfOpen": 0,
                      "cufwPolConnNumActive": 0,
                      "cufwPolConnNumAborted": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwPolicyConnSummaryEntry",
        "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": "/cufwPolicyConnSummaryTable/cufwPolicyConnSummaryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyAppConnSummaryTable": {
      "get": {
        "summary": "Get cufwPolicyAppConnSummaryTable data",
        "description": "Retrieve cufwPolicyAppConnSummaryTable operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cufwPolicyAppConnSummaryTable",
                  "properties": {
                    "cufwPolicyAppConnSummaryEntry": {
                      "type": "array",
                      "description": "Each entry contains the summary of connection\n          activity for a specific layer 7 protocol in a\n          specific policy applied to the specified policy \n          target.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cufwPolAppConnPolicy": {
                            "type": "string",
                            "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                            "x-yang-type": "cisco-firewall:CFWPolicy"
                          },
                          "cufwPolAppConnPolicyTargetType": {
                            "type": "string",
                            "description": "The type of the entity to which the firewall policy\n            'cufwPolAppConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwAppConnPolicyTarget is ignored.",
                            "x-yang-type": "cisco-firewall:CFWPolicyTargetType"
                          },
                          "cufwPolAppConnPolicyTarget": {
                            "type": "string",
                            "description": "The identity of the entity to which the firewall \n            policy 'cufwPolAppProtocol' refers. This could be an \n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                            "x-yang-type": "cisco-firewall:CFWPolicyTarget"
                          },
                          "cufwPolAppConnProtocol": {
                            "type": "string",
                            "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                            "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                          },
                          "cufwPolAppConnNumAttempted": {
                            "type": "integer",
                            "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                            "minimum": 0
                          },
                          "cufwPolAppConnNumSetupsAborted": {
                            "type": "integer",
                            "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', associated with the policy\n            'cufwPolAppConnPolicy' applied to the entity \n            identified by 'cufwPolAppConnPolicyTarget',\n            that were aborted before the connections could \n            proceed to completion. The counter includes setup \n            attempts aborted by the firewall as well as those \n            aborted by the initiator and/or the responder(s) \n            of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolAppConnNumPolicyDeclined' and \n            'cufwPolAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                            "minimum": 0
                          },
                          "cufwPolAppConnNumPolicyDeclined": {
                            "type": "integer",
                            "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                            "minimum": 0
                          },
                          "cufwPolAppConnNumResDeclined": {
                            "type": "integer",
                            "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolAppConnProtocol', in the\n            policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                            "minimum": 0
                          },
                          "cufwPolAppConnNumHalfOpen": {
                            "type": "integer",
                            "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwPolAppConnNumActive": {
                            "type": "integer",
                            "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwPolAppConnNumAborted": {
                            "type": "integer",
                            "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolAppConnProtocol', in\n            the policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.",
                            "minimum": 0
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyAppConnSummaryTable": {
                    "cufwPolicyAppConnSummaryEntry": [
                      {
                        "cufwPolAppConnPolicy": "example-string",
                        "cufwPolAppConnPolicyTargetType": "ethernetCsmacd(6)",
                        "cufwPolAppConnPolicyTarget": "example-string",
                        "cufwPolAppConnProtocol": "example-string",
                        "cufwPolAppConnNumAttempted": 0,
                        "cufwPolAppConnNumSetupsAborted": 0,
                        "cufwPolAppConnNumPolicyDeclined": 0,
                        "cufwPolAppConnNumResDeclined": 0,
                        "cufwPolAppConnNumHalfOpen": 0,
                        "cufwPolAppConnNumActive": 0,
                        "cufwPolAppConnNumAborted": 0
                      },
                      {
                        "cufwPolAppConnPolicy": "example-string",
                        "cufwPolAppConnPolicyTargetType": "ethernetCsmacd(6)",
                        "cufwPolAppConnPolicyTarget": "example-string",
                        "cufwPolAppConnProtocol": "example-string",
                        "cufwPolAppConnNumAttempted": 0,
                        "cufwPolAppConnNumSetupsAborted": 0,
                        "cufwPolAppConnNumPolicyDeclined": 0,
                        "cufwPolAppConnNumResDeclined": 0,
                        "cufwPolAppConnNumHalfOpen": 0,
                        "cufwPolAppConnNumActive": 0,
                        "cufwPolAppConnNumAborted": 0
                      },
                      {
                        "cufwPolAppConnPolicy": "example-string",
                        "cufwPolAppConnPolicyTargetType": "ethernetCsmacd(6)",
                        "cufwPolAppConnPolicyTarget": "example-string",
                        "cufwPolAppConnProtocol": "example-string",
                        "cufwPolAppConnNumAttempted": 0,
                        "cufwPolAppConnNumSetupsAborted": 0,
                        "cufwPolAppConnNumPolicyDeclined": 0,
                        "cufwPolAppConnNumResDeclined": 0,
                        "cufwPolAppConnNumHalfOpen": 0,
                        "cufwPolAppConnNumActive": 0,
                        "cufwPolAppConnNumAborted": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwPolicyAppConnSummaryTable",
        "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": "/cufwPolicyAppConnSummaryTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyAppConnSummaryTable/cufwPolicyAppConnSummaryEntry": {
      "get": {
        "summary": "Get cufwPolicyAppConnSummaryEntry list",
        "description": "Retrieve list of cufwPolicyAppConnSummaryEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the summary of connection\n          activity for a specific layer 7 protocol in a\n          specific policy applied to the specified policy \n          target.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwPolAppConnPolicy": {
                        "type": "string",
                        "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                        "x-yang-type": "cisco-firewall:CFWPolicy"
                      },
                      "cufwPolAppConnPolicyTargetType": {
                        "type": "string",
                        "description": "The type of the entity to which the firewall policy\n            'cufwPolAppConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwAppConnPolicyTarget is ignored.",
                        "x-yang-type": "cisco-firewall:CFWPolicyTargetType"
                      },
                      "cufwPolAppConnPolicyTarget": {
                        "type": "string",
                        "description": "The identity of the entity to which the firewall \n            policy 'cufwPolAppProtocol' refers. This could be an \n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                        "x-yang-type": "cisco-firewall:CFWPolicyTarget"
                      },
                      "cufwPolAppConnProtocol": {
                        "type": "string",
                        "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                        "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                      },
                      "cufwPolAppConnNumAttempted": {
                        "type": "integer",
                        "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwPolAppConnNumSetupsAborted": {
                        "type": "integer",
                        "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', associated with the policy\n            'cufwPolAppConnPolicy' applied to the entity \n            identified by 'cufwPolAppConnPolicyTarget',\n            that were aborted before the connections could \n            proceed to completion. The counter includes setup \n            attempts aborted by the firewall as well as those \n            aborted by the initiator and/or the responder(s) \n            of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolAppConnNumPolicyDeclined' and \n            'cufwPolAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwPolAppConnNumPolicyDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwPolAppConnNumResDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolAppConnProtocol', in the\n            policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwPolAppConnNumHalfOpen": {
                        "type": "integer",
                        "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwPolAppConnNumActive": {
                        "type": "integer",
                        "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwPolAppConnNumAborted": {
                        "type": "integer",
                        "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolAppConnProtocol', in\n            the policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyAppConnSummaryEntry": [
                    {
                      "cufwPolAppConnPolicy": "example-string",
                      "cufwPolAppConnPolicyTargetType": "ethernetCsmacd(6)",
                      "cufwPolAppConnPolicyTarget": "example-string",
                      "cufwPolAppConnProtocol": "example-string",
                      "cufwPolAppConnNumAttempted": 0,
                      "cufwPolAppConnNumSetupsAborted": 0,
                      "cufwPolAppConnNumPolicyDeclined": 0,
                      "cufwPolAppConnNumResDeclined": 0,
                      "cufwPolAppConnNumHalfOpen": 0,
                      "cufwPolAppConnNumActive": 0,
                      "cufwPolAppConnNumAborted": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwPolicyAppConnSummaryEntry",
        "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": "/cufwPolicyAppConnSummaryTable/cufwPolicyAppConnSummaryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwInspectionTable": {
      "get": {
        "summary": "Get cufwInspectionTable data",
        "description": "Retrieve cufwInspectionTable operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "cufwInspectionTable",
                  "properties": {
                    "cufwInspectionEntry": {
                      "type": "array",
                      "description": "Each entry contains the configuration of\n          a specific application inspection element.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cufwInspectionPolicyName": {
                            "type": "string",
                            "description": "The name of the policy that configures the device\n            inspect the protocol specified by \n              'cufwInspectionProtocol'.",
                            "x-yang-type": "cisco-firewall:CFWPolicy"
                          },
                          "cufwInspectionProtocol": {
                            "type": "string",
                            "description": "The application protocol that is configured for \n            inspection.",
                            "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                          },
                          "cufwInspectionStatus": {
                            "type": "boolean",
                            "description": "This MIB object identifies if the directive to inspect\n            the protocol specified by 'cufwInspectionProtocol' by\n            the policy corresponding to this conceptual row is\n            enabled or disabled."
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwInspectionTable": {
                    "cufwInspectionEntry": [
                      {
                        "cufwInspectionPolicyName": "interface-1",
                        "cufwInspectionProtocol": "example-string",
                        "cufwInspectionStatus": true
                      },
                      {
                        "cufwInspectionPolicyName": "interface-1",
                        "cufwInspectionProtocol": "example-string",
                        "cufwInspectionStatus": true
                      },
                      {
                        "cufwInspectionPolicyName": "interface-1",
                        "cufwInspectionProtocol": "example-string",
                        "cufwInspectionStatus": true
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwInspectionTable",
        "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": "/cufwInspectionTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwInspectionTable/cufwInspectionEntry": {
      "get": {
        "summary": "Get cufwInspectionEntry list",
        "description": "Retrieve list of cufwInspectionEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the configuration of\n          a specific application inspection element.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwInspectionPolicyName": {
                        "type": "string",
                        "description": "The name of the policy that configures the device\n            inspect the protocol specified by \n              'cufwInspectionProtocol'.",
                        "x-yang-type": "cisco-firewall:CFWPolicy"
                      },
                      "cufwInspectionProtocol": {
                        "type": "string",
                        "description": "The application protocol that is configured for \n            inspection.",
                        "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                      },
                      "cufwInspectionStatus": {
                        "type": "boolean",
                        "description": "This MIB object identifies if the directive to inspect\n            the protocol specified by 'cufwInspectionProtocol' by\n            the policy corresponding to this conceptual row is\n            enabled or disabled."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwInspectionEntry": [
                    {
                      "cufwInspectionPolicyName": "interface-1",
                      "cufwInspectionProtocol": "example-string",
                      "cufwInspectionStatus": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwInspectionEntry",
        "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": "/cufwInspectionTable/cufwInspectionEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwUrlfServerTable": {
      "get": {
        "summary": "Get cufwUrlfServerTable data",
        "description": "Retrieve cufwUrlfServerTable operational data from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table lists the URL filtering servers\n        configured on the managed device and their\n        performance statistics.\n        \n        This table is not meant as a device to \n        configure URL filtering servers.",
                  "properties": {
                    "cufwUrlfServerEntry": {
                      "type": "array",
                      "description": "Each entry contains the configuration of\n          a specific URL filtering server.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cufwUrlfServerAddrType": {
                            "type": "string",
                            "description": "The type of the IP address of the URL filtering\n            server.",
                            "x-yang-type": "inet-address:InetAddressType"
                          },
                          "cufwUrlfServerAddress": {
                            "type": "string",
                            "description": "The value of the IP address of the URL filtering\n            server.",
                            "x-yang-type": "inet-address:InetAddress"
                          },
                          "cufwUrlfServerPort": {
                            "type": "string",
                            "description": "The value of the port at which the URL filtering\n            server listens for incoming requests.",
                            "format": "inet:port-number"
                          },
                          "cufwUrlfServerVendor": {
                            "type": "string",
                            "description": "The vendor type of the URL filtering server.",
                            "x-yang-type": "cisco-firewall:CFWUrlfVendorId"
                          },
                          "cufwUrlfServerStatus": {
                            "type": "string",
                            "description": "The status of the URL filtering server\n            corresponding to this conceptual row.",
                            "x-yang-type": "cisco-firewall:CFWUrlServerStatus"
                          },
                          "cufwUrlfServerReqsNumProcessed": {
                            "type": "integer",
                            "description": "The number of URL access requests forwarded by\n            the managed firewall device to the URL filtering\n            server corresponding to this conceptual row.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                            "minimum": 0
                          },
                          "cufwUrlfServerReqsNumAllowed": {
                            "type": "integer",
                            "description": "The number of URL access requests allowed by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                            "minimum": 0
                          },
                          "cufwUrlfServerReqsNumDenied": {
                            "type": "integer",
                            "description": "The number of URL access requests denied by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                            "minimum": 0
                          },
                          "cufwUrlfServerNumTimeouts": {
                            "type": "integer",
                            "description": "The number of times the firewall failed to receive\n            a response from the URL filtering server corresponding \n            to this conceptual row, for a request to authorize a \n            URL access request.\n            \n            This is equal to the number of times a firewall removed\n            a URL access request from the queue of pending requests\n            because no response was received from the URL filtering\n            server.\n            \n            This value is accumulated from the last reboot of the\n            firewall.",
                            "minimum": 0
                          },
                          "cufwUrlfServerNumRetries": {
                            "type": "integer",
                            "description": "The number of URL access authorization requests \n            re-sent by the firewall to the URL Filtering Server \n            corresponding to this conceptual row, because a response\n            was not received within the configured time interval\n            from the server.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                            "minimum": 0
                          },
                          "cufwUrlfServerRespsNumReceived": {
                            "type": "integer",
                            "description": "The number of URL access responses received by the\n            firewall from the URL filtering server corresponding \n            to this conceptual row. This counter does not include \n            late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                            "minimum": 0
                          },
                          "cufwUrlfServerRespsNumLate": {
                            "type": "integer",
                            "description": "The number of URL access responses received by\n            the managed firewall from the URL filtering server \n            corresponding to this conceptual row after the \n            original URL access request was removed from the \n            queue of pending requests.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                            "minimum": 0
                          },
                          "cufwUrlfServerAvgRespTime1": {
                            "type": "integer",
                            "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            60 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "cufwUrlfServerAvgRespTime5": {
                            "type": "integer",
                            "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            300 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwUrlfServerTable": {
                    "cufwUrlfServerEntry": [
                      {
                        "cufwUrlfServerAddrType": "192.168.1.1",
                        "cufwUrlfServerAddress": "192.168.1.1",
                        "cufwUrlfServerPort": "example-string",
                        "cufwUrlfServerVendor": "example-string",
                        "cufwUrlfServerStatus": "up(1)",
                        "cufwUrlfServerReqsNumProcessed": 0,
                        "cufwUrlfServerReqsNumAllowed": 0,
                        "cufwUrlfServerReqsNumDenied": 0,
                        "cufwUrlfServerNumTimeouts": 0,
                        "cufwUrlfServerNumRetries": 0,
                        "cufwUrlfServerRespsNumReceived": 0,
                        "cufwUrlfServerRespsNumLate": 0,
                        "cufwUrlfServerAvgRespTime1": 0,
                        "cufwUrlfServerAvgRespTime5": 0
                      },
                      {
                        "cufwUrlfServerAddrType": "192.168.1.1",
                        "cufwUrlfServerAddress": "192.168.1.1",
                        "cufwUrlfServerPort": "example-string",
                        "cufwUrlfServerVendor": "example-string",
                        "cufwUrlfServerStatus": "up(1)",
                        "cufwUrlfServerReqsNumProcessed": 0,
                        "cufwUrlfServerReqsNumAllowed": 0,
                        "cufwUrlfServerReqsNumDenied": 0,
                        "cufwUrlfServerNumTimeouts": 0,
                        "cufwUrlfServerNumRetries": 0,
                        "cufwUrlfServerRespsNumReceived": 0,
                        "cufwUrlfServerRespsNumLate": 0,
                        "cufwUrlfServerAvgRespTime1": 0,
                        "cufwUrlfServerAvgRespTime5": 0
                      },
                      {
                        "cufwUrlfServerAddrType": "192.168.1.1",
                        "cufwUrlfServerAddress": "192.168.1.1",
                        "cufwUrlfServerPort": "example-string",
                        "cufwUrlfServerVendor": "example-string",
                        "cufwUrlfServerStatus": "up(1)",
                        "cufwUrlfServerReqsNumProcessed": 0,
                        "cufwUrlfServerReqsNumAllowed": 0,
                        "cufwUrlfServerReqsNumDenied": 0,
                        "cufwUrlfServerNumTimeouts": 0,
                        "cufwUrlfServerNumRetries": 0,
                        "cufwUrlfServerRespsNumReceived": 0,
                        "cufwUrlfServerRespsNumLate": 0,
                        "cufwUrlfServerAvgRespTime1": 0,
                        "cufwUrlfServerAvgRespTime5": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwUrlfServerTable",
        "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": "/cufwUrlfServerTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwUrlfServerTable/cufwUrlfServerEntry": {
      "get": {
        "summary": "Get cufwUrlfServerEntry list",
        "description": "Retrieve list of cufwUrlfServerEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the configuration of\n          a specific URL filtering server.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwUrlfServerAddrType": {
                        "type": "string",
                        "description": "The type of the IP address of the URL filtering\n            server.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "cufwUrlfServerAddress": {
                        "type": "string",
                        "description": "The value of the IP address of the URL filtering\n            server.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "cufwUrlfServerPort": {
                        "type": "string",
                        "description": "The value of the port at which the URL filtering\n            server listens for incoming requests.",
                        "format": "inet:port-number"
                      },
                      "cufwUrlfServerVendor": {
                        "type": "string",
                        "description": "The vendor type of the URL filtering server.",
                        "x-yang-type": "cisco-firewall:CFWUrlfVendorId"
                      },
                      "cufwUrlfServerStatus": {
                        "type": "string",
                        "description": "The status of the URL filtering server\n            corresponding to this conceptual row.",
                        "x-yang-type": "cisco-firewall:CFWUrlServerStatus"
                      },
                      "cufwUrlfServerReqsNumProcessed": {
                        "type": "integer",
                        "description": "The number of URL access requests forwarded by\n            the managed firewall device to the URL filtering\n            server corresponding to this conceptual row.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerReqsNumAllowed": {
                        "type": "integer",
                        "description": "The number of URL access requests allowed by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerReqsNumDenied": {
                        "type": "integer",
                        "description": "The number of URL access requests denied by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerNumTimeouts": {
                        "type": "integer",
                        "description": "The number of times the firewall failed to receive\n            a response from the URL filtering server corresponding \n            to this conceptual row, for a request to authorize a \n            URL access request.\n            \n            This is equal to the number of times a firewall removed\n            a URL access request from the queue of pending requests\n            because no response was received from the URL filtering\n            server.\n            \n            This value is accumulated from the last reboot of the\n            firewall.",
                        "minimum": 0
                      },
                      "cufwUrlfServerNumRetries": {
                        "type": "integer",
                        "description": "The number of URL access authorization requests \n            re-sent by the firewall to the URL Filtering Server \n            corresponding to this conceptual row, because a response\n            was not received within the configured time interval\n            from the server.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerRespsNumReceived": {
                        "type": "integer",
                        "description": "The number of URL access responses received by the\n            firewall from the URL filtering server corresponding \n            to this conceptual row. This counter does not include \n            late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerRespsNumLate": {
                        "type": "integer",
                        "description": "The number of URL access responses received by\n            the managed firewall from the URL filtering server \n            corresponding to this conceptual row after the \n            original URL access request was removed from the \n            queue of pending requests.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerAvgRespTime1": {
                        "type": "integer",
                        "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            60 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwUrlfServerAvgRespTime5": {
                        "type": "integer",
                        "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            300 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwUrlfServerEntry": [
                    {
                      "cufwUrlfServerAddrType": "192.168.1.1",
                      "cufwUrlfServerAddress": "192.168.1.1",
                      "cufwUrlfServerPort": "example-string",
                      "cufwUrlfServerVendor": "example-string",
                      "cufwUrlfServerStatus": "up(1)",
                      "cufwUrlfServerReqsNumProcessed": 0,
                      "cufwUrlfServerReqsNumAllowed": 0,
                      "cufwUrlfServerReqsNumDenied": 0,
                      "cufwUrlfServerNumTimeouts": 0,
                      "cufwUrlfServerNumRetries": 0,
                      "cufwUrlfServerRespsNumReceived": 0,
                      "cufwUrlfServerRespsNumLate": 0,
                      "cufwUrlfServerAvgRespTime1": 0,
                      "cufwUrlfServerAvgRespTime5": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwUrlfServerEntry",
        "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": "/cufwUrlfServerTable/cufwUrlfServerEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwConnSummaryEntry": {
      "get": {
        "summary": "Get cufwConnSummaryEntry list",
        "description": "Retrieve list of cufwConnSummaryEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the summary of connection\n          activity for a layer3-layer4 network protocol.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwConnProtocol": {
                        "type": "string",
                        "description": "The (L3-L4) protocol for which this conceptual \n            row summarizes the connection activity on the\n            managed entity.",
                        "x-yang-type": "cisco-firewall:CFWNetworkProtocol"
                      },
                      "cufwConnNumAttempted": {
                        "type": "integer",
                        "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                        "minimum": 0
                      },
                      "cufwConnNumSetupsAborted": {
                        "type": "integer",
                        "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol', that were aborted before the \n            connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwConnNumPolicyDeclined' and \n            'cufwConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                        "minimum": 0
                      },
                      "cufwConnNumPolicyDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                        "minimum": 0
                      },
                      "cufwConnNumResDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                        "minimum": 0
                      },
                      "cufwConnNumHalfOpen": {
                        "type": "integer",
                        "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwConnNumActive": {
                        "type": "integer",
                        "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwConnNumAborted": {
                        "type": "integer",
                        "description": "The number of connections that were abnormally \n            terminated after successful establishment, \n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                        "minimum": 0
                      },
                      "cufwConnSetupRate1": {
                        "type": "integer",
                        "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwConnSetupRate5": {
                        "type": "integer",
                        "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwConnSummaryEntry": [
                    {
                      "cufwConnProtocol": "example-string",
                      "cufwConnNumAttempted": 0,
                      "cufwConnNumSetupsAborted": 0,
                      "cufwConnNumPolicyDeclined": 0,
                      "cufwConnNumResDeclined": 0,
                      "cufwConnNumHalfOpen": 0,
                      "cufwConnNumActive": 0,
                      "cufwConnNumAborted": 0,
                      "cufwConnSetupRate1": 0,
                      "cufwConnSetupRate5": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwConnSummaryEntry-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": "/cufwConnSummaryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwConnSummaryEntry={cufwConnProtocol}": {
      "get": {
        "summary": "Get cufwConnSummaryEntry entry",
        "description": "Retrieve specific cufwConnSummaryEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwConnProtocol",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "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": {
                    "cufwConnProtocol": {
                      "type": "string",
                      "description": "The (L3-L4) protocol for which this conceptual \n            row summarizes the connection activity on the\n            managed entity.",
                      "x-yang-type": "cisco-firewall:CFWNetworkProtocol"
                    },
                    "cufwConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0
                    },
                    "cufwConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol', that were aborted before the \n            connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwConnNumPolicyDeclined' and \n            'cufwConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0
                    },
                    "cufwConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0
                    },
                    "cufwConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0
                    },
                    "cufwConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were abnormally \n            terminated after successful establishment, \n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0
                    },
                    "cufwConnSetupRate1": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwConnSetupRate5": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwConnSummaryEntry": {
                    "cufwConnProtocol": "example-string",
                    "cufwConnNumAttempted": 0,
                    "cufwConnNumSetupsAborted": 0,
                    "cufwConnNumPolicyDeclined": 0,
                    "cufwConnNumResDeclined": 0,
                    "cufwConnNumHalfOpen": 0,
                    "cufwConnNumActive": 0,
                    "cufwConnNumAborted": 0,
                    "cufwConnSetupRate1": 0,
                    "cufwConnSetupRate5": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwConnSummaryEntry-4"
      },
      "x-yang-path": "/cufwConnSummaryEntry={cufwConnProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwConnProtocol"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwAppConnSummaryEntry": {
      "get": {
        "summary": "Get cufwAppConnSummaryEntry list",
        "description": "Retrieve list of cufwAppConnSummaryEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the summary of connection\n          activity for a distinct layer 7 protocol identified\n          by the index element 'cufwAppConnProtocol'.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwAppConnProtocol": {
                        "type": "string",
                        "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                        "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                      },
                      "cufwAppConnNumAttempted": {
                        "type": "integer",
                        "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwAppConnNumSetupsAborted": {
                        "type": "integer",
                        "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol', that were aborted before\n            the connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwAppConnNumPolicyDeclined' and \n            'cufwAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwAppConnNumPolicyDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwAppConnNumResDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwAppConnNumHalfOpen": {
                        "type": "integer",
                        "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwAppConnNumActive": {
                        "type": "integer",
                        "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwAppConnNumAborted": {
                        "type": "integer",
                        "description": "The number of connections that were terminated by the \n            firewall successful establishment, corresponding \n            to the protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwAppConnSetupRate1": {
                        "type": "integer",
                        "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwAppConnSetupRate5": {
                        "type": "integer",
                        "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwAppConnSummaryEntry": [
                    {
                      "cufwAppConnProtocol": "example-string",
                      "cufwAppConnNumAttempted": 0,
                      "cufwAppConnNumSetupsAborted": 0,
                      "cufwAppConnNumPolicyDeclined": 0,
                      "cufwAppConnNumResDeclined": 0,
                      "cufwAppConnNumHalfOpen": 0,
                      "cufwAppConnNumActive": 0,
                      "cufwAppConnNumAborted": 0,
                      "cufwAppConnSetupRate1": 0,
                      "cufwAppConnSetupRate5": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwAppConnSummaryEntry-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": "/cufwAppConnSummaryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwAppConnSummaryEntry={cufwAppConnProtocol}": {
      "get": {
        "summary": "Get cufwAppConnSummaryEntry entry",
        "description": "Retrieve specific cufwAppConnSummaryEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwAppConnProtocol",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            },
            "example": "1"
          },
          {
            "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": {
                    "cufwAppConnProtocol": {
                      "type": "string",
                      "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                      "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                    },
                    "cufwAppConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwAppConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol', that were aborted before\n            the connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwAppConnNumPolicyDeclined' and \n            'cufwAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwAppConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwAppConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwAppConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwAppConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwAppConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were terminated by the \n            firewall successful establishment, corresponding \n            to the protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwAppConnSetupRate1": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwAppConnSetupRate5": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwAppConnSummaryEntry": {
                    "cufwAppConnProtocol": "example-string",
                    "cufwAppConnNumAttempted": 0,
                    "cufwAppConnNumSetupsAborted": 0,
                    "cufwAppConnNumPolicyDeclined": 0,
                    "cufwAppConnNumResDeclined": 0,
                    "cufwAppConnNumHalfOpen": 0,
                    "cufwAppConnNumActive": 0,
                    "cufwAppConnNumAborted": 0,
                    "cufwAppConnSetupRate1": 0,
                    "cufwAppConnSetupRate5": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwAppConnSummaryEntry-4"
      },
      "x-yang-path": "/cufwAppConnSummaryEntry={cufwAppConnProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwAppConnProtocol"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyConnSummaryEntry": {
      "get": {
        "summary": "Get cufwPolicyConnSummaryEntry list",
        "description": "Retrieve list of cufwPolicyConnSummaryEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the summary of connection\n          activity for a specific protocol in a specific\n          policy applied to the specified policy target.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwPolConnPolicy": {
                        "type": "string",
                        "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                        "x-yang-type": "cisco-firewall:CFWPolicy"
                      },
                      "cufwPolConnPolicyTargetType": {
                        "type": "string",
                        "description": "The type of the entity to which the firewall policy\n            'cufwPolConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwConnPolicyTarget is ignored.",
                        "x-yang-type": "cisco-firewall:CFWPolicyTargetType"
                      },
                      "cufwPolConnPolicyTarget": {
                        "type": "string",
                        "description": "The identity of the entity to which the firewall \n            policy 'cufwPolConnPolicy' is applied. This could be an\n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                        "x-yang-type": "cisco-firewall:CFWPolicyTarget"
                      },
                      "cufwPolConnProtocol": {
                        "type": "string",
                        "description": "The (L3-L4) protocol corresponding to which this \n            conceptual row summarizes the connection activity\n            on the firewall.",
                        "x-yang-type": "cisco-firewall:CFWNetworkProtocol"
                      },
                      "cufwPolConnNumAttempted": {
                        "type": "integer",
                        "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                        "minimum": 0
                      },
                      "cufwPolConnNumSetupsAborted": {
                        "type": "integer",
                        "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', associated with the policy \n            'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget',\n            that were aborted before the connection could \n            proceed to completion. The counter includes \n            setup attempts aborted by the firewall as well \n            as those aborted by the initiator and/or the \n            responder(s) of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolConnNumPolicyDeclined' and\n            'cufwPolConnNumResDeclined'.",
                        "minimum": 0
                      },
                      "cufwPolConnNumPolicyDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                        "minimum": 0
                      },
                      "cufwPolConnNumResDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the policy\n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                        "minimum": 0
                      },
                      "cufwPolConnNumHalfOpen": {
                        "type": "integer",
                        "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the \n            policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwPolConnNumActive": {
                        "type": "integer",
                        "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwPolConnNumAborted": {
                        "type": "integer",
                        "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolConnProtocol', \n            in the policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyConnSummaryEntry": [
                    {
                      "cufwPolConnPolicy": "example-string",
                      "cufwPolConnPolicyTargetType": "ethernetCsmacd(6)",
                      "cufwPolConnPolicyTarget": "example-string",
                      "cufwPolConnProtocol": "example-string",
                      "cufwPolConnNumAttempted": 0,
                      "cufwPolConnNumSetupsAborted": 0,
                      "cufwPolConnNumPolicyDeclined": 0,
                      "cufwPolConnNumResDeclined": 0,
                      "cufwPolConnNumHalfOpen": 0,
                      "cufwPolConnNumActive": 0,
                      "cufwPolConnNumAborted": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwPolicyConnSummaryEntry-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": "/cufwPolicyConnSummaryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyAppConnSummaryEntry": {
      "get": {
        "summary": "Get cufwPolicyAppConnSummaryEntry list",
        "description": "Retrieve list of cufwPolicyAppConnSummaryEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the summary of connection\n          activity for a specific layer 7 protocol in a\n          specific policy applied to the specified policy \n          target.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwPolAppConnPolicy": {
                        "type": "string",
                        "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                        "x-yang-type": "cisco-firewall:CFWPolicy"
                      },
                      "cufwPolAppConnPolicyTargetType": {
                        "type": "string",
                        "description": "The type of the entity to which the firewall policy\n            'cufwPolAppConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwAppConnPolicyTarget is ignored.",
                        "x-yang-type": "cisco-firewall:CFWPolicyTargetType"
                      },
                      "cufwPolAppConnPolicyTarget": {
                        "type": "string",
                        "description": "The identity of the entity to which the firewall \n            policy 'cufwPolAppProtocol' refers. This could be an \n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                        "x-yang-type": "cisco-firewall:CFWPolicyTarget"
                      },
                      "cufwPolAppConnProtocol": {
                        "type": "string",
                        "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                        "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                      },
                      "cufwPolAppConnNumAttempted": {
                        "type": "integer",
                        "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwPolAppConnNumSetupsAborted": {
                        "type": "integer",
                        "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', associated with the policy\n            'cufwPolAppConnPolicy' applied to the entity \n            identified by 'cufwPolAppConnPolicyTarget',\n            that were aborted before the connections could \n            proceed to completion. The counter includes setup \n            attempts aborted by the firewall as well as those \n            aborted by the initiator and/or the responder(s) \n            of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolAppConnNumPolicyDeclined' and \n            'cufwPolAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwPolAppConnNumPolicyDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwPolAppConnNumResDeclined": {
                        "type": "integer",
                        "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolAppConnProtocol', in the\n            policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                        "minimum": 0
                      },
                      "cufwPolAppConnNumHalfOpen": {
                        "type": "integer",
                        "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwPolAppConnNumActive": {
                        "type": "integer",
                        "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwPolAppConnNumAborted": {
                        "type": "integer",
                        "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolAppConnProtocol', in\n            the policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyAppConnSummaryEntry": [
                    {
                      "cufwPolAppConnPolicy": "example-string",
                      "cufwPolAppConnPolicyTargetType": "ethernetCsmacd(6)",
                      "cufwPolAppConnPolicyTarget": "example-string",
                      "cufwPolAppConnProtocol": "example-string",
                      "cufwPolAppConnNumAttempted": 0,
                      "cufwPolAppConnNumSetupsAborted": 0,
                      "cufwPolAppConnNumPolicyDeclined": 0,
                      "cufwPolAppConnNumResDeclined": 0,
                      "cufwPolAppConnNumHalfOpen": 0,
                      "cufwPolAppConnNumActive": 0,
                      "cufwPolAppConnNumAborted": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwPolicyAppConnSummaryEntry-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": "/cufwPolicyAppConnSummaryEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwInspectionEntry": {
      "get": {
        "summary": "Get cufwInspectionEntry list",
        "description": "Retrieve list of cufwInspectionEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the configuration of\n          a specific application inspection element.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwInspectionPolicyName": {
                        "type": "string",
                        "description": "The name of the policy that configures the device\n            inspect the protocol specified by \n              'cufwInspectionProtocol'.",
                        "x-yang-type": "cisco-firewall:CFWPolicy"
                      },
                      "cufwInspectionProtocol": {
                        "type": "string",
                        "description": "The application protocol that is configured for \n            inspection.",
                        "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                      },
                      "cufwInspectionStatus": {
                        "type": "boolean",
                        "description": "This MIB object identifies if the directive to inspect\n            the protocol specified by 'cufwInspectionProtocol' by\n            the policy corresponding to this conceptual row is\n            enabled or disabled."
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwInspectionEntry": [
                    {
                      "cufwInspectionPolicyName": "interface-1",
                      "cufwInspectionProtocol": "example-string",
                      "cufwInspectionStatus": true
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwInspectionEntry-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": "/cufwInspectionEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwUrlfServerEntry": {
      "get": {
        "summary": "Get cufwUrlfServerEntry list",
        "description": "Retrieve list of cufwUrlfServerEntry entries from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "Each entry contains the configuration of\n          a specific URL filtering server.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cufwUrlfServerAddrType": {
                        "type": "string",
                        "description": "The type of the IP address of the URL filtering\n            server.",
                        "x-yang-type": "inet-address:InetAddressType"
                      },
                      "cufwUrlfServerAddress": {
                        "type": "string",
                        "description": "The value of the IP address of the URL filtering\n            server.",
                        "x-yang-type": "inet-address:InetAddress"
                      },
                      "cufwUrlfServerPort": {
                        "type": "string",
                        "description": "The value of the port at which the URL filtering\n            server listens for incoming requests.",
                        "format": "inet:port-number"
                      },
                      "cufwUrlfServerVendor": {
                        "type": "string",
                        "description": "The vendor type of the URL filtering server.",
                        "x-yang-type": "cisco-firewall:CFWUrlfVendorId"
                      },
                      "cufwUrlfServerStatus": {
                        "type": "string",
                        "description": "The status of the URL filtering server\n            corresponding to this conceptual row.",
                        "x-yang-type": "cisco-firewall:CFWUrlServerStatus"
                      },
                      "cufwUrlfServerReqsNumProcessed": {
                        "type": "integer",
                        "description": "The number of URL access requests forwarded by\n            the managed firewall device to the URL filtering\n            server corresponding to this conceptual row.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerReqsNumAllowed": {
                        "type": "integer",
                        "description": "The number of URL access requests allowed by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerReqsNumDenied": {
                        "type": "integer",
                        "description": "The number of URL access requests denied by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerNumTimeouts": {
                        "type": "integer",
                        "description": "The number of times the firewall failed to receive\n            a response from the URL filtering server corresponding \n            to this conceptual row, for a request to authorize a \n            URL access request.\n            \n            This is equal to the number of times a firewall removed\n            a URL access request from the queue of pending requests\n            because no response was received from the URL filtering\n            server.\n            \n            This value is accumulated from the last reboot of the\n            firewall.",
                        "minimum": 0
                      },
                      "cufwUrlfServerNumRetries": {
                        "type": "integer",
                        "description": "The number of URL access authorization requests \n            re-sent by the firewall to the URL Filtering Server \n            corresponding to this conceptual row, because a response\n            was not received within the configured time interval\n            from the server.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerRespsNumReceived": {
                        "type": "integer",
                        "description": "The number of URL access responses received by the\n            firewall from the URL filtering server corresponding \n            to this conceptual row. This counter does not include \n            late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerRespsNumLate": {
                        "type": "integer",
                        "description": "The number of URL access responses received by\n            the managed firewall from the URL filtering server \n            corresponding to this conceptual row after the \n            original URL access request was removed from the \n            queue of pending requests.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                        "minimum": 0
                      },
                      "cufwUrlfServerAvgRespTime1": {
                        "type": "integer",
                        "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            60 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "cufwUrlfServerAvgRespTime5": {
                        "type": "integer",
                        "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            300 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwUrlfServerEntry": [
                    {
                      "cufwUrlfServerAddrType": "192.168.1.1",
                      "cufwUrlfServerAddress": "192.168.1.1",
                      "cufwUrlfServerPort": "example-string",
                      "cufwUrlfServerVendor": "example-string",
                      "cufwUrlfServerStatus": "up(1)",
                      "cufwUrlfServerReqsNumProcessed": 0,
                      "cufwUrlfServerReqsNumAllowed": 0,
                      "cufwUrlfServerReqsNumDenied": 0,
                      "cufwUrlfServerNumTimeouts": 0,
                      "cufwUrlfServerNumRetries": 0,
                      "cufwUrlfServerRespsNumReceived": 0,
                      "cufwUrlfServerRespsNumLate": 0,
                      "cufwUrlfServerAvgRespTime1": 0,
                      "cufwUrlfServerAvgRespTime5": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwUrlfServerEntry-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": "/cufwUrlfServerEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyConnSummaryTable/cufwPolicyConnSummaryEntry={cufwPolConnPolicy},{cufwPolConnPolicyTargetType},{cufwPolConnPolicyTarget},{cufwPolConnProtocol}": {
      "get": {
        "summary": "Get cufwPolicyConnSummaryEntry entry",
        "description": "Retrieve specific cufwPolicyConnSummaryEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwPolConnPolicy",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolConnPolicyTargetType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolConnPolicyTarget",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolConnProtocol",
            "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": {
                    "cufwPolConnPolicy": {
                      "type": "string",
                      "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                      "x-yang-type": "cisco-firewall:CFWPolicy"
                    },
                    "cufwPolConnPolicyTargetType": {
                      "type": "string",
                      "description": "The type of the entity to which the firewall policy\n            'cufwPolConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwConnPolicyTarget is ignored.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTargetType"
                    },
                    "cufwPolConnPolicyTarget": {
                      "type": "string",
                      "description": "The identity of the entity to which the firewall \n            policy 'cufwPolConnPolicy' is applied. This could be an\n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTarget"
                    },
                    "cufwPolConnProtocol": {
                      "type": "string",
                      "description": "The (L3-L4) protocol corresponding to which this \n            conceptual row summarizes the connection activity\n            on the firewall.",
                      "x-yang-type": "cisco-firewall:CFWNetworkProtocol"
                    },
                    "cufwPolConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0
                    },
                    "cufwPolConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', associated with the policy \n            'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget',\n            that were aborted before the connection could \n            proceed to completion. The counter includes \n            setup attempts aborted by the firewall as well \n            as those aborted by the initiator and/or the \n            responder(s) of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolConnNumPolicyDeclined' and\n            'cufwPolConnNumResDeclined'.",
                      "minimum": 0
                    },
                    "cufwPolConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                      "minimum": 0
                    },
                    "cufwPolConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the policy\n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                      "minimum": 0
                    },
                    "cufwPolConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the \n            policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwPolConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwPolConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolConnProtocol', \n            in the policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyConnSummaryEntry": {
                    "cufwPolConnPolicy": "example-string",
                    "cufwPolConnPolicyTargetType": "ethernetCsmacd(6)",
                    "cufwPolConnPolicyTarget": "example-string",
                    "cufwPolConnProtocol": "example-string",
                    "cufwPolConnNumAttempted": 0,
                    "cufwPolConnNumSetupsAborted": 0,
                    "cufwPolConnNumPolicyDeclined": 0,
                    "cufwPolConnNumResDeclined": 0,
                    "cufwPolConnNumHalfOpen": 0,
                    "cufwPolConnNumActive": 0,
                    "cufwPolConnNumAborted": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwPolicyConnSummaryEntry-2"
      },
      "x-yang-path": "/cufwPolicyConnSummaryTable/cufwPolicyConnSummaryEntry={cufwPolConnPolicy cufwPolConnPolicyTargetType cufwPolConnPolicyTarget cufwPolConnProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwPolConnPolicy cufwPolConnPolicyTargetType cufwPolConnPolicyTarget cufwPolConnProtocol"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyAppConnSummaryTable/cufwPolicyAppConnSummaryEntry={cufwPolAppConnPolicy},{cufwPolAppConnPolicyTargetType},{cufwPolAppConnPolicyTarget},{cufwPolAppConnProtocol}": {
      "get": {
        "summary": "Get cufwPolicyAppConnSummaryEntry entry",
        "description": "Retrieve specific cufwPolicyAppConnSummaryEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwPolAppConnPolicy",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolAppConnPolicyTargetType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolAppConnPolicyTarget",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolAppConnProtocol",
            "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": {
                    "cufwPolAppConnPolicy": {
                      "type": "string",
                      "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                      "x-yang-type": "cisco-firewall:CFWPolicy"
                    },
                    "cufwPolAppConnPolicyTargetType": {
                      "type": "string",
                      "description": "The type of the entity to which the firewall policy\n            'cufwPolAppConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwAppConnPolicyTarget is ignored.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTargetType"
                    },
                    "cufwPolAppConnPolicyTarget": {
                      "type": "string",
                      "description": "The identity of the entity to which the firewall \n            policy 'cufwPolAppProtocol' refers. This could be an \n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTarget"
                    },
                    "cufwPolAppConnProtocol": {
                      "type": "string",
                      "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                      "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                    },
                    "cufwPolAppConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwPolAppConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', associated with the policy\n            'cufwPolAppConnPolicy' applied to the entity \n            identified by 'cufwPolAppConnPolicyTarget',\n            that were aborted before the connections could \n            proceed to completion. The counter includes setup \n            attempts aborted by the firewall as well as those \n            aborted by the initiator and/or the responder(s) \n            of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolAppConnNumPolicyDeclined' and \n            'cufwPolAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwPolAppConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwPolAppConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolAppConnProtocol', in the\n            policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwPolAppConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwPolAppConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwPolAppConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolAppConnProtocol', in\n            the policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyAppConnSummaryEntry": {
                    "cufwPolAppConnPolicy": "example-string",
                    "cufwPolAppConnPolicyTargetType": "ethernetCsmacd(6)",
                    "cufwPolAppConnPolicyTarget": "example-string",
                    "cufwPolAppConnProtocol": "example-string",
                    "cufwPolAppConnNumAttempted": 0,
                    "cufwPolAppConnNumSetupsAborted": 0,
                    "cufwPolAppConnNumPolicyDeclined": 0,
                    "cufwPolAppConnNumResDeclined": 0,
                    "cufwPolAppConnNumHalfOpen": 0,
                    "cufwPolAppConnNumActive": 0,
                    "cufwPolAppConnNumAborted": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwPolicyAppConnSummaryEntry-2"
      },
      "x-yang-path": "/cufwPolicyAppConnSummaryTable/cufwPolicyAppConnSummaryEntry={cufwPolAppConnPolicy cufwPolAppConnPolicyTargetType cufwPolAppConnPolicyTarget cufwPolAppConnProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwPolAppConnPolicy cufwPolAppConnPolicyTargetType cufwPolAppConnPolicyTarget cufwPolAppConnProtocol"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwInspectionTable/cufwInspectionEntry={cufwInspectionPolicyName},{cufwInspectionProtocol}": {
      "get": {
        "summary": "Get cufwInspectionEntry entry",
        "description": "Retrieve specific cufwInspectionEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwInspectionPolicyName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwInspectionProtocol",
            "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": {
                    "cufwInspectionPolicyName": {
                      "type": "string",
                      "description": "The name of the policy that configures the device\n            inspect the protocol specified by \n              'cufwInspectionProtocol'.",
                      "x-yang-type": "cisco-firewall:CFWPolicy"
                    },
                    "cufwInspectionProtocol": {
                      "type": "string",
                      "description": "The application protocol that is configured for \n            inspection.",
                      "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                    },
                    "cufwInspectionStatus": {
                      "type": "boolean",
                      "description": "This MIB object identifies if the directive to inspect\n            the protocol specified by 'cufwInspectionProtocol' by\n            the policy corresponding to this conceptual row is\n            enabled or disabled."
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwInspectionEntry": {
                    "cufwInspectionPolicyName": "interface-1",
                    "cufwInspectionProtocol": "example-string",
                    "cufwInspectionStatus": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwInspectionEntry-2"
      },
      "x-yang-path": "/cufwInspectionTable/cufwInspectionEntry={cufwInspectionPolicyName cufwInspectionProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwInspectionPolicyName cufwInspectionProtocol"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwUrlfServerTable/cufwUrlfServerEntry={cufwUrlfServerAddrType},{cufwUrlfServerAddress},{cufwUrlfServerPort}": {
      "get": {
        "summary": "Get cufwUrlfServerEntry entry",
        "description": "Retrieve specific cufwUrlfServerEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwUrlfServerAddrType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwUrlfServerAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwUrlfServerPort",
            "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": {
                    "cufwUrlfServerAddrType": {
                      "type": "string",
                      "description": "The type of the IP address of the URL filtering\n            server.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "cufwUrlfServerAddress": {
                      "type": "string",
                      "description": "The value of the IP address of the URL filtering\n            server.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "cufwUrlfServerPort": {
                      "type": "string",
                      "description": "The value of the port at which the URL filtering\n            server listens for incoming requests.",
                      "format": "inet:port-number"
                    },
                    "cufwUrlfServerVendor": {
                      "type": "string",
                      "description": "The vendor type of the URL filtering server.",
                      "x-yang-type": "cisco-firewall:CFWUrlfVendorId"
                    },
                    "cufwUrlfServerStatus": {
                      "type": "string",
                      "description": "The status of the URL filtering server\n            corresponding to this conceptual row.",
                      "x-yang-type": "cisco-firewall:CFWUrlServerStatus"
                    },
                    "cufwUrlfServerReqsNumProcessed": {
                      "type": "integer",
                      "description": "The number of URL access requests forwarded by\n            the managed firewall device to the URL filtering\n            server corresponding to this conceptual row.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerReqsNumAllowed": {
                      "type": "integer",
                      "description": "The number of URL access requests allowed by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerReqsNumDenied": {
                      "type": "integer",
                      "description": "The number of URL access requests denied by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerNumTimeouts": {
                      "type": "integer",
                      "description": "The number of times the firewall failed to receive\n            a response from the URL filtering server corresponding \n            to this conceptual row, for a request to authorize a \n            URL access request.\n            \n            This is equal to the number of times a firewall removed\n            a URL access request from the queue of pending requests\n            because no response was received from the URL filtering\n            server.\n            \n            This value is accumulated from the last reboot of the\n            firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfServerNumRetries": {
                      "type": "integer",
                      "description": "The number of URL access authorization requests \n            re-sent by the firewall to the URL Filtering Server \n            corresponding to this conceptual row, because a response\n            was not received within the configured time interval\n            from the server.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerRespsNumReceived": {
                      "type": "integer",
                      "description": "The number of URL access responses received by the\n            firewall from the URL filtering server corresponding \n            to this conceptual row. This counter does not include \n            late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerRespsNumLate": {
                      "type": "integer",
                      "description": "The number of URL access responses received by\n            the managed firewall from the URL filtering server \n            corresponding to this conceptual row after the \n            original URL access request was removed from the \n            queue of pending requests.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerAvgRespTime1": {
                      "type": "integer",
                      "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            60 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwUrlfServerAvgRespTime5": {
                      "type": "integer",
                      "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            300 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwUrlfServerEntry": {
                    "cufwUrlfServerAddrType": "192.168.1.1",
                    "cufwUrlfServerAddress": "192.168.1.1",
                    "cufwUrlfServerPort": "example-string",
                    "cufwUrlfServerVendor": "example-string",
                    "cufwUrlfServerStatus": "up(1)",
                    "cufwUrlfServerReqsNumProcessed": 0,
                    "cufwUrlfServerReqsNumAllowed": 0,
                    "cufwUrlfServerReqsNumDenied": 0,
                    "cufwUrlfServerNumTimeouts": 0,
                    "cufwUrlfServerNumRetries": 0,
                    "cufwUrlfServerRespsNumReceived": 0,
                    "cufwUrlfServerRespsNumLate": 0,
                    "cufwUrlfServerAvgRespTime1": 0,
                    "cufwUrlfServerAvgRespTime5": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwUrlfServerEntry-2"
      },
      "x-yang-path": "/cufwUrlfServerTable/cufwUrlfServerEntry={cufwUrlfServerAddrType cufwUrlfServerAddress cufwUrlfServerPort}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwUrlfServerAddrType cufwUrlfServerAddress cufwUrlfServerPort"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyConnSummaryEntry={cufwPolConnPolicy},{cufwPolConnPolicyTargetType},{cufwPolConnPolicyTarget},{cufwPolConnProtocol}": {
      "get": {
        "summary": "Get cufwPolicyConnSummaryEntry entry",
        "description": "Retrieve specific cufwPolicyConnSummaryEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwPolConnPolicy",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolConnPolicyTargetType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolConnPolicyTarget",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolConnProtocol",
            "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": {
                    "cufwPolConnPolicy": {
                      "type": "string",
                      "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                      "x-yang-type": "cisco-firewall:CFWPolicy"
                    },
                    "cufwPolConnPolicyTargetType": {
                      "type": "string",
                      "description": "The type of the entity to which the firewall policy\n            'cufwPolConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwConnPolicyTarget is ignored.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTargetType"
                    },
                    "cufwPolConnPolicyTarget": {
                      "type": "string",
                      "description": "The identity of the entity to which the firewall \n            policy 'cufwPolConnPolicy' is applied. This could be an\n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTarget"
                    },
                    "cufwPolConnProtocol": {
                      "type": "string",
                      "description": "The (L3-L4) protocol corresponding to which this \n            conceptual row summarizes the connection activity\n            on the firewall.",
                      "x-yang-type": "cisco-firewall:CFWNetworkProtocol"
                    },
                    "cufwPolConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0
                    },
                    "cufwPolConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', associated with the policy \n            'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget',\n            that were aborted before the connection could \n            proceed to completion. The counter includes \n            setup attempts aborted by the firewall as well \n            as those aborted by the initiator and/or the \n            responder(s) of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolConnNumPolicyDeclined' and\n            'cufwPolConnNumResDeclined'.",
                      "minimum": 0
                    },
                    "cufwPolConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                      "minimum": 0
                    },
                    "cufwPolConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the policy\n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                      "minimum": 0
                    },
                    "cufwPolConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the \n            policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwPolConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwPolConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolConnProtocol', \n            in the policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyConnSummaryEntry": {
                    "cufwPolConnPolicy": "example-string",
                    "cufwPolConnPolicyTargetType": "ethernetCsmacd(6)",
                    "cufwPolConnPolicyTarget": "example-string",
                    "cufwPolConnProtocol": "example-string",
                    "cufwPolConnNumAttempted": 0,
                    "cufwPolConnNumSetupsAborted": 0,
                    "cufwPolConnNumPolicyDeclined": 0,
                    "cufwPolConnNumResDeclined": 0,
                    "cufwPolConnNumHalfOpen": 0,
                    "cufwPolConnNumActive": 0,
                    "cufwPolConnNumAborted": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwPolicyConnSummaryEntry-4"
      },
      "x-yang-path": "/cufwPolicyConnSummaryEntry={cufwPolConnPolicy cufwPolConnPolicyTargetType cufwPolConnPolicyTarget cufwPolConnProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwPolConnPolicy cufwPolConnPolicyTargetType cufwPolConnPolicyTarget cufwPolConnProtocol"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyAppConnSummaryEntry={cufwPolAppConnPolicy},{cufwPolAppConnPolicyTargetType},{cufwPolAppConnPolicyTarget},{cufwPolAppConnProtocol}": {
      "get": {
        "summary": "Get cufwPolicyAppConnSummaryEntry entry",
        "description": "Retrieve specific cufwPolicyAppConnSummaryEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwPolAppConnPolicy",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolAppConnPolicyTargetType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolAppConnPolicyTarget",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwPolAppConnProtocol",
            "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": {
                    "cufwPolAppConnPolicy": {
                      "type": "string",
                      "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                      "x-yang-type": "cisco-firewall:CFWPolicy"
                    },
                    "cufwPolAppConnPolicyTargetType": {
                      "type": "string",
                      "description": "The type of the entity to which the firewall policy\n            'cufwPolAppConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwAppConnPolicyTarget is ignored.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTargetType"
                    },
                    "cufwPolAppConnPolicyTarget": {
                      "type": "string",
                      "description": "The identity of the entity to which the firewall \n            policy 'cufwPolAppProtocol' refers. This could be an \n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTarget"
                    },
                    "cufwPolAppConnProtocol": {
                      "type": "string",
                      "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                      "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                    },
                    "cufwPolAppConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwPolAppConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', associated with the policy\n            'cufwPolAppConnPolicy' applied to the entity \n            identified by 'cufwPolAppConnPolicyTarget',\n            that were aborted before the connections could \n            proceed to completion. The counter includes setup \n            attempts aborted by the firewall as well as those \n            aborted by the initiator and/or the responder(s) \n            of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolAppConnNumPolicyDeclined' and \n            'cufwPolAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwPolAppConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwPolAppConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolAppConnProtocol', in the\n            policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0
                    },
                    "cufwPolAppConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwPolAppConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwPolAppConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolAppConnProtocol', in\n            the policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwPolicyAppConnSummaryEntry": {
                    "cufwPolAppConnPolicy": "example-string",
                    "cufwPolAppConnPolicyTargetType": "ethernetCsmacd(6)",
                    "cufwPolAppConnPolicyTarget": "example-string",
                    "cufwPolAppConnProtocol": "example-string",
                    "cufwPolAppConnNumAttempted": 0,
                    "cufwPolAppConnNumSetupsAborted": 0,
                    "cufwPolAppConnNumPolicyDeclined": 0,
                    "cufwPolAppConnNumResDeclined": 0,
                    "cufwPolAppConnNumHalfOpen": 0,
                    "cufwPolAppConnNumActive": 0,
                    "cufwPolAppConnNumAborted": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwPolicyAppConnSummaryEntry-4"
      },
      "x-yang-path": "/cufwPolicyAppConnSummaryEntry={cufwPolAppConnPolicy cufwPolAppConnPolicyTargetType cufwPolAppConnPolicyTarget cufwPolAppConnProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwPolAppConnPolicy cufwPolAppConnPolicyTargetType cufwPolAppConnPolicyTarget cufwPolAppConnProtocol"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwInspectionEntry={cufwInspectionPolicyName},{cufwInspectionProtocol}": {
      "get": {
        "summary": "Get cufwInspectionEntry entry",
        "description": "Retrieve specific cufwInspectionEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwInspectionPolicyName",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwInspectionProtocol",
            "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": {
                    "cufwInspectionPolicyName": {
                      "type": "string",
                      "description": "The name of the policy that configures the device\n            inspect the protocol specified by \n              'cufwInspectionProtocol'.",
                      "x-yang-type": "cisco-firewall:CFWPolicy"
                    },
                    "cufwInspectionProtocol": {
                      "type": "string",
                      "description": "The application protocol that is configured for \n            inspection.",
                      "x-yang-type": "cisco-firewall:CFWApplicationProtocol"
                    },
                    "cufwInspectionStatus": {
                      "type": "boolean",
                      "description": "This MIB object identifies if the directive to inspect\n            the protocol specified by 'cufwInspectionProtocol' by\n            the policy corresponding to this conceptual row is\n            enabled or disabled."
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwInspectionEntry": {
                    "cufwInspectionPolicyName": "interface-1",
                    "cufwInspectionProtocol": "example-string",
                    "cufwInspectionStatus": true
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwInspectionEntry-4"
      },
      "x-yang-path": "/cufwInspectionEntry={cufwInspectionPolicyName cufwInspectionProtocol}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwInspectionPolicyName cufwInspectionProtocol"
      ]
    },
    "/data/CISCO-UNIFIED-FIREWALL-MIB:cufwUrlfServerEntry={cufwUrlfServerAddrType},{cufwUrlfServerAddress},{cufwUrlfServerPort}": {
      "get": {
        "summary": "Get cufwUrlfServerEntry entry",
        "description": "Retrieve specific cufwUrlfServerEntry entry by key from MIB",
        "tags": [
          "CISCO-UNIFIED-FIREWALL-MIB"
        ],
        "parameters": [
          {
            "name": "cufwUrlfServerAddrType",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwUrlfServerAddress",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "cufwUrlfServerPort",
            "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": {
                    "cufwUrlfServerAddrType": {
                      "type": "string",
                      "description": "The type of the IP address of the URL filtering\n            server.",
                      "x-yang-type": "inet-address:InetAddressType"
                    },
                    "cufwUrlfServerAddress": {
                      "type": "string",
                      "description": "The value of the IP address of the URL filtering\n            server.",
                      "x-yang-type": "inet-address:InetAddress"
                    },
                    "cufwUrlfServerPort": {
                      "type": "string",
                      "description": "The value of the port at which the URL filtering\n            server listens for incoming requests.",
                      "format": "inet:port-number"
                    },
                    "cufwUrlfServerVendor": {
                      "type": "string",
                      "description": "The vendor type of the URL filtering server.",
                      "x-yang-type": "cisco-firewall:CFWUrlfVendorId"
                    },
                    "cufwUrlfServerStatus": {
                      "type": "string",
                      "description": "The status of the URL filtering server\n            corresponding to this conceptual row.",
                      "x-yang-type": "cisco-firewall:CFWUrlServerStatus"
                    },
                    "cufwUrlfServerReqsNumProcessed": {
                      "type": "integer",
                      "description": "The number of URL access requests forwarded by\n            the managed firewall device to the URL filtering\n            server corresponding to this conceptual row.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerReqsNumAllowed": {
                      "type": "integer",
                      "description": "The number of URL access requests allowed by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerReqsNumDenied": {
                      "type": "integer",
                      "description": "The number of URL access requests denied by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerNumTimeouts": {
                      "type": "integer",
                      "description": "The number of times the firewall failed to receive\n            a response from the URL filtering server corresponding \n            to this conceptual row, for a request to authorize a \n            URL access request.\n            \n            This is equal to the number of times a firewall removed\n            a URL access request from the queue of pending requests\n            because no response was received from the URL filtering\n            server.\n            \n            This value is accumulated from the last reboot of the\n            firewall.",
                      "minimum": 0
                    },
                    "cufwUrlfServerNumRetries": {
                      "type": "integer",
                      "description": "The number of URL access authorization requests \n            re-sent by the firewall to the URL Filtering Server \n            corresponding to this conceptual row, because a response\n            was not received within the configured time interval\n            from the server.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerRespsNumReceived": {
                      "type": "integer",
                      "description": "The number of URL access responses received by the\n            firewall from the URL filtering server corresponding \n            to this conceptual row. This counter does not include \n            late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerRespsNumLate": {
                      "type": "integer",
                      "description": "The number of URL access responses received by\n            the managed firewall from the URL filtering server \n            corresponding to this conceptual row after the \n            original URL access request was removed from the \n            queue of pending requests.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0
                    },
                    "cufwUrlfServerAvgRespTime1": {
                      "type": "integer",
                      "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            60 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "cufwUrlfServerAvgRespTime5": {
                      "type": "integer",
                      "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            300 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-UNIFIED-FIREWALL-MIB:cufwUrlfServerEntry": {
                    "cufwUrlfServerAddrType": "192.168.1.1",
                    "cufwUrlfServerAddress": "192.168.1.1",
                    "cufwUrlfServerPort": "example-string",
                    "cufwUrlfServerVendor": "example-string",
                    "cufwUrlfServerStatus": "up(1)",
                    "cufwUrlfServerReqsNumProcessed": 0,
                    "cufwUrlfServerReqsNumAllowed": 0,
                    "cufwUrlfServerReqsNumDenied": 0,
                    "cufwUrlfServerNumTimeouts": 0,
                    "cufwUrlfServerNumRetries": 0,
                    "cufwUrlfServerRespsNumReceived": 0,
                    "cufwUrlfServerRespsNumLate": 0,
                    "cufwUrlfServerAvgRespTime1": 0,
                    "cufwUrlfServerAvgRespTime5": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-cufwUrlfServerEntry-4"
      },
      "x-yang-path": "/cufwUrlfServerEntry={cufwUrlfServerAddrType cufwUrlfServerAddress cufwUrlfServerPort}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "cufwUrlfServerAddrType cufwUrlfServerAddress cufwUrlfServerPort"
      ]
    }
  },
  "components": {
    "schemas": {
      "CISCO-UNIFIED-FIREWALL-MIB_CISCO-UNIFIED-FIREWALL-MIB": {
        "type": "object",
        "description": "CISCO-UNIFIED-FIREWALL-MIB",
        "properties": {
          "cufwConnSummaryEntry": {
            "type": "array",
            "description": "Each entry contains the summary of connection\n          activity for a layer3-layer4 network protocol.",
            "items": {
              "type": "object",
              "properties": {
                "cufwConnProtocol": {
                  "type": "string",
                  "description": "The (L3-L4) protocol for which this conceptual \n            row summarizes the connection activity on the\n            managed entity.",
                  "x-yang-type": "cisco-firewall:CFWNetworkProtocol",
                  "readOnly": true
                },
                "cufwConnNumAttempted": {
                  "type": "integer",
                  "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwConnNumSetupsAborted": {
                  "type": "integer",
                  "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol', that were aborted before the \n            connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwConnNumPolicyDeclined' and \n            'cufwConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwConnNumPolicyDeclined": {
                  "type": "integer",
                  "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwConnNumResDeclined": {
                  "type": "integer",
                  "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwConnNumHalfOpen": {
                  "type": "integer",
                  "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwConnNumActive": {
                  "type": "integer",
                  "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwConnNumAborted": {
                  "type": "integer",
                  "description": "The number of connections that were abnormally \n            terminated after successful establishment, \n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwConnSetupRate1": {
                  "type": "integer",
                  "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwConnSetupRate5": {
                  "type": "integer",
                  "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cufwAppConnSummaryEntry": {
            "type": "array",
            "description": "Each entry contains the summary of connection\n          activity for a distinct layer 7 protocol identified\n          by the index element 'cufwAppConnProtocol'.",
            "items": {
              "type": "object",
              "properties": {
                "cufwAppConnProtocol": {
                  "type": "string",
                  "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                  "x-yang-type": "cisco-firewall:CFWApplicationProtocol",
                  "readOnly": true
                },
                "cufwAppConnNumAttempted": {
                  "type": "integer",
                  "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwAppConnNumSetupsAborted": {
                  "type": "integer",
                  "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol', that were aborted before\n            the connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwAppConnNumPolicyDeclined' and \n            'cufwAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwAppConnNumPolicyDeclined": {
                  "type": "integer",
                  "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwAppConnNumResDeclined": {
                  "type": "integer",
                  "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwAppConnNumHalfOpen": {
                  "type": "integer",
                  "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwAppConnNumActive": {
                  "type": "integer",
                  "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwAppConnNumAborted": {
                  "type": "integer",
                  "description": "The number of connections that were terminated by the \n            firewall successful establishment, corresponding \n            to the protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwAppConnSetupRate1": {
                  "type": "integer",
                  "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwAppConnSetupRate5": {
                  "type": "integer",
                  "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cufwPolicyConnSummaryEntry": {
            "type": "array",
            "description": "Each entry contains the summary of connection\n          activity for a specific protocol in a specific\n          policy applied to the specified policy target.",
            "items": {
              "type": "object",
              "properties": {
                "cufwPolConnPolicy": {
                  "type": "string",
                  "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                  "x-yang-type": "cisco-firewall:CFWPolicy",
                  "readOnly": true
                },
                "cufwPolConnPolicyTargetType": {
                  "type": "string",
                  "description": "The type of the entity to which the firewall policy\n            'cufwPolConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwConnPolicyTarget is ignored.",
                  "x-yang-type": "cisco-firewall:CFWPolicyTargetType",
                  "readOnly": true
                },
                "cufwPolConnPolicyTarget": {
                  "type": "string",
                  "description": "The identity of the entity to which the firewall \n            policy 'cufwPolConnPolicy' is applied. This could be an\n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                  "x-yang-type": "cisco-firewall:CFWPolicyTarget",
                  "readOnly": true
                },
                "cufwPolConnProtocol": {
                  "type": "string",
                  "description": "The (L3-L4) protocol corresponding to which this \n            conceptual row summarizes the connection activity\n            on the firewall.",
                  "x-yang-type": "cisco-firewall:CFWNetworkProtocol",
                  "readOnly": true
                },
                "cufwPolConnNumAttempted": {
                  "type": "integer",
                  "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwPolConnNumSetupsAborted": {
                  "type": "integer",
                  "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', associated with the policy \n            'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget',\n            that were aborted before the connection could \n            proceed to completion. The counter includes \n            setup attempts aborted by the firewall as well \n            as those aborted by the initiator and/or the \n            responder(s) of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolConnNumPolicyDeclined' and\n            'cufwPolConnNumResDeclined'.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwPolConnNumPolicyDeclined": {
                  "type": "integer",
                  "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwPolConnNumResDeclined": {
                  "type": "integer",
                  "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the policy\n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwPolConnNumHalfOpen": {
                  "type": "integer",
                  "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the \n            policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwPolConnNumActive": {
                  "type": "integer",
                  "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwPolConnNumAborted": {
                  "type": "integer",
                  "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolConnProtocol', \n            in the policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                  "minimum": 0,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cufwPolicyAppConnSummaryEntry": {
            "type": "array",
            "description": "Each entry contains the summary of connection\n          activity for a specific layer 7 protocol in a\n          specific policy applied to the specified policy \n          target.",
            "items": {
              "type": "object",
              "properties": {
                "cufwPolAppConnPolicy": {
                  "type": "string",
                  "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                  "x-yang-type": "cisco-firewall:CFWPolicy",
                  "readOnly": true
                },
                "cufwPolAppConnPolicyTargetType": {
                  "type": "string",
                  "description": "The type of the entity to which the firewall policy\n            'cufwPolAppConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwAppConnPolicyTarget is ignored.",
                  "x-yang-type": "cisco-firewall:CFWPolicyTargetType",
                  "readOnly": true
                },
                "cufwPolAppConnPolicyTarget": {
                  "type": "string",
                  "description": "The identity of the entity to which the firewall \n            policy 'cufwPolAppProtocol' refers. This could be an \n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                  "x-yang-type": "cisco-firewall:CFWPolicyTarget",
                  "readOnly": true
                },
                "cufwPolAppConnProtocol": {
                  "type": "string",
                  "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                  "x-yang-type": "cisco-firewall:CFWApplicationProtocol",
                  "readOnly": true
                },
                "cufwPolAppConnNumAttempted": {
                  "type": "integer",
                  "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwPolAppConnNumSetupsAborted": {
                  "type": "integer",
                  "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', associated with the policy\n            'cufwPolAppConnPolicy' applied to the entity \n            identified by 'cufwPolAppConnPolicyTarget',\n            that were aborted before the connections could \n            proceed to completion. The counter includes setup \n            attempts aborted by the firewall as well as those \n            aborted by the initiator and/or the responder(s) \n            of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolAppConnNumPolicyDeclined' and \n            'cufwPolAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwPolAppConnNumPolicyDeclined": {
                  "type": "integer",
                  "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwPolAppConnNumResDeclined": {
                  "type": "integer",
                  "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolAppConnProtocol', in the\n            policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwPolAppConnNumHalfOpen": {
                  "type": "integer",
                  "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwPolAppConnNumActive": {
                  "type": "integer",
                  "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwPolAppConnNumAborted": {
                  "type": "integer",
                  "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolAppConnProtocol', in\n            the policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.",
                  "minimum": 0,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cufwInspectionEntry": {
            "type": "array",
            "description": "Each entry contains the configuration of\n          a specific application inspection element.",
            "items": {
              "type": "object",
              "properties": {
                "cufwInspectionPolicyName": {
                  "type": "string",
                  "description": "The name of the policy that configures the device\n            inspect the protocol specified by \n              'cufwInspectionProtocol'.",
                  "x-yang-type": "cisco-firewall:CFWPolicy",
                  "readOnly": true
                },
                "cufwInspectionProtocol": {
                  "type": "string",
                  "description": "The application protocol that is configured for \n            inspection.",
                  "x-yang-type": "cisco-firewall:CFWApplicationProtocol",
                  "readOnly": true
                },
                "cufwInspectionStatus": {
                  "type": "boolean",
                  "description": "This MIB object identifies if the directive to inspect\n            the protocol specified by 'cufwInspectionProtocol' by\n            the policy corresponding to this conceptual row is\n            enabled or disabled.",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cufwUrlfServerEntry": {
            "type": "array",
            "description": "Each entry contains the configuration of\n          a specific URL filtering server.",
            "items": {
              "type": "object",
              "properties": {
                "cufwUrlfServerAddrType": {
                  "type": "string",
                  "description": "The type of the IP address of the URL filtering\n            server.",
                  "x-yang-type": "inet-address:InetAddressType",
                  "readOnly": true
                },
                "cufwUrlfServerAddress": {
                  "type": "string",
                  "description": "The value of the IP address of the URL filtering\n            server.",
                  "x-yang-type": "inet-address:InetAddress",
                  "readOnly": true
                },
                "cufwUrlfServerPort": {
                  "type": "string",
                  "description": "The value of the port at which the URL filtering\n            server listens for incoming requests.",
                  "format": "inet:port-number",
                  "readOnly": true
                },
                "cufwUrlfServerVendor": {
                  "type": "string",
                  "description": "The vendor type of the URL filtering server.",
                  "x-yang-type": "cisco-firewall:CFWUrlfVendorId",
                  "readOnly": true
                },
                "cufwUrlfServerStatus": {
                  "type": "string",
                  "description": "The status of the URL filtering server\n            corresponding to this conceptual row.",
                  "x-yang-type": "cisco-firewall:CFWUrlServerStatus",
                  "readOnly": true
                },
                "cufwUrlfServerReqsNumProcessed": {
                  "type": "integer",
                  "description": "The number of URL access requests forwarded by\n            the managed firewall device to the URL filtering\n            server corresponding to this conceptual row.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwUrlfServerReqsNumAllowed": {
                  "type": "integer",
                  "description": "The number of URL access requests allowed by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwUrlfServerReqsNumDenied": {
                  "type": "integer",
                  "description": "The number of URL access requests denied by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwUrlfServerNumTimeouts": {
                  "type": "integer",
                  "description": "The number of times the firewall failed to receive\n            a response from the URL filtering server corresponding \n            to this conceptual row, for a request to authorize a \n            URL access request.\n            \n            This is equal to the number of times a firewall removed\n            a URL access request from the queue of pending requests\n            because no response was received from the URL filtering\n            server.\n            \n            This value is accumulated from the last reboot of the\n            firewall.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwUrlfServerNumRetries": {
                  "type": "integer",
                  "description": "The number of URL access authorization requests \n            re-sent by the firewall to the URL Filtering Server \n            corresponding to this conceptual row, because a response\n            was not received within the configured time interval\n            from the server.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwUrlfServerRespsNumReceived": {
                  "type": "integer",
                  "description": "The number of URL access responses received by the\n            firewall from the URL filtering server corresponding \n            to this conceptual row. This counter does not include \n            late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwUrlfServerRespsNumLate": {
                  "type": "integer",
                  "description": "The number of URL access responses received by\n            the managed firewall from the URL filtering server \n            corresponding to this conceptual row after the \n            original URL access request was removed from the \n            queue of pending requests.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                  "minimum": 0,
                  "readOnly": true
                },
                "cufwUrlfServerAvgRespTime1": {
                  "type": "integer",
                  "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            60 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "cufwUrlfServerAvgRespTime5": {
                  "type": "integer",
                  "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            300 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "cuFwConnectionGlobals": {
            "type": "object",
            "description": "cuFwConnectionGlobals",
            "properties": {
              "cufwConnGlobalNumAttempted": {
                "type": "integer",
                "description": "Connection Statistics Aggregation\n          \n          Connection 1  +-----------+ \n          ------------->|           |-------> Global Connection Summary\n          Connection 2  |           |\n          ------------->|           |\n          Connection 3  |           |\n          ------------->|   First   |------------> ConnSummary \n            |   Level   |            (i.e, L-3/4 Protocol\n          Connection 4  |Aggregation|             Connection Summary)\n          ------------->|           |\n          .    |           |\n          .    |           |---------------> PolicyConnSummary \n          Connection N  |           |       (i.e, L-3/4 Policy Target based\n          ------------->|           |        Protocol Connection Summary)\n            +-----------+\n          \n          \n            +-----------+ \n          L-3/4 Protocol   |           |\n          Connection Summary |           |\n          ------------------>|           |---------> AppConnSummary \n            |           |         (i.e, L-7 Protocol \n            |  Second   |          Connection Summary)\n            |---Level---|\n          L-3/4 Policy Target |Aggregation|\n          based Protocol    |           |\n          Connection Summary  |           |\n          ------------------>|           |---------------> PolicyAppConnSummary\n            |           |       (i.e, L-7 Policy Target based\n            |           |        Protocol Connection Summary)\n            +-----------+\n          \n          \n          Specifically, the object \n          'cufwConnGlobalNumAttempted' models\n          the number of connections which are attempted to\n          be set up through the firewall.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwConnGlobalNumSetupsAborted": {
                "type": "integer",
                "description": "The number of connection setup attempts that\n          were aborted before the connection could proceed\n          to completion. The counter includes setup\n          attempts aborted by the firewall as well as \n          those aborted by the initiator and/or the \n          responder(s) of/to the connection setup attempt.\n          \n          Consequently, this value subsumes the values of\n          objects 'cufwConnGlobalNumPolicyDeclined' and \n          'cufwConnGlobalNumResDeclined'.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwConnGlobalNumPolicyDeclined": {
                "type": "integer",
                "description": "The number of connections which were attempted to\n          be setup but which were declined due to reasons of\n          security policy.\n          \n          This includes the connections that failed \n          authentication.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwConnGlobalNumResDeclined": {
                "type": "integer",
                "description": "The number of connections which were attempted to\n          be setup but which were declined due to \n          non-availability of required resources.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwConnGlobalNumHalfOpen": {
                "type": "integer",
                "description": "The number of connections which are in the process\n          of being setup but which have not yet reached the\n          established state in the connection table.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwConnGlobalNumActive": {
                "type": "integer",
                "description": "The number of connections which are currently active.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwConnGlobalNumExpired": {
                "type": "integer",
                "description": "The number of connections which were active but\n          which were since normally terminated.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwConnGlobalNumAborted": {
                "type": "integer",
                "description": "The number of connections which were active but\n          which were aborted by the firewall due to reasons\n          of policy or resource rationing.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwConnGlobalNumEmbryonic": {
                "type": "integer",
                "description": "The number of embryonic application layer connections \n          (that is, connections in which the signaling channel\n          has been established while the data channel is awaiting\n          setup).\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwConnGlobalConnSetupRate1": {
                "type": "integer",
                "description": "The averaged number of connections which the firewall \n          establishing per second, averaged over the last 60 \n          seconds.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwConnGlobalConnSetupRate5": {
                "type": "integer",
                "description": "The averaged number of connections which the firewall \n          establishing per second, averaged over the last 300\n          seconds.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwConnGlobalNumRemoteAccess": {
                "type": "integer",
                "description": "The number of active connections which correspond\n          to remote access applications. Specifically, the\n          protocol for which the connection is established\n          must be one of PPP, PPTP, L2TP or remote access IPsec\n          (IPsec connections employing extended authentication).\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cuFwConnectionResources": {
            "type": "object",
            "description": "The amount of memory occupied by all structures\n          required to maintain the state of all connections\n          which are either being established or are active.",
            "properties": {
              "cufwConnResMemoryUsage": {
                "type": "integer",
                "description": "The amount of memory occupied by all structures\n          required to maintain the state of all connections\n          which are either being established or are active.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwConnResActiveConnMemoryUsage": {
                "type": "integer",
                "description": "The amount of memory occupied by all structures\n          required to maintain the state of all active\n          connections.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwConnResHOConnMemoryUsage": {
                "type": "integer",
                "description": "The amount of memory occupied by all structures\n          required to maintain the state of all half\n          open connections.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwConnResEmbrConnMemoryUsage": {
                "type": "integer",
                "description": "The amount of memory occupied by all structures\n          required to maintain the state of all embryonic\n          connections.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cuFwConnectionReportSettings": {
            "type": "object",
            "description": "cuFwConnectionReportSettings",
            "properties": {
              "cufwConnReptAppStats": {
                "type": "boolean",
                "description": "Setting this object to 'true' enables the MIB to\n          report connection activity statistics pertaining\n          to application protocols.\n          \n          If this object is set to 'false', the agent\n          should stop updating the objects defined in this\n          module pertaining to application protocols.\n          \n          Application monitoring could be a resource intensive\n          operation. It is expected that the administrators \n          would use this control to disable application \n          monitoring when the performance of the firewall is \n          degrading.",
                "readOnly": true
              },
              "cufwConnReptAppStatsLastChanged": {
                "type": "string",
                "description": "The time at which the value of cufwConnReptAppStats \n          was last changed.",
                "x-yang-type": "yang:timestamp",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cuFwApplInspectionGrp": {
            "type": "object",
            "description": "The value identifies if audit trail in application \n          inspection has been globally enabled or disabled.",
            "properties": {
              "cufwAIAuditTrailEnabled": {
                "type": "boolean",
                "description": "The value identifies if audit trail in application \n          inspection has been globally enabled or disabled.",
                "readOnly": true
              },
              "cufwAIAlertEnabled": {
                "type": "boolean",
                "description": "The value identifies if application inspection alerts\n          have been globally enabled or disabled.",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwUrlFilterGlobals": {
            "type": "object",
            "description": "cufwUrlFilterGlobals",
            "properties": {
              "cufwUrlfFunctionEnabled": {
                "type": "integer",
                "description": "URL Filtering Operation\n          \n                                          _________\n                           2.2 Request   |         |\n                             |---------->| Server  |\n                             |           |         |\n          _________                      __|_          |_________|\n          |         |<--(5. Response )---|    | 3. Response  |  \n          |         |                    |    |<-------------| \n          | Client  |---(1. Request )--->|FW  |\n          |_________|                    |____|<--------------|\n                            | 4. URLF Resp ____|______\n                            |             |           |\n                            |------------>|URLF Server|\n                           2.1 URLF Req   |___________|\n          \n          1)  Client sends a Request containing a URL to the Server\n          \n          2.1)  FW extracts the URL from the Request and sends it to \n          URL Filtering Server (or Verifies the URL locally)\n          \n          2.2)  FW also forwards the original Request from the Client to \n          the Server\n          \n          3)  Any Responses from the Server received before receiving\n          a response from URLF Server are cached by the FW\n          \n          4)  URLF Response indicates whether the URL access should be \n          allowed or denied\n          \n          5)  If the URLF Response allows the URL, FW forwards the\n          URL Access responses from the Server to the Client\n          \n          6)  If the URLF Response indicates that the URL access should be\n          denied, FW drops all the cached URL responses and forces the\n          connection between the Client and the Server to be terminated\n          \n          Specifically, the object cufwUrlfFunctionEnabled \n          indicates if the URL filtering function\n          is enabled.\n          \n          When this MIB object contains the value 'false',\n          the firewall device will not perform URL filtering\n          function, even if it contains configuration pertaining\n          to other aspects of URL filtering.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwUrlfRequestsNumProcessed": {
                "type": "integer",
                "description": "The number of URL access requests processed by \n          this firewall.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfRequestsProcRate1": {
                "type": "integer",
                "description": "The number of URL access requests processed per \n          seconds by this firewall averaged over the last 60 \n          seconds.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwUrlfRequestsProcRate5": {
                "type": "integer",
                "description": "The number of URL access requests processed per second\n          by this firewall averaged over the last 300 seconds.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwUrlfRequestsNumAllowed": {
                "type": "integer",
                "description": "The number of URL access requests allowed by\n          this firewall, due to a directive from a URL \n          filtering server or a static policy configured on \n          the firewall.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfRequestsNumDenied": {
                "type": "integer",
                "description": "The number of URL access requests declined by\n          this firewall, due to a directive from a URL \n          filtering server, a static policy configured on \n          the firewall, due to resource constraints or\n          any other reason.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfRequestsDeniedRate1": {
                "type": "integer",
                "description": "The rate at which URL access requests were denied\n          by this firewall, due to a directive from a URL \n          filtering server, a static policy configured on \n          the firewall, due to resource constraints or\n          any other reason, averaged over the last 60 seconds.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwUrlfRequestsDeniedRate5": {
                "type": "integer",
                "description": "The rate at which URL access requests were denied\n          by this firewall, due to a directive from a URL \n          filtering server, a static policy configured on \n          the firewall, due to resource constraints or\n          any other reason, averaged over the last 300 seconds.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwUrlfRequestsNumCacheAllowed": {
                "type": "integer",
                "description": "The number of URL access requests allowed by\n          the firewall because of a cached entry holding the\n          result from a previous URL access request that was\n          handled either by a URLF Server or exclusive domain\n          configuration. \n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfRequestsNumCacheDenied": {
                "type": "integer",
                "description": "The number of URL access requests denied by\n          the firewall because of a cached entry holding the\n          result from a previous URL access request that was\n          handled either by a URLF Server or exclusive domain\n          configuration. \n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfAllowModeReqNumAllowed": {
                "type": "integer",
                "description": "The number of URL access requests that were allowed\n          by the firewall when the URL filtering server was not\n          available.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfAllowModeReqNumDenied": {
                "type": "integer",
                "description": "The number of URL access requests that were declined\n          by the firewall when the URL filtering server was not\n          available.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfRequestsNumResDropped": {
                "type": "integer",
                "description": "The number of incoming URL access requests that\n          were dropped by the firewall because of resource\n          constraints.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfRequestsResDropRate1": {
                "type": "integer",
                "description": "The rate at which incoming URL access requests \n          were dropped by the firewall because of resource\n          constraints, averaged over the last 60 seconds.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwUrlfRequestsResDropRate5": {
                "type": "integer",
                "description": "The rate at which incoming URL access requests \n          were dropped by the firewall because of resource\n          constraints, averaged over the last 300 seconds.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwUrlfNumServerTimeouts": {
                "type": "integer",
                "description": "The number of times the firewall failed to receive\n          a response from the configured URL filtering servers \n          for a request to authorize a URL access request.\n          \n          This is equal to the number of times a firewall removed\n          a URL access request from the queue of pending requests\n          because no response was received from the URL filtering\n          server(s).\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfNumServerRetries": {
                "type": "integer",
                "description": "The number of URL access authorization requests \n          re-sent by the firewall to the URL Filtering Servers \n          because a response was not received within the \n          configured time interval.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfResponsesNumLate": {
                "type": "integer",
                "description": "The number of responses from URL filtering servers\n          which were received after the original URL access\n          request was removed from the queue of pending\n          requests.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwUrlfUrlAccRespsNumResDropped": {
                "type": "integer",
                "description": "The number of transport packets constituting responses\n          to URL access requests that were dropped by the firewall\n          due to resource constraints waiting for a response from\n          the filtering server.\n          \n          This value is accumulated from the last reboot of the\n          firewall.",
                "minimum": 0,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwUrlFilterResourceUsage": {
            "type": "object",
            "description": "The amount of memory occupied by all the caches\n          used in the firewall to cache pending URL access\n          requests.",
            "properties": {
              "cufwUrlfResTotalRequestCacheSize": {
                "type": "integer",
                "description": "The amount of memory occupied by all the caches\n          used in the firewall to cache pending URL access\n          requests.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwUrlfResTotalRespCacheSize": {
                "type": "integer",
                "description": "The amount of memory occupied by all the caches\n          used in the firewall to cache responses for URL \n          requests received from servers while awaiting a\n          response from URL filter server.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwAaicGlobals": {
            "type": "object",
            "description": "cufwAaicGlobals",
            "properties": {
              "cufwAaicGlobalNumBadProtocolOps": {
                "type": "integer",
                "description": "'Protocol Operation' is the application protocol\n          specific operation that the PDU is intended to \n          perform. An example of 'protocol operation' is the \n          HELO command of SMTP protocol.\n          \n          This MIB object records the number of application \n          protocol data units that contained a protocol operation\n          which was disallowed by the local security policy. \n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          application traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwAaicGlobalNumBadPDUSize": {
                "type": "integer",
                "description": "This MIB object records the number of application \n          protocol data units (PDU) that had either an invalid\n          header size or an invalid payload size, as determined \n          by the local security policy.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          application traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwAaicGlobalNumBadPortRange": {
                "type": "integer",
                "description": "Number of application protocol units that attempted \n          to advertise illegal port ranges for secondary \n          connections. An example of such an occurrence\n          would be a passive FTP connection, where the \n          server advertises a disallowed port range for data\n          connection.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          application traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwAaicHttpProtocolStats": {
            "type": "object",
            "description": "cufwAaicHttpProtocolStats",
            "properties": {
              "cufwAaicHttpNumBadProtocolOps": {
                "type": "integer",
                "description": "The number of PDUs corresponding to HTTP protocol \n          which were detected to be containing HTTP protocol\n          methods which are disallowed by the local security \n          policy.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwAaicHttpNumBadPDUSize": {
                "type": "integer",
                "description": "The number of PDUs corresponding to HTTP protocol \n          that had either an invalid header size or an invalid \n          payload size, as determined by the local security\n          policy.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwAaicHttpNumTunneledConns": {
                "type": "integer",
                "description": "The number of connections corresponding to HTTP\n          protocol which were detected to be tunneling other \n          application traffic streams. An instance of this \n          would be InstantMessenger traffic running on HTTP.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwAaicHttpNumLargeURIs": {
                "type": "integer",
                "description": "The number of PDUs corresponding to HTTP protocol \n          which were detected to be containing a URI of\n          size not permitted by the local security policy.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwAaicHttpNumBadContent": {
                "type": "integer",
                "description": "The number of PDUs corresponding to HTTP protocol \n          which were detected to be containing content whose\n          type disallowed by the local security policy.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwAaicHttpNumMismatchContent": {
                "type": "integer",
                "description": "The number of PDUs corresponding to HTTP protocol \n          which were detected to be containing content whose\n          type was different from the content type specified \n          in the header of the PDU.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwAaicHttpNumDoubleEncodedPkts": {
                "type": "integer",
                "description": "The number of PDUs corresponding to HTTP protocol \n          which were detected to be containing double encoding.\n          Double encoding is a mechanism to obfuscate content \n          in which a encoded data is re-encoded so as to evade \n          deep packet inspections.\n          \n          For this MIB to be implemented, the managed firewall \n          must be implementing deep packet inspection of \n          HTTP traffic payloads.\n          \n          This value is accumulated from the last reboot of\n          the firewall.",
                "minimum": 0,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwL2FwGlobals": {
            "type": "object",
            "description": "The value indicates if the firewall is operating\n          in transparent (layer 2) mode or not.\n          \n          When operating in transparent mode, the firewall\n          operates as a bridge while performing firewalling\n          functions.",
            "properties": {
              "cufwL2GlobalEnableStealthMode": {
                "type": "boolean",
                "description": "The value indicates if the firewall is operating\n          in transparent (layer 2) mode or not.\n          \n          When operating in transparent mode, the firewall\n          operates as a bridge while performing firewalling\n          functions.",
                "readOnly": true
              },
              "cufwL2GlobalArpCacheSize": {
                "type": "integer",
                "description": "The value indicates the configured maximum size of\n          the ARP cache used for management traffic.",
                "minimum": -2147483648,
                "maximum": 2147483647,
                "readOnly": true
              },
              "cufwL2GlobalEnableArpInspection": {
                "type": "boolean",
                "description": "The value indicates if ARP inspection, which is a\n          security feature, is enabled globally on the\n          managed firewall.",
                "readOnly": true
              },
              "cufwL2GlobalNumArpRequests": {
                "type": "integer",
                "description": "The number of ARP requests issued by the transparent\n          firewall to resolve a destination IP address.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwL2GlobalNumIcmpRequests": {
                "type": "integer",
                "description": "The number of ICMP traceroute requests issued by the \n          transparent firewall to resolve a destination IP \n          address.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwL2GlobalNumFloods": {
                "type": "integer",
                "description": "The number of times the firewall floods a frame to be \n          forwarded to the egress interfaces because the \n          destination MAC address is missing in the bridge table.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwL2GlobalNumDrops": {
                "type": "integer",
                "description": "The number of times the firewall dropped an incoming\n          frame because the destination MAC address is missing \n          in the bridge table.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwL2GlobalArpOverflowRate5": {
                "type": "integer",
                "description": "The number of times an existing entry from the ARP\n          cache had to be ejected in order to insert a new entry\n          in the last 300 seconds.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              },
              "cufwL2GlobalNumBadArpResponses": {
                "type": "integer",
                "description": "The number of malformed ARP responses received by the\n          firewall in trying to resolve the MAC address of the\n          destination IP address in an incoming frame.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                "minimum": 0,
                "readOnly": true
              },
              "cufwL2GlobalNumSpoofedArpResps": {
                "type": "integer",
                "description": "The number of spoofed ARP responses received by the\n          firewall. Such an event would occur when the firewall\n          encounters an ARP response mapping an IP address to\n          a different MAC Address from the one present in the\n          local ARP cache.\n          \n          This counter is accumulated since the last reboot of \n          the firewall.",
                "minimum": 0,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cuFwNotifCntlGrp": {
            "type": "object",
            "description": "cuFwNotifCntlGrp",
            "properties": {
              "cufwCntlUrlfServerStatusChange": {
                "type": "boolean",
                "description": "This object defines the administrative state of\n          sending the SNMP notification to signal the election\n          of a new primary URL filtering server by this\n          firewall.\n          \n          Such a change could occur either as a result of \n          the current primary server becoming unavailable or\n          as a result of explicit management action in \n          nominating a filtering server the primary server.",
                "readOnly": true
              },
              "cufwCntlL2StaticMacAddressMoved": {
                "type": "boolean",
                "description": "This object defines the administrative state of\n          sending the SNMP notification to signal the move\n          of a statically configured MAC address to a new \n          port.\n          \n          Such a change could occur either as a result of physical\n          move of the device with the MAC Address to the new port\n          or due to MAC address spoofing.",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwConnSummaryTable": {
            "type": "object",
            "description": "This table summarizes the connection activity on\n        the firewall per layer3-layer 4 protocol instance.\n        \n        Each entry in the table lists the connection\n        summary of a distinct network protocol.\n        \n        For instance, the conceptual row corresponding to the\n        index\n        \n             cufwConnProtocol = fwpTcp\n        \n        yields the summary of TCP connection activity on the \n        firewall since its reboot.",
            "properties": {
              "cufwConnSummaryEntry": {
                "type": "array",
                "description": "Each entry contains the summary of connection\n          activity for a layer3-layer4 network protocol.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cufwConnProtocol": {
                      "type": "string",
                      "description": "The (L3-L4) protocol for which this conceptual \n            row summarizes the connection activity on the\n            managed entity.",
                      "x-yang-type": "cisco-firewall:CFWNetworkProtocol",
                      "readOnly": true
                    },
                    "cufwConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol', that were aborted before the \n            connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwConnNumPolicyDeclined' and \n            'cufwConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were abnormally \n            terminated after successful establishment, \n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwConnSetupRate1": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwConnSetupRate5": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwAppConnSummaryTable": {
            "type": "object",
            "description": "cufwAppConnSummaryTable",
            "properties": {
              "cufwAppConnSummaryEntry": {
                "type": "array",
                "description": "Each entry contains the summary of connection\n          activity for a distinct layer 7 protocol identified\n          by the index element 'cufwAppConnProtocol'.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cufwAppConnProtocol": {
                      "type": "string",
                      "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                      "x-yang-type": "cisco-firewall:CFWApplicationProtocol",
                      "readOnly": true
                    },
                    "cufwAppConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwAppConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol', that were aborted before\n            the connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwAppConnNumPolicyDeclined' and \n            'cufwAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwAppConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwAppConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwAppConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwAppConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwAppConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were terminated by the \n            firewall successful establishment, corresponding \n            to the protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwAppConnSetupRate1": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwAppConnSetupRate5": {
                      "type": "integer",
                      "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwPolicyConnSummaryTable": {
            "type": "object",
            "description": "cufwPolicyConnSummaryTable",
            "properties": {
              "cufwPolicyConnSummaryEntry": {
                "type": "array",
                "description": "Each entry contains the summary of connection\n          activity for a specific protocol in a specific\n          policy applied to the specified policy target.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cufwPolConnPolicy": {
                      "type": "string",
                      "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                      "x-yang-type": "cisco-firewall:CFWPolicy",
                      "readOnly": true
                    },
                    "cufwPolConnPolicyTargetType": {
                      "type": "string",
                      "description": "The type of the entity to which the firewall policy\n            'cufwPolConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwConnPolicyTarget is ignored.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTargetType",
                      "readOnly": true
                    },
                    "cufwPolConnPolicyTarget": {
                      "type": "string",
                      "description": "The identity of the entity to which the firewall \n            policy 'cufwPolConnPolicy' is applied. This could be an\n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTarget",
                      "readOnly": true
                    },
                    "cufwPolConnProtocol": {
                      "type": "string",
                      "description": "The (L3-L4) protocol corresponding to which this \n            conceptual row summarizes the connection activity\n            on the firewall.",
                      "x-yang-type": "cisco-firewall:CFWNetworkProtocol",
                      "readOnly": true
                    },
                    "cufwPolConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwPolConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', associated with the policy \n            'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget',\n            that were aborted before the connection could \n            proceed to completion. The counter includes \n            setup attempts aborted by the firewall as well \n            as those aborted by the initiator and/or the \n            responder(s) of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolConnNumPolicyDeclined' and\n            'cufwPolConnNumResDeclined'.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwPolConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwPolConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the policy\n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwPolConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the \n            policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwPolConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwPolConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolConnProtocol', \n            in the policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
                      "minimum": 0,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwPolicyAppConnSummaryTable": {
            "type": "object",
            "description": "cufwPolicyAppConnSummaryTable",
            "properties": {
              "cufwPolicyAppConnSummaryEntry": {
                "type": "array",
                "description": "Each entry contains the summary of connection\n          activity for a specific layer 7 protocol in a\n          specific policy applied to the specified policy \n          target.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cufwPolAppConnPolicy": {
                      "type": "string",
                      "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
                      "x-yang-type": "cisco-firewall:CFWPolicy",
                      "readOnly": true
                    },
                    "cufwPolAppConnPolicyTargetType": {
                      "type": "string",
                      "description": "The type of the entity to which the firewall policy\n            'cufwPolAppConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwAppConnPolicyTarget is ignored.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTargetType",
                      "readOnly": true
                    },
                    "cufwPolAppConnPolicyTarget": {
                      "type": "string",
                      "description": "The identity of the entity to which the firewall \n            policy 'cufwPolAppProtocol' refers. This could be an \n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
                      "x-yang-type": "cisco-firewall:CFWPolicyTarget",
                      "readOnly": true
                    },
                    "cufwPolAppConnProtocol": {
                      "type": "string",
                      "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
                      "x-yang-type": "cisco-firewall:CFWApplicationProtocol",
                      "readOnly": true
                    },
                    "cufwPolAppConnNumAttempted": {
                      "type": "integer",
                      "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwPolAppConnNumSetupsAborted": {
                      "type": "integer",
                      "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', associated with the policy\n            'cufwPolAppConnPolicy' applied to the entity \n            identified by 'cufwPolAppConnPolicyTarget',\n            that were aborted before the connections could \n            proceed to completion. The counter includes setup \n            attempts aborted by the firewall as well as those \n            aborted by the initiator and/or the responder(s) \n            of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolAppConnNumPolicyDeclined' and \n            'cufwPolAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwPolAppConnNumPolicyDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwPolAppConnNumResDeclined": {
                      "type": "integer",
                      "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolAppConnProtocol', in the\n            policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwPolAppConnNumHalfOpen": {
                      "type": "integer",
                      "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwPolAppConnNumActive": {
                      "type": "integer",
                      "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwPolAppConnNumAborted": {
                      "type": "integer",
                      "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolAppConnProtocol', in\n            the policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.",
                      "minimum": 0,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwInspectionTable": {
            "type": "object",
            "description": "cufwInspectionTable",
            "properties": {
              "cufwInspectionEntry": {
                "type": "array",
                "description": "Each entry contains the configuration of\n          a specific application inspection element.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cufwInspectionPolicyName": {
                      "type": "string",
                      "description": "The name of the policy that configures the device\n            inspect the protocol specified by \n              'cufwInspectionProtocol'.",
                      "x-yang-type": "cisco-firewall:CFWPolicy",
                      "readOnly": true
                    },
                    "cufwInspectionProtocol": {
                      "type": "string",
                      "description": "The application protocol that is configured for \n            inspection.",
                      "x-yang-type": "cisco-firewall:CFWApplicationProtocol",
                      "readOnly": true
                    },
                    "cufwInspectionStatus": {
                      "type": "boolean",
                      "description": "This MIB object identifies if the directive to inspect\n            the protocol specified by 'cufwInspectionProtocol' by\n            the policy corresponding to this conceptual row is\n            enabled or disabled.",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "cufwUrlfServerTable": {
            "type": "object",
            "description": "This table lists the URL filtering servers\n        configured on the managed device and their\n        performance statistics.\n        \n        This table is not meant as a device to \n        configure URL filtering servers.",
            "properties": {
              "cufwUrlfServerEntry": {
                "type": "array",
                "description": "Each entry contains the configuration of\n          a specific URL filtering server.",
                "items": {
                  "type": "object",
                  "properties": {
                    "cufwUrlfServerAddrType": {
                      "type": "string",
                      "description": "The type of the IP address of the URL filtering\n            server.",
                      "x-yang-type": "inet-address:InetAddressType",
                      "readOnly": true
                    },
                    "cufwUrlfServerAddress": {
                      "type": "string",
                      "description": "The value of the IP address of the URL filtering\n            server.",
                      "x-yang-type": "inet-address:InetAddress",
                      "readOnly": true
                    },
                    "cufwUrlfServerPort": {
                      "type": "string",
                      "description": "The value of the port at which the URL filtering\n            server listens for incoming requests.",
                      "format": "inet:port-number",
                      "readOnly": true
                    },
                    "cufwUrlfServerVendor": {
                      "type": "string",
                      "description": "The vendor type of the URL filtering server.",
                      "x-yang-type": "cisco-firewall:CFWUrlfVendorId",
                      "readOnly": true
                    },
                    "cufwUrlfServerStatus": {
                      "type": "string",
                      "description": "The status of the URL filtering server\n            corresponding to this conceptual row.",
                      "x-yang-type": "cisco-firewall:CFWUrlServerStatus",
                      "readOnly": true
                    },
                    "cufwUrlfServerReqsNumProcessed": {
                      "type": "integer",
                      "description": "The number of URL access requests forwarded by\n            the managed firewall device to the URL filtering\n            server corresponding to this conceptual row.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwUrlfServerReqsNumAllowed": {
                      "type": "integer",
                      "description": "The number of URL access requests allowed by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwUrlfServerReqsNumDenied": {
                      "type": "integer",
                      "description": "The number of URL access requests denied by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwUrlfServerNumTimeouts": {
                      "type": "integer",
                      "description": "The number of times the firewall failed to receive\n            a response from the URL filtering server corresponding \n            to this conceptual row, for a request to authorize a \n            URL access request.\n            \n            This is equal to the number of times a firewall removed\n            a URL access request from the queue of pending requests\n            because no response was received from the URL filtering\n            server.\n            \n            This value is accumulated from the last reboot of the\n            firewall.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwUrlfServerNumRetries": {
                      "type": "integer",
                      "description": "The number of URL access authorization requests \n            re-sent by the firewall to the URL Filtering Server \n            corresponding to this conceptual row, because a response\n            was not received within the configured time interval\n            from the server.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwUrlfServerRespsNumReceived": {
                      "type": "integer",
                      "description": "The number of URL access responses received by the\n            firewall from the URL filtering server corresponding \n            to this conceptual row. This counter does not include \n            late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwUrlfServerRespsNumLate": {
                      "type": "integer",
                      "description": "The number of URL access responses received by\n            the managed firewall from the URL filtering server \n            corresponding to this conceptual row after the \n            original URL access request was removed from the \n            queue of pending requests.\n            \n            This value is counted from the last reboot of\n            the managed device.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "cufwUrlfServerAvgRespTime1": {
                      "type": "integer",
                      "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            60 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "cufwUrlfServerAvgRespTime5": {
                      "type": "integer",
                      "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            300 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "CISCO-UNIFIED-FIREWALL-MIB_object-1": {
        "type": "object",
        "description": "object-1",
        "properties": {
          "dot1dTpFdbAddress": {
            "type": "string",
            "description": "dot1dTpFdbAddress",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "dot1dTpFdbPort": {
            "type": "string",
            "description": "dot1dTpFdbPort",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "CISCO-UNIFIED-FIREWALL-MIB_object-2": {
        "type": "object",
        "description": "object-2",
        "properties": {
          "dot1dTpFdbAddress": {
            "type": "string",
            "description": "dot1dTpFdbAddress",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "dot1dTpFdbStatus": {
            "type": "string",
            "description": "dot1dTpFdbStatus",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "CISCO-UNIFIED-FIREWALL-MIB_cufwConnSummaryEntry": {
        "type": "array",
        "description": "Each entry contains the summary of connection\n          activity for a layer3-layer4 network protocol.",
        "items": {
          "type": "object",
          "properties": {
            "cufwConnProtocol": {
              "type": "string",
              "description": "The (L3-L4) protocol for which this conceptual \n            row summarizes the connection activity on the\n            managed entity.",
              "x-yang-type": "cisco-firewall:CFWNetworkProtocol",
              "readOnly": true
            },
            "cufwConnNumAttempted": {
              "type": "integer",
              "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwConnNumSetupsAborted": {
              "type": "integer",
              "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol', that were aborted before the \n            connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwConnNumPolicyDeclined' and \n            'cufwConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwConnNumPolicyDeclined": {
              "type": "integer",
              "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwConnNumResDeclined": {
              "type": "integer",
              "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwConnNumHalfOpen": {
              "type": "integer",
              "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwConnProtocol'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwConnNumActive": {
              "type": "integer",
              "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwConnNumAborted": {
              "type": "integer",
              "description": "The number of connections that were abnormally \n            terminated after successful establishment, \n            corresponding to the protocol denoted by \n            'cufwConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwConnSetupRate1": {
              "type": "integer",
              "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwConnSetupRate5": {
              "type": "integer",
              "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwConnProtocol'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-UNIFIED-FIREWALL-MIB_cufwAppConnSummaryEntry": {
        "type": "array",
        "description": "Each entry contains the summary of connection\n          activity for a distinct layer 7 protocol identified\n          by the index element 'cufwAppConnProtocol'.",
        "items": {
          "type": "object",
          "properties": {
            "cufwAppConnProtocol": {
              "type": "string",
              "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
              "x-yang-type": "cisco-firewall:CFWApplicationProtocol",
              "readOnly": true
            },
            "cufwAppConnNumAttempted": {
              "type": "integer",
              "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwAppConnNumSetupsAborted": {
              "type": "integer",
              "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol', that were aborted before\n            the connection could proceed to completion. The \n            counter includes setup attempts aborted by the \n            firewall as well as those aborted by the initiator \n            and/or the responder(s) of/to the connection setup \n            attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwAppConnNumPolicyDeclined' and \n            'cufwAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwAppConnNumPolicyDeclined": {
              "type": "integer",
              "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwAppConnNumResDeclined": {
              "type": "integer",
              "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwAppConnNumHalfOpen": {
              "type": "integer",
              "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwAppConnProtocol'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwAppConnNumActive": {
              "type": "integer",
              "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwAppConnNumAborted": {
              "type": "integer",
              "description": "The number of connections that were terminated by the \n            firewall successful establishment, corresponding \n            to the protocol denoted by 'cufwAppConnProtocol'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwAppConnSetupRate1": {
              "type": "integer",
              "description": "The connection setup rate averaged over the last\n            60 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwAppConnSetupRate5": {
              "type": "integer",
              "description": "The connection setup rate averaged over the last\n            300 seconds corresponding to the protocol denoted by \n            'cufwAppConnProtocol'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-UNIFIED-FIREWALL-MIB_cufwPolicyConnSummaryEntry": {
        "type": "array",
        "description": "Each entry contains the summary of connection\n          activity for a specific protocol in a specific\n          policy applied to the specified policy target.",
        "items": {
          "type": "object",
          "properties": {
            "cufwPolConnPolicy": {
              "type": "string",
              "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
              "x-yang-type": "cisco-firewall:CFWPolicy",
              "readOnly": true
            },
            "cufwPolConnPolicyTargetType": {
              "type": "string",
              "description": "The type of the entity to which the firewall policy\n            'cufwPolConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwConnPolicyTarget is ignored.",
              "x-yang-type": "cisco-firewall:CFWPolicyTargetType",
              "readOnly": true
            },
            "cufwPolConnPolicyTarget": {
              "type": "string",
              "description": "The identity of the entity to which the firewall \n            policy 'cufwPolConnPolicy' is applied. This could be an\n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
              "x-yang-type": "cisco-firewall:CFWPolicyTarget",
              "readOnly": true
            },
            "cufwPolConnProtocol": {
              "type": "string",
              "description": "The (L3-L4) protocol corresponding to which this \n            conceptual row summarizes the connection activity\n            on the firewall.",
              "x-yang-type": "cisco-firewall:CFWNetworkProtocol",
              "readOnly": true
            },
            "cufwPolConnNumAttempted": {
              "type": "integer",
              "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwPolConnNumSetupsAborted": {
              "type": "integer",
              "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', associated with the policy \n            'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget',\n            that were aborted before the connection could \n            proceed to completion. The counter includes \n            setup attempts aborted by the firewall as well \n            as those aborted by the initiator and/or the \n            responder(s) of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolConnNumPolicyDeclined' and\n            'cufwPolConnNumResDeclined'.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwPolConnNumPolicyDeclined": {
              "type": "integer",
              "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwPolConnNumResDeclined": {
              "type": "integer",
              "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the policy\n            'cufwPolConnPolicy' applied to the entity identified by\n            'cufwPolConnPolicyTarget'.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwPolConnNumHalfOpen": {
              "type": "integer",
              "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol denoted by 'cufwPolConnProtocol', in the \n            policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwPolConnNumActive": {
              "type": "integer",
              "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolConnProtocol', in the policy \n            'cufwPolConnPolicy' applied to the entity identified\n            by 'cufwPolConnPolicyTarget'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwPolConnNumAborted": {
              "type": "integer",
              "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolConnProtocol', \n            in the policy 'cufwPolConnPolicy' applied to the entity\n            identified by 'cufwPolConnPolicyTarget'.",
              "minimum": 0,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-UNIFIED-FIREWALL-MIB_cufwPolicyAppConnSummaryEntry": {
        "type": "array",
        "description": "Each entry contains the summary of connection\n          activity for a specific layer 7 protocol in a\n          specific policy applied to the specified policy \n          target.",
        "items": {
          "type": "object",
          "properties": {
            "cufwPolAppConnPolicy": {
              "type": "string",
              "description": "The identity of the firewall policy for which\n            this conceptual row contains the connection \n            activity summary.",
              "x-yang-type": "cisco-firewall:CFWPolicy",
              "readOnly": true
            },
            "cufwPolAppConnPolicyTargetType": {
              "type": "string",
              "description": "The type of the entity to which the firewall policy\n            'cufwPolAppConnPolicy' has been applied. This could be\n            an interface type (most commonly), the type of another\n            object or a group of objects defined in the firewall\n            configuration.\n            \n            When this object is set to 'targetALL', the value of\n            index object cufwAppConnPolicyTarget is ignored.",
              "x-yang-type": "cisco-firewall:CFWPolicyTargetType",
              "readOnly": true
            },
            "cufwPolAppConnPolicyTarget": {
              "type": "string",
              "description": "The identity of the entity to which the firewall \n            policy 'cufwPolAppProtocol' refers. This could be an \n            interface object (most commonly), another object or\n            group of objects defined in the firewall configuration.",
              "x-yang-type": "cisco-firewall:CFWPolicyTarget",
              "readOnly": true
            },
            "cufwPolAppConnProtocol": {
              "type": "string",
              "description": "The layer7 protocol for which this conceptual \n            row summarizes the connection activity for this \n            firewall.",
              "x-yang-type": "cisco-firewall:CFWApplicationProtocol",
              "readOnly": true
            },
            "cufwPolAppConnNumAttempted": {
              "type": "integer",
              "description": "The number of connections attempted since the last\n            reboot of the firewall, corresponding to the protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwPolAppConnNumSetupsAborted": {
              "type": "integer",
              "description": "The number of connection setup attempts,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', associated with the policy\n            'cufwPolAppConnPolicy' applied to the entity \n            identified by 'cufwPolAppConnPolicyTarget',\n            that were aborted before the connections could \n            proceed to completion. The counter includes setup \n            attempts aborted by the firewall as well as those \n            aborted by the initiator and/or the responder(s) \n            of/to the connection setup attempt.\n            \n            Consequently, this value subsumes the values of\n            objects 'cufwPolAppConnNumPolicyDeclined' and \n            'cufwPolAppConnNumResDeclined'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwPolAppConnNumPolicyDeclined": {
              "type": "integer",
              "description": "The number of connection attempts that were declined\n            due to security policy, corresponding to the protocol \n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwPolAppConnNumResDeclined": {
              "type": "integer",
              "description": "The number of connection attempts that were declined\n            due to resource unavailability, corresponding to the \n            protocol denoted by 'cufwPolAppConnProtocol', in the\n            policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.\n            \n            This value is accumulated from the last reboot of\n            the firewall subject to the control exercised by\n            cufwConnReptAppStats.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwPolAppConnNumHalfOpen": {
              "type": "integer",
              "description": "The number of connections that are currently in the\n            process of being established, corresponding to the \n            protocol\n            denoted by 'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwPolAppConnNumActive": {
              "type": "integer",
              "description": "The number of connections that are currently active,\n            corresponding to the protocol denoted by \n            'cufwPolAppConnProtocol', in the policy \n            'cufwPolAppConnPolicy' applied to the entity identified\n            by 'cufwPolAppConnPolicyTarget'.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwPolAppConnNumAborted": {
              "type": "integer",
              "description": "The number of connections that were abnormally \n            terminated after successful establishment, corresponding\n            to the protocol denoted by 'cufwPolAppConnProtocol', in\n            the policy 'cufwPolAppConnPolicy' applied to the entity\n            identified by 'cufwPolAppConnPolicyTarget'.",
              "minimum": 0,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-UNIFIED-FIREWALL-MIB_cufwInspectionEntry": {
        "type": "array",
        "description": "Each entry contains the configuration of\n          a specific application inspection element.",
        "items": {
          "type": "object",
          "properties": {
            "cufwInspectionPolicyName": {
              "type": "string",
              "description": "The name of the policy that configures the device\n            inspect the protocol specified by \n              'cufwInspectionProtocol'.",
              "x-yang-type": "cisco-firewall:CFWPolicy",
              "readOnly": true
            },
            "cufwInspectionProtocol": {
              "type": "string",
              "description": "The application protocol that is configured for \n            inspection.",
              "x-yang-type": "cisco-firewall:CFWApplicationProtocol",
              "readOnly": true
            },
            "cufwInspectionStatus": {
              "type": "boolean",
              "description": "This MIB object identifies if the directive to inspect\n            the protocol specified by 'cufwInspectionProtocol' by\n            the policy corresponding to this conceptual row is\n            enabled or disabled.",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-UNIFIED-FIREWALL-MIB_cufwUrlfServerEntry": {
        "type": "array",
        "description": "Each entry contains the configuration of\n          a specific URL filtering server.",
        "items": {
          "type": "object",
          "properties": {
            "cufwUrlfServerAddrType": {
              "type": "string",
              "description": "The type of the IP address of the URL filtering\n            server.",
              "x-yang-type": "inet-address:InetAddressType",
              "readOnly": true
            },
            "cufwUrlfServerAddress": {
              "type": "string",
              "description": "The value of the IP address of the URL filtering\n            server.",
              "x-yang-type": "inet-address:InetAddress",
              "readOnly": true
            },
            "cufwUrlfServerPort": {
              "type": "string",
              "description": "The value of the port at which the URL filtering\n            server listens for incoming requests.",
              "format": "inet:port-number",
              "readOnly": true
            },
            "cufwUrlfServerVendor": {
              "type": "string",
              "description": "The vendor type of the URL filtering server.",
              "x-yang-type": "cisco-firewall:CFWUrlfVendorId",
              "readOnly": true
            },
            "cufwUrlfServerStatus": {
              "type": "string",
              "description": "The status of the URL filtering server\n            corresponding to this conceptual row.",
              "x-yang-type": "cisco-firewall:CFWUrlServerStatus",
              "readOnly": true
            },
            "cufwUrlfServerReqsNumProcessed": {
              "type": "integer",
              "description": "The number of URL access requests forwarded by\n            the managed firewall device to the URL filtering\n            server corresponding to this conceptual row.\n            \n            This value is counted from the last reboot of\n            the managed device.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwUrlfServerReqsNumAllowed": {
              "type": "integer",
              "description": "The number of URL access requests allowed by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwUrlfServerReqsNumDenied": {
              "type": "integer",
              "description": "The number of URL access requests denied by the\n            URL filtering server corresponding to this conceptual \n            row. This counter does not include late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwUrlfServerNumTimeouts": {
              "type": "integer",
              "description": "The number of times the firewall failed to receive\n            a response from the URL filtering server corresponding \n            to this conceptual row, for a request to authorize a \n            URL access request.\n            \n            This is equal to the number of times a firewall removed\n            a URL access request from the queue of pending requests\n            because no response was received from the URL filtering\n            server.\n            \n            This value is accumulated from the last reboot of the\n            firewall.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwUrlfServerNumRetries": {
              "type": "integer",
              "description": "The number of URL access authorization requests \n            re-sent by the firewall to the URL Filtering Server \n            corresponding to this conceptual row, because a response\n            was not received within the configured time interval\n            from the server.\n            \n            This value is counted from the last reboot of\n            the managed device.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwUrlfServerRespsNumReceived": {
              "type": "integer",
              "description": "The number of URL access responses received by the\n            firewall from the URL filtering server corresponding \n            to this conceptual row. This counter does not include \n            late responses.\n            \n            This value is counted from the last reboot of\n            the managed device.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwUrlfServerRespsNumLate": {
              "type": "integer",
              "description": "The number of URL access responses received by\n            the managed firewall from the URL filtering server \n            corresponding to this conceptual row after the \n            original URL access request was removed from the \n            queue of pending requests.\n            \n            This value is counted from the last reboot of\n            the managed device.",
              "minimum": 0,
              "readOnly": true
            },
            "cufwUrlfServerAvgRespTime1": {
              "type": "integer",
              "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            60 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "cufwUrlfServerAvgRespTime5": {
              "type": "integer",
              "description": "The average round-trip response time of the\n            URL filtering server computed over the last\n            300 seconds.\n            \n            A value of zero indicates that there was \n            insufficient data to compute this value over the \n            last time interval.",
              "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-UNIFIED-FIREWALL-MIB",
      "description": "MIB operations for CISCO-UNIFIED-FIREWALL-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
