{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IMAGE-LICENSE-MGMT-MIB",
    "description": "MIB data from `CISCO-IMAGE-LICENSE-MGMT-MIB` module.\n\n**Root containers:** 1 (CISCO-IMAGE-LICENSE-MGMT-MIB)\n**Paths:** 32 | **Descendants:** 31\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-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB": {
      "get": {
        "summary": "Get CISCO-IMAGE-LICENSE-MGMT-MIB",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoImageLicenseMgmtMIBObjects": {
                      "type": "object",
                      "properties": {
                        "cilmEULAAccepted": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "cilmNotifCntl": {
                      "type": "object",
                      "properties": {
                        "cilmImageLevelChangedNotif": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "cilmBootImageLevelTable": {
                      "type": "object",
                      "properties": {
                        "cilmBootImageLevelEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cilmModuleName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cilmCurrentImageLevel": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cilmConfiguredBootImageLevel": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cilmNextBootImageLevel": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cilmCurrentLicenseStoreIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cilmCurrentLicenseIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cilmNextBootLicenseStoreIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cilmNextBootLicenseIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "cilmImageLevelToLicenseMapTable": {
                      "type": "object",
                      "properties": {
                        "cilmImageLevelToLicenseMapEntry": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cilmModuleName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cilmImageLicenseMapIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "cilmImageLicenseImageLevel": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cilmImageLicenseName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cilmImageLicensePriority": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cilmModuleName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cilmCurrentImageLevel": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "entPhysicalIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "cilmModuleName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "cilmConfiguredBootImageLevel": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB": {
                    "ciscoImageLicenseMgmtMIBObjects": {
                      "cilmEULAAccepted": true
                    },
                    "cilmNotifCntl": {
                      "cilmImageLevelChangedNotif": true
                    },
                    "cilmBootImageLevelTable": {
                      "cilmBootImageLevelEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cilmModuleName": "example-1",
                        "cilmCurrentImageLevel": "configured-value",
                        "cilmConfiguredBootImageLevel": "configured-value",
                        "cilmNextBootImageLevel": "configured-value",
                        "cilmCurrentLicenseStoreIndex": 1,
                        "cilmCurrentLicenseIndex": 1,
                        "cilmNextBootLicenseStoreIndex": 1,
                        "cilmNextBootLicenseIndex": 1
                      }
                    },
                    "cilmImageLevelToLicenseMapTable": {
                      "cilmImageLevelToLicenseMapEntry": {
                        "entPhysicalIndex": "configured-value",
                        "cilmModuleName": "example-1",
                        "cilmImageLicenseMapIndex": 1,
                        "cilmImageLicenseImageLevel": "configured-value",
                        "cilmImageLicenseName": "example-1",
                        "cilmImageLicensePriority": 1
                      },
                      "object-1": {
                        "entPhysicalIndex": "configured-value",
                        "cilmModuleName": "example-1",
                        "cilmCurrentImageLevel": "configured-value"
                      },
                      "object-2": {
                        "entPhysicalIndex": "configured-value",
                        "cilmModuleName": "example-1",
                        "cilmConfiguredBootImageLevel": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IMAGE-LICENSE-MGMT-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/ciscoImageLicenseMgmtMIBObjects": {
      "get": {
        "summary": "Get ciscoImageLicenseMgmtMIBObjects",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-ciscoImageLicenseMgmtMIBObjects",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cilmEULAAccepted": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-LICENSE-MGMT-MIB:ciscoImageLicenseMgmtMIBObjects": {
                    "cilmEULAAccepted": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoImageLicenseMgmtMIBObjects from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/ciscoImageLicenseMgmtMIBObjects/cilmEULAAccepted": {
      "get": {
        "summary": "Get cilmEULAAccepted",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-ciscoImageLicenseMgmtMIBObjects-cilmEULAAccepted",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmEULAAccepted": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmEULAAccepted from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmNotifCntl": {
      "get": {
        "summary": "Get cilmNotifCntl",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmNotifCntl",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cilmImageLevelChangedNotif": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-LICENSE-MGMT-MIB:cilmNotifCntl": {
                    "cilmImageLevelChangedNotif": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmNotifCntl from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmNotifCntl/cilmImageLevelChangedNotif": {
      "get": {
        "summary": "Get cilmImageLevelChangedNotif",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmNotifCntl-cilmImageLevelChangedNotif",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmImageLevelChangedNotif": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmImageLevelChangedNotif from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable": {
      "get": {
        "summary": "Get cilmBootImageLevelTable",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cilmBootImageLevelEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cilmModuleName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cilmCurrentImageLevel": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cilmConfiguredBootImageLevel": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cilmNextBootImageLevel": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cilmCurrentLicenseStoreIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cilmCurrentLicenseIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cilmNextBootLicenseStoreIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cilmNextBootLicenseIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-LICENSE-MGMT-MIB:cilmBootImageLevelTable": {
                    "cilmBootImageLevelEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cilmModuleName": "example-1",
                      "cilmCurrentImageLevel": "configured-value",
                      "cilmConfiguredBootImageLevel": "configured-value",
                      "cilmNextBootImageLevel": "configured-value",
                      "cilmCurrentLicenseStoreIndex": 1,
                      "cilmCurrentLicenseIndex": 1,
                      "cilmNextBootLicenseStoreIndex": 1,
                      "cilmNextBootLicenseIndex": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmBootImageLevelTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable/cilmBootImageLevelEntry": {
      "get": {
        "summary": "Get cilmBootImageLevelEntry",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable-cilmBootImageLevelEntry",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cilmModuleName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cilmCurrentImageLevel": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cilmConfiguredBootImageLevel": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cilmNextBootImageLevel": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cilmCurrentLicenseStoreIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cilmCurrentLicenseIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cilmNextBootLicenseStoreIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cilmNextBootLicenseIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-LICENSE-MGMT-MIB:cilmBootImageLevelEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cilmModuleName": "example-1",
                    "cilmCurrentImageLevel": "configured-value",
                    "cilmConfiguredBootImageLevel": "configured-value",
                    "cilmNextBootImageLevel": "configured-value",
                    "cilmCurrentLicenseStoreIndex": 1,
                    "cilmCurrentLicenseIndex": 1,
                    "cilmNextBootLicenseStoreIndex": 1,
                    "cilmNextBootLicenseIndex": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmBootImageLevelEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable/cilmBootImageLevelEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable-cilmBootImageLevelEntry-entPhysicalIndex",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable/cilmBootImageLevelEntry/cilmModuleName": {
      "get": {
        "summary": "Get cilmModuleName",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable-cilmBootImageLevelEntry-cilmModuleName",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmModuleName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmModuleName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable/cilmBootImageLevelEntry/cilmCurrentImageLevel": {
      "get": {
        "summary": "Get cilmCurrentImageLevel",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable-cilmBootImageLevelEntry-cilmCurrentImageLevel",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmCurrentImageLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmCurrentImageLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable/cilmBootImageLevelEntry/cilmConfiguredBootImageLevel": {
      "get": {
        "summary": "Get cilmConfiguredBootImageLevel",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable-cilmBootImageLevelEntry-cilmConfiguredBootImageLevel",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmConfiguredBootImageLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmConfiguredBootImageLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable/cilmBootImageLevelEntry/cilmNextBootImageLevel": {
      "get": {
        "summary": "Get cilmNextBootImageLevel",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable-cilmBootImageLevelEntry-cilmNextBootImageLevel",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmNextBootImageLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmNextBootImageLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable/cilmBootImageLevelEntry/cilmCurrentLicenseStoreIndex": {
      "get": {
        "summary": "Get cilmCurrentLicenseStoreIndex",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable-cilmBootImageLevelEntry-cilmCurrentLicenseStoreIndex",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmCurrentLicenseStoreIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmCurrentLicenseStoreIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable/cilmBootImageLevelEntry/cilmCurrentLicenseIndex": {
      "get": {
        "summary": "Get cilmCurrentLicenseIndex",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable-cilmBootImageLevelEntry-cilmCurrentLicenseIndex",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmCurrentLicenseIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmCurrentLicenseIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable/cilmBootImageLevelEntry/cilmNextBootLicenseStoreIndex": {
      "get": {
        "summary": "Get cilmNextBootLicenseStoreIndex",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable-cilmBootImageLevelEntry-cilmNextBootLicenseStoreIndex",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmNextBootLicenseStoreIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmNextBootLicenseStoreIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmBootImageLevelTable/cilmBootImageLevelEntry/cilmNextBootLicenseIndex": {
      "get": {
        "summary": "Get cilmNextBootLicenseIndex",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmBootImageLevelTable-cilmBootImageLevelEntry-cilmNextBootLicenseIndex",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmNextBootLicenseIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmNextBootLicenseIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable": {
      "get": {
        "summary": "Get cilmImageLevelToLicenseMapTable",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "cilmImageLevelToLicenseMapEntry": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cilmModuleName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cilmImageLicenseMapIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "cilmImageLicenseImageLevel": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cilmImageLicenseName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cilmImageLicensePriority": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cilmModuleName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cilmCurrentImageLevel": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "entPhysicalIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "cilmModuleName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "cilmConfiguredBootImageLevel": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-LICENSE-MGMT-MIB:cilmImageLevelToLicenseMapTable": {
                    "cilmImageLevelToLicenseMapEntry": {
                      "entPhysicalIndex": "configured-value",
                      "cilmModuleName": "example-1",
                      "cilmImageLicenseMapIndex": 1,
                      "cilmImageLicenseImageLevel": "configured-value",
                      "cilmImageLicenseName": "example-1",
                      "cilmImageLicensePriority": 1
                    },
                    "object-1": {
                      "entPhysicalIndex": "configured-value",
                      "cilmModuleName": "example-1",
                      "cilmCurrentImageLevel": "configured-value"
                    },
                    "object-2": {
                      "entPhysicalIndex": "configured-value",
                      "cilmModuleName": "example-1",
                      "cilmConfiguredBootImageLevel": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmImageLevelToLicenseMapTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/cilmImageLevelToLicenseMapEntry": {
      "get": {
        "summary": "Get cilmImageLevelToLicenseMapEntry",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-cilmImageLevelToLicenseMapEntry",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cilmModuleName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cilmImageLicenseMapIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "cilmImageLicenseImageLevel": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cilmImageLicenseName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cilmImageLicensePriority": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-LICENSE-MGMT-MIB:cilmImageLevelToLicenseMapEntry": {
                    "entPhysicalIndex": "configured-value",
                    "cilmModuleName": "example-1",
                    "cilmImageLicenseMapIndex": 1,
                    "cilmImageLicenseImageLevel": "configured-value",
                    "cilmImageLicenseName": "example-1",
                    "cilmImageLicensePriority": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmImageLevelToLicenseMapEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/cilmImageLevelToLicenseMapEntry/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-cilmImageLevelToLicenseMapEntry-entPhysicalIndex",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/cilmImageLevelToLicenseMapEntry/cilmModuleName": {
      "get": {
        "summary": "Get cilmModuleName",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-cilmImageLevelToLicenseMapEntry-cilmModuleName",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmModuleName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmModuleName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/cilmImageLevelToLicenseMapEntry/cilmImageLicenseMapIndex": {
      "get": {
        "summary": "Get cilmImageLicenseMapIndex",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-cilmImageLevelToLicenseMapEntry-cilmImageLicenseMapIndex",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmImageLicenseMapIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmImageLicenseMapIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/cilmImageLevelToLicenseMapEntry/cilmImageLicenseImageLevel": {
      "get": {
        "summary": "Get cilmImageLicenseImageLevel",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-cilmImageLevelToLicenseMapEntry-cilmImageLicenseImageLevel",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmImageLicenseImageLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmImageLicenseImageLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/cilmImageLevelToLicenseMapEntry/cilmImageLicenseName": {
      "get": {
        "summary": "Get cilmImageLicenseName",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-cilmImageLevelToLicenseMapEntry-cilmImageLicenseName",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmImageLicenseName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmImageLicenseName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/cilmImageLevelToLicenseMapEntry/cilmImageLicensePriority": {
      "get": {
        "summary": "Get cilmImageLicensePriority",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-cilmImageLevelToLicenseMapEntry-cilmImageLicensePriority",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmImageLicensePriority": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmImageLicensePriority from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-object-1",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cilmModuleName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cilmCurrentImageLevel": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-LICENSE-MGMT-MIB:object-1": {
                    "entPhysicalIndex": "configured-value",
                    "cilmModuleName": "example-1",
                    "cilmCurrentImageLevel": "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-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/object-1/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-object-1-entPhysicalIndex",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/object-1/cilmModuleName": {
      "get": {
        "summary": "Get cilmModuleName",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-object-1-cilmModuleName",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmModuleName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmModuleName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/object-1/cilmCurrentImageLevel": {
      "get": {
        "summary": "Get cilmCurrentImageLevel",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-object-1-cilmCurrentImageLevel",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmCurrentImageLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmCurrentImageLevel from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-object-2",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "entPhysicalIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "cilmModuleName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "cilmConfiguredBootImageLevel": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-LICENSE-MGMT-MIB:object-2": {
                    "entPhysicalIndex": "configured-value",
                    "cilmModuleName": "example-1",
                    "cilmConfiguredBootImageLevel": "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-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/object-2/entPhysicalIndex": {
      "get": {
        "summary": "Get entPhysicalIndex",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-object-2-entPhysicalIndex",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:entPhysicalIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve entPhysicalIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/object-2/cilmModuleName": {
      "get": {
        "summary": "Get cilmModuleName",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-object-2-cilmModuleName",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmModuleName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmModuleName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB/cilmImageLevelToLicenseMapTable/object-2/cilmConfiguredBootImageLevel": {
      "get": {
        "summary": "Get cilmConfiguredBootImageLevel",
        "operationId": "get-CISCO-IMAGE-LICENSE-MGMT-MIB:CISCO-IMAGE-LICENSE-MGMT-MIB-cilmImageLevelToLicenseMapTable-object-2-cilmConfiguredBootImageLevel",
        "tags": [
          "CISCO-IMAGE-LICENSE-MGMT-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-IMAGE-LICENSE-MGMT-MIB:cilmConfiguredBootImageLevel": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve cilmConfiguredBootImageLevel 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": []
    }
  ]
}
