{
  "openapi": "3.0.0",
  "info": {
    "title": "CISCO-ENTITY-QFP-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-ENTITY-QFP-MIB structure](https://jeremycohoe.github.io/cisco-ios-xe-openapi-swagger/yang-trees/CISCO-ENTITY-QFP-MIB.html)",
    "contact": {
      "name": "Cisco DevNet",
      "url": "https://developer.cisco.com"
    },
    "x-yang-module": "CISCO-ENTITY-QFP-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-ENTITY-QFP-MIB:ciscoEntityQfp": {
      "get": {
        "summary": "Get ciscoEntityQfp data",
        "description": "Retrieve ciscoEntityQfp operational data from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "ciscoEntityQfp",
                  "properties": {
                    "ceqfpFiveSecondUtilAlgo": {
                      "type": "string",
                      "description": "This objects represents the method used to calculate 5 Second\n          interval utilization data. The enumerated values are described\n          below.\n          \n          unknown       (1) - The calculation method is unknown\n          fiveSecSample (2) - The value is calculated based on the last\n                              5 second sampling period of utilization\n                              data."
                    },
                    "ceqfpOneMinuteUtilAlgo": {
                      "type": "string",
                      "description": "This objects represents the method used to calculate 1 Minute\n          interval utilization data. The enumerated values are described\n          below.\n          \n          unknown    (1) - The calculation method is unknown\n          fiveSecSMA (2) - The value is calculated using Simple Moving  \n                           Average of last 12 five seconds utilization\n                           data."
                    },
                    "ceqfpFiveMinutesUtilAlgo": {
                      "type": "string",
                      "description": "This objects represents the method used to calculate 5 Minutes\n          interval utilization data. The enumerated values are described\n          below.\n          \n          unknown    (1) - The calculation method is unknown\n          fiveSecSMA (2) - The value is calculated using Simple Moving  \n                           Average of last 60 five seconds utilization\n                           data."
                    },
                    "ceqfpSixtyMinutesUtilAlgo": {
                      "type": "string",
                      "description": "This objects represents the method used to calculate 60 Minutes\n          interval utilization data. The enumerated values are described\n          below.\n          \n          unknown    (1) - The calculation method is unknown\n          fiveSecSMA (1) - The value is calculated using Simple Moving  \n                           Average of last 720 five seconds utilization\n                           data."
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ciscoEntityQfp": {
                    "ceqfpFiveSecondUtilAlgo": "example-string",
                    "ceqfpOneMinuteUtilAlgo": "example-string",
                    "ceqfpFiveMinutesUtilAlgo": "example-string",
                    "ceqfpSixtyMinutesUtilAlgo": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciscoEntityQfp",
        "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": "/ciscoEntityQfp",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ciscoEntityQfpNotif": {
      "get": {
        "summary": "Get ciscoEntityQfpNotif data",
        "description": "Retrieve ciscoEntityQfpNotif operational data from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "ciscoEntityQfpNotif",
                  "properties": {
                    "ceqfpMemoryResThreshNotifEnabled": {
                      "type": "boolean",
                      "description": "This object controls memory resource rising and falling\n          threshold notification.\n          \n          When this object contains a value 'true', then generation of\n          memory resource threshold notification is enabled. If this\n          object contains a value 'false', then generation of memory\n          resource threshold notification is disabled."
                    },
                    "ceqfpThroughputNotifEnabled": {
                      "type": "integer",
                      "description": "This object controls throughput rate notification.\n          \n          When this object contains a value 'true', then generation of\n          ceqfpThroughputNotif is enabled. If this object contains a value\n          'false', then generation of ceqfpThroughputNotif is disabled.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ciscoEntityQfpNotif": {
                    "ceqfpMemoryResThreshNotifEnabled": true,
                    "ceqfpThroughputNotifEnabled": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ciscoEntityQfpNotif",
        "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": "/ciscoEntityQfpNotif",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpSystemTable": {
      "get": {
        "summary": "Get ceqfpSystemTable data",
        "description": "Retrieve ceqfpSystemTable operational data from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "This table maintains the QFP system information for each QFP\n        physical entity.\n        \n        An agent creates a conceptual row to this table corresponding\n        to a QFP physical entity upon detection of a physical entity\n        supporting the QFP system information.\n        \n        An agent destroys a conceptual row from this table       \n        corresponding to a QFP physical entity upon removal\n        of the QFP host physical entity.",
                  "properties": {
                    "ceqfpSystemEntry": {
                      "type": "array",
                      "description": "A conceptual row in the ceqfpSystemTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "description": "entPhysicalIndex",
                            "x-yang-type": "leafref"
                          },
                          "ceqfpSystemTrafficDirection": {
                            "type": "string",
                            "description": "This object represents the traffic direction that this QFP is\n            assigned to process. The enumerated values are described below.\n            \n            none (1)    - The QFP is not assigned to processes any traffic\n                          yet\n            ingress (2) - The QFP processes inbound traffic\n            egress (3)  - The QFP processes outbound traffic\n            both (4)    - The QFP processes both inbound and outbound\n                          traffic"
                          },
                          "ceqfpSystemState": {
                            "type": "string",
                            "description": "This object represents the current QFP state. The enumerated\n            values are described below.\n            \n            unknown (1)    - The state of the QFP is unknown\n            reset (2)      - The QFP is reset\n            init (3)       - The QFP is being initialized\n            active (4)     - The QFP is active in a system with redundant\n                             QFP\n            activeSolo (5) - The QFP is active and there is no redundant\n                             QFP in the system\n            standby (6)    - The QFP is standby in a redundant system.\n            hotStandby (7) - The QFP is standby and synchronized with\n                             active, so that a switchover in this state\n                             will preserve state of the active. Stateful \n                             datapath features are synchronized between the\n                             active QFP and standby QFP"
                          },
                          "ceqfpNumberSystemLoads": {
                            "type": "integer",
                            "description": "This object represents the number of times the QFP is loaded,\n            since the QFP host is up.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpSystemLastLoadTime": {
                            "type": "string",
                            "description": "This object represents the QFP last load time.",
                            "x-yang-type": "snmpv2-tc:DateAndTime"
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpSystemTable": {
                    "ceqfpSystemEntry": [
                      {
                        "entPhysicalIndex": "1",
                        "ceqfpSystemTrafficDirection": "example-string",
                        "ceqfpSystemState": "up(1)",
                        "ceqfpNumberSystemLoads": 0,
                        "ceqfpSystemLastLoadTime": "example-string"
                      },
                      {
                        "entPhysicalIndex": "2",
                        "ceqfpSystemTrafficDirection": "example-string",
                        "ceqfpSystemState": "up(1)",
                        "ceqfpNumberSystemLoads": 0,
                        "ceqfpSystemLastLoadTime": "example-string"
                      },
                      {
                        "entPhysicalIndex": "3",
                        "ceqfpSystemTrafficDirection": "example-string",
                        "ceqfpSystemState": "up(1)",
                        "ceqfpNumberSystemLoads": 0,
                        "ceqfpSystemLastLoadTime": "example-string"
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpSystemTable",
        "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": "/ceqfpSystemTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpSystemTable/ceqfpSystemEntry": {
      "get": {
        "summary": "Get ceqfpSystemEntry list",
        "description": "Retrieve list of ceqfpSystemEntry entries from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A conceptual row in the ceqfpSystemTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "description": "entPhysicalIndex",
                        "x-yang-type": "leafref"
                      },
                      "ceqfpSystemTrafficDirection": {
                        "type": "string",
                        "description": "This object represents the traffic direction that this QFP is\n            assigned to process. The enumerated values are described below.\n            \n            none (1)    - The QFP is not assigned to processes any traffic\n                          yet\n            ingress (2) - The QFP processes inbound traffic\n            egress (3)  - The QFP processes outbound traffic\n            both (4)    - The QFP processes both inbound and outbound\n                          traffic"
                      },
                      "ceqfpSystemState": {
                        "type": "string",
                        "description": "This object represents the current QFP state. The enumerated\n            values are described below.\n            \n            unknown (1)    - The state of the QFP is unknown\n            reset (2)      - The QFP is reset\n            init (3)       - The QFP is being initialized\n            active (4)     - The QFP is active in a system with redundant\n                             QFP\n            activeSolo (5) - The QFP is active and there is no redundant\n                             QFP in the system\n            standby (6)    - The QFP is standby in a redundant system.\n            hotStandby (7) - The QFP is standby and synchronized with\n                             active, so that a switchover in this state\n                             will preserve state of the active. Stateful \n                             datapath features are synchronized between the\n                             active QFP and standby QFP"
                      },
                      "ceqfpNumberSystemLoads": {
                        "type": "integer",
                        "description": "This object represents the number of times the QFP is loaded,\n            since the QFP host is up.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpSystemLastLoadTime": {
                        "type": "string",
                        "description": "This object represents the QFP last load time.",
                        "x-yang-type": "snmpv2-tc:DateAndTime"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpSystemEntry": [
                    {
                      "entPhysicalIndex": "example-string",
                      "ceqfpSystemTrafficDirection": "example-string",
                      "ceqfpSystemState": "up(1)",
                      "ceqfpNumberSystemLoads": 0,
                      "ceqfpSystemLastLoadTime": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpSystemEntry",
        "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": "/ceqfpSystemTable/ceqfpSystemEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpSystemTable/ceqfpSystemEntry={entPhysicalIndex}": {
      "get": {
        "summary": "Get ceqfpSystemEntry entry",
        "description": "Retrieve specific ceqfpSystemEntry entry by key from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "parameters": [
          {
            "name": "entPhysicalIndex",
            "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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref"
                    },
                    "ceqfpSystemTrafficDirection": {
                      "type": "string",
                      "description": "This object represents the traffic direction that this QFP is\n            assigned to process. The enumerated values are described below.\n            \n            none (1)    - The QFP is not assigned to processes any traffic\n                          yet\n            ingress (2) - The QFP processes inbound traffic\n            egress (3)  - The QFP processes outbound traffic\n            both (4)    - The QFP processes both inbound and outbound\n                          traffic"
                    },
                    "ceqfpSystemState": {
                      "type": "string",
                      "description": "This object represents the current QFP state. The enumerated\n            values are described below.\n            \n            unknown (1)    - The state of the QFP is unknown\n            reset (2)      - The QFP is reset\n            init (3)       - The QFP is being initialized\n            active (4)     - The QFP is active in a system with redundant\n                             QFP\n            activeSolo (5) - The QFP is active and there is no redundant\n                             QFP in the system\n            standby (6)    - The QFP is standby in a redundant system.\n            hotStandby (7) - The QFP is standby and synchronized with\n                             active, so that a switchover in this state\n                             will preserve state of the active. Stateful \n                             datapath features are synchronized between the\n                             active QFP and standby QFP"
                    },
                    "ceqfpNumberSystemLoads": {
                      "type": "integer",
                      "description": "This object represents the number of times the QFP is loaded,\n            since the QFP host is up.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpSystemLastLoadTime": {
                      "type": "string",
                      "description": "This object represents the QFP last load time.",
                      "x-yang-type": "snmpv2-tc:DateAndTime"
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpSystemEntry": {
                    "entPhysicalIndex": "example-string",
                    "ceqfpSystemTrafficDirection": "example-string",
                    "ceqfpSystemState": "up(1)",
                    "ceqfpNumberSystemLoads": 0,
                    "ceqfpSystemLastLoadTime": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpSystemEntry-2"
      },
      "x-yang-path": "/ceqfpSystemTable/ceqfpSystemEntry={entPhysicalIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "entPhysicalIndex"
      ]
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpUtilizationTable": {
      "get": {
        "summary": "Get ceqfpUtilizationTable data",
        "description": "Retrieve ceqfpUtilizationTable operational data from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "ceqfpUtilizationTable",
                  "properties": {
                    "ceqfpUtilizationEntry": {
                      "type": "array",
                      "description": "ceqfpUtilizationEntry",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "description": "entPhysicalIndex",
                            "x-yang-type": "leafref"
                          },
                          "ceqfpUtilTimeInterval": {
                            "type": "string",
                            "description": "This object identifies the time interval for which the\n            utilization statistics being collected. The interval \n            values can be 5 second, 1 minute, etc. as specified in \n            the CiscoQfpTimeInterval.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpTimeInterval"
                          },
                          "ceqfpUtilInputPriorityPktRate": {
                            "type": "string",
                            "description": "This object represents the QFP input channel priority packet\n            rate during this interval.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                          },
                          "ceqfpUtilInputPriorityBitRate": {
                            "type": "string",
                            "description": "This object represents the QFP input channel priority bit rate\n            during this interval.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                          },
                          "ceqfpUtilInputNonPriorityPktRate": {
                            "type": "string",
                            "description": "This object represents the QFP input channel non-priority\n            packet rate during this interval.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                          },
                          "ceqfpUtilInputNonPriorityBitRate": {
                            "type": "string",
                            "description": "This object represents the QFP input channel non-priority\n            bit rate during this interval.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                          },
                          "ceqfpUtilInputTotalPktRate": {
                            "type": "string",
                            "description": "This object represents the QFP input channel total packet rate\n            during this interval, which includes both priority and\n            non-priority input packet rate.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                          },
                          "ceqfpUtilInputTotalBitRate": {
                            "type": "string",
                            "description": "This object represents the QFP input channel total bit rate\n            during this interval, which includes both priority and\n            non-priority input bit rate.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                          },
                          "ceqfpUtilOutputPriorityPktRate": {
                            "type": "string",
                            "description": "This object represents the QFP output channel priority packet\n            rate during this interval.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                          },
                          "ceqfpUtilOutputPriorityBitRate": {
                            "type": "string",
                            "description": "This object represents the QFP output channel priority bit\n            rate during this interval.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                          },
                          "ceqfpUtilOutputNonPriorityPktRate": {
                            "type": "string",
                            "description": "This object represents the QFP output channel non-priority\n            packet rate during this interval.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                          },
                          "ceqfpUtilOutputNonPriorityBitRate": {
                            "type": "string",
                            "description": "This object represents the QFP output channel non-priority\n            bit rate during this interval.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                          },
                          "ceqfpUtilOutputTotalPktRate": {
                            "type": "string",
                            "description": "This object represents the QFP output channel total packet rate\n            during this interval, which includes both priority and\n            non-priority output packet rate.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                          },
                          "ceqfpUtilOutputTotalBitRate": {
                            "type": "string",
                            "description": "This object represents the QFP output channel total bit rate\n            during this interval, which includes both priority and\n            non-priority bit rate.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                          },
                          "ceqfpUtilProcessingLoad": {
                            "type": "integer",
                            "description": "This object represents the QFP processing load during this\n            interval.",
                            "minimum": 0,
                            "maximum": 4294967295
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpUtilizationTable": {
                    "ceqfpUtilizationEntry": [
                      {
                        "entPhysicalIndex": "1",
                        "ceqfpUtilTimeInterval": "example-string",
                        "ceqfpUtilInputPriorityPktRate": "example-string",
                        "ceqfpUtilInputPriorityBitRate": "example-string",
                        "ceqfpUtilInputNonPriorityPktRate": "example-string",
                        "ceqfpUtilInputNonPriorityBitRate": "example-string",
                        "ceqfpUtilInputTotalPktRate": "example-string",
                        "ceqfpUtilInputTotalBitRate": "example-string",
                        "ceqfpUtilOutputPriorityPktRate": "example-string",
                        "ceqfpUtilOutputPriorityBitRate": "example-string",
                        "ceqfpUtilOutputNonPriorityPktRate": "example-string",
                        "ceqfpUtilOutputNonPriorityBitRate": "example-string",
                        "ceqfpUtilOutputTotalPktRate": "example-string",
                        "ceqfpUtilOutputTotalBitRate": "example-string",
                        "ceqfpUtilProcessingLoad": 0
                      },
                      {
                        "entPhysicalIndex": "2",
                        "ceqfpUtilTimeInterval": "example-string",
                        "ceqfpUtilInputPriorityPktRate": "example-string",
                        "ceqfpUtilInputPriorityBitRate": "example-string",
                        "ceqfpUtilInputNonPriorityPktRate": "example-string",
                        "ceqfpUtilInputNonPriorityBitRate": "example-string",
                        "ceqfpUtilInputTotalPktRate": "example-string",
                        "ceqfpUtilInputTotalBitRate": "example-string",
                        "ceqfpUtilOutputPriorityPktRate": "example-string",
                        "ceqfpUtilOutputPriorityBitRate": "example-string",
                        "ceqfpUtilOutputNonPriorityPktRate": "example-string",
                        "ceqfpUtilOutputNonPriorityBitRate": "example-string",
                        "ceqfpUtilOutputTotalPktRate": "example-string",
                        "ceqfpUtilOutputTotalBitRate": "example-string",
                        "ceqfpUtilProcessingLoad": 0
                      },
                      {
                        "entPhysicalIndex": "3",
                        "ceqfpUtilTimeInterval": "example-string",
                        "ceqfpUtilInputPriorityPktRate": "example-string",
                        "ceqfpUtilInputPriorityBitRate": "example-string",
                        "ceqfpUtilInputNonPriorityPktRate": "example-string",
                        "ceqfpUtilInputNonPriorityBitRate": "example-string",
                        "ceqfpUtilInputTotalPktRate": "example-string",
                        "ceqfpUtilInputTotalBitRate": "example-string",
                        "ceqfpUtilOutputPriorityPktRate": "example-string",
                        "ceqfpUtilOutputPriorityBitRate": "example-string",
                        "ceqfpUtilOutputNonPriorityPktRate": "example-string",
                        "ceqfpUtilOutputNonPriorityBitRate": "example-string",
                        "ceqfpUtilOutputTotalPktRate": "example-string",
                        "ceqfpUtilOutputTotalBitRate": "example-string",
                        "ceqfpUtilProcessingLoad": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpUtilizationTable",
        "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": "/ceqfpUtilizationTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpUtilizationTable/ceqfpUtilizationEntry": {
      "get": {
        "summary": "Get ceqfpUtilizationEntry list",
        "description": "Retrieve list of ceqfpUtilizationEntry entries from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "ceqfpUtilizationEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "description": "entPhysicalIndex",
                        "x-yang-type": "leafref"
                      },
                      "ceqfpUtilTimeInterval": {
                        "type": "string",
                        "description": "This object identifies the time interval for which the\n            utilization statistics being collected. The interval \n            values can be 5 second, 1 minute, etc. as specified in \n            the CiscoQfpTimeInterval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpTimeInterval"
                      },
                      "ceqfpUtilInputPriorityPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel priority packet\n            rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilInputPriorityBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel priority bit rate\n            during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilInputNonPriorityPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel non-priority\n            packet rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilInputNonPriorityBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel non-priority\n            bit rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilInputTotalPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel total packet rate\n            during this interval, which includes both priority and\n            non-priority input packet rate.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilInputTotalBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel total bit rate\n            during this interval, which includes both priority and\n            non-priority input bit rate.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilOutputPriorityPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel priority packet\n            rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilOutputPriorityBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel priority bit\n            rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilOutputNonPriorityPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel non-priority\n            packet rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilOutputNonPriorityBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel non-priority\n            bit rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilOutputTotalPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel total packet rate\n            during this interval, which includes both priority and\n            non-priority output packet rate.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilOutputTotalBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel total bit rate\n            during this interval, which includes both priority and\n            non-priority bit rate.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilProcessingLoad": {
                        "type": "integer",
                        "description": "This object represents the QFP processing load during this\n            interval.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpUtilizationEntry": [
                    {
                      "entPhysicalIndex": "example-string",
                      "ceqfpUtilTimeInterval": "example-string",
                      "ceqfpUtilInputPriorityPktRate": "example-string",
                      "ceqfpUtilInputPriorityBitRate": "example-string",
                      "ceqfpUtilInputNonPriorityPktRate": "example-string",
                      "ceqfpUtilInputNonPriorityBitRate": "example-string",
                      "ceqfpUtilInputTotalPktRate": "example-string",
                      "ceqfpUtilInputTotalBitRate": "example-string",
                      "ceqfpUtilOutputPriorityPktRate": "example-string",
                      "ceqfpUtilOutputPriorityBitRate": "example-string",
                      "ceqfpUtilOutputNonPriorityPktRate": "example-string",
                      "ceqfpUtilOutputNonPriorityBitRate": "example-string",
                      "ceqfpUtilOutputTotalPktRate": "example-string",
                      "ceqfpUtilOutputTotalBitRate": "example-string",
                      "ceqfpUtilProcessingLoad": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpUtilizationEntry",
        "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": "/ceqfpUtilizationTable/ceqfpUtilizationEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpMemoryResourceTable": {
      "get": {
        "summary": "Get ceqfpMemoryResourceTable data",
        "description": "Retrieve ceqfpMemoryResourceTable operational data from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "ceqfpMemoryResourceTable",
                  "properties": {
                    "ceqfpMemoryResourceEntry": {
                      "type": "array",
                      "description": "A conceptual row in the ceqfpMemoryResourceTable. There\n          is an entry in this table for each QFP entity by a value \n          of entPhysicalIndex and the supported memory resource type \n          by a value of ceqfpMemoryResType.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "description": "entPhysicalIndex",
                            "x-yang-type": "leafref"
                          },
                          "ceqfpMemoryResType": {
                            "type": "string",
                            "description": "This object indicates the type of the memory resource used by\n            the QFP. This object is one of the indices to uniquely identify\n            the QFP memory resource type.",
                            "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpMemoryResource"
                          },
                          "ceqfpMemoryResTotal": {
                            "type": "integer",
                            "description": "This object represents total memory available on this memory\n            resource.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpMemoryResInUse": {
                            "type": "integer",
                            "description": "This object represents the memory which is currently under use\n            on this memory resource.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpMemoryResFree": {
                            "type": "integer",
                            "description": "This object represents the memory which is currently free on\n            this memory resource.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpMemoryResLowFreeWatermark": {
                            "type": "integer",
                            "description": "This object represents lowest free water mark on this memory\n            resource.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpMemoryResRisingThreshold": {
                            "type": "integer",
                            "description": "This object represents the rising threshold value for this\n            memory resource. A value of zero means that the rising\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to lower than or\n            equal to ceqfpMemoryResFallingThreshold.\n            \n            A rising (ceqfpMemoryResRisingThreshNotif) notification\n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or greater than this\n            value.\n            \n            After a rising notification is generated, another such \n            notification will not be generated until the \n            ceqfpMemoryResInUse falls below this value and reaches \n            the ceqfpMemoryResFallingThreshold.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpMemoryResFallingThreshold": {
                            "type": "integer",
                            "description": "This object represents the falling threshold value for this\n            memory resource. A value of zero means that the falling\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to higher than or\n            equal to ceqfpMemoryResRisingThreshold.\n            \n            A falling (ceqfpMemoryResRisingThreshNotif) notification \n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or lesser than this value.\n            \n            After a falling notification is generated, another \n            such notification will not be generated until the \n            ceqfpMemoryResInUse rises above this value and reaches \n            the ceqfpMemoryResRisingThreshold.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpMemoryResTotalOvrflw": {
                            "type": "integer",
                            "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResTotal.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResTotal exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpMemoryHCResTotal": {
                            "type": "integer",
                            "description": "This object is a 64-bit version of ceqfpMemoryResTotal.",
                            "minimum": 0
                          },
                          "ceqfpMemoryResInUseOvrflw": {
                            "type": "integer",
                            "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResInUse.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResInUse exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpMemoryHCResInUse": {
                            "type": "integer",
                            "description": "This object is a 64-bit version of ceqfpMemoryInRes.",
                            "minimum": 0
                          },
                          "ceqfpMemoryResFreeOvrflw": {
                            "type": "integer",
                            "description": "This object represents the upper 32-bit of ceqfpMemoryResFree.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResFree exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpMemoryHCResFree": {
                            "type": "integer",
                            "description": "This object is a 64-bit version of ceqfpMemoryResFree.",
                            "minimum": 0
                          },
                          "ceqfpMemoryResLowFreeWatermarkOvrflw": {
                            "type": "integer",
                            "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResLowFreeWatermark. This object needs to be\n            supported only when the value of ceqfpMemoryResLowFreeWatermark\n            exceeds 32-bit, otherwise this object value would be set to 0.",
                            "minimum": 0,
                            "maximum": 4294967295
                          },
                          "ceqfpMemoryHCResLowFreeWatermark": {
                            "type": "integer",
                            "description": "This object is a 64-bit version of\n            ceqfpMemoryResLowFreeWatermark.",
                            "minimum": 0
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpMemoryResourceTable": {
                    "ceqfpMemoryResourceEntry": [
                      {
                        "entPhysicalIndex": "1",
                        "ceqfpMemoryResType": "ethernetCsmacd(6)",
                        "ceqfpMemoryResTotal": 0,
                        "ceqfpMemoryResInUse": 0,
                        "ceqfpMemoryResFree": 0,
                        "ceqfpMemoryResLowFreeWatermark": 0,
                        "ceqfpMemoryResRisingThreshold": 0,
                        "ceqfpMemoryResFallingThreshold": 0,
                        "ceqfpMemoryResTotalOvrflw": 0,
                        "ceqfpMemoryHCResTotal": 0,
                        "ceqfpMemoryResInUseOvrflw": 0,
                        "ceqfpMemoryHCResInUse": 0,
                        "ceqfpMemoryResFreeOvrflw": 0,
                        "ceqfpMemoryHCResFree": 0,
                        "ceqfpMemoryResLowFreeWatermarkOvrflw": 0,
                        "ceqfpMemoryHCResLowFreeWatermark": 0
                      },
                      {
                        "entPhysicalIndex": "2",
                        "ceqfpMemoryResType": "ethernetCsmacd(6)",
                        "ceqfpMemoryResTotal": 0,
                        "ceqfpMemoryResInUse": 0,
                        "ceqfpMemoryResFree": 0,
                        "ceqfpMemoryResLowFreeWatermark": 0,
                        "ceqfpMemoryResRisingThreshold": 0,
                        "ceqfpMemoryResFallingThreshold": 0,
                        "ceqfpMemoryResTotalOvrflw": 0,
                        "ceqfpMemoryHCResTotal": 0,
                        "ceqfpMemoryResInUseOvrflw": 0,
                        "ceqfpMemoryHCResInUse": 0,
                        "ceqfpMemoryResFreeOvrflw": 0,
                        "ceqfpMemoryHCResFree": 0,
                        "ceqfpMemoryResLowFreeWatermarkOvrflw": 0,
                        "ceqfpMemoryHCResLowFreeWatermark": 0
                      },
                      {
                        "entPhysicalIndex": "3",
                        "ceqfpMemoryResType": "ethernetCsmacd(6)",
                        "ceqfpMemoryResTotal": 0,
                        "ceqfpMemoryResInUse": 0,
                        "ceqfpMemoryResFree": 0,
                        "ceqfpMemoryResLowFreeWatermark": 0,
                        "ceqfpMemoryResRisingThreshold": 0,
                        "ceqfpMemoryResFallingThreshold": 0,
                        "ceqfpMemoryResTotalOvrflw": 0,
                        "ceqfpMemoryHCResTotal": 0,
                        "ceqfpMemoryResInUseOvrflw": 0,
                        "ceqfpMemoryHCResInUse": 0,
                        "ceqfpMemoryResFreeOvrflw": 0,
                        "ceqfpMemoryHCResFree": 0,
                        "ceqfpMemoryResLowFreeWatermarkOvrflw": 0,
                        "ceqfpMemoryHCResLowFreeWatermark": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpMemoryResourceTable",
        "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": "/ceqfpMemoryResourceTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpMemoryResourceTable/ceqfpMemoryResourceEntry": {
      "get": {
        "summary": "Get ceqfpMemoryResourceEntry list",
        "description": "Retrieve list of ceqfpMemoryResourceEntry entries from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A conceptual row in the ceqfpMemoryResourceTable. There\n          is an entry in this table for each QFP entity by a value \n          of entPhysicalIndex and the supported memory resource type \n          by a value of ceqfpMemoryResType.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "description": "entPhysicalIndex",
                        "x-yang-type": "leafref"
                      },
                      "ceqfpMemoryResType": {
                        "type": "string",
                        "description": "This object indicates the type of the memory resource used by\n            the QFP. This object is one of the indices to uniquely identify\n            the QFP memory resource type.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpMemoryResource"
                      },
                      "ceqfpMemoryResTotal": {
                        "type": "integer",
                        "description": "This object represents total memory available on this memory\n            resource.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResInUse": {
                        "type": "integer",
                        "description": "This object represents the memory which is currently under use\n            on this memory resource.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResFree": {
                        "type": "integer",
                        "description": "This object represents the memory which is currently free on\n            this memory resource.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResLowFreeWatermark": {
                        "type": "integer",
                        "description": "This object represents lowest free water mark on this memory\n            resource.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResRisingThreshold": {
                        "type": "integer",
                        "description": "This object represents the rising threshold value for this\n            memory resource. A value of zero means that the rising\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to lower than or\n            equal to ceqfpMemoryResFallingThreshold.\n            \n            A rising (ceqfpMemoryResRisingThreshNotif) notification\n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or greater than this\n            value.\n            \n            After a rising notification is generated, another such \n            notification will not be generated until the \n            ceqfpMemoryResInUse falls below this value and reaches \n            the ceqfpMemoryResFallingThreshold.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResFallingThreshold": {
                        "type": "integer",
                        "description": "This object represents the falling threshold value for this\n            memory resource. A value of zero means that the falling\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to higher than or\n            equal to ceqfpMemoryResRisingThreshold.\n            \n            A falling (ceqfpMemoryResRisingThreshNotif) notification \n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or lesser than this value.\n            \n            After a falling notification is generated, another \n            such notification will not be generated until the \n            ceqfpMemoryResInUse rises above this value and reaches \n            the ceqfpMemoryResRisingThreshold.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResTotalOvrflw": {
                        "type": "integer",
                        "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResTotal.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResTotal exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryHCResTotal": {
                        "type": "integer",
                        "description": "This object is a 64-bit version of ceqfpMemoryResTotal.",
                        "minimum": 0
                      },
                      "ceqfpMemoryResInUseOvrflw": {
                        "type": "integer",
                        "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResInUse.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResInUse exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryHCResInUse": {
                        "type": "integer",
                        "description": "This object is a 64-bit version of ceqfpMemoryInRes.",
                        "minimum": 0
                      },
                      "ceqfpMemoryResFreeOvrflw": {
                        "type": "integer",
                        "description": "This object represents the upper 32-bit of ceqfpMemoryResFree.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResFree exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryHCResFree": {
                        "type": "integer",
                        "description": "This object is a 64-bit version of ceqfpMemoryResFree.",
                        "minimum": 0
                      },
                      "ceqfpMemoryResLowFreeWatermarkOvrflw": {
                        "type": "integer",
                        "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResLowFreeWatermark. This object needs to be\n            supported only when the value of ceqfpMemoryResLowFreeWatermark\n            exceeds 32-bit, otherwise this object value would be set to 0.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryHCResLowFreeWatermark": {
                        "type": "integer",
                        "description": "This object is a 64-bit version of\n            ceqfpMemoryResLowFreeWatermark.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpMemoryResourceEntry": [
                    {
                      "entPhysicalIndex": "example-string",
                      "ceqfpMemoryResType": "ethernetCsmacd(6)",
                      "ceqfpMemoryResTotal": 0,
                      "ceqfpMemoryResInUse": 0,
                      "ceqfpMemoryResFree": 0,
                      "ceqfpMemoryResLowFreeWatermark": 0,
                      "ceqfpMemoryResRisingThreshold": 0,
                      "ceqfpMemoryResFallingThreshold": 0,
                      "ceqfpMemoryResTotalOvrflw": 0,
                      "ceqfpMemoryHCResTotal": 0,
                      "ceqfpMemoryResInUseOvrflw": 0,
                      "ceqfpMemoryHCResInUse": 0,
                      "ceqfpMemoryResFreeOvrflw": 0,
                      "ceqfpMemoryHCResFree": 0,
                      "ceqfpMemoryResLowFreeWatermarkOvrflw": 0,
                      "ceqfpMemoryHCResLowFreeWatermark": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpMemoryResourceEntry",
        "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": "/ceqfpMemoryResourceTable/ceqfpMemoryResourceEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpThroughputTable": {
      "get": {
        "summary": "Get ceqfpThroughputTable data",
        "description": "Retrieve ceqfpThroughputTable operational data from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "description": "ceqfpThroughputTable",
                  "properties": {
                    "ceqfpThroughputEntry": {
                      "type": "array",
                      "description": "A conceptual row in the ceqfpThroughputTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
                      "items": {
                        "type": "object",
                        "properties": {
                          "entPhysicalIndex": {
                            "type": "string",
                            "description": "entPhysicalIndex",
                            "x-yang-type": "leafref"
                          },
                          "ceqfpThroughputLicensedBW": {
                            "type": "integer",
                            "description": "This object represents the bandwidth for installed\n            throughput license.",
                            "minimum": 0
                          },
                          "ceqfpThroughputLevel": {
                            "type": "string",
                            "description": "This object represents the current throughput level for\n            installed throughput license.\n            \n                            normal  (1) - Throughput usage is normal\n                            warning (2) - Throughput usage has crossed the\n                                          configured threshold limit\n                            exceed  (3) - Throughput usage has exceeded the\n                                          total licensed bandwidth"
                          },
                          "ceqfpThroughputInterval": {
                            "type": "integer",
                            "description": "The object represents the configured time interval at which the\n            ceqfpThroughputLevel is checked.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ceqfpThroughputThreshold": {
                            "type": "integer",
                            "description": "The object represents the configured throughput threshold.",
                            "minimum": -2147483648,
                            "maximum": 2147483647
                          },
                          "ceqfpThroughputAvgRate": {
                            "type": "integer",
                            "description": "The object represents the average throughput rate in the\n            interval ceqfpThroughputInterval.",
                            "minimum": 0
                          }
                        }
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpThroughputTable": {
                    "ceqfpThroughputEntry": [
                      {
                        "entPhysicalIndex": "1",
                        "ceqfpThroughputLicensedBW": 0,
                        "ceqfpThroughputLevel": "example-string",
                        "ceqfpThroughputInterval": -2147483648,
                        "ceqfpThroughputThreshold": -2147483648,
                        "ceqfpThroughputAvgRate": 0
                      },
                      {
                        "entPhysicalIndex": "2",
                        "ceqfpThroughputLicensedBW": 0,
                        "ceqfpThroughputLevel": "example-string",
                        "ceqfpThroughputInterval": -2147483648,
                        "ceqfpThroughputThreshold": -2147483648,
                        "ceqfpThroughputAvgRate": 0
                      },
                      {
                        "entPhysicalIndex": "3",
                        "ceqfpThroughputLicensedBW": 0,
                        "ceqfpThroughputLevel": "example-string",
                        "ceqfpThroughputInterval": -2147483648,
                        "ceqfpThroughputThreshold": -2147483648,
                        "ceqfpThroughputAvgRate": 0
                      }
                    ]
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpThroughputTable",
        "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": "/ceqfpThroughputTable",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpThroughputTable/ceqfpThroughputEntry": {
      "get": {
        "summary": "Get ceqfpThroughputEntry list",
        "description": "Retrieve list of ceqfpThroughputEntry entries from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A conceptual row in the ceqfpThroughputTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "description": "entPhysicalIndex",
                        "x-yang-type": "leafref"
                      },
                      "ceqfpThroughputLicensedBW": {
                        "type": "integer",
                        "description": "This object represents the bandwidth for installed\n            throughput license.",
                        "minimum": 0
                      },
                      "ceqfpThroughputLevel": {
                        "type": "string",
                        "description": "This object represents the current throughput level for\n            installed throughput license.\n            \n                            normal  (1) - Throughput usage is normal\n                            warning (2) - Throughput usage has crossed the\n                                          configured threshold limit\n                            exceed  (3) - Throughput usage has exceeded the\n                                          total licensed bandwidth"
                      },
                      "ceqfpThroughputInterval": {
                        "type": "integer",
                        "description": "The object represents the configured time interval at which the\n            ceqfpThroughputLevel is checked.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ceqfpThroughputThreshold": {
                        "type": "integer",
                        "description": "The object represents the configured throughput threshold.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ceqfpThroughputAvgRate": {
                        "type": "integer",
                        "description": "The object represents the average throughput rate in the\n            interval ceqfpThroughputInterval.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpThroughputEntry": [
                    {
                      "entPhysicalIndex": "example-string",
                      "ceqfpThroughputLicensedBW": 0,
                      "ceqfpThroughputLevel": "example-string",
                      "ceqfpThroughputInterval": -2147483648,
                      "ceqfpThroughputThreshold": -2147483648,
                      "ceqfpThroughputAvgRate": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpThroughputEntry",
        "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": "/ceqfpThroughputTable/ceqfpThroughputEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpThroughputTable/ceqfpThroughputEntry={entPhysicalIndex}": {
      "get": {
        "summary": "Get ceqfpThroughputEntry entry",
        "description": "Retrieve specific ceqfpThroughputEntry entry by key from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "parameters": [
          {
            "name": "entPhysicalIndex",
            "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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref"
                    },
                    "ceqfpThroughputLicensedBW": {
                      "type": "integer",
                      "description": "This object represents the bandwidth for installed\n            throughput license.",
                      "minimum": 0
                    },
                    "ceqfpThroughputLevel": {
                      "type": "string",
                      "description": "This object represents the current throughput level for\n            installed throughput license.\n            \n                            normal  (1) - Throughput usage is normal\n                            warning (2) - Throughput usage has crossed the\n                                          configured threshold limit\n                            exceed  (3) - Throughput usage has exceeded the\n                                          total licensed bandwidth"
                    },
                    "ceqfpThroughputInterval": {
                      "type": "integer",
                      "description": "The object represents the configured time interval at which the\n            ceqfpThroughputLevel is checked.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ceqfpThroughputThreshold": {
                      "type": "integer",
                      "description": "The object represents the configured throughput threshold.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ceqfpThroughputAvgRate": {
                      "type": "integer",
                      "description": "The object represents the average throughput rate in the\n            interval ceqfpThroughputInterval.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpThroughputEntry": {
                    "entPhysicalIndex": "example-string",
                    "ceqfpThroughputLicensedBW": 0,
                    "ceqfpThroughputLevel": "example-string",
                    "ceqfpThroughputInterval": -2147483648,
                    "ceqfpThroughputThreshold": -2147483648,
                    "ceqfpThroughputAvgRate": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpThroughputEntry-2"
      },
      "x-yang-path": "/ceqfpThroughputTable/ceqfpThroughputEntry={entPhysicalIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "entPhysicalIndex"
      ]
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpSystemEntry": {
      "get": {
        "summary": "Get ceqfpSystemEntry list",
        "description": "Retrieve list of ceqfpSystemEntry entries from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A conceptual row in the ceqfpSystemTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "description": "entPhysicalIndex",
                        "x-yang-type": "leafref"
                      },
                      "ceqfpSystemTrafficDirection": {
                        "type": "string",
                        "description": "This object represents the traffic direction that this QFP is\n            assigned to process. The enumerated values are described below.\n            \n            none (1)    - The QFP is not assigned to processes any traffic\n                          yet\n            ingress (2) - The QFP processes inbound traffic\n            egress (3)  - The QFP processes outbound traffic\n            both (4)    - The QFP processes both inbound and outbound\n                          traffic"
                      },
                      "ceqfpSystemState": {
                        "type": "string",
                        "description": "This object represents the current QFP state. The enumerated\n            values are described below.\n            \n            unknown (1)    - The state of the QFP is unknown\n            reset (2)      - The QFP is reset\n            init (3)       - The QFP is being initialized\n            active (4)     - The QFP is active in a system with redundant\n                             QFP\n            activeSolo (5) - The QFP is active and there is no redundant\n                             QFP in the system\n            standby (6)    - The QFP is standby in a redundant system.\n            hotStandby (7) - The QFP is standby and synchronized with\n                             active, so that a switchover in this state\n                             will preserve state of the active. Stateful \n                             datapath features are synchronized between the\n                             active QFP and standby QFP"
                      },
                      "ceqfpNumberSystemLoads": {
                        "type": "integer",
                        "description": "This object represents the number of times the QFP is loaded,\n            since the QFP host is up.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpSystemLastLoadTime": {
                        "type": "string",
                        "description": "This object represents the QFP last load time.",
                        "x-yang-type": "snmpv2-tc:DateAndTime"
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpSystemEntry": [
                    {
                      "entPhysicalIndex": "example-string",
                      "ceqfpSystemTrafficDirection": "example-string",
                      "ceqfpSystemState": "up(1)",
                      "ceqfpNumberSystemLoads": 0,
                      "ceqfpSystemLastLoadTime": "example-string"
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpSystemEntry-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": "/ceqfpSystemEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpSystemEntry={entPhysicalIndex}": {
      "get": {
        "summary": "Get ceqfpSystemEntry entry",
        "description": "Retrieve specific ceqfpSystemEntry entry by key from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "parameters": [
          {
            "name": "entPhysicalIndex",
            "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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref"
                    },
                    "ceqfpSystemTrafficDirection": {
                      "type": "string",
                      "description": "This object represents the traffic direction that this QFP is\n            assigned to process. The enumerated values are described below.\n            \n            none (1)    - The QFP is not assigned to processes any traffic\n                          yet\n            ingress (2) - The QFP processes inbound traffic\n            egress (3)  - The QFP processes outbound traffic\n            both (4)    - The QFP processes both inbound and outbound\n                          traffic"
                    },
                    "ceqfpSystemState": {
                      "type": "string",
                      "description": "This object represents the current QFP state. The enumerated\n            values are described below.\n            \n            unknown (1)    - The state of the QFP is unknown\n            reset (2)      - The QFP is reset\n            init (3)       - The QFP is being initialized\n            active (4)     - The QFP is active in a system with redundant\n                             QFP\n            activeSolo (5) - The QFP is active and there is no redundant\n                             QFP in the system\n            standby (6)    - The QFP is standby in a redundant system.\n            hotStandby (7) - The QFP is standby and synchronized with\n                             active, so that a switchover in this state\n                             will preserve state of the active. Stateful \n                             datapath features are synchronized between the\n                             active QFP and standby QFP"
                    },
                    "ceqfpNumberSystemLoads": {
                      "type": "integer",
                      "description": "This object represents the number of times the QFP is loaded,\n            since the QFP host is up.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpSystemLastLoadTime": {
                      "type": "string",
                      "description": "This object represents the QFP last load time.",
                      "x-yang-type": "snmpv2-tc:DateAndTime"
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpSystemEntry": {
                    "entPhysicalIndex": "example-string",
                    "ceqfpSystemTrafficDirection": "example-string",
                    "ceqfpSystemState": "up(1)",
                    "ceqfpNumberSystemLoads": 0,
                    "ceqfpSystemLastLoadTime": "example-string"
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpSystemEntry-4"
      },
      "x-yang-path": "/ceqfpSystemEntry={entPhysicalIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "entPhysicalIndex"
      ]
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpUtilizationEntry": {
      "get": {
        "summary": "Get ceqfpUtilizationEntry list",
        "description": "Retrieve list of ceqfpUtilizationEntry entries from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "ceqfpUtilizationEntry",
                  "items": {
                    "type": "object",
                    "properties": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "description": "entPhysicalIndex",
                        "x-yang-type": "leafref"
                      },
                      "ceqfpUtilTimeInterval": {
                        "type": "string",
                        "description": "This object identifies the time interval for which the\n            utilization statistics being collected. The interval \n            values can be 5 second, 1 minute, etc. as specified in \n            the CiscoQfpTimeInterval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpTimeInterval"
                      },
                      "ceqfpUtilInputPriorityPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel priority packet\n            rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilInputPriorityBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel priority bit rate\n            during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilInputNonPriorityPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel non-priority\n            packet rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilInputNonPriorityBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel non-priority\n            bit rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilInputTotalPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel total packet rate\n            during this interval, which includes both priority and\n            non-priority input packet rate.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilInputTotalBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP input channel total bit rate\n            during this interval, which includes both priority and\n            non-priority input bit rate.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilOutputPriorityPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel priority packet\n            rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilOutputPriorityBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel priority bit\n            rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilOutputNonPriorityPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel non-priority\n            packet rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilOutputNonPriorityBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel non-priority\n            bit rate during this interval.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilOutputTotalPktRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel total packet rate\n            during this interval, which includes both priority and\n            non-priority output packet rate.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                      },
                      "ceqfpUtilOutputTotalBitRate": {
                        "type": "string",
                        "description": "This object represents the QFP output channel total bit rate\n            during this interval, which includes both priority and\n            non-priority bit rate.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                      },
                      "ceqfpUtilProcessingLoad": {
                        "type": "integer",
                        "description": "This object represents the QFP processing load during this\n            interval.",
                        "minimum": 0,
                        "maximum": 4294967295
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpUtilizationEntry": [
                    {
                      "entPhysicalIndex": "example-string",
                      "ceqfpUtilTimeInterval": "example-string",
                      "ceqfpUtilInputPriorityPktRate": "example-string",
                      "ceqfpUtilInputPriorityBitRate": "example-string",
                      "ceqfpUtilInputNonPriorityPktRate": "example-string",
                      "ceqfpUtilInputNonPriorityBitRate": "example-string",
                      "ceqfpUtilInputTotalPktRate": "example-string",
                      "ceqfpUtilInputTotalBitRate": "example-string",
                      "ceqfpUtilOutputPriorityPktRate": "example-string",
                      "ceqfpUtilOutputPriorityBitRate": "example-string",
                      "ceqfpUtilOutputNonPriorityPktRate": "example-string",
                      "ceqfpUtilOutputNonPriorityBitRate": "example-string",
                      "ceqfpUtilOutputTotalPktRate": "example-string",
                      "ceqfpUtilOutputTotalBitRate": "example-string",
                      "ceqfpUtilProcessingLoad": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpUtilizationEntry-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": "/ceqfpUtilizationEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpMemoryResourceEntry": {
      "get": {
        "summary": "Get ceqfpMemoryResourceEntry list",
        "description": "Retrieve list of ceqfpMemoryResourceEntry entries from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A conceptual row in the ceqfpMemoryResourceTable. There\n          is an entry in this table for each QFP entity by a value \n          of entPhysicalIndex and the supported memory resource type \n          by a value of ceqfpMemoryResType.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "description": "entPhysicalIndex",
                        "x-yang-type": "leafref"
                      },
                      "ceqfpMemoryResType": {
                        "type": "string",
                        "description": "This object indicates the type of the memory resource used by\n            the QFP. This object is one of the indices to uniquely identify\n            the QFP memory resource type.",
                        "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpMemoryResource"
                      },
                      "ceqfpMemoryResTotal": {
                        "type": "integer",
                        "description": "This object represents total memory available on this memory\n            resource.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResInUse": {
                        "type": "integer",
                        "description": "This object represents the memory which is currently under use\n            on this memory resource.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResFree": {
                        "type": "integer",
                        "description": "This object represents the memory which is currently free on\n            this memory resource.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResLowFreeWatermark": {
                        "type": "integer",
                        "description": "This object represents lowest free water mark on this memory\n            resource.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResRisingThreshold": {
                        "type": "integer",
                        "description": "This object represents the rising threshold value for this\n            memory resource. A value of zero means that the rising\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to lower than or\n            equal to ceqfpMemoryResFallingThreshold.\n            \n            A rising (ceqfpMemoryResRisingThreshNotif) notification\n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or greater than this\n            value.\n            \n            After a rising notification is generated, another such \n            notification will not be generated until the \n            ceqfpMemoryResInUse falls below this value and reaches \n            the ceqfpMemoryResFallingThreshold.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResFallingThreshold": {
                        "type": "integer",
                        "description": "This object represents the falling threshold value for this\n            memory resource. A value of zero means that the falling\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to higher than or\n            equal to ceqfpMemoryResRisingThreshold.\n            \n            A falling (ceqfpMemoryResRisingThreshNotif) notification \n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or lesser than this value.\n            \n            After a falling notification is generated, another \n            such notification will not be generated until the \n            ceqfpMemoryResInUse rises above this value and reaches \n            the ceqfpMemoryResRisingThreshold.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryResTotalOvrflw": {
                        "type": "integer",
                        "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResTotal.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResTotal exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryHCResTotal": {
                        "type": "integer",
                        "description": "This object is a 64-bit version of ceqfpMemoryResTotal.",
                        "minimum": 0
                      },
                      "ceqfpMemoryResInUseOvrflw": {
                        "type": "integer",
                        "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResInUse.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResInUse exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryHCResInUse": {
                        "type": "integer",
                        "description": "This object is a 64-bit version of ceqfpMemoryInRes.",
                        "minimum": 0
                      },
                      "ceqfpMemoryResFreeOvrflw": {
                        "type": "integer",
                        "description": "This object represents the upper 32-bit of ceqfpMemoryResFree.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResFree exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryHCResFree": {
                        "type": "integer",
                        "description": "This object is a 64-bit version of ceqfpMemoryResFree.",
                        "minimum": 0
                      },
                      "ceqfpMemoryResLowFreeWatermarkOvrflw": {
                        "type": "integer",
                        "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResLowFreeWatermark. This object needs to be\n            supported only when the value of ceqfpMemoryResLowFreeWatermark\n            exceeds 32-bit, otherwise this object value would be set to 0.",
                        "minimum": 0,
                        "maximum": 4294967295
                      },
                      "ceqfpMemoryHCResLowFreeWatermark": {
                        "type": "integer",
                        "description": "This object is a 64-bit version of\n            ceqfpMemoryResLowFreeWatermark.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpMemoryResourceEntry": [
                    {
                      "entPhysicalIndex": "example-string",
                      "ceqfpMemoryResType": "ethernetCsmacd(6)",
                      "ceqfpMemoryResTotal": 0,
                      "ceqfpMemoryResInUse": 0,
                      "ceqfpMemoryResFree": 0,
                      "ceqfpMemoryResLowFreeWatermark": 0,
                      "ceqfpMemoryResRisingThreshold": 0,
                      "ceqfpMemoryResFallingThreshold": 0,
                      "ceqfpMemoryResTotalOvrflw": 0,
                      "ceqfpMemoryHCResTotal": 0,
                      "ceqfpMemoryResInUseOvrflw": 0,
                      "ceqfpMemoryHCResInUse": 0,
                      "ceqfpMemoryResFreeOvrflw": 0,
                      "ceqfpMemoryHCResFree": 0,
                      "ceqfpMemoryResLowFreeWatermarkOvrflw": 0,
                      "ceqfpMemoryHCResLowFreeWatermark": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpMemoryResourceEntry-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": "/ceqfpMemoryResourceEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpThroughputEntry": {
      "get": {
        "summary": "Get ceqfpThroughputEntry list",
        "description": "Retrieve list of ceqfpThroughputEntry entries from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "responses": {
          "200": {
            "description": "Success",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "description": "A conceptual row in the ceqfpThroughputTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
                  "items": {
                    "type": "object",
                    "properties": {
                      "entPhysicalIndex": {
                        "type": "string",
                        "description": "entPhysicalIndex",
                        "x-yang-type": "leafref"
                      },
                      "ceqfpThroughputLicensedBW": {
                        "type": "integer",
                        "description": "This object represents the bandwidth for installed\n            throughput license.",
                        "minimum": 0
                      },
                      "ceqfpThroughputLevel": {
                        "type": "string",
                        "description": "This object represents the current throughput level for\n            installed throughput license.\n            \n                            normal  (1) - Throughput usage is normal\n                            warning (2) - Throughput usage has crossed the\n                                          configured threshold limit\n                            exceed  (3) - Throughput usage has exceeded the\n                                          total licensed bandwidth"
                      },
                      "ceqfpThroughputInterval": {
                        "type": "integer",
                        "description": "The object represents the configured time interval at which the\n            ceqfpThroughputLevel is checked.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ceqfpThroughputThreshold": {
                        "type": "integer",
                        "description": "The object represents the configured throughput threshold.",
                        "minimum": -2147483648,
                        "maximum": 2147483647
                      },
                      "ceqfpThroughputAvgRate": {
                        "type": "integer",
                        "description": "The object represents the average throughput rate in the\n            interval ceqfpThroughputInterval.",
                        "minimum": 0
                      }
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpThroughputEntry": [
                    {
                      "entPhysicalIndex": "example-string",
                      "ceqfpThroughputLicensedBW": 0,
                      "ceqfpThroughputLevel": "example-string",
                      "ceqfpThroughputInterval": -2147483648,
                      "ceqfpThroughputThreshold": -2147483648,
                      "ceqfpThroughputAvgRate": 0
                    }
                  ]
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpThroughputEntry-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": "/ceqfpThroughputEntry",
      "x-restconf-kind": "container"
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpThroughputEntry={entPhysicalIndex}": {
      "get": {
        "summary": "Get ceqfpThroughputEntry entry",
        "description": "Retrieve specific ceqfpThroughputEntry entry by key from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "parameters": [
          {
            "name": "entPhysicalIndex",
            "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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref"
                    },
                    "ceqfpThroughputLicensedBW": {
                      "type": "integer",
                      "description": "This object represents the bandwidth for installed\n            throughput license.",
                      "minimum": 0
                    },
                    "ceqfpThroughputLevel": {
                      "type": "string",
                      "description": "This object represents the current throughput level for\n            installed throughput license.\n            \n                            normal  (1) - Throughput usage is normal\n                            warning (2) - Throughput usage has crossed the\n                                          configured threshold limit\n                            exceed  (3) - Throughput usage has exceeded the\n                                          total licensed bandwidth"
                    },
                    "ceqfpThroughputInterval": {
                      "type": "integer",
                      "description": "The object represents the configured time interval at which the\n            ceqfpThroughputLevel is checked.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ceqfpThroughputThreshold": {
                      "type": "integer",
                      "description": "The object represents the configured throughput threshold.",
                      "minimum": -2147483648,
                      "maximum": 2147483647
                    },
                    "ceqfpThroughputAvgRate": {
                      "type": "integer",
                      "description": "The object represents the average throughput rate in the\n            interval ceqfpThroughputInterval.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpThroughputEntry": {
                    "entPhysicalIndex": "example-string",
                    "ceqfpThroughputLicensedBW": 0,
                    "ceqfpThroughputLevel": "example-string",
                    "ceqfpThroughputInterval": -2147483648,
                    "ceqfpThroughputThreshold": -2147483648,
                    "ceqfpThroughputAvgRate": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpThroughputEntry-4"
      },
      "x-yang-path": "/ceqfpThroughputEntry={entPhysicalIndex}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "entPhysicalIndex"
      ]
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpUtilizationTable/ceqfpUtilizationEntry={entPhysicalIndex},{ceqfpUtilTimeInterval}": {
      "get": {
        "summary": "Get ceqfpUtilizationEntry entry",
        "description": "Retrieve specific ceqfpUtilizationEntry entry by key from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "parameters": [
          {
            "name": "entPhysicalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ceqfpUtilTimeInterval",
            "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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref"
                    },
                    "ceqfpUtilTimeInterval": {
                      "type": "string",
                      "description": "This object identifies the time interval for which the\n            utilization statistics being collected. The interval \n            values can be 5 second, 1 minute, etc. as specified in \n            the CiscoQfpTimeInterval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpTimeInterval"
                    },
                    "ceqfpUtilInputPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel priority packet\n            rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilInputPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel priority bit rate\n            during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilInputNonPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel non-priority\n            packet rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilInputNonPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel non-priority\n            bit rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilInputTotalPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel total packet rate\n            during this interval, which includes both priority and\n            non-priority input packet rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilInputTotalBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel total bit rate\n            during this interval, which includes both priority and\n            non-priority input bit rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilOutputPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel priority packet\n            rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilOutputPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel priority bit\n            rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilOutputNonPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel non-priority\n            packet rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilOutputNonPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel non-priority\n            bit rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilOutputTotalPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel total packet rate\n            during this interval, which includes both priority and\n            non-priority output packet rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilOutputTotalBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel total bit rate\n            during this interval, which includes both priority and\n            non-priority bit rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilProcessingLoad": {
                      "type": "integer",
                      "description": "This object represents the QFP processing load during this\n            interval.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpUtilizationEntry": {
                    "entPhysicalIndex": "example-string",
                    "ceqfpUtilTimeInterval": "example-string",
                    "ceqfpUtilInputPriorityPktRate": "example-string",
                    "ceqfpUtilInputPriorityBitRate": "example-string",
                    "ceqfpUtilInputNonPriorityPktRate": "example-string",
                    "ceqfpUtilInputNonPriorityBitRate": "example-string",
                    "ceqfpUtilInputTotalPktRate": "example-string",
                    "ceqfpUtilInputTotalBitRate": "example-string",
                    "ceqfpUtilOutputPriorityPktRate": "example-string",
                    "ceqfpUtilOutputPriorityBitRate": "example-string",
                    "ceqfpUtilOutputNonPriorityPktRate": "example-string",
                    "ceqfpUtilOutputNonPriorityBitRate": "example-string",
                    "ceqfpUtilOutputTotalPktRate": "example-string",
                    "ceqfpUtilOutputTotalBitRate": "example-string",
                    "ceqfpUtilProcessingLoad": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpUtilizationEntry-2"
      },
      "x-yang-path": "/ceqfpUtilizationTable/ceqfpUtilizationEntry={entPhysicalIndex ceqfpUtilTimeInterval}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "entPhysicalIndex ceqfpUtilTimeInterval"
      ]
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpMemoryResourceTable/ceqfpMemoryResourceEntry={entPhysicalIndex},{ceqfpMemoryResType}": {
      "get": {
        "summary": "Get ceqfpMemoryResourceEntry entry",
        "description": "Retrieve specific ceqfpMemoryResourceEntry entry by key from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "parameters": [
          {
            "name": "entPhysicalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ceqfpMemoryResType",
            "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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref"
                    },
                    "ceqfpMemoryResType": {
                      "type": "string",
                      "description": "This object indicates the type of the memory resource used by\n            the QFP. This object is one of the indices to uniquely identify\n            the QFP memory resource type.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpMemoryResource"
                    },
                    "ceqfpMemoryResTotal": {
                      "type": "integer",
                      "description": "This object represents total memory available on this memory\n            resource.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResInUse": {
                      "type": "integer",
                      "description": "This object represents the memory which is currently under use\n            on this memory resource.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResFree": {
                      "type": "integer",
                      "description": "This object represents the memory which is currently free on\n            this memory resource.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResLowFreeWatermark": {
                      "type": "integer",
                      "description": "This object represents lowest free water mark on this memory\n            resource.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResRisingThreshold": {
                      "type": "integer",
                      "description": "This object represents the rising threshold value for this\n            memory resource. A value of zero means that the rising\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to lower than or\n            equal to ceqfpMemoryResFallingThreshold.\n            \n            A rising (ceqfpMemoryResRisingThreshNotif) notification\n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or greater than this\n            value.\n            \n            After a rising notification is generated, another such \n            notification will not be generated until the \n            ceqfpMemoryResInUse falls below this value and reaches \n            the ceqfpMemoryResFallingThreshold.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResFallingThreshold": {
                      "type": "integer",
                      "description": "This object represents the falling threshold value for this\n            memory resource. A value of zero means that the falling\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to higher than or\n            equal to ceqfpMemoryResRisingThreshold.\n            \n            A falling (ceqfpMemoryResRisingThreshNotif) notification \n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or lesser than this value.\n            \n            After a falling notification is generated, another \n            such notification will not be generated until the \n            ceqfpMemoryResInUse rises above this value and reaches \n            the ceqfpMemoryResRisingThreshold.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResTotalOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResTotal.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResTotal exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryHCResTotal": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of ceqfpMemoryResTotal.",
                      "minimum": 0
                    },
                    "ceqfpMemoryResInUseOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResInUse.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResInUse exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryHCResInUse": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of ceqfpMemoryInRes.",
                      "minimum": 0
                    },
                    "ceqfpMemoryResFreeOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of ceqfpMemoryResFree.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResFree exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryHCResFree": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of ceqfpMemoryResFree.",
                      "minimum": 0
                    },
                    "ceqfpMemoryResLowFreeWatermarkOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResLowFreeWatermark. This object needs to be\n            supported only when the value of ceqfpMemoryResLowFreeWatermark\n            exceeds 32-bit, otherwise this object value would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryHCResLowFreeWatermark": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of\n            ceqfpMemoryResLowFreeWatermark.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpMemoryResourceEntry": {
                    "entPhysicalIndex": "example-string",
                    "ceqfpMemoryResType": "ethernetCsmacd(6)",
                    "ceqfpMemoryResTotal": 0,
                    "ceqfpMemoryResInUse": 0,
                    "ceqfpMemoryResFree": 0,
                    "ceqfpMemoryResLowFreeWatermark": 0,
                    "ceqfpMemoryResRisingThreshold": 0,
                    "ceqfpMemoryResFallingThreshold": 0,
                    "ceqfpMemoryResTotalOvrflw": 0,
                    "ceqfpMemoryHCResTotal": 0,
                    "ceqfpMemoryResInUseOvrflw": 0,
                    "ceqfpMemoryHCResInUse": 0,
                    "ceqfpMemoryResFreeOvrflw": 0,
                    "ceqfpMemoryHCResFree": 0,
                    "ceqfpMemoryResLowFreeWatermarkOvrflw": 0,
                    "ceqfpMemoryHCResLowFreeWatermark": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpMemoryResourceEntry-2"
      },
      "x-yang-path": "/ceqfpMemoryResourceTable/ceqfpMemoryResourceEntry={entPhysicalIndex ceqfpMemoryResType}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "entPhysicalIndex ceqfpMemoryResType"
      ]
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpUtilizationEntry={entPhysicalIndex},{ceqfpUtilTimeInterval}": {
      "get": {
        "summary": "Get ceqfpUtilizationEntry entry",
        "description": "Retrieve specific ceqfpUtilizationEntry entry by key from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "parameters": [
          {
            "name": "entPhysicalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ceqfpUtilTimeInterval",
            "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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref"
                    },
                    "ceqfpUtilTimeInterval": {
                      "type": "string",
                      "description": "This object identifies the time interval for which the\n            utilization statistics being collected. The interval \n            values can be 5 second, 1 minute, etc. as specified in \n            the CiscoQfpTimeInterval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpTimeInterval"
                    },
                    "ceqfpUtilInputPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel priority packet\n            rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilInputPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel priority bit rate\n            during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilInputNonPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel non-priority\n            packet rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilInputNonPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel non-priority\n            bit rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilInputTotalPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel total packet rate\n            during this interval, which includes both priority and\n            non-priority input packet rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilInputTotalBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel total bit rate\n            during this interval, which includes both priority and\n            non-priority input bit rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilOutputPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel priority packet\n            rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilOutputPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel priority bit\n            rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilOutputNonPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel non-priority\n            packet rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilOutputNonPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel non-priority\n            bit rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilOutputTotalPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel total packet rate\n            during this interval, which includes both priority and\n            non-priority output packet rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate"
                    },
                    "ceqfpUtilOutputTotalBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel total bit rate\n            during this interval, which includes both priority and\n            non-priority bit rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate"
                    },
                    "ceqfpUtilProcessingLoad": {
                      "type": "integer",
                      "description": "This object represents the QFP processing load during this\n            interval.",
                      "minimum": 0,
                      "maximum": 4294967295
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpUtilizationEntry": {
                    "entPhysicalIndex": "example-string",
                    "ceqfpUtilTimeInterval": "example-string",
                    "ceqfpUtilInputPriorityPktRate": "example-string",
                    "ceqfpUtilInputPriorityBitRate": "example-string",
                    "ceqfpUtilInputNonPriorityPktRate": "example-string",
                    "ceqfpUtilInputNonPriorityBitRate": "example-string",
                    "ceqfpUtilInputTotalPktRate": "example-string",
                    "ceqfpUtilInputTotalBitRate": "example-string",
                    "ceqfpUtilOutputPriorityPktRate": "example-string",
                    "ceqfpUtilOutputPriorityBitRate": "example-string",
                    "ceqfpUtilOutputNonPriorityPktRate": "example-string",
                    "ceqfpUtilOutputNonPriorityBitRate": "example-string",
                    "ceqfpUtilOutputTotalPktRate": "example-string",
                    "ceqfpUtilOutputTotalBitRate": "example-string",
                    "ceqfpUtilProcessingLoad": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpUtilizationEntry-4"
      },
      "x-yang-path": "/ceqfpUtilizationEntry={entPhysicalIndex ceqfpUtilTimeInterval}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "entPhysicalIndex ceqfpUtilTimeInterval"
      ]
    },
    "/data/CISCO-ENTITY-QFP-MIB:ceqfpMemoryResourceEntry={entPhysicalIndex},{ceqfpMemoryResType}": {
      "get": {
        "summary": "Get ceqfpMemoryResourceEntry entry",
        "description": "Retrieve specific ceqfpMemoryResourceEntry entry by key from MIB",
        "tags": [
          "CISCO-ENTITY-QFP-MIB"
        ],
        "parameters": [
          {
            "name": "entPhysicalIndex",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "ceqfpMemoryResType",
            "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": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref"
                    },
                    "ceqfpMemoryResType": {
                      "type": "string",
                      "description": "This object indicates the type of the memory resource used by\n            the QFP. This object is one of the indices to uniquely identify\n            the QFP memory resource type.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpMemoryResource"
                    },
                    "ceqfpMemoryResTotal": {
                      "type": "integer",
                      "description": "This object represents total memory available on this memory\n            resource.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResInUse": {
                      "type": "integer",
                      "description": "This object represents the memory which is currently under use\n            on this memory resource.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResFree": {
                      "type": "integer",
                      "description": "This object represents the memory which is currently free on\n            this memory resource.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResLowFreeWatermark": {
                      "type": "integer",
                      "description": "This object represents lowest free water mark on this memory\n            resource.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResRisingThreshold": {
                      "type": "integer",
                      "description": "This object represents the rising threshold value for this\n            memory resource. A value of zero means that the rising\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to lower than or\n            equal to ceqfpMemoryResFallingThreshold.\n            \n            A rising (ceqfpMemoryResRisingThreshNotif) notification\n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or greater than this\n            value.\n            \n            After a rising notification is generated, another such \n            notification will not be generated until the \n            ceqfpMemoryResInUse falls below this value and reaches \n            the ceqfpMemoryResFallingThreshold.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResFallingThreshold": {
                      "type": "integer",
                      "description": "This object represents the falling threshold value for this\n            memory resource. A value of zero means that the falling\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to higher than or\n            equal to ceqfpMemoryResRisingThreshold.\n            \n            A falling (ceqfpMemoryResRisingThreshNotif) notification \n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or lesser than this value.\n            \n            After a falling notification is generated, another \n            such notification will not be generated until the \n            ceqfpMemoryResInUse rises above this value and reaches \n            the ceqfpMemoryResRisingThreshold.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryResTotalOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResTotal.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResTotal exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryHCResTotal": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of ceqfpMemoryResTotal.",
                      "minimum": 0
                    },
                    "ceqfpMemoryResInUseOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResInUse.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResInUse exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryHCResInUse": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of ceqfpMemoryInRes.",
                      "minimum": 0
                    },
                    "ceqfpMemoryResFreeOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of ceqfpMemoryResFree.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResFree exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryHCResFree": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of ceqfpMemoryResFree.",
                      "minimum": 0
                    },
                    "ceqfpMemoryResLowFreeWatermarkOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResLowFreeWatermark. This object needs to be\n            supported only when the value of ceqfpMemoryResLowFreeWatermark\n            exceeds 32-bit, otherwise this object value would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295
                    },
                    "ceqfpMemoryHCResLowFreeWatermark": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of\n            ceqfpMemoryResLowFreeWatermark.",
                      "minimum": 0
                    }
                  }
                },
                "example": {
                  "CISCO-ENTITY-QFP-MIB:ceqfpMemoryResourceEntry": {
                    "entPhysicalIndex": "example-string",
                    "ceqfpMemoryResType": "ethernetCsmacd(6)",
                    "ceqfpMemoryResTotal": 0,
                    "ceqfpMemoryResInUse": 0,
                    "ceqfpMemoryResFree": 0,
                    "ceqfpMemoryResLowFreeWatermark": 0,
                    "ceqfpMemoryResRisingThreshold": 0,
                    "ceqfpMemoryResFallingThreshold": 0,
                    "ceqfpMemoryResTotalOvrflw": 0,
                    "ceqfpMemoryHCResTotal": 0,
                    "ceqfpMemoryResInUseOvrflw": 0,
                    "ceqfpMemoryHCResInUse": 0,
                    "ceqfpMemoryResFreeOvrflw": 0,
                    "ceqfpMemoryHCResFree": 0,
                    "ceqfpMemoryResLowFreeWatermarkOvrflw": 0,
                    "ceqfpMemoryHCResLowFreeWatermark": 0
                  }
                }
              }
            }
          },
          "403": {
            "description": "Forbidden — insufficient access rights (NACM)",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "$ref": "#/components/schemas/restconf-error"
                }
              }
            }
          }
        },
        "operationId": "get-ceqfpMemoryResourceEntry-4"
      },
      "x-yang-path": "/ceqfpMemoryResourceEntry={entPhysicalIndex ceqfpMemoryResType}",
      "x-restconf-kind": "list-instance",
      "x-list-keys": [
        "entPhysicalIndex ceqfpMemoryResType"
      ]
    }
  },
  "components": {
    "schemas": {
      "CISCO-ENTITY-QFP-MIB_CISCO-ENTITY-QFP-MIB": {
        "type": "object",
        "description": "CISCO-ENTITY-QFP-MIB",
        "properties": {
          "ceqfpSystemEntry": {
            "type": "array",
            "description": "A conceptual row in the ceqfpSystemTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
            "items": {
              "type": "object",
              "properties": {
                "entPhysicalIndex": {
                  "type": "string",
                  "description": "entPhysicalIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ceqfpSystemTrafficDirection": {
                  "type": "string",
                  "description": "This object represents the traffic direction that this QFP is\n            assigned to process. The enumerated values are described below.\n            \n            none (1)    - The QFP is not assigned to processes any traffic\n                          yet\n            ingress (2) - The QFP processes inbound traffic\n            egress (3)  - The QFP processes outbound traffic\n            both (4)    - The QFP processes both inbound and outbound\n                          traffic",
                  "readOnly": true
                },
                "ceqfpSystemState": {
                  "type": "string",
                  "description": "This object represents the current QFP state. The enumerated\n            values are described below.\n            \n            unknown (1)    - The state of the QFP is unknown\n            reset (2)      - The QFP is reset\n            init (3)       - The QFP is being initialized\n            active (4)     - The QFP is active in a system with redundant\n                             QFP\n            activeSolo (5) - The QFP is active and there is no redundant\n                             QFP in the system\n            standby (6)    - The QFP is standby in a redundant system.\n            hotStandby (7) - The QFP is standby and synchronized with\n                             active, so that a switchover in this state\n                             will preserve state of the active. Stateful \n                             datapath features are synchronized between the\n                             active QFP and standby QFP",
                  "readOnly": true
                },
                "ceqfpNumberSystemLoads": {
                  "type": "integer",
                  "description": "This object represents the number of times the QFP is loaded,\n            since the QFP host is up.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpSystemLastLoadTime": {
                  "type": "string",
                  "description": "This object represents the QFP last load time.",
                  "x-yang-type": "snmpv2-tc:DateAndTime",
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ceqfpUtilizationEntry": {
            "type": "array",
            "description": "ceqfpUtilizationEntry",
            "items": {
              "type": "object",
              "properties": {
                "entPhysicalIndex": {
                  "type": "string",
                  "description": "entPhysicalIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ceqfpUtilTimeInterval": {
                  "type": "string",
                  "description": "This object identifies the time interval for which the\n            utilization statistics being collected. The interval \n            values can be 5 second, 1 minute, etc. as specified in \n            the CiscoQfpTimeInterval.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpTimeInterval",
                  "readOnly": true
                },
                "ceqfpUtilInputPriorityPktRate": {
                  "type": "string",
                  "description": "This object represents the QFP input channel priority packet\n            rate during this interval.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                  "readOnly": true
                },
                "ceqfpUtilInputPriorityBitRate": {
                  "type": "string",
                  "description": "This object represents the QFP input channel priority bit rate\n            during this interval.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                  "readOnly": true
                },
                "ceqfpUtilInputNonPriorityPktRate": {
                  "type": "string",
                  "description": "This object represents the QFP input channel non-priority\n            packet rate during this interval.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                  "readOnly": true
                },
                "ceqfpUtilInputNonPriorityBitRate": {
                  "type": "string",
                  "description": "This object represents the QFP input channel non-priority\n            bit rate during this interval.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                  "readOnly": true
                },
                "ceqfpUtilInputTotalPktRate": {
                  "type": "string",
                  "description": "This object represents the QFP input channel total packet rate\n            during this interval, which includes both priority and\n            non-priority input packet rate.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                  "readOnly": true
                },
                "ceqfpUtilInputTotalBitRate": {
                  "type": "string",
                  "description": "This object represents the QFP input channel total bit rate\n            during this interval, which includes both priority and\n            non-priority input bit rate.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                  "readOnly": true
                },
                "ceqfpUtilOutputPriorityPktRate": {
                  "type": "string",
                  "description": "This object represents the QFP output channel priority packet\n            rate during this interval.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                  "readOnly": true
                },
                "ceqfpUtilOutputPriorityBitRate": {
                  "type": "string",
                  "description": "This object represents the QFP output channel priority bit\n            rate during this interval.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                  "readOnly": true
                },
                "ceqfpUtilOutputNonPriorityPktRate": {
                  "type": "string",
                  "description": "This object represents the QFP output channel non-priority\n            packet rate during this interval.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                  "readOnly": true
                },
                "ceqfpUtilOutputNonPriorityBitRate": {
                  "type": "string",
                  "description": "This object represents the QFP output channel non-priority\n            bit rate during this interval.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                  "readOnly": true
                },
                "ceqfpUtilOutputTotalPktRate": {
                  "type": "string",
                  "description": "This object represents the QFP output channel total packet rate\n            during this interval, which includes both priority and\n            non-priority output packet rate.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                  "readOnly": true
                },
                "ceqfpUtilOutputTotalBitRate": {
                  "type": "string",
                  "description": "This object represents the QFP output channel total bit rate\n            during this interval, which includes both priority and\n            non-priority bit rate.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                  "readOnly": true
                },
                "ceqfpUtilProcessingLoad": {
                  "type": "integer",
                  "description": "This object represents the QFP processing load during this\n            interval.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ceqfpMemoryResourceEntry": {
            "type": "array",
            "description": "A conceptual row in the ceqfpMemoryResourceTable. There\n          is an entry in this table for each QFP entity by a value \n          of entPhysicalIndex and the supported memory resource type \n          by a value of ceqfpMemoryResType.",
            "items": {
              "type": "object",
              "properties": {
                "entPhysicalIndex": {
                  "type": "string",
                  "description": "entPhysicalIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ceqfpMemoryResType": {
                  "type": "string",
                  "description": "This object indicates the type of the memory resource used by\n            the QFP. This object is one of the indices to uniquely identify\n            the QFP memory resource type.",
                  "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpMemoryResource",
                  "readOnly": true
                },
                "ceqfpMemoryResTotal": {
                  "type": "integer",
                  "description": "This object represents total memory available on this memory\n            resource.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpMemoryResInUse": {
                  "type": "integer",
                  "description": "This object represents the memory which is currently under use\n            on this memory resource.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpMemoryResFree": {
                  "type": "integer",
                  "description": "This object represents the memory which is currently free on\n            this memory resource.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpMemoryResLowFreeWatermark": {
                  "type": "integer",
                  "description": "This object represents lowest free water mark on this memory\n            resource.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpMemoryResRisingThreshold": {
                  "type": "integer",
                  "description": "This object represents the rising threshold value for this\n            memory resource. A value of zero means that the rising\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to lower than or\n            equal to ceqfpMemoryResFallingThreshold.\n            \n            A rising (ceqfpMemoryResRisingThreshNotif) notification\n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or greater than this\n            value.\n            \n            After a rising notification is generated, another such \n            notification will not be generated until the \n            ceqfpMemoryResInUse falls below this value and reaches \n            the ceqfpMemoryResFallingThreshold.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpMemoryResFallingThreshold": {
                  "type": "integer",
                  "description": "This object represents the falling threshold value for this\n            memory resource. A value of zero means that the falling\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to higher than or\n            equal to ceqfpMemoryResRisingThreshold.\n            \n            A falling (ceqfpMemoryResRisingThreshNotif) notification \n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or lesser than this value.\n            \n            After a falling notification is generated, another \n            such notification will not be generated until the \n            ceqfpMemoryResInUse rises above this value and reaches \n            the ceqfpMemoryResRisingThreshold.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpMemoryResTotalOvrflw": {
                  "type": "integer",
                  "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResTotal.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResTotal exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpMemoryHCResTotal": {
                  "type": "integer",
                  "description": "This object is a 64-bit version of ceqfpMemoryResTotal.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ceqfpMemoryResInUseOvrflw": {
                  "type": "integer",
                  "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResInUse.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResInUse exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpMemoryHCResInUse": {
                  "type": "integer",
                  "description": "This object is a 64-bit version of ceqfpMemoryInRes.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ceqfpMemoryResFreeOvrflw": {
                  "type": "integer",
                  "description": "This object represents the upper 32-bit of ceqfpMemoryResFree.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResFree exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpMemoryHCResFree": {
                  "type": "integer",
                  "description": "This object is a 64-bit version of ceqfpMemoryResFree.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ceqfpMemoryResLowFreeWatermarkOvrflw": {
                  "type": "integer",
                  "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResLowFreeWatermark. This object needs to be\n            supported only when the value of ceqfpMemoryResLowFreeWatermark\n            exceeds 32-bit, otherwise this object value would be set to 0.",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "readOnly": true
                },
                "ceqfpMemoryHCResLowFreeWatermark": {
                  "type": "integer",
                  "description": "This object is a 64-bit version of\n            ceqfpMemoryResLowFreeWatermark.",
                  "minimum": 0,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ceqfpThroughputEntry": {
            "type": "array",
            "description": "A conceptual row in the ceqfpThroughputTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
            "items": {
              "type": "object",
              "properties": {
                "entPhysicalIndex": {
                  "type": "string",
                  "description": "entPhysicalIndex",
                  "x-yang-type": "leafref",
                  "readOnly": true
                },
                "ceqfpThroughputLicensedBW": {
                  "type": "integer",
                  "description": "This object represents the bandwidth for installed\n            throughput license.",
                  "minimum": 0,
                  "readOnly": true
                },
                "ceqfpThroughputLevel": {
                  "type": "string",
                  "description": "This object represents the current throughput level for\n            installed throughput license.\n            \n                            normal  (1) - Throughput usage is normal\n                            warning (2) - Throughput usage has crossed the\n                                          configured threshold limit\n                            exceed  (3) - Throughput usage has exceeded the\n                                          total licensed bandwidth",
                  "readOnly": true
                },
                "ceqfpThroughputInterval": {
                  "type": "integer",
                  "description": "The object represents the configured time interval at which the\n            ceqfpThroughputLevel is checked.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ceqfpThroughputThreshold": {
                  "type": "integer",
                  "description": "The object represents the configured throughput threshold.",
                  "minimum": -2147483648,
                  "maximum": 2147483647,
                  "readOnly": true
                },
                "ceqfpThroughputAvgRate": {
                  "type": "integer",
                  "description": "The object represents the average throughput rate in the\n            interval ceqfpThroughputInterval.",
                  "minimum": 0,
                  "readOnly": true
                }
              }
            },
            "readOnly": true
          },
          "ciscoEntityQfp": {
            "type": "object",
            "description": "ciscoEntityQfp",
            "properties": {
              "ceqfpFiveSecondUtilAlgo": {
                "type": "string",
                "description": "This objects represents the method used to calculate 5 Second\n          interval utilization data. The enumerated values are described\n          below.\n          \n          unknown       (1) - The calculation method is unknown\n          fiveSecSample (2) - The value is calculated based on the last\n                              5 second sampling period of utilization\n                              data.",
                "readOnly": true
              },
              "ceqfpOneMinuteUtilAlgo": {
                "type": "string",
                "description": "This objects represents the method used to calculate 1 Minute\n          interval utilization data. The enumerated values are described\n          below.\n          \n          unknown    (1) - The calculation method is unknown\n          fiveSecSMA (2) - The value is calculated using Simple Moving  \n                           Average of last 12 five seconds utilization\n                           data.",
                "readOnly": true
              },
              "ceqfpFiveMinutesUtilAlgo": {
                "type": "string",
                "description": "This objects represents the method used to calculate 5 Minutes\n          interval utilization data. The enumerated values are described\n          below.\n          \n          unknown    (1) - The calculation method is unknown\n          fiveSecSMA (2) - The value is calculated using Simple Moving  \n                           Average of last 60 five seconds utilization\n                           data.",
                "readOnly": true
              },
              "ceqfpSixtyMinutesUtilAlgo": {
                "type": "string",
                "description": "This objects represents the method used to calculate 60 Minutes\n          interval utilization data. The enumerated values are described\n          below.\n          \n          unknown    (1) - The calculation method is unknown\n          fiveSecSMA (1) - The value is calculated using Simple Moving  \n                           Average of last 720 five seconds utilization\n                           data.",
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ciscoEntityQfpNotif": {
            "type": "object",
            "description": "ciscoEntityQfpNotif",
            "properties": {
              "ceqfpMemoryResThreshNotifEnabled": {
                "type": "boolean",
                "description": "This object controls memory resource rising and falling\n          threshold notification.\n          \n          When this object contains a value 'true', then generation of\n          memory resource threshold notification is enabled. If this\n          object contains a value 'false', then generation of memory\n          resource threshold notification is disabled.",
                "readOnly": true
              },
              "ceqfpThroughputNotifEnabled": {
                "type": "integer",
                "description": "This object controls throughput rate notification.\n          \n          When this object contains a value 'true', then generation of\n          ceqfpThroughputNotif is enabled. If this object contains a value\n          'false', then generation of ceqfpThroughputNotif is disabled.",
                "minimum": 0,
                "maximum": 4294967295,
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ceqfpSystemTable": {
            "type": "object",
            "description": "This table maintains the QFP system information for each QFP\n        physical entity.\n        \n        An agent creates a conceptual row to this table corresponding\n        to a QFP physical entity upon detection of a physical entity\n        supporting the QFP system information.\n        \n        An agent destroys a conceptual row from this table       \n        corresponding to a QFP physical entity upon removal\n        of the QFP host physical entity.",
            "properties": {
              "ceqfpSystemEntry": {
                "type": "array",
                "description": "A conceptual row in the ceqfpSystemTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
                "items": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ceqfpSystemTrafficDirection": {
                      "type": "string",
                      "description": "This object represents the traffic direction that this QFP is\n            assigned to process. The enumerated values are described below.\n            \n            none (1)    - The QFP is not assigned to processes any traffic\n                          yet\n            ingress (2) - The QFP processes inbound traffic\n            egress (3)  - The QFP processes outbound traffic\n            both (4)    - The QFP processes both inbound and outbound\n                          traffic",
                      "readOnly": true
                    },
                    "ceqfpSystemState": {
                      "type": "string",
                      "description": "This object represents the current QFP state. The enumerated\n            values are described below.\n            \n            unknown (1)    - The state of the QFP is unknown\n            reset (2)      - The QFP is reset\n            init (3)       - The QFP is being initialized\n            active (4)     - The QFP is active in a system with redundant\n                             QFP\n            activeSolo (5) - The QFP is active and there is no redundant\n                             QFP in the system\n            standby (6)    - The QFP is standby in a redundant system.\n            hotStandby (7) - The QFP is standby and synchronized with\n                             active, so that a switchover in this state\n                             will preserve state of the active. Stateful \n                             datapath features are synchronized between the\n                             active QFP and standby QFP",
                      "readOnly": true
                    },
                    "ceqfpNumberSystemLoads": {
                      "type": "integer",
                      "description": "This object represents the number of times the QFP is loaded,\n            since the QFP host is up.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpSystemLastLoadTime": {
                      "type": "string",
                      "description": "This object represents the QFP last load time.",
                      "x-yang-type": "snmpv2-tc:DateAndTime",
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ceqfpUtilizationTable": {
            "type": "object",
            "description": "ceqfpUtilizationTable",
            "properties": {
              "ceqfpUtilizationEntry": {
                "type": "array",
                "description": "ceqfpUtilizationEntry",
                "items": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ceqfpUtilTimeInterval": {
                      "type": "string",
                      "description": "This object identifies the time interval for which the\n            utilization statistics being collected. The interval \n            values can be 5 second, 1 minute, etc. as specified in \n            the CiscoQfpTimeInterval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpTimeInterval",
                      "readOnly": true
                    },
                    "ceqfpUtilInputPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel priority packet\n            rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                      "readOnly": true
                    },
                    "ceqfpUtilInputPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel priority bit rate\n            during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                      "readOnly": true
                    },
                    "ceqfpUtilInputNonPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel non-priority\n            packet rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                      "readOnly": true
                    },
                    "ceqfpUtilInputNonPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel non-priority\n            bit rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                      "readOnly": true
                    },
                    "ceqfpUtilInputTotalPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel total packet rate\n            during this interval, which includes both priority and\n            non-priority input packet rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                      "readOnly": true
                    },
                    "ceqfpUtilInputTotalBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP input channel total bit rate\n            during this interval, which includes both priority and\n            non-priority input bit rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                      "readOnly": true
                    },
                    "ceqfpUtilOutputPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel priority packet\n            rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                      "readOnly": true
                    },
                    "ceqfpUtilOutputPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel priority bit\n            rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                      "readOnly": true
                    },
                    "ceqfpUtilOutputNonPriorityPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel non-priority\n            packet rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                      "readOnly": true
                    },
                    "ceqfpUtilOutputNonPriorityBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel non-priority\n            bit rate during this interval.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                      "readOnly": true
                    },
                    "ceqfpUtilOutputTotalPktRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel total packet rate\n            during this interval, which includes both priority and\n            non-priority output packet rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
                      "readOnly": true
                    },
                    "ceqfpUtilOutputTotalBitRate": {
                      "type": "string",
                      "description": "This object represents the QFP output channel total bit rate\n            during this interval, which includes both priority and\n            non-priority bit rate.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
                      "readOnly": true
                    },
                    "ceqfpUtilProcessingLoad": {
                      "type": "integer",
                      "description": "This object represents the QFP processing load during this\n            interval.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ceqfpMemoryResourceTable": {
            "type": "object",
            "description": "ceqfpMemoryResourceTable",
            "properties": {
              "ceqfpMemoryResourceEntry": {
                "type": "array",
                "description": "A conceptual row in the ceqfpMemoryResourceTable. There\n          is an entry in this table for each QFP entity by a value \n          of entPhysicalIndex and the supported memory resource type \n          by a value of ceqfpMemoryResType.",
                "items": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ceqfpMemoryResType": {
                      "type": "string",
                      "description": "This object indicates the type of the memory resource used by\n            the QFP. This object is one of the indices to uniquely identify\n            the QFP memory resource type.",
                      "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpMemoryResource",
                      "readOnly": true
                    },
                    "ceqfpMemoryResTotal": {
                      "type": "integer",
                      "description": "This object represents total memory available on this memory\n            resource.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpMemoryResInUse": {
                      "type": "integer",
                      "description": "This object represents the memory which is currently under use\n            on this memory resource.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpMemoryResFree": {
                      "type": "integer",
                      "description": "This object represents the memory which is currently free on\n            this memory resource.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpMemoryResLowFreeWatermark": {
                      "type": "integer",
                      "description": "This object represents lowest free water mark on this memory\n            resource.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpMemoryResRisingThreshold": {
                      "type": "integer",
                      "description": "This object represents the rising threshold value for this\n            memory resource. A value of zero means that the rising\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to lower than or\n            equal to ceqfpMemoryResFallingThreshold.\n            \n            A rising (ceqfpMemoryResRisingThreshNotif) notification\n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or greater than this\n            value.\n            \n            After a rising notification is generated, another such \n            notification will not be generated until the \n            ceqfpMemoryResInUse falls below this value and reaches \n            the ceqfpMemoryResFallingThreshold.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpMemoryResFallingThreshold": {
                      "type": "integer",
                      "description": "This object represents the falling threshold value for this\n            memory resource. A value of zero means that the falling\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to higher than or\n            equal to ceqfpMemoryResRisingThreshold.\n            \n            A falling (ceqfpMemoryResRisingThreshNotif) notification \n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or lesser than this value.\n            \n            After a falling notification is generated, another \n            such notification will not be generated until the \n            ceqfpMemoryResInUse rises above this value and reaches \n            the ceqfpMemoryResRisingThreshold.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpMemoryResTotalOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResTotal.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResTotal exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpMemoryHCResTotal": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of ceqfpMemoryResTotal.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ceqfpMemoryResInUseOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResInUse.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResInUse exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpMemoryHCResInUse": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of ceqfpMemoryInRes.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ceqfpMemoryResFreeOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of ceqfpMemoryResFree.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResFree exceeds 32-bit, otherwise this object value\n            would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpMemoryHCResFree": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of ceqfpMemoryResFree.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ceqfpMemoryResLowFreeWatermarkOvrflw": {
                      "type": "integer",
                      "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResLowFreeWatermark. This object needs to be\n            supported only when the value of ceqfpMemoryResLowFreeWatermark\n            exceeds 32-bit, otherwise this object value would be set to 0.",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "readOnly": true
                    },
                    "ceqfpMemoryHCResLowFreeWatermark": {
                      "type": "integer",
                      "description": "This object is a 64-bit version of\n            ceqfpMemoryResLowFreeWatermark.",
                      "minimum": 0,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          },
          "ceqfpThroughputTable": {
            "type": "object",
            "description": "ceqfpThroughputTable",
            "properties": {
              "ceqfpThroughputEntry": {
                "type": "array",
                "description": "A conceptual row in the ceqfpThroughputTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
                "items": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "description": "entPhysicalIndex",
                      "x-yang-type": "leafref",
                      "readOnly": true
                    },
                    "ceqfpThroughputLicensedBW": {
                      "type": "integer",
                      "description": "This object represents the bandwidth for installed\n            throughput license.",
                      "minimum": 0,
                      "readOnly": true
                    },
                    "ceqfpThroughputLevel": {
                      "type": "string",
                      "description": "This object represents the current throughput level for\n            installed throughput license.\n            \n                            normal  (1) - Throughput usage is normal\n                            warning (2) - Throughput usage has crossed the\n                                          configured threshold limit\n                            exceed  (3) - Throughput usage has exceeded the\n                                          total licensed bandwidth",
                      "readOnly": true
                    },
                    "ceqfpThroughputInterval": {
                      "type": "integer",
                      "description": "The object represents the configured time interval at which the\n            ceqfpThroughputLevel is checked.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ceqfpThroughputThreshold": {
                      "type": "integer",
                      "description": "The object represents the configured throughput threshold.",
                      "minimum": -2147483648,
                      "maximum": 2147483647,
                      "readOnly": true
                    },
                    "ceqfpThroughputAvgRate": {
                      "type": "integer",
                      "description": "The object represents the average throughput rate in the\n            interval ceqfpThroughputInterval.",
                      "minimum": 0,
                      "readOnly": true
                    }
                  }
                },
                "readOnly": true
              }
            },
            "readOnly": true
          }
        }
      },
      "CISCO-ENTITY-QFP-MIB_object-1": {
        "type": "object",
        "description": "object-1",
        "properties": {
          "entPhysicalIndex": {
            "type": "string",
            "description": "entPhysicalIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "ceqfpThroughputLicensedBW": {
            "type": "string",
            "description": "ceqfpThroughputLicensedBW",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "CISCO-ENTITY-QFP-MIB_object-2": {
        "type": "object",
        "description": "object-2",
        "properties": {
          "entPhysicalIndex": {
            "type": "string",
            "description": "entPhysicalIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "ceqfpThroughputLevel": {
            "type": "string",
            "description": "ceqfpThroughputLevel",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "CISCO-ENTITY-QFP-MIB_object-3": {
        "type": "object",
        "description": "object-3",
        "properties": {
          "entPhysicalIndex": {
            "type": "string",
            "description": "entPhysicalIndex",
            "x-yang-type": "leafref",
            "readOnly": true
          },
          "ceqfpThroughputAvgRate": {
            "type": "string",
            "description": "ceqfpThroughputAvgRate",
            "x-yang-type": "leafref",
            "readOnly": true
          }
        }
      },
      "CISCO-ENTITY-QFP-MIB_ceqfpSystemEntry": {
        "type": "array",
        "description": "A conceptual row in the ceqfpSystemTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
        "items": {
          "type": "object",
          "properties": {
            "entPhysicalIndex": {
              "type": "string",
              "description": "entPhysicalIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ceqfpSystemTrafficDirection": {
              "type": "string",
              "description": "This object represents the traffic direction that this QFP is\n            assigned to process. The enumerated values are described below.\n            \n            none (1)    - The QFP is not assigned to processes any traffic\n                          yet\n            ingress (2) - The QFP processes inbound traffic\n            egress (3)  - The QFP processes outbound traffic\n            both (4)    - The QFP processes both inbound and outbound\n                          traffic",
              "readOnly": true
            },
            "ceqfpSystemState": {
              "type": "string",
              "description": "This object represents the current QFP state. The enumerated\n            values are described below.\n            \n            unknown (1)    - The state of the QFP is unknown\n            reset (2)      - The QFP is reset\n            init (3)       - The QFP is being initialized\n            active (4)     - The QFP is active in a system with redundant\n                             QFP\n            activeSolo (5) - The QFP is active and there is no redundant\n                             QFP in the system\n            standby (6)    - The QFP is standby in a redundant system.\n            hotStandby (7) - The QFP is standby and synchronized with\n                             active, so that a switchover in this state\n                             will preserve state of the active. Stateful \n                             datapath features are synchronized between the\n                             active QFP and standby QFP",
              "readOnly": true
            },
            "ceqfpNumberSystemLoads": {
              "type": "integer",
              "description": "This object represents the number of times the QFP is loaded,\n            since the QFP host is up.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpSystemLastLoadTime": {
              "type": "string",
              "description": "This object represents the QFP last load time.",
              "x-yang-type": "snmpv2-tc:DateAndTime",
              "readOnly": true
            }
          }
        }
      },
      "CISCO-ENTITY-QFP-MIB_ceqfpUtilizationEntry": {
        "type": "array",
        "description": "ceqfpUtilizationEntry",
        "items": {
          "type": "object",
          "properties": {
            "entPhysicalIndex": {
              "type": "string",
              "description": "entPhysicalIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ceqfpUtilTimeInterval": {
              "type": "string",
              "description": "This object identifies the time interval for which the\n            utilization statistics being collected. The interval \n            values can be 5 second, 1 minute, etc. as specified in \n            the CiscoQfpTimeInterval.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpTimeInterval",
              "readOnly": true
            },
            "ceqfpUtilInputPriorityPktRate": {
              "type": "string",
              "description": "This object represents the QFP input channel priority packet\n            rate during this interval.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
              "readOnly": true
            },
            "ceqfpUtilInputPriorityBitRate": {
              "type": "string",
              "description": "This object represents the QFP input channel priority bit rate\n            during this interval.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
              "readOnly": true
            },
            "ceqfpUtilInputNonPriorityPktRate": {
              "type": "string",
              "description": "This object represents the QFP input channel non-priority\n            packet rate during this interval.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
              "readOnly": true
            },
            "ceqfpUtilInputNonPriorityBitRate": {
              "type": "string",
              "description": "This object represents the QFP input channel non-priority\n            bit rate during this interval.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
              "readOnly": true
            },
            "ceqfpUtilInputTotalPktRate": {
              "type": "string",
              "description": "This object represents the QFP input channel total packet rate\n            during this interval, which includes both priority and\n            non-priority input packet rate.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
              "readOnly": true
            },
            "ceqfpUtilInputTotalBitRate": {
              "type": "string",
              "description": "This object represents the QFP input channel total bit rate\n            during this interval, which includes both priority and\n            non-priority input bit rate.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
              "readOnly": true
            },
            "ceqfpUtilOutputPriorityPktRate": {
              "type": "string",
              "description": "This object represents the QFP output channel priority packet\n            rate during this interval.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
              "readOnly": true
            },
            "ceqfpUtilOutputPriorityBitRate": {
              "type": "string",
              "description": "This object represents the QFP output channel priority bit\n            rate during this interval.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
              "readOnly": true
            },
            "ceqfpUtilOutputNonPriorityPktRate": {
              "type": "string",
              "description": "This object represents the QFP output channel non-priority\n            packet rate during this interval.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
              "readOnly": true
            },
            "ceqfpUtilOutputNonPriorityBitRate": {
              "type": "string",
              "description": "This object represents the QFP output channel non-priority\n            bit rate during this interval.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
              "readOnly": true
            },
            "ceqfpUtilOutputTotalPktRate": {
              "type": "string",
              "description": "This object represents the QFP output channel total packet rate\n            during this interval, which includes both priority and\n            non-priority output packet rate.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpPacketRate",
              "readOnly": true
            },
            "ceqfpUtilOutputTotalBitRate": {
              "type": "string",
              "description": "This object represents the QFP output channel total bit rate\n            during this interval, which includes both priority and\n            non-priority bit rate.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpBitRate",
              "readOnly": true
            },
            "ceqfpUtilProcessingLoad": {
              "type": "integer",
              "description": "This object represents the QFP processing load during this\n            interval.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-ENTITY-QFP-MIB_ceqfpMemoryResourceEntry": {
        "type": "array",
        "description": "A conceptual row in the ceqfpMemoryResourceTable. There\n          is an entry in this table for each QFP entity by a value \n          of entPhysicalIndex and the supported memory resource type \n          by a value of ceqfpMemoryResType.",
        "items": {
          "type": "object",
          "properties": {
            "entPhysicalIndex": {
              "type": "string",
              "description": "entPhysicalIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ceqfpMemoryResType": {
              "type": "string",
              "description": "This object indicates the type of the memory resource used by\n            the QFP. This object is one of the indices to uniquely identify\n            the QFP memory resource type.",
              "x-yang-type": "CISCO-ENTITY-QFP-MIB:CiscoQfpMemoryResource",
              "readOnly": true
            },
            "ceqfpMemoryResTotal": {
              "type": "integer",
              "description": "This object represents total memory available on this memory\n            resource.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpMemoryResInUse": {
              "type": "integer",
              "description": "This object represents the memory which is currently under use\n            on this memory resource.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpMemoryResFree": {
              "type": "integer",
              "description": "This object represents the memory which is currently free on\n            this memory resource.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpMemoryResLowFreeWatermark": {
              "type": "integer",
              "description": "This object represents lowest free water mark on this memory\n            resource.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpMemoryResRisingThreshold": {
              "type": "integer",
              "description": "This object represents the rising threshold value for this\n            memory resource. A value of zero means that the rising\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to lower than or\n            equal to ceqfpMemoryResFallingThreshold.\n            \n            A rising (ceqfpMemoryResRisingThreshNotif) notification\n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or greater than this\n            value.\n            \n            After a rising notification is generated, another such \n            notification will not be generated until the \n            ceqfpMemoryResInUse falls below this value and reaches \n            the ceqfpMemoryResFallingThreshold.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpMemoryResFallingThreshold": {
              "type": "integer",
              "description": "This object represents the falling threshold value for this\n            memory resource. A value of zero means that the falling\n            threshold is not supported for this memory resource.\n            \n            The value of this object can not be set to higher than or\n            equal to ceqfpMemoryResRisingThreshold.\n            \n            A falling (ceqfpMemoryResRisingThreshNotif) notification \n            will be generated, whenever the memory resource usage\n            (ceqfpMemoryHCResInUse) is equal to or lesser than this value.\n            \n            After a falling notification is generated, another \n            such notification will not be generated until the \n            ceqfpMemoryResInUse rises above this value and reaches \n            the ceqfpMemoryResRisingThreshold.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpMemoryResTotalOvrflw": {
              "type": "integer",
              "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResTotal.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResTotal exceeds 32-bit, otherwise this object value\n            would be set to 0.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpMemoryHCResTotal": {
              "type": "integer",
              "description": "This object is a 64-bit version of ceqfpMemoryResTotal.",
              "minimum": 0,
              "readOnly": true
            },
            "ceqfpMemoryResInUseOvrflw": {
              "type": "integer",
              "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResInUse.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResInUse exceeds 32-bit, otherwise this object value\n            would be set to 0.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpMemoryHCResInUse": {
              "type": "integer",
              "description": "This object is a 64-bit version of ceqfpMemoryInRes.",
              "minimum": 0,
              "readOnly": true
            },
            "ceqfpMemoryResFreeOvrflw": {
              "type": "integer",
              "description": "This object represents the upper 32-bit of ceqfpMemoryResFree.\n            This object needs to be supported only when the value of\n            ceqfpMemoryResFree exceeds 32-bit, otherwise this object value\n            would be set to 0.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpMemoryHCResFree": {
              "type": "integer",
              "description": "This object is a 64-bit version of ceqfpMemoryResFree.",
              "minimum": 0,
              "readOnly": true
            },
            "ceqfpMemoryResLowFreeWatermarkOvrflw": {
              "type": "integer",
              "description": "This object represents the upper 32-bit of\n            ceqfpMemoryResLowFreeWatermark. This object needs to be\n            supported only when the value of ceqfpMemoryResLowFreeWatermark\n            exceeds 32-bit, otherwise this object value would be set to 0.",
              "minimum": 0,
              "maximum": 4294967295,
              "readOnly": true
            },
            "ceqfpMemoryHCResLowFreeWatermark": {
              "type": "integer",
              "description": "This object is a 64-bit version of\n            ceqfpMemoryResLowFreeWatermark.",
              "minimum": 0,
              "readOnly": true
            }
          }
        }
      },
      "CISCO-ENTITY-QFP-MIB_ceqfpThroughputEntry": {
        "type": "array",
        "description": "A conceptual row in the ceqfpThroughputTable. There is an entry\n          in this table for each QFP entity, as defined by a value of\n          entPhysicalIndex.",
        "items": {
          "type": "object",
          "properties": {
            "entPhysicalIndex": {
              "type": "string",
              "description": "entPhysicalIndex",
              "x-yang-type": "leafref",
              "readOnly": true
            },
            "ceqfpThroughputLicensedBW": {
              "type": "integer",
              "description": "This object represents the bandwidth for installed\n            throughput license.",
              "minimum": 0,
              "readOnly": true
            },
            "ceqfpThroughputLevel": {
              "type": "string",
              "description": "This object represents the current throughput level for\n            installed throughput license.\n            \n                            normal  (1) - Throughput usage is normal\n                            warning (2) - Throughput usage has crossed the\n                                          configured threshold limit\n                            exceed  (3) - Throughput usage has exceeded the\n                                          total licensed bandwidth",
              "readOnly": true
            },
            "ceqfpThroughputInterval": {
              "type": "integer",
              "description": "The object represents the configured time interval at which the\n            ceqfpThroughputLevel is checked.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ceqfpThroughputThreshold": {
              "type": "integer",
              "description": "The object represents the configured throughput threshold.",
              "minimum": -2147483648,
              "maximum": 2147483647,
              "readOnly": true
            },
            "ceqfpThroughputAvgRate": {
              "type": "integer",
              "description": "The object represents the average throughput rate in the\n            interval ceqfpThroughputInterval.",
              "minimum": 0,
              "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-ENTITY-QFP-MIB",
      "description": "MIB operations for CISCO-ENTITY-QFP-MIB"
    }
  ],
  "externalDocs": {
    "description": "Cisco SNMP Object Navigator",
    "url": "https://snmp.cloudapps.cisco.com/Support/IOS/do/BrowseMIB.do"
  }
}
