{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-IMAGE-MIB",
    "description": "MIB data from `CISCO-IMAGE-MIB` module.\n\n**Root containers:** 1 (CISCO-IMAGE-MIB)\n**Paths:** 5 | **Descendants:** 4\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-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-MIB:CISCO-IMAGE-MIB": {
      "get": {
        "summary": "Get CISCO-IMAGE-MIB",
        "operationId": "get-CISCO-IMAGE-MIB:CISCO-IMAGE-MIB",
        "tags": [
          "CISCO-IMAGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoImageTable": {
                      "type": "object",
                      "properties": {
                        "ciscoImageEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciscoImageIndex": {
                                "type": "integer",
                                "example": 1
                              },
                              "ciscoImageString": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-MIB:CISCO-IMAGE-MIB": {
                    "ciscoImageTable": {
                      "ciscoImageEntry": [
                        {
                          "ciscoImageIndex": 1,
                          "ciscoImageString": "configured-value"
                        }
                      ]
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-IMAGE-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-MIB:CISCO-IMAGE-MIB/ciscoImageTable": {
      "get": {
        "summary": "Get ciscoImageTable",
        "operationId": "get-CISCO-IMAGE-MIB:CISCO-IMAGE-MIB-ciscoImageTable",
        "tags": [
          "CISCO-IMAGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoImageEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciscoImageIndex": {
                            "type": "integer",
                            "example": 1
                          },
                          "ciscoImageString": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-MIB:ciscoImageTable": {
                    "ciscoImageEntry": [
                      {
                        "ciscoImageIndex": 1,
                        "ciscoImageString": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoImageTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-MIB:CISCO-IMAGE-MIB/ciscoImageTable/ciscoImageEntry": {
      "get": {
        "summary": "Get ciscoImageEntry",
        "operationId": "get-CISCO-IMAGE-MIB:CISCO-IMAGE-MIB-ciscoImageTable-ciscoImageEntry",
        "tags": [
          "CISCO-IMAGE-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": {
                      "ciscoImageIndex": {
                        "type": "integer",
                        "example": 1
                      },
                      "ciscoImageString": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-IMAGE-MIB:ciscoImageEntry": [
                    {
                      "ciscoImageIndex": 1,
                      "ciscoImageString": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoImageEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-MIB:CISCO-IMAGE-MIB/ciscoImageTable/ciscoImageEntry/ciscoImageIndex": {
      "get": {
        "summary": "Get ciscoImageIndex",
        "operationId": "get-CISCO-IMAGE-MIB:CISCO-IMAGE-MIB-ciscoImageTable-ciscoImageEntry-ciscoImageIndex",
        "tags": [
          "CISCO-IMAGE-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 1
                },
                "example": {
                  "CISCO-IMAGE-MIB:ciscoImageIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoImageIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-IMAGE-MIB:CISCO-IMAGE-MIB/ciscoImageTable/ciscoImageEntry/ciscoImageString": {
      "get": {
        "summary": "Get ciscoImageString",
        "operationId": "get-CISCO-IMAGE-MIB:CISCO-IMAGE-MIB-ciscoImageTable-ciscoImageEntry-ciscoImageString",
        "tags": [
          "CISCO-IMAGE-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-MIB:ciscoImageString": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoImageString 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": []
    }
  ]
}
