{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IP-LOCAL-POOL-MIB",
    "description": "MIB data from `CISCO-IP-LOCAL-POOL-MIB` module.\n\n**Root containers:** 1 (CISCO-IP-LOCAL-POOL-MIB)\n**Paths:** 46 | **Descendants:** 57\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-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB": {
      "get": {
        "summary": "Get CISCO-IP-LOCAL-POOL-MIB",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolConfig": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolNotificationsEnable": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "cIpLocalPoolConfigTable": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolConfigEntry": {
                          "type": "object",
                          "properties": {
                            "cIpLocalPoolName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cIpLocalPoolAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cIpLocalPoolAddressLo": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cIpLocalPoolAddressHi": {
                              "type": "string",
                              "example": "10.1.1.1"
                            },
                            "cIpLocalPoolFreeAddrs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cIpLocalPoolInUseAddrs": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cIpLocalPoolGroupContainedIn": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cIpLocalPoolRowStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "cIpLocalPoolPriority": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cIpLocalPoolGroupContainsTable": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolGroupContainsEntry": {
                          "type": "object",
                          "properties": {
                            "cIpLocalPoolGroupName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cIpLocalPoolChildIndex": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cIpLocalPoolGroupTable": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolGroupEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cIpLocalPoolGroupName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cIpLocalPoolGroupFreeAddrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cIpLocalPoolGroupInUseAddrs": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cIpLocalPoolStatsTable": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolStatsEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "cIpLocalPoolName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "cIpLocalPoolStatFreeAddrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cIpLocalPoolStatInUseAddrs": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "cIpLocalPoolStatHiWaterUsedAddrs": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cIpLocalPoolStatInUseAddrThldLo": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cIpLocalPoolStatInUseAddrThldHi": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "cIpLocalPoolPercentAddrThldLo": {
                                "type": "string",
                                "example": "50"
                              },
                              "cIpLocalPoolPercentAddrThldHi": {
                                "type": "string",
                                "example": "50"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cIpLocalPoolAllocTable": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolAllocEntry": {
                          "type": "object",
                          "properties": {
                            "cIpLocalPoolName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cIpLocalPoolAllocAddrType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cIpLocalPoolAllocAddr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cIpLocalPoolAllocIfIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cIpLocalPoolAllocUser": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "cIpLocalPoolName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cIpLocalPoolStatFreeAddrs": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "cIpLocalPoolName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cIpLocalPoolStatInUseAddrs": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB": {
                    "cIpLocalPoolConfig": {
                      "cIpLocalPoolNotificationsEnable": true
                    },
                    "cIpLocalPoolConfigTable": {
                      "cIpLocalPoolConfigEntry": {
                        "cIpLocalPoolName": "example-1",
                        "cIpLocalPoolAddrType": "configured-value",
                        "cIpLocalPoolAddressLo": "10.1.1.1",
                        "cIpLocalPoolAddressHi": "10.1.1.1",
                        "cIpLocalPoolFreeAddrs": "configured-value",
                        "cIpLocalPoolInUseAddrs": "configured-value",
                        "cIpLocalPoolGroupContainedIn": "configured-value",
                        "cIpLocalPoolRowStatus": "active",
                        "cIpLocalPoolPriority": 1
                      }
                    },
                    "cIpLocalPoolGroupContainsTable": {
                      "cIpLocalPoolGroupContainsEntry": {
                        "cIpLocalPoolGroupName": "example-1",
                        "cIpLocalPoolChildIndex": "configured-value"
                      }
                    },
                    "cIpLocalPoolGroupTable": {
                      "cIpLocalPoolGroupEntry": [
                        {
                          "cIpLocalPoolGroupName": "example-1",
                          "cIpLocalPoolGroupFreeAddrs": "configured-value",
                          "cIpLocalPoolGroupInUseAddrs": "configured-value"
                        }
                      ]
                    },
                    "cIpLocalPoolStatsTable": {
                      "cIpLocalPoolStatsEntry": [
                        {
                          "cIpLocalPoolName": "example-1",
                          "cIpLocalPoolStatFreeAddrs": "configured-value",
                          "cIpLocalPoolStatInUseAddrs": "configured-value",
                          "cIpLocalPoolStatHiWaterUsedAddrs": 1,
                          "cIpLocalPoolStatInUseAddrThldLo": 1,
                          "cIpLocalPoolStatInUseAddrThldHi": 1,
                          "cIpLocalPoolPercentAddrThldLo": "50",
                          "cIpLocalPoolPercentAddrThldHi": "50"
                        }
                      ]
                    },
                    "cIpLocalPoolAllocTable": {
                      "cIpLocalPoolAllocEntry": {
                        "cIpLocalPoolName": "example-1",
                        "cIpLocalPoolAllocAddrType": "configured-value",
                        "cIpLocalPoolAllocAddr": "configured-value",
                        "cIpLocalPoolAllocIfIndex": "configured-value",
                        "cIpLocalPoolAllocUser": "configured-value"
                      },
                      "object-1": {
                        "cIpLocalPoolName": "example-1",
                        "cIpLocalPoolStatFreeAddrs": "configured-value"
                      },
                      "object-2": {
                        "cIpLocalPoolName": "example-1",
                        "cIpLocalPoolStatInUseAddrs": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IP-LOCAL-POOL-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfig": {
      "get": {
        "summary": "Get cIpLocalPoolConfig",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfig",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolNotificationsEnable": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolConfig": {
                    "cIpLocalPoolNotificationsEnable": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolConfig from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfig/cIpLocalPoolNotificationsEnable": {
      "get": {
        "summary": "Get cIpLocalPoolNotificationsEnable",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfig-cIpLocalPoolNotificationsEnable",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolNotificationsEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolNotificationsEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable": {
      "get": {
        "summary": "Get cIpLocalPoolConfigTable",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolConfigEntry": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cIpLocalPoolAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cIpLocalPoolAddressLo": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cIpLocalPoolAddressHi": {
                          "type": "string",
                          "example": "10.1.1.1"
                        },
                        "cIpLocalPoolFreeAddrs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cIpLocalPoolInUseAddrs": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cIpLocalPoolGroupContainedIn": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cIpLocalPoolRowStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "cIpLocalPoolPriority": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolConfigTable": {
                    "cIpLocalPoolConfigEntry": {
                      "cIpLocalPoolName": "example-1",
                      "cIpLocalPoolAddrType": "configured-value",
                      "cIpLocalPoolAddressLo": "10.1.1.1",
                      "cIpLocalPoolAddressHi": "10.1.1.1",
                      "cIpLocalPoolFreeAddrs": "configured-value",
                      "cIpLocalPoolInUseAddrs": "configured-value",
                      "cIpLocalPoolGroupContainedIn": "configured-value",
                      "cIpLocalPoolRowStatus": "active",
                      "cIpLocalPoolPriority": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolConfigTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable/cIpLocalPoolConfigEntry": {
      "get": {
        "summary": "Get cIpLocalPoolConfigEntry",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable-cIpLocalPoolConfigEntry",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cIpLocalPoolAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cIpLocalPoolAddressLo": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cIpLocalPoolAddressHi": {
                      "type": "string",
                      "example": "10.1.1.1"
                    },
                    "cIpLocalPoolFreeAddrs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cIpLocalPoolInUseAddrs": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cIpLocalPoolGroupContainedIn": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cIpLocalPoolRowStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "cIpLocalPoolPriority": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolConfigEntry": {
                    "cIpLocalPoolName": "example-1",
                    "cIpLocalPoolAddrType": "configured-value",
                    "cIpLocalPoolAddressLo": "10.1.1.1",
                    "cIpLocalPoolAddressHi": "10.1.1.1",
                    "cIpLocalPoolFreeAddrs": "configured-value",
                    "cIpLocalPoolInUseAddrs": "configured-value",
                    "cIpLocalPoolGroupContainedIn": "configured-value",
                    "cIpLocalPoolRowStatus": "active",
                    "cIpLocalPoolPriority": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolConfigEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable/cIpLocalPoolConfigEntry/cIpLocalPoolName": {
      "get": {
        "summary": "Get cIpLocalPoolName",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable-cIpLocalPoolConfigEntry-cIpLocalPoolName",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable/cIpLocalPoolConfigEntry/cIpLocalPoolAddrType": {
      "get": {
        "summary": "Get cIpLocalPoolAddrType",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable-cIpLocalPoolConfigEntry-cIpLocalPoolAddrType",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable/cIpLocalPoolConfigEntry/cIpLocalPoolAddressLo": {
      "get": {
        "summary": "Get cIpLocalPoolAddressLo",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable-cIpLocalPoolConfigEntry-cIpLocalPoolAddressLo",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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.1.1.1"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolAddressLo": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolAddressLo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable/cIpLocalPoolConfigEntry/cIpLocalPoolAddressHi": {
      "get": {
        "summary": "Get cIpLocalPoolAddressHi",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable-cIpLocalPoolConfigEntry-cIpLocalPoolAddressHi",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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.1.1.1"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolAddressHi": "10.1.1.1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolAddressHi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable/cIpLocalPoolConfigEntry/cIpLocalPoolFreeAddrs": {
      "get": {
        "summary": "Get cIpLocalPoolFreeAddrs",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable-cIpLocalPoolConfigEntry-cIpLocalPoolFreeAddrs",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolFreeAddrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolFreeAddrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable/cIpLocalPoolConfigEntry/cIpLocalPoolInUseAddrs": {
      "get": {
        "summary": "Get cIpLocalPoolInUseAddrs",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable-cIpLocalPoolConfigEntry-cIpLocalPoolInUseAddrs",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolInUseAddrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolInUseAddrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable/cIpLocalPoolConfigEntry/cIpLocalPoolGroupContainedIn": {
      "get": {
        "summary": "Get cIpLocalPoolGroupContainedIn",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable-cIpLocalPoolConfigEntry-cIpLocalPoolGroupContainedIn",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolGroupContainedIn": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolGroupContainedIn from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable/cIpLocalPoolConfigEntry/cIpLocalPoolRowStatus": {
      "get": {
        "summary": "Get cIpLocalPoolRowStatus",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable-cIpLocalPoolConfigEntry-cIpLocalPoolRowStatus",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "active"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolRowStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolRowStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolConfigTable/cIpLocalPoolConfigEntry/cIpLocalPoolPriority": {
      "get": {
        "summary": "Get cIpLocalPoolPriority",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolConfigTable-cIpLocalPoolConfigEntry-cIpLocalPoolPriority",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolPriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolPriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolGroupContainsTable": {
      "get": {
        "summary": "Get cIpLocalPoolGroupContainsTable",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolGroupContainsTable",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolGroupContainsEntry": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolGroupName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cIpLocalPoolChildIndex": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolGroupContainsTable": {
                    "cIpLocalPoolGroupContainsEntry": {
                      "cIpLocalPoolGroupName": "example-1",
                      "cIpLocalPoolChildIndex": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolGroupContainsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolGroupContainsTable/cIpLocalPoolGroupContainsEntry": {
      "get": {
        "summary": "Get cIpLocalPoolGroupContainsEntry",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolGroupContainsTable-cIpLocalPoolGroupContainsEntry",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolGroupName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cIpLocalPoolChildIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolGroupContainsEntry": {
                    "cIpLocalPoolGroupName": "example-1",
                    "cIpLocalPoolChildIndex": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolGroupContainsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolGroupContainsTable/cIpLocalPoolGroupContainsEntry/cIpLocalPoolGroupName": {
      "get": {
        "summary": "Get cIpLocalPoolGroupName",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolGroupContainsTable-cIpLocalPoolGroupContainsEntry-cIpLocalPoolGroupName",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolGroupName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolGroupName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolGroupContainsTable/cIpLocalPoolGroupContainsEntry/cIpLocalPoolChildIndex": {
      "get": {
        "summary": "Get cIpLocalPoolChildIndex",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolGroupContainsTable-cIpLocalPoolGroupContainsEntry-cIpLocalPoolChildIndex",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolChildIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolChildIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolGroupTable": {
      "get": {
        "summary": "Get cIpLocalPoolGroupTable",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolGroupTable",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolGroupEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cIpLocalPoolGroupName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cIpLocalPoolGroupFreeAddrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cIpLocalPoolGroupInUseAddrs": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolGroupTable": {
                    "cIpLocalPoolGroupEntry": [
                      {
                        "cIpLocalPoolGroupName": "example-1",
                        "cIpLocalPoolGroupFreeAddrs": "configured-value",
                        "cIpLocalPoolGroupInUseAddrs": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolGroupTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolGroupTable/cIpLocalPoolGroupEntry": {
      "get": {
        "summary": "Get cIpLocalPoolGroupEntry",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolGroupTable-cIpLocalPoolGroupEntry",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cIpLocalPoolGroupName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cIpLocalPoolGroupFreeAddrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cIpLocalPoolGroupInUseAddrs": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolGroupEntry": [
                    {
                      "cIpLocalPoolGroupName": "example-1",
                      "cIpLocalPoolGroupFreeAddrs": "configured-value",
                      "cIpLocalPoolGroupInUseAddrs": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolGroupEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolGroupTable/cIpLocalPoolGroupEntry/cIpLocalPoolGroupName": {
      "get": {
        "summary": "Get cIpLocalPoolGroupName",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolGroupTable-cIpLocalPoolGroupEntry-cIpLocalPoolGroupName",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolGroupName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolGroupName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolGroupTable/cIpLocalPoolGroupEntry/cIpLocalPoolGroupFreeAddrs": {
      "get": {
        "summary": "Get cIpLocalPoolGroupFreeAddrs",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolGroupTable-cIpLocalPoolGroupEntry-cIpLocalPoolGroupFreeAddrs",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolGroupFreeAddrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolGroupFreeAddrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolGroupTable/cIpLocalPoolGroupEntry/cIpLocalPoolGroupInUseAddrs": {
      "get": {
        "summary": "Get cIpLocalPoolGroupInUseAddrs",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolGroupTable-cIpLocalPoolGroupEntry-cIpLocalPoolGroupInUseAddrs",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolGroupInUseAddrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolGroupInUseAddrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolStatsTable": {
      "get": {
        "summary": "Get cIpLocalPoolStatsTable",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolStatsTable",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolStatsEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "cIpLocalPoolName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "cIpLocalPoolStatFreeAddrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cIpLocalPoolStatInUseAddrs": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "cIpLocalPoolStatHiWaterUsedAddrs": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cIpLocalPoolStatInUseAddrThldLo": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cIpLocalPoolStatInUseAddrThldHi": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "cIpLocalPoolPercentAddrThldLo": {
                            "type": "string",
                            "example": "50"
                          },
                          "cIpLocalPoolPercentAddrThldHi": {
                            "type": "string",
                            "example": "50"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolStatsTable": {
                    "cIpLocalPoolStatsEntry": [
                      {
                        "cIpLocalPoolName": "example-1",
                        "cIpLocalPoolStatFreeAddrs": "configured-value",
                        "cIpLocalPoolStatInUseAddrs": "configured-value",
                        "cIpLocalPoolStatHiWaterUsedAddrs": 1,
                        "cIpLocalPoolStatInUseAddrThldLo": 1,
                        "cIpLocalPoolStatInUseAddrThldHi": 1,
                        "cIpLocalPoolPercentAddrThldLo": "50",
                        "cIpLocalPoolPercentAddrThldHi": "50"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolStatsTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolStatsTable/cIpLocalPoolStatsEntry": {
      "get": {
        "summary": "Get cIpLocalPoolStatsEntry",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolStatsTable-cIpLocalPoolStatsEntry",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "cIpLocalPoolName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "cIpLocalPoolStatFreeAddrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cIpLocalPoolStatInUseAddrs": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "cIpLocalPoolStatHiWaterUsedAddrs": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cIpLocalPoolStatInUseAddrThldLo": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cIpLocalPoolStatInUseAddrThldHi": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "cIpLocalPoolPercentAddrThldLo": {
                        "type": "string",
                        "example": "50"
                      },
                      "cIpLocalPoolPercentAddrThldHi": {
                        "type": "string",
                        "example": "50"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolStatsEntry": [
                    {
                      "cIpLocalPoolName": "example-1",
                      "cIpLocalPoolStatFreeAddrs": "configured-value",
                      "cIpLocalPoolStatInUseAddrs": "configured-value",
                      "cIpLocalPoolStatHiWaterUsedAddrs": 1,
                      "cIpLocalPoolStatInUseAddrThldLo": 1,
                      "cIpLocalPoolStatInUseAddrThldHi": 1,
                      "cIpLocalPoolPercentAddrThldLo": "50",
                      "cIpLocalPoolPercentAddrThldHi": "50"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolStatsEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolStatsTable/cIpLocalPoolStatsEntry/cIpLocalPoolName": {
      "get": {
        "summary": "Get cIpLocalPoolName",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolStatsTable-cIpLocalPoolStatsEntry-cIpLocalPoolName",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolStatsTable/cIpLocalPoolStatsEntry/cIpLocalPoolStatFreeAddrs": {
      "get": {
        "summary": "Get cIpLocalPoolStatFreeAddrs",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolStatsTable-cIpLocalPoolStatsEntry-cIpLocalPoolStatFreeAddrs",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolStatFreeAddrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolStatFreeAddrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolStatsTable/cIpLocalPoolStatsEntry/cIpLocalPoolStatInUseAddrs": {
      "get": {
        "summary": "Get cIpLocalPoolStatInUseAddrs",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolStatsTable-cIpLocalPoolStatsEntry-cIpLocalPoolStatInUseAddrs",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolStatInUseAddrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolStatInUseAddrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolStatsTable/cIpLocalPoolStatsEntry/cIpLocalPoolStatHiWaterUsedAddrs": {
      "get": {
        "summary": "Get cIpLocalPoolStatHiWaterUsedAddrs",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolStatsTable-cIpLocalPoolStatsEntry-cIpLocalPoolStatHiWaterUsedAddrs",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolStatHiWaterUsedAddrs": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolStatHiWaterUsedAddrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolStatsTable/cIpLocalPoolStatsEntry/cIpLocalPoolStatInUseAddrThldLo": {
      "get": {
        "summary": "Get cIpLocalPoolStatInUseAddrThldLo",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolStatsTable-cIpLocalPoolStatsEntry-cIpLocalPoolStatInUseAddrThldLo",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolStatInUseAddrThldLo": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolStatInUseAddrThldLo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolStatsTable/cIpLocalPoolStatsEntry/cIpLocalPoolStatInUseAddrThldHi": {
      "get": {
        "summary": "Get cIpLocalPoolStatInUseAddrThldHi",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolStatsTable-cIpLocalPoolStatsEntry-cIpLocalPoolStatInUseAddrThldHi",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolStatInUseAddrThldHi": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolStatInUseAddrThldHi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolStatsTable/cIpLocalPoolStatsEntry/cIpLocalPoolPercentAddrThldLo": {
      "get": {
        "summary": "Get cIpLocalPoolPercentAddrThldLo",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolStatsTable-cIpLocalPoolStatsEntry-cIpLocalPoolPercentAddrThldLo",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "50"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolPercentAddrThldLo": "50"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolPercentAddrThldLo from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolStatsTable/cIpLocalPoolStatsEntry/cIpLocalPoolPercentAddrThldHi": {
      "get": {
        "summary": "Get cIpLocalPoolPercentAddrThldHi",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolStatsTable-cIpLocalPoolStatsEntry-cIpLocalPoolPercentAddrThldHi",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "50"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolPercentAddrThldHi": "50"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolPercentAddrThldHi from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable": {
      "get": {
        "summary": "Get cIpLocalPoolAllocTable",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolAllocEntry": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cIpLocalPoolAllocAddrType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cIpLocalPoolAllocAddr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cIpLocalPoolAllocIfIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cIpLocalPoolAllocUser": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cIpLocalPoolStatFreeAddrs": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "cIpLocalPoolName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cIpLocalPoolStatInUseAddrs": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolAllocTable": {
                    "cIpLocalPoolAllocEntry": {
                      "cIpLocalPoolName": "example-1",
                      "cIpLocalPoolAllocAddrType": "configured-value",
                      "cIpLocalPoolAllocAddr": "configured-value",
                      "cIpLocalPoolAllocIfIndex": "configured-value",
                      "cIpLocalPoolAllocUser": "configured-value"
                    },
                    "object-1": {
                      "cIpLocalPoolName": "example-1",
                      "cIpLocalPoolStatFreeAddrs": "configured-value"
                    },
                    "object-2": {
                      "cIpLocalPoolName": "example-1",
                      "cIpLocalPoolStatInUseAddrs": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolAllocTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/cIpLocalPoolAllocEntry": {
      "get": {
        "summary": "Get cIpLocalPoolAllocEntry",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-cIpLocalPoolAllocEntry",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cIpLocalPoolAllocAddrType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cIpLocalPoolAllocAddr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cIpLocalPoolAllocIfIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cIpLocalPoolAllocUser": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:cIpLocalPoolAllocEntry": {
                    "cIpLocalPoolName": "example-1",
                    "cIpLocalPoolAllocAddrType": "configured-value",
                    "cIpLocalPoolAllocAddr": "configured-value",
                    "cIpLocalPoolAllocIfIndex": "configured-value",
                    "cIpLocalPoolAllocUser": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolAllocEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/cIpLocalPoolAllocEntry/cIpLocalPoolName": {
      "get": {
        "summary": "Get cIpLocalPoolName",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-cIpLocalPoolAllocEntry-cIpLocalPoolName",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/cIpLocalPoolAllocEntry/cIpLocalPoolAllocAddrType": {
      "get": {
        "summary": "Get cIpLocalPoolAllocAddrType",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-cIpLocalPoolAllocEntry-cIpLocalPoolAllocAddrType",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolAllocAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolAllocAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/cIpLocalPoolAllocEntry/cIpLocalPoolAllocAddr": {
      "get": {
        "summary": "Get cIpLocalPoolAllocAddr",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-cIpLocalPoolAllocEntry-cIpLocalPoolAllocAddr",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolAllocAddr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolAllocAddr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/cIpLocalPoolAllocEntry/cIpLocalPoolAllocIfIndex": {
      "get": {
        "summary": "Get cIpLocalPoolAllocIfIndex",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-cIpLocalPoolAllocEntry-cIpLocalPoolAllocIfIndex",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolAllocIfIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolAllocIfIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/cIpLocalPoolAllocEntry/cIpLocalPoolAllocUser": {
      "get": {
        "summary": "Get cIpLocalPoolAllocUser",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-cIpLocalPoolAllocEntry-cIpLocalPoolAllocUser",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolAllocUser": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolAllocUser from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-object-1",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cIpLocalPoolStatFreeAddrs": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:object-1": {
                    "cIpLocalPoolName": "example-1",
                    "cIpLocalPoolStatFreeAddrs": "configured-value"
                  }
                }
              }
            }
          },
          "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-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/object-1/cIpLocalPoolName": {
      "get": {
        "summary": "Get cIpLocalPoolName",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-object-1-cIpLocalPoolName",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/object-1/cIpLocalPoolStatFreeAddrs": {
      "get": {
        "summary": "Get cIpLocalPoolStatFreeAddrs",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-object-1-cIpLocalPoolStatFreeAddrs",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolStatFreeAddrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolStatFreeAddrs from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-object-2",
        "tags": [
          "CISCO-IP-LOCAL-POOL-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cIpLocalPoolName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cIpLocalPoolStatInUseAddrs": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IP-LOCAL-POOL-MIB:object-2": {
                    "cIpLocalPoolName": "example-1",
                    "cIpLocalPoolStatInUseAddrs": "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-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/object-2/cIpLocalPoolName": {
      "get": {
        "summary": "Get cIpLocalPoolName",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-object-2-cIpLocalPoolName",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB/cIpLocalPoolAllocTable/object-2/cIpLocalPoolStatInUseAddrs": {
      "get": {
        "summary": "Get cIpLocalPoolStatInUseAddrs",
        "operationId": "get-CISCO-IP-LOCAL-POOL-MIB:CISCO-IP-LOCAL-POOL-MIB-cIpLocalPoolAllocTable-object-2-cIpLocalPoolStatInUseAddrs",
        "tags": [
          "CISCO-IP-LOCAL-POOL-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-IP-LOCAL-POOL-MIB:cIpLocalPoolStatInUseAddrs": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cIpLocalPoolStatInUseAddrs 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": []
    }
  ]
}
