{
  "openapi": "3.0.0",
  "info": {
    "title": "Cisco IOS-XE MIB - CISCO-FLASH-MIB",
    "description": "MIB data from `CISCO-FLASH-MIB` module.\n\n**Root containers:** 1 (CISCO-FLASH-MIB)\n**Paths:** 131 | **Descendants:** 163\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-FLASH-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-FLASH-MIB:CISCO-FLASH-MIB": {
      "get": {
        "summary": "Get CISCO-FLASH-MIB",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashDevice": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashDevicesSupported": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciscoFlashCfg": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashCfgDevInsNotifEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "ciscoFlashCfgDevRemNotifEnable": {
                          "type": "boolean",
                          "example": true
                        },
                        "ciscoFlashPartitionLowSpaceNotifEnable": {
                          "type": "boolean",
                          "example": true
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciscoFlashDeviceTable": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashDeviceEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciscoFlashDeviceIndex": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ciscoFlashDeviceSize": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ciscoFlashDeviceMinPartitionSize": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ciscoFlashDeviceMaxPartitions": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ciscoFlashDevicePartitions": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 1
                              },
                              "ciscoFlashDeviceChipCount": {
                                "type": "integer",
                                "example": 10
                              },
                              "ciscoFlashDeviceDescr": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashDeviceController": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashDeviceProgrammingJumper": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashDeviceInitTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "ciscoFlashDeviceRemovable": {
                                "type": "boolean",
                                "example": true
                              },
                              "ciscoFlashPhyEntIndex": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashDeviceNameExtended": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "ciscoFlashDeviceSizeExtended": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashDeviceMinPartitionSizeExtended": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciscoFlashChipTable": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashChipEntry": {
                          "type": "object",
                          "properties": {
                            "ciscoFlashDeviceIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashChipIndex": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciscoFlashChipCode": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashChipDescr": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashChipWriteRetries": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashChipEraseRetries": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashChipMaxWriteRetries": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ciscoFlashChipMaxEraseRetries": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionTable": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashPartitionEntry": {
                          "type": "object",
                          "properties": {
                            "ciscoFlashDeviceIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ciscoFlashPartitionStartChip": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciscoFlashPartitionEndChip": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciscoFlashPartitionSize": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ciscoFlashPartitionFreeSpace": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionFileCount": {
                              "type": "string",
                              "example": "10"
                            },
                            "ciscoFlashPartitionChecksumAlgorithm": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ciscoFlashPartitionUpgradeMethod": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "ciscoFlashPartitionNeedErasure": {
                              "type": "boolean",
                              "example": true
                            },
                            "ciscoFlashPartitionFileNameLength": {
                              "type": "integer",
                              "example": 1
                            },
                            "ciscoFlashPartitionSizeExtended": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionFreeSpaceExtended": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionLowSpaceNotifThreshold": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciscoFlashFileTable": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashFileEntry": {
                          "type": "object",
                          "properties": {
                            "ciscoFlashDeviceIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashFileIndex": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ciscoFlashFileSize": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ciscoFlashFileChecksum": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashFileStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ciscoFlashFileName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "ciscoFlashFileType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashFileDate": {
                              "type": "string",
                              "example": "2025-03-15"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciscoFlashFileByTypeTable": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashFileByTypeEntry": {
                          "type": "object",
                          "properties": {
                            "ciscoFlashFileType": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashDeviceIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashFileIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashFileByTypeSize": {
                              "type": "integer",
                              "minimum": 0,
                              "maximum": 4294967295,
                              "example": 1
                            },
                            "ciscoFlashFileByTypeChecksum": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashFileByTypeStatus": {
                              "type": "string",
                              "example": "active"
                            },
                            "ciscoFlashFileByTypeName": {
                              "type": "string",
                              "example": "example-1"
                            },
                            "ciscoFlashFileByTypeDate": {
                              "type": "string",
                              "example": "2025-03-15"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciscoFlashCopyTable": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashCopyEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciscoFlashCopySerialNumber": {
                                "type": "integer",
                                "example": 10
                              },
                              "ciscoFlashCopyCommand": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashCopyProtocol": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashCopySourceName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "ciscoFlashCopyDestinationName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "ciscoFlashCopyRemoteUserName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "ciscoFlashCopyStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "ciscoFlashCopyNotifyOnCompletion": {
                                "type": "boolean",
                                "example": true
                              },
                              "ciscoFlashCopyTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "ciscoFlashCopyEntryStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "ciscoFlashCopyVerify": {
                                "type": "boolean",
                                "example": true
                              },
                              "ciscoFlashCopyServerAddrType": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashCopyServerAddrRev1": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashCopyRemotePassword": {
                                "type": "string",
                                "example": "configured-value"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitioningTable": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashPartitioningEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciscoFlashPartitioningSerialNumber": {
                                "type": "integer",
                                "example": 10
                              },
                              "ciscoFlashPartitioningCommand": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashPartitioningDestinationName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "ciscoFlashPartitioningPartitionCount": {
                                "type": "integer",
                                "minimum": 0,
                                "maximum": 4294967295,
                                "example": 10
                              },
                              "ciscoFlashPartitioningPartitionSizes": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashPartitioningStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "ciscoFlashPartitioningNotifyOnCompletion": {
                                "type": "boolean",
                                "example": true
                              },
                              "ciscoFlashPartitioningTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "ciscoFlashPartitioningEntryStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "ciscoFlashMiscOpTable": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashMiscOpEntry": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "ciscoFlashMiscOpSerialNumber": {
                                "type": "integer",
                                "example": 10
                              },
                              "ciscoFlashMiscOpCommand": {
                                "type": "string",
                                "example": "configured-value"
                              },
                              "ciscoFlashMiscOpDestinationName": {
                                "type": "string",
                                "example": "example-1"
                              },
                              "ciscoFlashMiscOpStatus": {
                                "type": "string",
                                "example": "active"
                              },
                              "ciscoFlashMiscOpNotifyOnCompletion": {
                                "type": "boolean",
                                "example": true
                              },
                              "ciscoFlashMiscOpTime": {
                                "type": "string",
                                "example": "10:30:45"
                              },
                              "ciscoFlashMiscOpEntryStatus": {
                                "type": "string",
                                "example": "active"
                              }
                            },
                            "example": "configured-value"
                          },
                          "example": "configured-value"
                        },
                        "object-1": {
                          "type": "object",
                          "properties": {
                            "ciscoFlashDeviceIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionName": {
                              "type": "string",
                              "example": "example-1"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-2": {
                          "type": "object",
                          "properties": {
                            "ciscoFlashDeviceIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionFreeSpaceExtended": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        },
                        "object-3": {
                          "type": "object",
                          "properties": {
                            "ciscoFlashDeviceIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionIndex": {
                              "type": "string",
                              "example": "configured-value"
                            },
                            "ciscoFlashPartitionLowSpaceNotifThreshold": {
                              "type": "string",
                              "example": "configured-value"
                            }
                          },
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:CISCO-FLASH-MIB": {
                    "ciscoFlashDevice": {
                      "ciscoFlashDevicesSupported": 1
                    },
                    "ciscoFlashCfg": {
                      "ciscoFlashCfgDevInsNotifEnable": true,
                      "ciscoFlashCfgDevRemNotifEnable": true,
                      "ciscoFlashPartitionLowSpaceNotifEnable": true
                    },
                    "ciscoFlashDeviceTable": {
                      "ciscoFlashDeviceEntry": [
                        {
                          "ciscoFlashDeviceIndex": 1,
                          "ciscoFlashDeviceSize": 1,
                          "ciscoFlashDeviceMinPartitionSize": 1,
                          "ciscoFlashDeviceMaxPartitions": 1,
                          "ciscoFlashDevicePartitions": 1,
                          "ciscoFlashDeviceChipCount": 10,
                          "ciscoFlashDeviceDescr": "configured-value",
                          "ciscoFlashDeviceController": "configured-value",
                          "ciscoFlashDeviceProgrammingJumper": "default",
                          "ciscoFlashDeviceInitTime": "10:30:45",
                          "ciscoFlashDeviceRemovable": true,
                          "ciscoFlashPhyEntIndex": "configured-value",
                          "ciscoFlashDeviceNameExtended": "example-1",
                          "ciscoFlashDeviceSizeExtended": "configured-value",
                          "ciscoFlashDeviceMinPartitionSizeExtended": "configured-value"
                        }
                      ]
                    },
                    "ciscoFlashChipTable": {
                      "ciscoFlashChipEntry": {
                        "ciscoFlashDeviceIndex": "configured-value",
                        "ciscoFlashChipIndex": 1,
                        "ciscoFlashChipCode": "configured-value",
                        "ciscoFlashChipDescr": "configured-value",
                        "ciscoFlashChipWriteRetries": "configured-value",
                        "ciscoFlashChipEraseRetries": "configured-value",
                        "ciscoFlashChipMaxWriteRetries": 1,
                        "ciscoFlashChipMaxEraseRetries": 1
                      }
                    },
                    "ciscoFlashPartitionTable": {
                      "ciscoFlashPartitionEntry": {
                        "ciscoFlashDeviceIndex": "configured-value",
                        "ciscoFlashPartitionIndex": 1,
                        "ciscoFlashPartitionStartChip": 1,
                        "ciscoFlashPartitionEndChip": 1,
                        "ciscoFlashPartitionSize": 1,
                        "ciscoFlashPartitionFreeSpace": "configured-value",
                        "ciscoFlashPartitionFileCount": "10",
                        "ciscoFlashPartitionChecksumAlgorithm": "default",
                        "ciscoFlashPartitionStatus": "default",
                        "ciscoFlashPartitionUpgradeMethod": "default",
                        "ciscoFlashPartitionName": "example-1",
                        "ciscoFlashPartitionNeedErasure": true,
                        "ciscoFlashPartitionFileNameLength": 1,
                        "ciscoFlashPartitionSizeExtended": "configured-value",
                        "ciscoFlashPartitionFreeSpaceExtended": "configured-value",
                        "ciscoFlashPartitionLowSpaceNotifThreshold": "configured-value"
                      }
                    },
                    "ciscoFlashFileTable": {
                      "ciscoFlashFileEntry": {
                        "ciscoFlashDeviceIndex": "configured-value",
                        "ciscoFlashPartitionIndex": "configured-value",
                        "ciscoFlashFileIndex": 1,
                        "ciscoFlashFileSize": 1,
                        "ciscoFlashFileChecksum": "configured-value",
                        "ciscoFlashFileStatus": "default",
                        "ciscoFlashFileName": "example-1",
                        "ciscoFlashFileType": "configured-value",
                        "ciscoFlashFileDate": "2025-03-15"
                      }
                    },
                    "ciscoFlashFileByTypeTable": {
                      "ciscoFlashFileByTypeEntry": {
                        "ciscoFlashFileType": "configured-value",
                        "ciscoFlashDeviceIndex": "configured-value",
                        "ciscoFlashPartitionIndex": "configured-value",
                        "ciscoFlashFileIndex": "configured-value",
                        "ciscoFlashFileByTypeSize": 1,
                        "ciscoFlashFileByTypeChecksum": "configured-value",
                        "ciscoFlashFileByTypeStatus": "default",
                        "ciscoFlashFileByTypeName": "example-1",
                        "ciscoFlashFileByTypeDate": "2025-03-15"
                      }
                    },
                    "ciscoFlashCopyTable": {
                      "ciscoFlashCopyEntry": [
                        {
                          "ciscoFlashCopySerialNumber": 10,
                          "ciscoFlashCopyCommand": "default",
                          "ciscoFlashCopyProtocol": "default",
                          "ciscoFlashCopySourceName": "example-1",
                          "ciscoFlashCopyDestinationName": "example-1",
                          "ciscoFlashCopyRemoteUserName": "example-1",
                          "ciscoFlashCopyStatus": "default",
                          "ciscoFlashCopyNotifyOnCompletion": true,
                          "ciscoFlashCopyTime": "10:30:45",
                          "ciscoFlashCopyEntryStatus": "active",
                          "ciscoFlashCopyVerify": true,
                          "ciscoFlashCopyServerAddrType": "configured-value",
                          "ciscoFlashCopyServerAddrRev1": "configured-value",
                          "ciscoFlashCopyRemotePassword": "configured-value"
                        }
                      ]
                    },
                    "ciscoFlashPartitioningTable": {
                      "ciscoFlashPartitioningEntry": [
                        {
                          "ciscoFlashPartitioningSerialNumber": 10,
                          "ciscoFlashPartitioningCommand": "default",
                          "ciscoFlashPartitioningDestinationName": "example-1",
                          "ciscoFlashPartitioningPartitionCount": 10,
                          "ciscoFlashPartitioningPartitionSizes": "configured-value",
                          "ciscoFlashPartitioningStatus": "default",
                          "ciscoFlashPartitioningNotifyOnCompletion": true,
                          "ciscoFlashPartitioningTime": "10:30:45",
                          "ciscoFlashPartitioningEntryStatus": "active"
                        }
                      ]
                    },
                    "ciscoFlashMiscOpTable": {
                      "ciscoFlashMiscOpEntry": [
                        {
                          "ciscoFlashMiscOpSerialNumber": 10,
                          "ciscoFlashMiscOpCommand": "default",
                          "ciscoFlashMiscOpDestinationName": "example-1",
                          "ciscoFlashMiscOpStatus": "default",
                          "ciscoFlashMiscOpNotifyOnCompletion": true,
                          "ciscoFlashMiscOpTime": "10:30:45",
                          "ciscoFlashMiscOpEntryStatus": "active"
                        }
                      ],
                      "object-1": {
                        "ciscoFlashDeviceIndex": "configured-value",
                        "ciscoFlashPartitionIndex": "configured-value",
                        "ciscoFlashPartitionName": "example-1"
                      },
                      "object-2": {
                        "ciscoFlashDeviceIndex": "configured-value",
                        "ciscoFlashPartitionIndex": "configured-value",
                        "ciscoFlashPartitionFreeSpaceExtended": "configured-value"
                      },
                      "object-3": {
                        "ciscoFlashDeviceIndex": "configured-value",
                        "ciscoFlashPartitionIndex": "configured-value",
                        "ciscoFlashPartitionLowSpaceNotifThreshold": "configured-value"
                      }
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve CISCO-FLASH-MIB from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDevice": {
      "get": {
        "summary": "Get ciscoFlashDevice",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDevice",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashDevicesSupported": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashDevice": {
                    "ciscoFlashDevicesSupported": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDevice from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDevice/ciscoFlashDevicesSupported": {
      "get": {
        "summary": "Get ciscoFlashDevicesSupported",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDevice-ciscoFlashDevicesSupported",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDevicesSupported": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDevicesSupported from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCfg": {
      "get": {
        "summary": "Get ciscoFlashCfg",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCfg",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashCfgDevInsNotifEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "ciscoFlashCfgDevRemNotifEnable": {
                      "type": "boolean",
                      "example": true
                    },
                    "ciscoFlashPartitionLowSpaceNotifEnable": {
                      "type": "boolean",
                      "example": true
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashCfg": {
                    "ciscoFlashCfgDevInsNotifEnable": true,
                    "ciscoFlashCfgDevRemNotifEnable": true,
                    "ciscoFlashPartitionLowSpaceNotifEnable": true
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCfg from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCfg/ciscoFlashCfgDevInsNotifEnable": {
      "get": {
        "summary": "Get ciscoFlashCfgDevInsNotifEnable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCfg-ciscoFlashCfgDevInsNotifEnable",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCfgDevInsNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCfgDevInsNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCfg/ciscoFlashCfgDevRemNotifEnable": {
      "get": {
        "summary": "Get ciscoFlashCfgDevRemNotifEnable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCfg-ciscoFlashCfgDevRemNotifEnable",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCfgDevRemNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCfgDevRemNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCfg/ciscoFlashPartitionLowSpaceNotifEnable": {
      "get": {
        "summary": "Get ciscoFlashPartitionLowSpaceNotifEnable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCfg-ciscoFlashPartitionLowSpaceNotifEnable",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionLowSpaceNotifEnable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionLowSpaceNotifEnable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable": {
      "get": {
        "summary": "Get ciscoFlashDeviceTable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashDeviceEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciscoFlashDeviceIndex": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ciscoFlashDeviceSize": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ciscoFlashDeviceMinPartitionSize": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ciscoFlashDeviceMaxPartitions": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ciscoFlashDevicePartitions": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 1
                          },
                          "ciscoFlashDeviceChipCount": {
                            "type": "integer",
                            "example": 10
                          },
                          "ciscoFlashDeviceDescr": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashDeviceController": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashDeviceProgrammingJumper": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashDeviceInitTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "ciscoFlashDeviceRemovable": {
                            "type": "boolean",
                            "example": true
                          },
                          "ciscoFlashPhyEntIndex": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashDeviceNameExtended": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "ciscoFlashDeviceSizeExtended": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashDeviceMinPartitionSizeExtended": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashDeviceTable": {
                    "ciscoFlashDeviceEntry": [
                      {
                        "ciscoFlashDeviceIndex": 1,
                        "ciscoFlashDeviceSize": 1,
                        "ciscoFlashDeviceMinPartitionSize": 1,
                        "ciscoFlashDeviceMaxPartitions": 1,
                        "ciscoFlashDevicePartitions": 1,
                        "ciscoFlashDeviceChipCount": 10,
                        "ciscoFlashDeviceDescr": "configured-value",
                        "ciscoFlashDeviceController": "configured-value",
                        "ciscoFlashDeviceProgrammingJumper": "default",
                        "ciscoFlashDeviceInitTime": "10:30:45",
                        "ciscoFlashDeviceRemovable": true,
                        "ciscoFlashPhyEntIndex": "configured-value",
                        "ciscoFlashDeviceNameExtended": "example-1",
                        "ciscoFlashDeviceSizeExtended": "configured-value",
                        "ciscoFlashDeviceMinPartitionSizeExtended": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry": {
      "get": {
        "summary": "Get ciscoFlashDeviceEntry",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry",
        "tags": [
          "CISCO-FLASH-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": {
                      "ciscoFlashDeviceIndex": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ciscoFlashDeviceSize": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ciscoFlashDeviceMinPartitionSize": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ciscoFlashDeviceMaxPartitions": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ciscoFlashDevicePartitions": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 1
                      },
                      "ciscoFlashDeviceChipCount": {
                        "type": "integer",
                        "example": 10
                      },
                      "ciscoFlashDeviceDescr": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashDeviceController": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashDeviceProgrammingJumper": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashDeviceInitTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "ciscoFlashDeviceRemovable": {
                        "type": "boolean",
                        "example": true
                      },
                      "ciscoFlashPhyEntIndex": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashDeviceNameExtended": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "ciscoFlashDeviceSizeExtended": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashDeviceMinPartitionSizeExtended": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashDeviceEntry": [
                    {
                      "ciscoFlashDeviceIndex": 1,
                      "ciscoFlashDeviceSize": 1,
                      "ciscoFlashDeviceMinPartitionSize": 1,
                      "ciscoFlashDeviceMaxPartitions": 1,
                      "ciscoFlashDevicePartitions": 1,
                      "ciscoFlashDeviceChipCount": 10,
                      "ciscoFlashDeviceDescr": "configured-value",
                      "ciscoFlashDeviceController": "configured-value",
                      "ciscoFlashDeviceProgrammingJumper": "default",
                      "ciscoFlashDeviceInitTime": "10:30:45",
                      "ciscoFlashDeviceRemovable": true,
                      "ciscoFlashPhyEntIndex": "configured-value",
                      "ciscoFlashDeviceNameExtended": "example-1",
                      "ciscoFlashDeviceSizeExtended": "configured-value",
                      "ciscoFlashDeviceMinPartitionSizeExtended": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceIndex": {
      "get": {
        "summary": "Get ciscoFlashDeviceIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceSize": {
      "get": {
        "summary": "Get ciscoFlashDeviceSize",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceSize",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceMinPartitionSize": {
      "get": {
        "summary": "Get ciscoFlashDeviceMinPartitionSize",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceMinPartitionSize",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceMinPartitionSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceMinPartitionSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceMaxPartitions": {
      "get": {
        "summary": "Get ciscoFlashDeviceMaxPartitions",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceMaxPartitions",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceMaxPartitions": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceMaxPartitions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDevicePartitions": {
      "get": {
        "summary": "Get ciscoFlashDevicePartitions",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDevicePartitions",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDevicePartitions": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDevicePartitions from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceChipCount": {
      "get": {
        "summary": "Get ciscoFlashDeviceChipCount",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceChipCount",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashDeviceChipCount": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceChipCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceDescr": {
      "get": {
        "summary": "Get ciscoFlashDeviceDescr",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceDescr",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceDescr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceController": {
      "get": {
        "summary": "Get ciscoFlashDeviceController",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceController",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceController": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceController from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceProgrammingJumper": {
      "get": {
        "summary": "Get ciscoFlashDeviceProgrammingJumper",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceProgrammingJumper",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceProgrammingJumper": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceProgrammingJumper from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceInitTime": {
      "get": {
        "summary": "Get ciscoFlashDeviceInitTime",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceInitTime",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashDeviceInitTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceInitTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceRemovable": {
      "get": {
        "summary": "Get ciscoFlashDeviceRemovable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceRemovable",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceRemovable": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceRemovable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashPhyEntIndex": {
      "get": {
        "summary": "Get ciscoFlashPhyEntIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashPhyEntIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPhyEntIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPhyEntIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceNameExtended": {
      "get": {
        "summary": "Get ciscoFlashDeviceNameExtended",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceNameExtended",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceNameExtended": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceNameExtended from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceSizeExtended": {
      "get": {
        "summary": "Get ciscoFlashDeviceSizeExtended",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceSizeExtended",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceSizeExtended": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceSizeExtended from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashDeviceTable/ciscoFlashDeviceEntry/ciscoFlashDeviceMinPartitionSizeExtended": {
      "get": {
        "summary": "Get ciscoFlashDeviceMinPartitionSizeExtended",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashDeviceTable-ciscoFlashDeviceEntry-ciscoFlashDeviceMinPartitionSizeExtended",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceMinPartitionSizeExtended": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceMinPartitionSizeExtended from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashChipTable": {
      "get": {
        "summary": "Get ciscoFlashChipTable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashChipTable",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashChipEntry": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashDeviceIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashChipIndex": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciscoFlashChipCode": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashChipDescr": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashChipWriteRetries": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashChipEraseRetries": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashChipMaxWriteRetries": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ciscoFlashChipMaxEraseRetries": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashChipTable": {
                    "ciscoFlashChipEntry": {
                      "ciscoFlashDeviceIndex": "configured-value",
                      "ciscoFlashChipIndex": 1,
                      "ciscoFlashChipCode": "configured-value",
                      "ciscoFlashChipDescr": "configured-value",
                      "ciscoFlashChipWriteRetries": "configured-value",
                      "ciscoFlashChipEraseRetries": "configured-value",
                      "ciscoFlashChipMaxWriteRetries": 1,
                      "ciscoFlashChipMaxEraseRetries": 1
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashChipTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashChipTable/ciscoFlashChipEntry": {
      "get": {
        "summary": "Get ciscoFlashChipEntry",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashChipTable-ciscoFlashChipEntry",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashDeviceIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashChipIndex": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciscoFlashChipCode": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashChipDescr": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashChipWriteRetries": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashChipEraseRetries": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashChipMaxWriteRetries": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ciscoFlashChipMaxEraseRetries": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashChipEntry": {
                    "ciscoFlashDeviceIndex": "configured-value",
                    "ciscoFlashChipIndex": 1,
                    "ciscoFlashChipCode": "configured-value",
                    "ciscoFlashChipDescr": "configured-value",
                    "ciscoFlashChipWriteRetries": "configured-value",
                    "ciscoFlashChipEraseRetries": "configured-value",
                    "ciscoFlashChipMaxWriteRetries": 1,
                    "ciscoFlashChipMaxEraseRetries": 1
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashChipEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashChipTable/ciscoFlashChipEntry/ciscoFlashDeviceIndex": {
      "get": {
        "summary": "Get ciscoFlashDeviceIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashChipTable-ciscoFlashChipEntry-ciscoFlashDeviceIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashChipTable/ciscoFlashChipEntry/ciscoFlashChipIndex": {
      "get": {
        "summary": "Get ciscoFlashChipIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashChipTable-ciscoFlashChipEntry-ciscoFlashChipIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashChipIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashChipIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashChipTable/ciscoFlashChipEntry/ciscoFlashChipCode": {
      "get": {
        "summary": "Get ciscoFlashChipCode",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashChipTable-ciscoFlashChipEntry-ciscoFlashChipCode",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashChipCode": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashChipCode from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashChipTable/ciscoFlashChipEntry/ciscoFlashChipDescr": {
      "get": {
        "summary": "Get ciscoFlashChipDescr",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashChipTable-ciscoFlashChipEntry-ciscoFlashChipDescr",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashChipDescr": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashChipDescr from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashChipTable/ciscoFlashChipEntry/ciscoFlashChipWriteRetries": {
      "get": {
        "summary": "Get ciscoFlashChipWriteRetries",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashChipTable-ciscoFlashChipEntry-ciscoFlashChipWriteRetries",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashChipWriteRetries": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashChipWriteRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashChipTable/ciscoFlashChipEntry/ciscoFlashChipEraseRetries": {
      "get": {
        "summary": "Get ciscoFlashChipEraseRetries",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashChipTable-ciscoFlashChipEntry-ciscoFlashChipEraseRetries",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashChipEraseRetries": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashChipEraseRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashChipTable/ciscoFlashChipEntry/ciscoFlashChipMaxWriteRetries": {
      "get": {
        "summary": "Get ciscoFlashChipMaxWriteRetries",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashChipTable-ciscoFlashChipEntry-ciscoFlashChipMaxWriteRetries",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashChipMaxWriteRetries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashChipMaxWriteRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashChipTable/ciscoFlashChipEntry/ciscoFlashChipMaxEraseRetries": {
      "get": {
        "summary": "Get ciscoFlashChipMaxEraseRetries",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashChipTable-ciscoFlashChipEntry-ciscoFlashChipMaxEraseRetries",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashChipMaxEraseRetries": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashChipMaxEraseRetries from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable": {
      "get": {
        "summary": "Get ciscoFlashPartitionTable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashPartitionEntry": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashDeviceIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ciscoFlashPartitionStartChip": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciscoFlashPartitionEndChip": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciscoFlashPartitionSize": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ciscoFlashPartitionFreeSpace": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionFileCount": {
                          "type": "string",
                          "example": "10"
                        },
                        "ciscoFlashPartitionChecksumAlgorithm": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciscoFlashPartitionUpgradeMethod": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "ciscoFlashPartitionNeedErasure": {
                          "type": "boolean",
                          "example": true
                        },
                        "ciscoFlashPartitionFileNameLength": {
                          "type": "integer",
                          "example": 1
                        },
                        "ciscoFlashPartitionSizeExtended": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionFreeSpaceExtended": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionLowSpaceNotifThreshold": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashPartitionTable": {
                    "ciscoFlashPartitionEntry": {
                      "ciscoFlashDeviceIndex": "configured-value",
                      "ciscoFlashPartitionIndex": 1,
                      "ciscoFlashPartitionStartChip": 1,
                      "ciscoFlashPartitionEndChip": 1,
                      "ciscoFlashPartitionSize": 1,
                      "ciscoFlashPartitionFreeSpace": "configured-value",
                      "ciscoFlashPartitionFileCount": "10",
                      "ciscoFlashPartitionChecksumAlgorithm": "default",
                      "ciscoFlashPartitionStatus": "default",
                      "ciscoFlashPartitionUpgradeMethod": "default",
                      "ciscoFlashPartitionName": "example-1",
                      "ciscoFlashPartitionNeedErasure": true,
                      "ciscoFlashPartitionFileNameLength": 1,
                      "ciscoFlashPartitionSizeExtended": "configured-value",
                      "ciscoFlashPartitionFreeSpaceExtended": "configured-value",
                      "ciscoFlashPartitionLowSpaceNotifThreshold": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry": {
      "get": {
        "summary": "Get ciscoFlashPartitionEntry",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashDeviceIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ciscoFlashPartitionStartChip": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciscoFlashPartitionEndChip": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciscoFlashPartitionSize": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ciscoFlashPartitionFreeSpace": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionFileCount": {
                      "type": "string",
                      "example": "10"
                    },
                    "ciscoFlashPartitionChecksumAlgorithm": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciscoFlashPartitionUpgradeMethod": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "ciscoFlashPartitionNeedErasure": {
                      "type": "boolean",
                      "example": true
                    },
                    "ciscoFlashPartitionFileNameLength": {
                      "type": "integer",
                      "example": 1
                    },
                    "ciscoFlashPartitionSizeExtended": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionFreeSpaceExtended": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionLowSpaceNotifThreshold": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashPartitionEntry": {
                    "ciscoFlashDeviceIndex": "configured-value",
                    "ciscoFlashPartitionIndex": 1,
                    "ciscoFlashPartitionStartChip": 1,
                    "ciscoFlashPartitionEndChip": 1,
                    "ciscoFlashPartitionSize": 1,
                    "ciscoFlashPartitionFreeSpace": "configured-value",
                    "ciscoFlashPartitionFileCount": "10",
                    "ciscoFlashPartitionChecksumAlgorithm": "default",
                    "ciscoFlashPartitionStatus": "default",
                    "ciscoFlashPartitionUpgradeMethod": "default",
                    "ciscoFlashPartitionName": "example-1",
                    "ciscoFlashPartitionNeedErasure": true,
                    "ciscoFlashPartitionFileNameLength": 1,
                    "ciscoFlashPartitionSizeExtended": "configured-value",
                    "ciscoFlashPartitionFreeSpaceExtended": "configured-value",
                    "ciscoFlashPartitionLowSpaceNotifThreshold": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashDeviceIndex": {
      "get": {
        "summary": "Get ciscoFlashDeviceIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashDeviceIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionIndex": {
      "get": {
        "summary": "Get ciscoFlashPartitionIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionStartChip": {
      "get": {
        "summary": "Get ciscoFlashPartitionStartChip",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionStartChip",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionStartChip": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionStartChip from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionEndChip": {
      "get": {
        "summary": "Get ciscoFlashPartitionEndChip",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionEndChip",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionEndChip": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionEndChip from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionSize": {
      "get": {
        "summary": "Get ciscoFlashPartitionSize",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionSize",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionFreeSpace": {
      "get": {
        "summary": "Get ciscoFlashPartitionFreeSpace",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionFreeSpace",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionFreeSpace": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionFreeSpace from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionFileCount": {
      "get": {
        "summary": "Get ciscoFlashPartitionFileCount",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionFileCount",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashPartitionFileCount": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionFileCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionChecksumAlgorithm": {
      "get": {
        "summary": "Get ciscoFlashPartitionChecksumAlgorithm",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionChecksumAlgorithm",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionChecksumAlgorithm": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionChecksumAlgorithm from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionStatus": {
      "get": {
        "summary": "Get ciscoFlashPartitionStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionUpgradeMethod": {
      "get": {
        "summary": "Get ciscoFlashPartitionUpgradeMethod",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionUpgradeMethod",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionUpgradeMethod": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionUpgradeMethod from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionName": {
      "get": {
        "summary": "Get ciscoFlashPartitionName",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionName",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionNeedErasure": {
      "get": {
        "summary": "Get ciscoFlashPartitionNeedErasure",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionNeedErasure",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionNeedErasure": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionNeedErasure from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionFileNameLength": {
      "get": {
        "summary": "Get ciscoFlashPartitionFileNameLength",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionFileNameLength",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionFileNameLength": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionFileNameLength from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionSizeExtended": {
      "get": {
        "summary": "Get ciscoFlashPartitionSizeExtended",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionSizeExtended",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionSizeExtended": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionSizeExtended from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionFreeSpaceExtended": {
      "get": {
        "summary": "Get ciscoFlashPartitionFreeSpaceExtended",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionFreeSpaceExtended",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionFreeSpaceExtended": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionFreeSpaceExtended from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitionTable/ciscoFlashPartitionEntry/ciscoFlashPartitionLowSpaceNotifThreshold": {
      "get": {
        "summary": "Get ciscoFlashPartitionLowSpaceNotifThreshold",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitionTable-ciscoFlashPartitionEntry-ciscoFlashPartitionLowSpaceNotifThreshold",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionLowSpaceNotifThreshold": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionLowSpaceNotifThreshold from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable": {
      "get": {
        "summary": "Get ciscoFlashFileTable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashFileEntry": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashDeviceIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashFileIndex": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ciscoFlashFileSize": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ciscoFlashFileChecksum": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashFileStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciscoFlashFileName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "ciscoFlashFileType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashFileDate": {
                          "type": "string",
                          "example": "2025-03-15"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashFileTable": {
                    "ciscoFlashFileEntry": {
                      "ciscoFlashDeviceIndex": "configured-value",
                      "ciscoFlashPartitionIndex": "configured-value",
                      "ciscoFlashFileIndex": 1,
                      "ciscoFlashFileSize": 1,
                      "ciscoFlashFileChecksum": "configured-value",
                      "ciscoFlashFileStatus": "default",
                      "ciscoFlashFileName": "example-1",
                      "ciscoFlashFileType": "configured-value",
                      "ciscoFlashFileDate": "2025-03-15"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable/ciscoFlashFileEntry": {
      "get": {
        "summary": "Get ciscoFlashFileEntry",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable-ciscoFlashFileEntry",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashDeviceIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashFileIndex": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ciscoFlashFileSize": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ciscoFlashFileChecksum": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashFileStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciscoFlashFileName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "ciscoFlashFileType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashFileDate": {
                      "type": "string",
                      "example": "2025-03-15"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashFileEntry": {
                    "ciscoFlashDeviceIndex": "configured-value",
                    "ciscoFlashPartitionIndex": "configured-value",
                    "ciscoFlashFileIndex": 1,
                    "ciscoFlashFileSize": 1,
                    "ciscoFlashFileChecksum": "configured-value",
                    "ciscoFlashFileStatus": "default",
                    "ciscoFlashFileName": "example-1",
                    "ciscoFlashFileType": "configured-value",
                    "ciscoFlashFileDate": "2025-03-15"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable/ciscoFlashFileEntry/ciscoFlashDeviceIndex": {
      "get": {
        "summary": "Get ciscoFlashDeviceIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable-ciscoFlashFileEntry-ciscoFlashDeviceIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable/ciscoFlashFileEntry/ciscoFlashPartitionIndex": {
      "get": {
        "summary": "Get ciscoFlashPartitionIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable-ciscoFlashFileEntry-ciscoFlashPartitionIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable/ciscoFlashFileEntry/ciscoFlashFileIndex": {
      "get": {
        "summary": "Get ciscoFlashFileIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable-ciscoFlashFileEntry-ciscoFlashFileIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileIndex": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable/ciscoFlashFileEntry/ciscoFlashFileSize": {
      "get": {
        "summary": "Get ciscoFlashFileSize",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable-ciscoFlashFileEntry-ciscoFlashFileSize",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable/ciscoFlashFileEntry/ciscoFlashFileChecksum": {
      "get": {
        "summary": "Get ciscoFlashFileChecksum",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable-ciscoFlashFileEntry-ciscoFlashFileChecksum",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileChecksum": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable/ciscoFlashFileEntry/ciscoFlashFileStatus": {
      "get": {
        "summary": "Get ciscoFlashFileStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable-ciscoFlashFileEntry-ciscoFlashFileStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable/ciscoFlashFileEntry/ciscoFlashFileName": {
      "get": {
        "summary": "Get ciscoFlashFileName",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable-ciscoFlashFileEntry-ciscoFlashFileName",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable/ciscoFlashFileEntry/ciscoFlashFileType": {
      "get": {
        "summary": "Get ciscoFlashFileType",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable-ciscoFlashFileEntry-ciscoFlashFileType",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileTable/ciscoFlashFileEntry/ciscoFlashFileDate": {
      "get": {
        "summary": "Get ciscoFlashFileDate",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileTable-ciscoFlashFileEntry-ciscoFlashFileDate",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashFileDate": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileDate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable": {
      "get": {
        "summary": "Get ciscoFlashFileByTypeTable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashFileByTypeEntry": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashFileType": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashDeviceIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashFileIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashFileByTypeSize": {
                          "type": "integer",
                          "minimum": 0,
                          "maximum": 4294967295,
                          "example": 1
                        },
                        "ciscoFlashFileByTypeChecksum": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashFileByTypeStatus": {
                          "type": "string",
                          "example": "active"
                        },
                        "ciscoFlashFileByTypeName": {
                          "type": "string",
                          "example": "example-1"
                        },
                        "ciscoFlashFileByTypeDate": {
                          "type": "string",
                          "example": "2025-03-15"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashFileByTypeTable": {
                    "ciscoFlashFileByTypeEntry": {
                      "ciscoFlashFileType": "configured-value",
                      "ciscoFlashDeviceIndex": "configured-value",
                      "ciscoFlashPartitionIndex": "configured-value",
                      "ciscoFlashFileIndex": "configured-value",
                      "ciscoFlashFileByTypeSize": 1,
                      "ciscoFlashFileByTypeChecksum": "configured-value",
                      "ciscoFlashFileByTypeStatus": "default",
                      "ciscoFlashFileByTypeName": "example-1",
                      "ciscoFlashFileByTypeDate": "2025-03-15"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileByTypeTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable/ciscoFlashFileByTypeEntry": {
      "get": {
        "summary": "Get ciscoFlashFileByTypeEntry",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable-ciscoFlashFileByTypeEntry",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashFileType": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashDeviceIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashFileIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashFileByTypeSize": {
                      "type": "integer",
                      "minimum": 0,
                      "maximum": 4294967295,
                      "example": 1
                    },
                    "ciscoFlashFileByTypeChecksum": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashFileByTypeStatus": {
                      "type": "string",
                      "example": "active"
                    },
                    "ciscoFlashFileByTypeName": {
                      "type": "string",
                      "example": "example-1"
                    },
                    "ciscoFlashFileByTypeDate": {
                      "type": "string",
                      "example": "2025-03-15"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashFileByTypeEntry": {
                    "ciscoFlashFileType": "configured-value",
                    "ciscoFlashDeviceIndex": "configured-value",
                    "ciscoFlashPartitionIndex": "configured-value",
                    "ciscoFlashFileIndex": "configured-value",
                    "ciscoFlashFileByTypeSize": 1,
                    "ciscoFlashFileByTypeChecksum": "configured-value",
                    "ciscoFlashFileByTypeStatus": "default",
                    "ciscoFlashFileByTypeName": "example-1",
                    "ciscoFlashFileByTypeDate": "2025-03-15"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileByTypeEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable/ciscoFlashFileByTypeEntry/ciscoFlashFileType": {
      "get": {
        "summary": "Get ciscoFlashFileType",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable-ciscoFlashFileByTypeEntry-ciscoFlashFileType",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable/ciscoFlashFileByTypeEntry/ciscoFlashDeviceIndex": {
      "get": {
        "summary": "Get ciscoFlashDeviceIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable-ciscoFlashFileByTypeEntry-ciscoFlashDeviceIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable/ciscoFlashFileByTypeEntry/ciscoFlashPartitionIndex": {
      "get": {
        "summary": "Get ciscoFlashPartitionIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable-ciscoFlashFileByTypeEntry-ciscoFlashPartitionIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable/ciscoFlashFileByTypeEntry/ciscoFlashFileIndex": {
      "get": {
        "summary": "Get ciscoFlashFileIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable-ciscoFlashFileByTypeEntry-ciscoFlashFileIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable/ciscoFlashFileByTypeEntry/ciscoFlashFileByTypeSize": {
      "get": {
        "summary": "Get ciscoFlashFileByTypeSize",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable-ciscoFlashFileByTypeEntry-ciscoFlashFileByTypeSize",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileByTypeSize": 1
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileByTypeSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable/ciscoFlashFileByTypeEntry/ciscoFlashFileByTypeChecksum": {
      "get": {
        "summary": "Get ciscoFlashFileByTypeChecksum",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable-ciscoFlashFileByTypeEntry-ciscoFlashFileByTypeChecksum",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileByTypeChecksum": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileByTypeChecksum from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable/ciscoFlashFileByTypeEntry/ciscoFlashFileByTypeStatus": {
      "get": {
        "summary": "Get ciscoFlashFileByTypeStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable-ciscoFlashFileByTypeEntry-ciscoFlashFileByTypeStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileByTypeStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileByTypeStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable/ciscoFlashFileByTypeEntry/ciscoFlashFileByTypeName": {
      "get": {
        "summary": "Get ciscoFlashFileByTypeName",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable-ciscoFlashFileByTypeEntry-ciscoFlashFileByTypeName",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashFileByTypeName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileByTypeName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashFileByTypeTable/ciscoFlashFileByTypeEntry/ciscoFlashFileByTypeDate": {
      "get": {
        "summary": "Get ciscoFlashFileByTypeDate",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashFileByTypeTable-ciscoFlashFileByTypeEntry-ciscoFlashFileByTypeDate",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "2025-03-15"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashFileByTypeDate": "2025-03-15"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashFileByTypeDate from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable": {
      "get": {
        "summary": "Get ciscoFlashCopyTable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashCopyEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciscoFlashCopySerialNumber": {
                            "type": "integer",
                            "example": 10
                          },
                          "ciscoFlashCopyCommand": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashCopyProtocol": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashCopySourceName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "ciscoFlashCopyDestinationName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "ciscoFlashCopyRemoteUserName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "ciscoFlashCopyStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "ciscoFlashCopyNotifyOnCompletion": {
                            "type": "boolean",
                            "example": true
                          },
                          "ciscoFlashCopyTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "ciscoFlashCopyEntryStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "ciscoFlashCopyVerify": {
                            "type": "boolean",
                            "example": true
                          },
                          "ciscoFlashCopyServerAddrType": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashCopyServerAddrRev1": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashCopyRemotePassword": {
                            "type": "string",
                            "example": "configured-value"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashCopyTable": {
                    "ciscoFlashCopyEntry": [
                      {
                        "ciscoFlashCopySerialNumber": 10,
                        "ciscoFlashCopyCommand": "default",
                        "ciscoFlashCopyProtocol": "default",
                        "ciscoFlashCopySourceName": "example-1",
                        "ciscoFlashCopyDestinationName": "example-1",
                        "ciscoFlashCopyRemoteUserName": "example-1",
                        "ciscoFlashCopyStatus": "default",
                        "ciscoFlashCopyNotifyOnCompletion": true,
                        "ciscoFlashCopyTime": "10:30:45",
                        "ciscoFlashCopyEntryStatus": "active",
                        "ciscoFlashCopyVerify": true,
                        "ciscoFlashCopyServerAddrType": "configured-value",
                        "ciscoFlashCopyServerAddrRev1": "configured-value",
                        "ciscoFlashCopyRemotePassword": "configured-value"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry": {
      "get": {
        "summary": "Get ciscoFlashCopyEntry",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry",
        "tags": [
          "CISCO-FLASH-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": {
                      "ciscoFlashCopySerialNumber": {
                        "type": "integer",
                        "example": 10
                      },
                      "ciscoFlashCopyCommand": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashCopyProtocol": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashCopySourceName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "ciscoFlashCopyDestinationName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "ciscoFlashCopyRemoteUserName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "ciscoFlashCopyStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "ciscoFlashCopyNotifyOnCompletion": {
                        "type": "boolean",
                        "example": true
                      },
                      "ciscoFlashCopyTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "ciscoFlashCopyEntryStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "ciscoFlashCopyVerify": {
                        "type": "boolean",
                        "example": true
                      },
                      "ciscoFlashCopyServerAddrType": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashCopyServerAddrRev1": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashCopyRemotePassword": {
                        "type": "string",
                        "example": "configured-value"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashCopyEntry": [
                    {
                      "ciscoFlashCopySerialNumber": 10,
                      "ciscoFlashCopyCommand": "default",
                      "ciscoFlashCopyProtocol": "default",
                      "ciscoFlashCopySourceName": "example-1",
                      "ciscoFlashCopyDestinationName": "example-1",
                      "ciscoFlashCopyRemoteUserName": "example-1",
                      "ciscoFlashCopyStatus": "default",
                      "ciscoFlashCopyNotifyOnCompletion": true,
                      "ciscoFlashCopyTime": "10:30:45",
                      "ciscoFlashCopyEntryStatus": "active",
                      "ciscoFlashCopyVerify": true,
                      "ciscoFlashCopyServerAddrType": "configured-value",
                      "ciscoFlashCopyServerAddrRev1": "configured-value",
                      "ciscoFlashCopyRemotePassword": "configured-value"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopySerialNumber": {
      "get": {
        "summary": "Get ciscoFlashCopySerialNumber",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopySerialNumber",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashCopySerialNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopySerialNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyCommand": {
      "get": {
        "summary": "Get ciscoFlashCopyCommand",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyCommand",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyCommand": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyCommand from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyProtocol": {
      "get": {
        "summary": "Get ciscoFlashCopyProtocol",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyProtocol",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyProtocol": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyProtocol from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopySourceName": {
      "get": {
        "summary": "Get ciscoFlashCopySourceName",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopySourceName",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopySourceName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopySourceName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyDestinationName": {
      "get": {
        "summary": "Get ciscoFlashCopyDestinationName",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyDestinationName",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyDestinationName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyDestinationName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyRemoteUserName": {
      "get": {
        "summary": "Get ciscoFlashCopyRemoteUserName",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyRemoteUserName",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyRemoteUserName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyRemoteUserName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyStatus": {
      "get": {
        "summary": "Get ciscoFlashCopyStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyNotifyOnCompletion": {
      "get": {
        "summary": "Get ciscoFlashCopyNotifyOnCompletion",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyNotifyOnCompletion",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyNotifyOnCompletion": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyNotifyOnCompletion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyTime": {
      "get": {
        "summary": "Get ciscoFlashCopyTime",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyTime",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashCopyTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyEntryStatus": {
      "get": {
        "summary": "Get ciscoFlashCopyEntryStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyEntryStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyEntryStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyEntryStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyVerify": {
      "get": {
        "summary": "Get ciscoFlashCopyVerify",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyVerify",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyVerify": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyVerify from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyServerAddrType": {
      "get": {
        "summary": "Get ciscoFlashCopyServerAddrType",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyServerAddrType",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyServerAddrType": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyServerAddrType from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyServerAddrRev1": {
      "get": {
        "summary": "Get ciscoFlashCopyServerAddrRev1",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyServerAddrRev1",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyServerAddrRev1": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyServerAddrRev1 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashCopyTable/ciscoFlashCopyEntry/ciscoFlashCopyRemotePassword": {
      "get": {
        "summary": "Get ciscoFlashCopyRemotePassword",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashCopyTable-ciscoFlashCopyEntry-ciscoFlashCopyRemotePassword",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyRemotePassword": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyRemotePassword from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable": {
      "get": {
        "summary": "Get ciscoFlashPartitioningTable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashPartitioningEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciscoFlashPartitioningSerialNumber": {
                            "type": "integer",
                            "example": 10
                          },
                          "ciscoFlashPartitioningCommand": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashPartitioningDestinationName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "ciscoFlashPartitioningPartitionCount": {
                            "type": "integer",
                            "minimum": 0,
                            "maximum": 4294967295,
                            "example": 10
                          },
                          "ciscoFlashPartitioningPartitionSizes": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashPartitioningStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "ciscoFlashPartitioningNotifyOnCompletion": {
                            "type": "boolean",
                            "example": true
                          },
                          "ciscoFlashPartitioningTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "ciscoFlashPartitioningEntryStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashPartitioningTable": {
                    "ciscoFlashPartitioningEntry": [
                      {
                        "ciscoFlashPartitioningSerialNumber": 10,
                        "ciscoFlashPartitioningCommand": "default",
                        "ciscoFlashPartitioningDestinationName": "example-1",
                        "ciscoFlashPartitioningPartitionCount": 10,
                        "ciscoFlashPartitioningPartitionSizes": "configured-value",
                        "ciscoFlashPartitioningStatus": "default",
                        "ciscoFlashPartitioningNotifyOnCompletion": true,
                        "ciscoFlashPartitioningTime": "10:30:45",
                        "ciscoFlashPartitioningEntryStatus": "active"
                      }
                    ]
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable/ciscoFlashPartitioningEntry": {
      "get": {
        "summary": "Get ciscoFlashPartitioningEntry",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable-ciscoFlashPartitioningEntry",
        "tags": [
          "CISCO-FLASH-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": {
                      "ciscoFlashPartitioningSerialNumber": {
                        "type": "integer",
                        "example": 10
                      },
                      "ciscoFlashPartitioningCommand": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashPartitioningDestinationName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "ciscoFlashPartitioningPartitionCount": {
                        "type": "integer",
                        "minimum": 0,
                        "maximum": 4294967295,
                        "example": 10
                      },
                      "ciscoFlashPartitioningPartitionSizes": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashPartitioningStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "ciscoFlashPartitioningNotifyOnCompletion": {
                        "type": "boolean",
                        "example": true
                      },
                      "ciscoFlashPartitioningTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "ciscoFlashPartitioningEntryStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashPartitioningEntry": [
                    {
                      "ciscoFlashPartitioningSerialNumber": 10,
                      "ciscoFlashPartitioningCommand": "default",
                      "ciscoFlashPartitioningDestinationName": "example-1",
                      "ciscoFlashPartitioningPartitionCount": 10,
                      "ciscoFlashPartitioningPartitionSizes": "configured-value",
                      "ciscoFlashPartitioningStatus": "default",
                      "ciscoFlashPartitioningNotifyOnCompletion": true,
                      "ciscoFlashPartitioningTime": "10:30:45",
                      "ciscoFlashPartitioningEntryStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable/ciscoFlashPartitioningEntry/ciscoFlashPartitioningSerialNumber": {
      "get": {
        "summary": "Get ciscoFlashPartitioningSerialNumber",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable-ciscoFlashPartitioningEntry-ciscoFlashPartitioningSerialNumber",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashPartitioningSerialNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningSerialNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable/ciscoFlashPartitioningEntry/ciscoFlashPartitioningCommand": {
      "get": {
        "summary": "Get ciscoFlashPartitioningCommand",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable-ciscoFlashPartitioningEntry-ciscoFlashPartitioningCommand",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitioningCommand": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningCommand from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable/ciscoFlashPartitioningEntry/ciscoFlashPartitioningDestinationName": {
      "get": {
        "summary": "Get ciscoFlashPartitioningDestinationName",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable-ciscoFlashPartitioningEntry-ciscoFlashPartitioningDestinationName",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitioningDestinationName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningDestinationName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable/ciscoFlashPartitioningEntry/ciscoFlashPartitioningPartitionCount": {
      "get": {
        "summary": "Get ciscoFlashPartitioningPartitionCount",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable-ciscoFlashPartitioningEntry-ciscoFlashPartitioningPartitionCount",
        "tags": [
          "CISCO-FLASH-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": 10
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashPartitioningPartitionCount": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningPartitionCount from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable/ciscoFlashPartitioningEntry/ciscoFlashPartitioningPartitionSizes": {
      "get": {
        "summary": "Get ciscoFlashPartitioningPartitionSizes",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable-ciscoFlashPartitioningEntry-ciscoFlashPartitioningPartitionSizes",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitioningPartitionSizes": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningPartitionSizes from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable/ciscoFlashPartitioningEntry/ciscoFlashPartitioningStatus": {
      "get": {
        "summary": "Get ciscoFlashPartitioningStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable-ciscoFlashPartitioningEntry-ciscoFlashPartitioningStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitioningStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable/ciscoFlashPartitioningEntry/ciscoFlashPartitioningNotifyOnCompletion": {
      "get": {
        "summary": "Get ciscoFlashPartitioningNotifyOnCompletion",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable-ciscoFlashPartitioningEntry-ciscoFlashPartitioningNotifyOnCompletion",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitioningNotifyOnCompletion": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningNotifyOnCompletion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable/ciscoFlashPartitioningEntry/ciscoFlashPartitioningTime": {
      "get": {
        "summary": "Get ciscoFlashPartitioningTime",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable-ciscoFlashPartitioningEntry-ciscoFlashPartitioningTime",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashPartitioningTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashPartitioningTable/ciscoFlashPartitioningEntry/ciscoFlashPartitioningEntryStatus": {
      "get": {
        "summary": "Get ciscoFlashPartitioningEntryStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashPartitioningTable-ciscoFlashPartitioningEntry-ciscoFlashPartitioningEntryStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitioningEntryStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningEntryStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable": {
      "get": {
        "summary": "Get ciscoFlashMiscOpTable",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashMiscOpEntry": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "ciscoFlashMiscOpSerialNumber": {
                            "type": "integer",
                            "example": 10
                          },
                          "ciscoFlashMiscOpCommand": {
                            "type": "string",
                            "example": "configured-value"
                          },
                          "ciscoFlashMiscOpDestinationName": {
                            "type": "string",
                            "example": "example-1"
                          },
                          "ciscoFlashMiscOpStatus": {
                            "type": "string",
                            "example": "active"
                          },
                          "ciscoFlashMiscOpNotifyOnCompletion": {
                            "type": "boolean",
                            "example": true
                          },
                          "ciscoFlashMiscOpTime": {
                            "type": "string",
                            "example": "10:30:45"
                          },
                          "ciscoFlashMiscOpEntryStatus": {
                            "type": "string",
                            "example": "active"
                          }
                        },
                        "example": "configured-value"
                      },
                      "example": "configured-value"
                    },
                    "object-1": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashDeviceIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionName": {
                          "type": "string",
                          "example": "example-1"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-2": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashDeviceIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionFreeSpaceExtended": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    },
                    "object-3": {
                      "type": "object",
                      "properties": {
                        "ciscoFlashDeviceIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionIndex": {
                          "type": "string",
                          "example": "configured-value"
                        },
                        "ciscoFlashPartitionLowSpaceNotifThreshold": {
                          "type": "string",
                          "example": "configured-value"
                        }
                      },
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashMiscOpTable": {
                    "ciscoFlashMiscOpEntry": [
                      {
                        "ciscoFlashMiscOpSerialNumber": 10,
                        "ciscoFlashMiscOpCommand": "default",
                        "ciscoFlashMiscOpDestinationName": "example-1",
                        "ciscoFlashMiscOpStatus": "default",
                        "ciscoFlashMiscOpNotifyOnCompletion": true,
                        "ciscoFlashMiscOpTime": "10:30:45",
                        "ciscoFlashMiscOpEntryStatus": "active"
                      }
                    ],
                    "object-1": {
                      "ciscoFlashDeviceIndex": "configured-value",
                      "ciscoFlashPartitionIndex": "configured-value",
                      "ciscoFlashPartitionName": "example-1"
                    },
                    "object-2": {
                      "ciscoFlashDeviceIndex": "configured-value",
                      "ciscoFlashPartitionIndex": "configured-value",
                      "ciscoFlashPartitionFreeSpaceExtended": "configured-value"
                    },
                    "object-3": {
                      "ciscoFlashDeviceIndex": "configured-value",
                      "ciscoFlashPartitionIndex": "configured-value",
                      "ciscoFlashPartitionLowSpaceNotifThreshold": "configured-value"
                    }
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpTable from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/ciscoFlashMiscOpEntry": {
      "get": {
        "summary": "Get ciscoFlashMiscOpEntry",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-ciscoFlashMiscOpEntry",
        "tags": [
          "CISCO-FLASH-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": {
                      "ciscoFlashMiscOpSerialNumber": {
                        "type": "integer",
                        "example": 10
                      },
                      "ciscoFlashMiscOpCommand": {
                        "type": "string",
                        "example": "configured-value"
                      },
                      "ciscoFlashMiscOpDestinationName": {
                        "type": "string",
                        "example": "example-1"
                      },
                      "ciscoFlashMiscOpStatus": {
                        "type": "string",
                        "example": "active"
                      },
                      "ciscoFlashMiscOpNotifyOnCompletion": {
                        "type": "boolean",
                        "example": true
                      },
                      "ciscoFlashMiscOpTime": {
                        "type": "string",
                        "example": "10:30:45"
                      },
                      "ciscoFlashMiscOpEntryStatus": {
                        "type": "string",
                        "example": "active"
                      }
                    },
                    "example": "configured-value"
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashMiscOpEntry": [
                    {
                      "ciscoFlashMiscOpSerialNumber": 10,
                      "ciscoFlashMiscOpCommand": "default",
                      "ciscoFlashMiscOpDestinationName": "example-1",
                      "ciscoFlashMiscOpStatus": "default",
                      "ciscoFlashMiscOpNotifyOnCompletion": true,
                      "ciscoFlashMiscOpTime": "10:30:45",
                      "ciscoFlashMiscOpEntryStatus": "active"
                    }
                  ]
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpEntry from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/ciscoFlashMiscOpEntry/ciscoFlashMiscOpSerialNumber": {
      "get": {
        "summary": "Get ciscoFlashMiscOpSerialNumber",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-ciscoFlashMiscOpEntry-ciscoFlashMiscOpSerialNumber",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "integer",
                  "example": 10
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashMiscOpSerialNumber": 10
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpSerialNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/ciscoFlashMiscOpEntry/ciscoFlashMiscOpCommand": {
      "get": {
        "summary": "Get ciscoFlashMiscOpCommand",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-ciscoFlashMiscOpEntry-ciscoFlashMiscOpCommand",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashMiscOpCommand": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpCommand from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/ciscoFlashMiscOpEntry/ciscoFlashMiscOpDestinationName": {
      "get": {
        "summary": "Get ciscoFlashMiscOpDestinationName",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-ciscoFlashMiscOpEntry-ciscoFlashMiscOpDestinationName",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashMiscOpDestinationName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpDestinationName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/ciscoFlashMiscOpEntry/ciscoFlashMiscOpStatus": {
      "get": {
        "summary": "Get ciscoFlashMiscOpStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-ciscoFlashMiscOpEntry-ciscoFlashMiscOpStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashMiscOpStatus": "default"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/ciscoFlashMiscOpEntry/ciscoFlashMiscOpNotifyOnCompletion": {
      "get": {
        "summary": "Get ciscoFlashMiscOpNotifyOnCompletion",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-ciscoFlashMiscOpEntry-ciscoFlashMiscOpNotifyOnCompletion",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashMiscOpNotifyOnCompletion": true
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpNotifyOnCompletion from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/ciscoFlashMiscOpEntry/ciscoFlashMiscOpTime": {
      "get": {
        "summary": "Get ciscoFlashMiscOpTime",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-ciscoFlashMiscOpEntry-ciscoFlashMiscOpTime",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10:30:45"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashMiscOpTime": "10:30:45"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpTime from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/ciscoFlashMiscOpEntry/ciscoFlashMiscOpEntryStatus": {
      "get": {
        "summary": "Get ciscoFlashMiscOpEntryStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-ciscoFlashMiscOpEntry-ciscoFlashMiscOpEntryStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashMiscOpEntryStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpEntryStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1": {
      "get": {
        "summary": "Get object-1",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashCopySerialNumber": {
                      "type": "string",
                      "example": "10"
                    },
                    "ciscoFlashCopyStatus": {
                      "type": "string",
                      "example": "active"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:object-1": {
                    "ciscoFlashCopySerialNumber": "10",
                    "ciscoFlashCopyStatus": "active"
                  }
                }
              }
            }
          },
          "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-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashCopySerialNumber": {
      "get": {
        "summary": "Get ciscoFlashCopySerialNumber",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashCopySerialNumber",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashCopySerialNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopySerialNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashCopyStatus": {
      "get": {
        "summary": "Get ciscoFlashCopyStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashCopyStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashCopyStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashCopyStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashPartitioningSerialNumber": {
      "get": {
        "summary": "Get ciscoFlashPartitioningSerialNumber",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashPartitioningSerialNumber",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashPartitioningSerialNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningSerialNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashPartitioningStatus": {
      "get": {
        "summary": "Get ciscoFlashPartitioningStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashPartitioningStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitioningStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitioningStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashMiscOpSerialNumber": {
      "get": {
        "summary": "Get ciscoFlashMiscOpSerialNumber",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashMiscOpSerialNumber",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "string",
                  "example": "10"
                },
                "example": {
                  "CISCO-FLASH-MIB:ciscoFlashMiscOpSerialNumber": "10"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpSerialNumber from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashMiscOpStatus": {
      "get": {
        "summary": "Get ciscoFlashMiscOpStatus",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashMiscOpStatus",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashMiscOpStatus": "active"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashMiscOpStatus from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashDeviceIndex": {
      "get": {
        "summary": "Get ciscoFlashDeviceIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashDeviceIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashDeviceMinPartitionSize": {
      "get": {
        "summary": "Get ciscoFlashDeviceMinPartitionSize",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashDeviceMinPartitionSize",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceMinPartitionSize": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceMinPartitionSize from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-2": {
      "get": {
        "summary": "Get object-2",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-2",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashDeviceIndex": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:object-2": {
                    "ciscoFlashDeviceIndex": "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-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-2/ciscoFlashDeviceIndex": {
      "get": {
        "summary": "Get ciscoFlashDeviceIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-2-ciscoFlashDeviceIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-2/ciscoFlashDeviceNameExtended": {
      "get": {
        "summary": "Get ciscoFlashDeviceNameExtended",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-2-ciscoFlashDeviceNameExtended",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceNameExtended": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceNameExtended from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashDeviceNameExtended": {
      "get": {
        "summary": "Get ciscoFlashDeviceNameExtended",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashDeviceNameExtended",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceNameExtended": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceNameExtended from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashPartitionIndex": {
      "get": {
        "summary": "Get ciscoFlashPartitionIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashPartitionIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-1/ciscoFlashPartitionName": {
      "get": {
        "summary": "Get ciscoFlashPartitionName",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-1-ciscoFlashPartitionName",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionName": "example-1"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionName from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-2/ciscoFlashPartitionIndex": {
      "get": {
        "summary": "Get ciscoFlashPartitionIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-2-ciscoFlashPartitionIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-2/ciscoFlashPartitionFreeSpaceExtended": {
      "get": {
        "summary": "Get ciscoFlashPartitionFreeSpaceExtended",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-2-ciscoFlashPartitionFreeSpaceExtended",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionFreeSpaceExtended": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionFreeSpaceExtended from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-3": {
      "get": {
        "summary": "Get object-3",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-3",
        "tags": [
          "CISCO-FLASH-MIB"
        ],
        "parameters": [
          {
            "$ref": "#/components/parameters/accept"
          },
          {
            "$ref": "#/components/parameters/depth"
          }
        ],
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/yang-data+json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "ciscoFlashDeviceIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionIndex": {
                      "type": "string",
                      "example": "configured-value"
                    },
                    "ciscoFlashPartitionLowSpaceNotifThreshold": {
                      "type": "string",
                      "example": "configured-value"
                    }
                  },
                  "example": "configured-value"
                },
                "example": {
                  "CISCO-FLASH-MIB:object-3": {
                    "ciscoFlashDeviceIndex": "configured-value",
                    "ciscoFlashPartitionIndex": "configured-value",
                    "ciscoFlashPartitionLowSpaceNotifThreshold": "configured-value"
                  }
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve object-3 from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-3/ciscoFlashDeviceIndex": {
      "get": {
        "summary": "Get ciscoFlashDeviceIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-3-ciscoFlashDeviceIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashDeviceIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashDeviceIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-3/ciscoFlashPartitionIndex": {
      "get": {
        "summary": "Get ciscoFlashPartitionIndex",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-3-ciscoFlashPartitionIndex",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionIndex": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionIndex from the device via RESTCONF.\n\nReturns the current operational or configuration state of this resource."
      }
    },
    "/data/CISCO-FLASH-MIB:CISCO-FLASH-MIB/ciscoFlashMiscOpTable/object-3/ciscoFlashPartitionLowSpaceNotifThreshold": {
      "get": {
        "summary": "Get ciscoFlashPartitionLowSpaceNotifThreshold",
        "operationId": "get-CISCO-FLASH-MIB:CISCO-FLASH-MIB-ciscoFlashMiscOpTable-object-3-ciscoFlashPartitionLowSpaceNotifThreshold",
        "tags": [
          "CISCO-FLASH-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-FLASH-MIB:ciscoFlashPartitionLowSpaceNotifThreshold": "configured-value"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized"
          },
          "404": {
            "description": "Resource not found"
          }
        },
        "description": "Retrieve ciscoFlashPartitionLowSpaceNotifThreshold 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": []
    }
  ]
}
