{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-ENHANCED-MEMPOOL-MIB",
    "description": "MIB data from `CISCO-ENHANCED-MEMPOOL-MIB` module.\n\n**Root containers:** 1 (CISCO-ENHANCED-MEMPOOL-MIB)\n**Paths:** 82 | **Descendants:** 81\n\nAll endpoints are read-only (GET).",
    "version": "17.18.1",
    "contact": {
      "name": "Cisco IOS-XE RESTCONF API",
      "url": "https://developer.cisco.com/iosxe/"
    },
    "x-yang-module": "CISCO-ENHANCED-MEMPOOL-MIB",
    "x-model-type": "mib"
  },
  "servers": [
    {
      "url": "https://{device}:{port}/restconf",
      "description": "IOS-XE Device RESTCONF API",
      "variables": {
        "device": {
          "default": "devnetsandboxiosxec9k.cisco.com"
        },
        "port": {
          "default": "443"
        }
      }
    }
  ],
  "paths": {
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB": {
      "get": {
        "summary": "Get CISCO-ENHANCED-MEMPOOL-MIB",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cempNotificationConfig": {
                      "type": "object",
                      "properties": {
                        "cempMemBufferNotifyEnabled": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "cempMemPoolTable": {
                      "type": "object",
                      "properties": {
                        "cempMemPoolEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cempMemPoolPlatformMemory": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolAlternate": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolValid": {
                              "type": "boolean",
                              "example": true
                            },
                            "cempMemPoolUsed": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolFree": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolLargestFree": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolLowestFree": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolUsedLowWaterMark": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolAllocHit": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolAllocMiss": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolFreeHit": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolFreeMiss": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolShared": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolUsedOvrflw": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolHCUsed": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolFreeOvrflw": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolHCFree": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolLargestFreeOvrflw": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolHCLargestFree": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolLowestFreeOvrflw": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolHCLowestFree": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolUsedLowWaterMarkOvrflw": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolHCUsedLowWaterMark": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolSharedOvrflw": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemPoolHCShared": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cempMemBufferPoolTable": {
                      "type": "object",
                      "properties": {
                        "cempMemBufferPoolEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferPoolIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferMemPoolIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cempMemBufferDynamic": {
                              "type": "boolean",
                              "example": true
                            },
                            "cempMemBufferSize": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cempMemBufferMin": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cempMemBufferMax": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cempMemBufferPermanent": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cempMemBufferTransient": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cempMemBufferTotal": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferFree": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferHit": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferMiss": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferFreeHit": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferFreeMiss": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferPermChange": {
                              "type": "integer",
                              "example": 1
                            },
                            "cempMemBufferPeak": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferPeakTime": {
                              "type": "string",
                              "example": "10:30:45"
                            },
                            "cempMemBufferTrim": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferGrow": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferFailures": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferNoStorage": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cempMemBufferCachePoolTable": {
                      "type": "object",
                      "properties": {
                        "cempMemBufferCachePoolEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferPoolIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferCacheSize": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cempMemBufferCacheTotal": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferCacheUsed": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferCacheHit": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferCacheMiss": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferCacheThreshold": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferCacheThresholdCount": {
                              "type": "string",
                              "example": "10"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferPoolIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferPoolIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferPeak": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferPoolIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cempMemBufferPeakTime": {
                              "type": "string",
                              "example": "10:30:45"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB": {
                    "cempNotificationConfig": {
                      "cempMemBufferNotifyEnabled": true
                    },
                    "cempMemPoolTable": {
                      "cempMemPoolEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cempMemPoolIndex": "configured-value",
                        "cempMemPoolType": "configured-value",
                        "cempMemPoolName": "example-1",
                        "cempMemPoolPlatformMemory": "configured-value",
                        "cempMemPoolAlternate": "configured-value",
                        "cempMemPoolValid": true,
                        "cempMemPoolUsed": "configured-value",
                        "cempMemPoolFree": "configured-value",
                        "cempMemPoolLargestFree": "configured-value",
                        "cempMemPoolLowestFree": "configured-value",
                        "cempMemPoolUsedLowWaterMark": "configured-value",
                        "cempMemPoolAllocHit": "configured-value",
                        "cempMemPoolAllocMiss": "configured-value",
                        "cempMemPoolFreeHit": "configured-value",
                        "cempMemPoolFreeMiss": "configured-value",
                        "cempMemPoolShared": "configured-value",
                        "cempMemPoolUsedOvrflw": "configured-value",
                        "cempMemPoolHCUsed": "configured-value",
                        "cempMemPoolFreeOvrflw": "configured-value",
                        "cempMemPoolHCFree": "configured-value",
                        "cempMemPoolLargestFreeOvrflw": "configured-value",
                        "cempMemPoolHCLargestFree": "configured-value",
                        "cempMemPoolLowestFreeOvrflw": "configured-value",
                        "cempMemPoolHCLowestFree": "configured-value",
                        "cempMemPoolUsedLowWaterMarkOvrflw": "configured-value",
                        "cempMemPoolHCUsedLowWaterMark": "configured-value",
                        "cempMemPoolSharedOvrflw": "configured-value",
                        "cempMemPoolHCShared": "configured-value"
                      }
                    },
                    "cempMemBufferPoolTable": {
                      "cempMemBufferPoolEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cempMemBufferPoolIndex": "configured-value",
                        "cempMemBufferMemPoolIndex": "configured-value",
                        "cempMemBufferName": "example-1",
                        "cempMemBufferDynamic": true,
                        "cempMemBufferSize": 1,
                        "cempMemBufferMin": 1,
                        "cempMemBufferMax": 1,
                        "cempMemBufferPermanent": 1,
                        "cempMemBufferTransient": 1,
                        "cempMemBufferTotal": "configured-value",
                        "cempMemBufferFree": "configured-value",
                        "cempMemBufferHit": "configured-value",
                        "cempMemBufferMiss": "configured-value",
                        "cempMemBufferFreeHit": "configured-value",
                        "cempMemBufferFreeMiss": "configured-value",
                        "cempMemBufferPermChange": 1,
                        "cempMemBufferPeak": "configured-value",
                        "cempMemBufferPeakTime": "10:30:45",
                        "cempMemBufferTrim": "configured-value",
                        "cempMemBufferGrow": "configured-value",
                        "cempMemBufferFailures": "configured-value",
                        "cempMemBufferNoStorage": "configured-value"
                      }
                    },
                    "cempMemBufferCachePoolTable": {
                      "cempMemBufferCachePoolEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cempMemBufferPoolIndex": "configured-value",
                        "cempMemBufferCacheSize": 1,
                        "cempMemBufferCacheTotal": "configured-value",
                        "cempMemBufferCacheUsed": "configured-value",
                        "cempMemBufferCacheHit": "configured-value",
                        "cempMemBufferCacheMiss": "configured-value",
                        "cempMemBufferCacheThreshold": "configured-value",
                        "cempMemBufferCacheThresholdCount": "10"
                      },
                      "object-1": {
                        "entPhysicalIndex": "configured-value",
                        "cempMemBufferPoolIndex": "configured-value",
                        "cempMemBufferName": "example-1"
                      },
                      "object-2": {
                        "entPhysicalIndex": "configured-value",
                        "cempMemBufferPoolIndex": "configured-value",
                        "cempMemBufferPeak": "configured-value"
                      },
                      "object-3": {
                        "entPhysicalIndex": "configured-value",
                        "cempMemBufferPoolIndex": "configured-value",
                        "cempMemBufferPeakTime": "10:30:45"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-ENHANCED-MEMPOOL-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempNotificationConfig": {
      "get": {
        "summary": "Get cempNotificationConfig",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempNotificationConfig",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cempMemBufferNotifyEnabled": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempNotificationConfig": {
                    "cempMemBufferNotifyEnabled": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempNotificationConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempNotificationConfig/cempMemBufferNotifyEnabled": {
      "get": {
        "summary": "Get cempMemBufferNotifyEnabled",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempNotificationConfig-cempMemBufferNotifyEnabled",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferNotifyEnabled": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferNotifyEnabled from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable": {
      "get": {
        "summary": "Get cempMemPoolTable",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cempMemPoolEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cempMemPoolPlatformMemory": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolAlternate": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolValid": {
                          "type": "boolean",
                          "example": true
                        },
                        "cempMemPoolUsed": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolFree": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolLargestFree": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolLowestFree": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolUsedLowWaterMark": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolAllocHit": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolAllocMiss": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolFreeHit": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolFreeMiss": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolShared": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolUsedOvrflw": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolHCUsed": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolFreeOvrflw": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolHCFree": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolLargestFreeOvrflw": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolHCLargestFree": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolLowestFreeOvrflw": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolHCLowestFree": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolUsedLowWaterMarkOvrflw": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolHCUsedLowWaterMark": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolSharedOvrflw": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemPoolHCShared": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolTable": {
                    "cempMemPoolEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cempMemPoolIndex": "configured-value",
                      "cempMemPoolType": "configured-value",
                      "cempMemPoolName": "example-1",
                      "cempMemPoolPlatformMemory": "configured-value",
                      "cempMemPoolAlternate": "configured-value",
                      "cempMemPoolValid": true,
                      "cempMemPoolUsed": "configured-value",
                      "cempMemPoolFree": "configured-value",
                      "cempMemPoolLargestFree": "configured-value",
                      "cempMemPoolLowestFree": "configured-value",
                      "cempMemPoolUsedLowWaterMark": "configured-value",
                      "cempMemPoolAllocHit": "configured-value",
                      "cempMemPoolAllocMiss": "configured-value",
                      "cempMemPoolFreeHit": "configured-value",
                      "cempMemPoolFreeMiss": "configured-value",
                      "cempMemPoolShared": "configured-value",
                      "cempMemPoolUsedOvrflw": "configured-value",
                      "cempMemPoolHCUsed": "configured-value",
                      "cempMemPoolFreeOvrflw": "configured-value",
                      "cempMemPoolHCFree": "configured-value",
                      "cempMemPoolLargestFreeOvrflw": "configured-value",
                      "cempMemPoolHCLargestFree": "configured-value",
                      "cempMemPoolLowestFreeOvrflw": "configured-value",
                      "cempMemPoolHCLowestFree": "configured-value",
                      "cempMemPoolUsedLowWaterMarkOvrflw": "configured-value",
                      "cempMemPoolHCUsedLowWaterMark": "configured-value",
                      "cempMemPoolSharedOvrflw": "configured-value",
                      "cempMemPoolHCShared": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry": {
      "get": {
        "summary": "Get cempMemPoolEntry",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cempMemPoolPlatformMemory": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolAlternate": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolValid": {
                      "type": "boolean",
                      "example": true
                    },
                    "cempMemPoolUsed": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolFree": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolLargestFree": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolLowestFree": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolUsedLowWaterMark": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolAllocHit": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolAllocMiss": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolFreeHit": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolFreeMiss": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolShared": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolUsedOvrflw": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolHCUsed": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolFreeOvrflw": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolHCFree": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolLargestFreeOvrflw": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolHCLargestFree": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolLowestFreeOvrflw": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolHCLowestFree": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolUsedLowWaterMarkOvrflw": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolHCUsedLowWaterMark": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolSharedOvrflw": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemPoolHCShared": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cempMemPoolIndex": "configured-value",
                    "cempMemPoolType": "configured-value",
                    "cempMemPoolName": "example-1",
                    "cempMemPoolPlatformMemory": "configured-value",
                    "cempMemPoolAlternate": "configured-value",
                    "cempMemPoolValid": true,
                    "cempMemPoolUsed": "configured-value",
                    "cempMemPoolFree": "configured-value",
                    "cempMemPoolLargestFree": "configured-value",
                    "cempMemPoolLowestFree": "configured-value",
                    "cempMemPoolUsedLowWaterMark": "configured-value",
                    "cempMemPoolAllocHit": "configured-value",
                    "cempMemPoolAllocMiss": "configured-value",
                    "cempMemPoolFreeHit": "configured-value",
                    "cempMemPoolFreeMiss": "configured-value",
                    "cempMemPoolShared": "configured-value",
                    "cempMemPoolUsedOvrflw": "configured-value",
                    "cempMemPoolHCUsed": "configured-value",
                    "cempMemPoolFreeOvrflw": "configured-value",
                    "cempMemPoolHCFree": "configured-value",
                    "cempMemPoolLargestFreeOvrflw": "configured-value",
                    "cempMemPoolHCLargestFree": "configured-value",
                    "cempMemPoolLowestFreeOvrflw": "configured-value",
                    "cempMemPoolHCLowestFree": "configured-value",
                    "cempMemPoolUsedLowWaterMarkOvrflw": "configured-value",
                    "cempMemPoolHCUsedLowWaterMark": "configured-value",
                    "cempMemPoolSharedOvrflw": "configured-value",
                    "cempMemPoolHCShared": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolIndex": {
      "get": {
        "summary": "Get cempMemPoolIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolType": {
      "get": {
        "summary": "Get cempMemPoolType",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolType",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolName": {
      "get": {
        "summary": "Get cempMemPoolName",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolName",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolPlatformMemory": {
      "get": {
        "summary": "Get cempMemPoolPlatformMemory",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolPlatformMemory",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolPlatformMemory": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolPlatformMemory from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolAlternate": {
      "get": {
        "summary": "Get cempMemPoolAlternate",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolAlternate",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolAlternate": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolAlternate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolValid": {
      "get": {
        "summary": "Get cempMemPoolValid",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolValid",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolValid": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolValid from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolUsed": {
      "get": {
        "summary": "Get cempMemPoolUsed",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolUsed",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolUsed": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolUsed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolFree": {
      "get": {
        "summary": "Get cempMemPoolFree",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolFree",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolFree": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolFree from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolLargestFree": {
      "get": {
        "summary": "Get cempMemPoolLargestFree",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolLargestFree",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolLargestFree": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolLargestFree from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolLowestFree": {
      "get": {
        "summary": "Get cempMemPoolLowestFree",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolLowestFree",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolLowestFree": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolLowestFree from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolUsedLowWaterMark": {
      "get": {
        "summary": "Get cempMemPoolUsedLowWaterMark",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolUsedLowWaterMark",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolUsedLowWaterMark": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolUsedLowWaterMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolAllocHit": {
      "get": {
        "summary": "Get cempMemPoolAllocHit",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolAllocHit",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolAllocHit": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolAllocHit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolAllocMiss": {
      "get": {
        "summary": "Get cempMemPoolAllocMiss",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolAllocMiss",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolAllocMiss": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolAllocMiss from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolFreeHit": {
      "get": {
        "summary": "Get cempMemPoolFreeHit",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolFreeHit",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolFreeHit": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolFreeHit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolFreeMiss": {
      "get": {
        "summary": "Get cempMemPoolFreeMiss",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolFreeMiss",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolFreeMiss": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolFreeMiss from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolShared": {
      "get": {
        "summary": "Get cempMemPoolShared",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolShared",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolShared": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolShared from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolUsedOvrflw": {
      "get": {
        "summary": "Get cempMemPoolUsedOvrflw",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolUsedOvrflw",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolUsedOvrflw": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolUsedOvrflw from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolHCUsed": {
      "get": {
        "summary": "Get cempMemPoolHCUsed",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolHCUsed",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolHCUsed": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolHCUsed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolFreeOvrflw": {
      "get": {
        "summary": "Get cempMemPoolFreeOvrflw",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolFreeOvrflw",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolFreeOvrflw": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolFreeOvrflw from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolHCFree": {
      "get": {
        "summary": "Get cempMemPoolHCFree",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolHCFree",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolHCFree": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolHCFree from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolLargestFreeOvrflw": {
      "get": {
        "summary": "Get cempMemPoolLargestFreeOvrflw",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolLargestFreeOvrflw",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolLargestFreeOvrflw": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolLargestFreeOvrflw from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolHCLargestFree": {
      "get": {
        "summary": "Get cempMemPoolHCLargestFree",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolHCLargestFree",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolHCLargestFree": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolHCLargestFree from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolLowestFreeOvrflw": {
      "get": {
        "summary": "Get cempMemPoolLowestFreeOvrflw",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolLowestFreeOvrflw",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolLowestFreeOvrflw": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolLowestFreeOvrflw from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolHCLowestFree": {
      "get": {
        "summary": "Get cempMemPoolHCLowestFree",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolHCLowestFree",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolHCLowestFree": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolHCLowestFree from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolUsedLowWaterMarkOvrflw": {
      "get": {
        "summary": "Get cempMemPoolUsedLowWaterMarkOvrflw",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolUsedLowWaterMarkOvrflw",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolUsedLowWaterMarkOvrflw": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolUsedLowWaterMarkOvrflw from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolHCUsedLowWaterMark": {
      "get": {
        "summary": "Get cempMemPoolHCUsedLowWaterMark",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolHCUsedLowWaterMark",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolHCUsedLowWaterMark": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolHCUsedLowWaterMark from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolSharedOvrflw": {
      "get": {
        "summary": "Get cempMemPoolSharedOvrflw",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolSharedOvrflw",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolSharedOvrflw": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolSharedOvrflw from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemPoolTable/cempMemPoolEntry/cempMemPoolHCShared": {
      "get": {
        "summary": "Get cempMemPoolHCShared",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemPoolTable-cempMemPoolEntry-cempMemPoolHCShared",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemPoolHCShared": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemPoolHCShared from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable": {
      "get": {
        "summary": "Get cempMemBufferPoolTable",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cempMemBufferPoolEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferPoolIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferMemPoolIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cempMemBufferDynamic": {
                          "type": "boolean",
                          "example": true
                        },
                        "cempMemBufferSize": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cempMemBufferMin": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cempMemBufferMax": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cempMemBufferPermanent": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cempMemBufferTransient": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cempMemBufferTotal": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferFree": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferHit": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferMiss": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferFreeHit": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferFreeMiss": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferPermChange": {
                          "type": "integer",
                          "example": 1
                        },
                        "cempMemBufferPeak": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferPeakTime": {
                          "type": "string",
                          "example": "10:30:45"
                        },
                        "cempMemBufferTrim": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferGrow": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferFailures": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferNoStorage": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPoolTable": {
                    "cempMemBufferPoolEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cempMemBufferPoolIndex": "configured-value",
                      "cempMemBufferMemPoolIndex": "configured-value",
                      "cempMemBufferName": "example-1",
                      "cempMemBufferDynamic": true,
                      "cempMemBufferSize": 1,
                      "cempMemBufferMin": 1,
                      "cempMemBufferMax": 1,
                      "cempMemBufferPermanent": 1,
                      "cempMemBufferTransient": 1,
                      "cempMemBufferTotal": "configured-value",
                      "cempMemBufferFree": "configured-value",
                      "cempMemBufferHit": "configured-value",
                      "cempMemBufferMiss": "configured-value",
                      "cempMemBufferFreeHit": "configured-value",
                      "cempMemBufferFreeMiss": "configured-value",
                      "cempMemBufferPermChange": 1,
                      "cempMemBufferPeak": "configured-value",
                      "cempMemBufferPeakTime": "10:30:45",
                      "cempMemBufferTrim": "configured-value",
                      "cempMemBufferGrow": "configured-value",
                      "cempMemBufferFailures": "configured-value",
                      "cempMemBufferNoStorage": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPoolTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry": {
      "get": {
        "summary": "Get cempMemBufferPoolEntry",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferPoolIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferMemPoolIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cempMemBufferDynamic": {
                      "type": "boolean",
                      "example": true
                    },
                    "cempMemBufferSize": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cempMemBufferMin": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cempMemBufferMax": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cempMemBufferPermanent": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cempMemBufferTransient": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cempMemBufferTotal": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferFree": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferHit": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferMiss": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferFreeHit": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferFreeMiss": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferPermChange": {
                      "type": "integer",
                      "example": 1
                    },
                    "cempMemBufferPeak": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferPeakTime": {
                      "type": "string",
                      "example": "10:30:45"
                    },
                    "cempMemBufferTrim": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferGrow": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferFailures": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferNoStorage": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPoolEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cempMemBufferPoolIndex": "configured-value",
                    "cempMemBufferMemPoolIndex": "configured-value",
                    "cempMemBufferName": "example-1",
                    "cempMemBufferDynamic": true,
                    "cempMemBufferSize": 1,
                    "cempMemBufferMin": 1,
                    "cempMemBufferMax": 1,
                    "cempMemBufferPermanent": 1,
                    "cempMemBufferTransient": 1,
                    "cempMemBufferTotal": "configured-value",
                    "cempMemBufferFree": "configured-value",
                    "cempMemBufferHit": "configured-value",
                    "cempMemBufferMiss": "configured-value",
                    "cempMemBufferFreeHit": "configured-value",
                    "cempMemBufferFreeMiss": "configured-value",
                    "cempMemBufferPermChange": 1,
                    "cempMemBufferPeak": "configured-value",
                    "cempMemBufferPeakTime": "10:30:45",
                    "cempMemBufferTrim": "configured-value",
                    "cempMemBufferGrow": "configured-value",
                    "cempMemBufferFailures": "configured-value",
                    "cempMemBufferNoStorage": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPoolEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferPoolIndex": {
      "get": {
        "summary": "Get cempMemBufferPoolIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferPoolIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPoolIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPoolIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferMemPoolIndex": {
      "get": {
        "summary": "Get cempMemBufferMemPoolIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferMemPoolIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferMemPoolIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferMemPoolIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferName": {
      "get": {
        "summary": "Get cempMemBufferName",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferName",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferDynamic": {
      "get": {
        "summary": "Get cempMemBufferDynamic",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferDynamic",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "boolean",
                  "example": true
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferDynamic": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferDynamic from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferSize": {
      "get": {
        "summary": "Get cempMemBufferSize",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferSize",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferMin": {
      "get": {
        "summary": "Get cempMemBufferMin",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferMin",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferMin": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferMin from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferMax": {
      "get": {
        "summary": "Get cempMemBufferMax",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferMax",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferMax": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferMax from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferPermanent": {
      "get": {
        "summary": "Get cempMemBufferPermanent",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferPermanent",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPermanent": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPermanent from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferTransient": {
      "get": {
        "summary": "Get cempMemBufferTransient",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferTransient",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferTransient": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferTransient from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferTotal": {
      "get": {
        "summary": "Get cempMemBufferTotal",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferTotal",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferFree": {
      "get": {
        "summary": "Get cempMemBufferFree",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferFree",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferFree": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferFree from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferHit": {
      "get": {
        "summary": "Get cempMemBufferHit",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferHit",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferHit": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferHit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferMiss": {
      "get": {
        "summary": "Get cempMemBufferMiss",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferMiss",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferMiss": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferMiss from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferFreeHit": {
      "get": {
        "summary": "Get cempMemBufferFreeHit",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferFreeHit",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferFreeHit": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferFreeHit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferFreeMiss": {
      "get": {
        "summary": "Get cempMemBufferFreeMiss",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferFreeMiss",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferFreeMiss": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferFreeMiss from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferPermChange": {
      "get": {
        "summary": "Get cempMemBufferPermChange",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferPermChange",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPermChange": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPermChange from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferPeak": {
      "get": {
        "summary": "Get cempMemBufferPeak",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferPeak",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPeak": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPeak from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferPeakTime": {
      "get": {
        "summary": "Get cempMemBufferPeakTime",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferPeakTime",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPeakTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPeakTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferTrim": {
      "get": {
        "summary": "Get cempMemBufferTrim",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferTrim",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferTrim": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferTrim from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferGrow": {
      "get": {
        "summary": "Get cempMemBufferGrow",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferGrow",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferGrow": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferGrow from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferFailures": {
      "get": {
        "summary": "Get cempMemBufferFailures",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferFailures",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferFailures": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferFailures from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferPoolTable/cempMemBufferPoolEntry/cempMemBufferNoStorage": {
      "get": {
        "summary": "Get cempMemBufferNoStorage",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferPoolTable-cempMemBufferPoolEntry-cempMemBufferNoStorage",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferNoStorage": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferNoStorage from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable": {
      "get": {
        "summary": "Get cempMemBufferCachePoolTable",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cempMemBufferCachePoolEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferPoolIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferCacheSize": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cempMemBufferCacheTotal": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferCacheUsed": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferCacheHit": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferCacheMiss": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferCacheThreshold": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferCacheThresholdCount": {
                          "type": "string",
                          "example": "10"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferPoolIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferPoolIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferPeak": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferPoolIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cempMemBufferPeakTime": {
                          "type": "string",
                          "example": "10:30:45"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferCachePoolTable": {
                    "cempMemBufferCachePoolEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cempMemBufferPoolIndex": "configured-value",
                      "cempMemBufferCacheSize": 1,
                      "cempMemBufferCacheTotal": "configured-value",
                      "cempMemBufferCacheUsed": "configured-value",
                      "cempMemBufferCacheHit": "configured-value",
                      "cempMemBufferCacheMiss": "configured-value",
                      "cempMemBufferCacheThreshold": "configured-value",
                      "cempMemBufferCacheThresholdCount": "10"
                    },
                    "object-1": {
                      "entPhysicalIndex": "configured-value",
                      "cempMemBufferPoolIndex": "configured-value",
                      "cempMemBufferName": "example-1"
                    },
                    "object-2": {
                      "entPhysicalIndex": "configured-value",
                      "cempMemBufferPoolIndex": "configured-value",
                      "cempMemBufferPeak": "configured-value"
                    },
                    "object-3": {
                      "entPhysicalIndex": "configured-value",
                      "cempMemBufferPoolIndex": "configured-value",
                      "cempMemBufferPeakTime": "10:30:45"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferCachePoolTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/cempMemBufferCachePoolEntry": {
      "get": {
        "summary": "Get cempMemBufferCachePoolEntry",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-cempMemBufferCachePoolEntry",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferPoolIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferCacheSize": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cempMemBufferCacheTotal": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferCacheUsed": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferCacheHit": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferCacheMiss": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferCacheThreshold": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferCacheThresholdCount": {
                      "type": "string",
                      "example": "10"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferCachePoolEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cempMemBufferPoolIndex": "configured-value",
                    "cempMemBufferCacheSize": 1,
                    "cempMemBufferCacheTotal": "configured-value",
                    "cempMemBufferCacheUsed": "configured-value",
                    "cempMemBufferCacheHit": "configured-value",
                    "cempMemBufferCacheMiss": "configured-value",
                    "cempMemBufferCacheThreshold": "configured-value",
                    "cempMemBufferCacheThresholdCount": "10"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferCachePoolEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/cempMemBufferCachePoolEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-cempMemBufferCachePoolEntry-entPhysicalIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/cempMemBufferCachePoolEntry/cempMemBufferPoolIndex": {
      "get": {
        "summary": "Get cempMemBufferPoolIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-cempMemBufferCachePoolEntry-cempMemBufferPoolIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPoolIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPoolIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/cempMemBufferCachePoolEntry/cempMemBufferCacheSize": {
      "get": {
        "summary": "Get cempMemBufferCacheSize",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-cempMemBufferCachePoolEntry-cempMemBufferCacheSize",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "minimum": 0,
                  "maximum": 4294967295,
                  "example": 1
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferCacheSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferCacheSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/cempMemBufferCachePoolEntry/cempMemBufferCacheTotal": {
      "get": {
        "summary": "Get cempMemBufferCacheTotal",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-cempMemBufferCachePoolEntry-cempMemBufferCacheTotal",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferCacheTotal": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferCacheTotal from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/cempMemBufferCachePoolEntry/cempMemBufferCacheUsed": {
      "get": {
        "summary": "Get cempMemBufferCacheUsed",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-cempMemBufferCachePoolEntry-cempMemBufferCacheUsed",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferCacheUsed": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferCacheUsed from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/cempMemBufferCachePoolEntry/cempMemBufferCacheHit": {
      "get": {
        "summary": "Get cempMemBufferCacheHit",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-cempMemBufferCachePoolEntry-cempMemBufferCacheHit",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferCacheHit": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferCacheHit from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/cempMemBufferCachePoolEntry/cempMemBufferCacheMiss": {
      "get": {
        "summary": "Get cempMemBufferCacheMiss",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-cempMemBufferCachePoolEntry-cempMemBufferCacheMiss",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferCacheMiss": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferCacheMiss from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/cempMemBufferCachePoolEntry/cempMemBufferCacheThreshold": {
      "get": {
        "summary": "Get cempMemBufferCacheThreshold",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-cempMemBufferCachePoolEntry-cempMemBufferCacheThreshold",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferCacheThreshold": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferCacheThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/cempMemBufferCachePoolEntry/cempMemBufferCacheThresholdCount": {
      "get": {
        "summary": "Get cempMemBufferCacheThresholdCount",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-cempMemBufferCachePoolEntry-cempMemBufferCacheThresholdCount",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferCacheThresholdCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferCacheThresholdCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-1",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferPoolIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferName": {
                      "type": "string",
                      "example": "example-1"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:object-1": {
                    "entPhysicalIndex": "configured-value",
                    "cempMemBufferPoolIndex": "configured-value",
                    "cempMemBufferName": "example-1"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-1/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-1-entPhysicalIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-1/cempMemBufferPoolIndex": {
      "get": {
        "summary": "Get cempMemBufferPoolIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-1-cempMemBufferPoolIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPoolIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPoolIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-1/cempMemBufferName": {
      "get": {
        "summary": "Get cempMemBufferName",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-1-cempMemBufferName",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "example-1"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-2",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferPoolIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferPeak": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:object-2": {
                    "entPhysicalIndex": "configured-value",
                    "cempMemBufferPoolIndex": "configured-value",
                    "cempMemBufferPeak": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-2 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-2/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-2-entPhysicalIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-2/cempMemBufferPoolIndex": {
      "get": {
        "summary": "Get cempMemBufferPoolIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-2-cempMemBufferPoolIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPoolIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPoolIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-2/cempMemBufferPeak": {
      "get": {
        "summary": "Get cempMemBufferPeak",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-2-cempMemBufferPeak",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPeak": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPeak from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-3",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferPoolIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cempMemBufferPeakTime": {
                      "type": "string",
                      "example": "10:30:45"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:object-3": {
                    "entPhysicalIndex": "configured-value",
                    "cempMemBufferPoolIndex": "configured-value",
                    "cempMemBufferPeakTime": "10:30:45"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-3/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-3-entPhysicalIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-3/cempMemBufferPoolIndex": {
      "get": {
        "summary": "Get cempMemBufferPoolIndex",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-3-cempMemBufferPoolIndex",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPoolIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPoolIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB/cempMemBufferCachePoolTable/object-3/cempMemBufferPeakTime": {
      "get": {
        "summary": "Get cempMemBufferPeakTime",
        "operationId": "get-CISCO-ENHANCED-MEMPOOL-MIB:CISCO-ENHANCED-MEMPOOL-MIB-cempMemBufferCachePoolTable-object-3-cempMemBufferPeakTime",
        "tags": [
          "CISCO-ENHANCED-MEMPOOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-ENHANCED-MEMPOOL-MIB:cempMemBufferPeakTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cempMemBufferPeakTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    }
  },
  "components": {
    "securitySchemes": {
      "basicAuth": {
        "type": "http",
        "scheme": "basic",
        "description": "RESTCONF basic authentication (RFC 8040)"
      }
    },
    "parameters": {
      "accept": {
        "name": "Accept",
        "in": "header",
        "required": false,
        "schema": {
          "type": "string",
          "default": "application/yang-data+json"
        }
      },
      "depth": {
        "name": "depth",
        "in": "query",
        "required": false,
        "description": "Limit response depth (RFC 8040)",
        "schema": {
          "type": "string",
          "default": "unbounded"
        }
      }
    }
  },
  "security": [
    {
      "basicAuth": []
    }
  ]
}
