{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/data/f5-utils-file-transfer:file": {
      "get": {
        "tags": [
          "F5UtilsFileTransfer"
        ],
        "operationId": "getDataF5UtilsFileTransferFile",
        "description": "The parameters and request body are for method: getDataF5UtilsFileTransferFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "F5UtilsFileTransfer"
        ],
        "operationId": "postDataF5UtilsFileTransferFile",
        "description": "The parameters and request body are for method: postDataF5UtilsFileTransferFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "file"
            }
          }
        }
      },
      "put": {
        "tags": [
          "F5UtilsFileTransfer"
        ],
        "operationId": "putDataF5UtilsFileTransferFile",
        "description": "The parameters and request body are for method: putDataF5UtilsFileTransferFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "file"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "F5UtilsFileTransfer"
        ],
        "operationId": "patchDataF5UtilsFileTransferFile",
        "description": "The parameters and request body are for method: patchDataF5UtilsFileTransferFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "file"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "F5UtilsFileTransfer"
        ],
        "operationId": "deleteDataF5UtilsFileTransferFile",
        "description": "The parameters and request body are for method: deleteDataF5UtilsFileTransferFile. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/data/f5-utils-file-transfer:file/import": {
      "post": {
        "tags": [
          "F5UtilsFileTransfer"
        ],
        "operationId": "postDataF5UtilsFileTransferFileImport",
        "description": "The parameters and request body are for method: postDataF5UtilsFileTransferFileImport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "importParam"
            }
          }
        }
      }
    },
    "/data/f5-utils-file-transfer:file/export": {
      "post": {
        "tags": [
          "F5UtilsFileTransfer"
        ],
        "operationId": "postDataF5UtilsFileTransferFileExport",
        "description": "The parameters and request body are for method: postDataF5UtilsFileTransferFileExport. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "exportParam"
            }
          }
        }
      }
    },
    "/data/f5-utils-file-transfer:file/delete": {
      "post": {
        "tags": [
          "F5UtilsFileTransfer"
        ],
        "operationId": "postDataF5UtilsFileTransferFileDelete",
        "description": "The parameters and request body are for method: postDataF5UtilsFileTransferFileDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "deleteParam"
            }
          }
        }
      }
    },
    "/data/f5-utils-file-transfer:file/list": {
      "post": {
        "tags": [
          "F5UtilsFileTransfer"
        ],
        "operationId": "postDataF5UtilsFileTransferFileList",
        "description": "The parameters and request body are for method: postDataF5UtilsFileTransferFileList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "list"
            }
          }
        }
      }
    },
    "/data/f5-utils-file-transfer:file/transfer-status": {
      "post": {
        "tags": [
          "F5UtilsFileTransfer"
        ],
        "operationId": "postDataF5UtilsFileTransferFileTransferStatus",
        "description": "The parameters and request body are for method: postDataF5UtilsFileTransferFileTransferStatus. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "transferStatus"
            }
          }
        }
      }
    },
    "/data/openconfig-system:system/f5-database:database": {
      "get": {
        "tags": [
          "F5OpenconfigSystem"
        ],
        "operationId": "getOpenconfigSystemF5Database",
        "description": "The parameters and request body are for method: getOpenconfigSystemF5Database. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "F5OpenconfigSystem"
        ],
        "operationId": "postOpenconfigSystemF5Database",
        "description": "The parameters and request body are for method: postOpenconfigSystemF5Database. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "database"
            }
          }
        }
      },
      "put": {
        "tags": [
          "F5OpenconfigSystem"
        ],
        "operationId": "putOpenconfigSystemF5Database",
        "description": "The parameters and request body are for method: putOpenconfigSystemF5Database. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "database"
            }
          }
        }
      },
      "patch": {
        "tags": [
          "F5OpenconfigSystem"
        ],
        "operationId": "patchOpenconfigSystemF5Database",
        "description": "The parameters and request body are for method: patchOpenconfigSystemF5Database. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "database"
            }
          }
        }
      },
      "delete": {
        "tags": [
          "F5OpenconfigSystem"
        ],
        "operationId": "deleteOpenconfigSystemF5Database",
        "description": "The parameters and request body are for method: deleteOpenconfigSystemF5Database. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/data/openconfig-system:system/f5-database:database/f5-database:config-backup": {
      "post": {
        "tags": [
          "F5OpenconfigSystem"
        ],
        "operationId": "postOpenconfigSystemF5DatabaseConfigBackup",
        "description": "The parameters and request body are for method: postOpenconfigSystemF5DatabaseConfigBackup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "configBackup"
            }
          }
        }
      }
    },
    "/data/openconfig-system:system/f5-database:database/f5-database:cdb-backup": {
      "post": {
        "tags": [
          "F5OpenconfigSystem"
        ],
        "operationId": "postOpenconfigSystemF5DatabaseCdbBackup",
        "description": "The parameters and request body are for method: postOpenconfigSystemF5DatabaseCdbBackup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "cdbBackup"
            }
          }
        }
      }
    },
    "/data/openconfig-system:system/f5-database:database/f5-database:config-restore": {
      "post": {
        "tags": [
          "F5OpenconfigSystem"
        ],
        "operationId": "postOpenconfigSystemF5DatabaseConfigRestore",
        "description": "The parameters and request body are for method: postOpenconfigSystemF5DatabaseConfigRestore. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "configRestore"
            }
          }
        }
      }
    },
    "/data/openconfig-system:system/f5-database:database/f5-database:reset-to-default": {
      "post": {
        "tags": [
          "F5OpenconfigSystem"
        ],
        "operationId": "postOpenconfigSystemF5DatabaseResetToDefault",
        "description": "The parameters and request body are for method: postOpenconfigSystemF5DatabaseResetToDefault. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "string"
              },
              "example": "resetToDefault"
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}