{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/{myname}/{mysecret}/config": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretConfig",
        "description": "The parameters and request body are for method: getSecretConfig. Same endpoint also used in methods:<br> getAdConfig (namespace : string,admount : string)<br> getSecretEngineConfig (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretConfig",
        "description": "The parameters and request body are for method: postSecretConfig. Same endpoint also used in methods:<br> createAdConfig (namespace : string,admount : string,body : object)<br> postSecretEngineConfig (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteAdConfig",
        "description": "The parameters and request body are for method: deleteAdConfig. Same endpoint also used in methods:<br> deleteSecretEngineConfig (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/data/{pathParam}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretDataPath",
        "description": "The parameters and request body are for method: getSecretDataPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretDataPath",
        "description": "The parameters and request body are for method: postSecretDataPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteSecretDataPath",
        "description": "The parameters and request body are for method: deleteSecretDataPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/delete/{pathParam}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretDeletePath",
        "description": "The parameters and request body are for method: postSecretDeletePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/destroy/{pathParam}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretDestroyPath",
        "description": "The parameters and request body are for method: postSecretDestroyPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/metadata/{pathParam}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretMetadataPath",
        "description": "The parameters and request body are for method: getSecretMetadataPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretMetadataPath",
        "description": "The parameters and request body are for method: postSecretMetadataPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteSecretMetadataPath",
        "description": "The parameters and request body are for method: deleteSecretMetadataPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/undelete/{pathParam}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretUndeletePath",
        "description": "The parameters and request body are for method: postSecretUndeletePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/{pathParam}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretPath",
        "description": "The parameters and request body are for method: getSecretPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretPath",
        "description": "The parameters and request body are for method: postSecretPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteSecretPath",
        "description": "The parameters and request body are for method: deleteSecretPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/ca": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretCa",
        "description": "The parameters and request body are for method: getSecretCa. Same endpoint also used in methods:<br> getPkiCa (namespace : string,pkimount : string)<br> getCertCa (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/ca/pem": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretCaPem",
        "description": "The parameters and request body are for method: getSecretCaPem. Same endpoint also used in methods:<br> getPkiCaPem (namespace : string,pkimount : string)<br> getCertCaPem (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/ca_chain": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretCaChain",
        "description": "The parameters and request body are for method: getSecretCaChain. Same endpoint also used in methods:<br> getPkiCaChain (namespace : string,pkimount : string)<br> getCertCaChain (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/cert/ca_chain": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretCertCaChain",
        "description": "The parameters and request body are for method: getSecretCertCaChain. Same endpoint also used in methods:<br> getPkiCertCaChain (namespace : string,pkimount : string)<br> getCertCertCaChain (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/cert/crl": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretCertCrl",
        "description": "The parameters and request body are for method: getSecretCertCrl. Same endpoint also used in methods:<br> getPkiCertCrl (namespace : string,pkimount : string)<br> getCertCertCrl (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/cert/{serial}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretCertSerial",
        "description": "The parameters and request body are for method: getSecretCertSerial. Same endpoint also used in methods:<br> getPkiCertSerial (namespace : string,pkimount : string,serial : string)<br> getCertSerial (namespace : string,secretmount : string,serial : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "serial",
            "in": "path",
            "required": true,
            "schema": {
              "title": "serial",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/certs": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretCerts",
        "description": "The parameters and request body are for method: getSecretCerts. Same endpoint also used in methods:<br> getPkiCerts (namespace : string,pkimount : string,list : string)<br> getCertCerts (namespace : string,secretmount : string,list : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/config/ca": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretConfigCa",
        "description": "The parameters and request body are for method: postSecretConfigCa. Same endpoint also used in methods:<br> postPkiConfigCa (namespace : string,pkimount : string,body : object)<br> postCertConfigCa (namespace : string,secretmount : string,body : object)<br> postSshConfigCa (namespace : string,sshmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSshConfigCa",
        "description": "The parameters and request body are for method: getSshConfigCa. 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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteSshConfigCa",
        "description": "The parameters and request body are for method: deleteSshConfigCa. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/config/crl": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretConfigCrl",
        "description": "The parameters and request body are for method: getSecretConfigCrl. Same endpoint also used in methods:<br> getPkiConfigCrl (namespace : string,pkimount : string)<br> getCertConfigCrl (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretConfigCrl",
        "description": "The parameters and request body are for method: postSecretConfigCrl. Same endpoint also used in methods:<br> postPkiConfigCrl (namespace : string,pkimount : string,body : object)<br> postCertConfigCrl (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/config/urls": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretConfigUrls",
        "description": "The parameters and request body are for method: getSecretConfigUrls. Same endpoint also used in methods:<br> getPkiConfigUrls (namespace : string,pkimount : string)<br> getCertConfigUrls (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretConfigUrls",
        "description": "The parameters and request body are for method: postSecretConfigUrls. Same endpoint also used in methods:<br> postPkiConfigUrls (namespace : string,pkimount : string,body : object)<br> postCertConfigUrls (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/crl": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretCrl",
        "description": "The parameters and request body are for method: getSecretCrl. Same endpoint also used in methods:<br> getPkiCrl (namespace : string,pkimount : string)<br> getCertCrl (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/crl/pem": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretCrlPem",
        "description": "The parameters and request body are for method: getSecretCrlPem. Same endpoint also used in methods:<br> getPkiCrlPem (namespace : string,pkimount : string)<br> getCertCrlPem (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/crl/rotate": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretCrlRotate",
        "description": "The parameters and request body are for method: getSecretCrlRotate. Same endpoint also used in methods:<br> getPkiCrlRotate (namespace : string,pkimount : string)<br> getCertCrlRotate (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/intermediate/generate/{exported}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretGenerateIntermediate",
        "description": "The parameters and request body are for method: postSecretGenerateIntermediate. Same endpoint also used in methods:<br> postPkiIntermediateGenerateExported (namespace : string,pkimount : string,exported : string,body : object)<br> postCertIntermediateGenerateExported (namespace : string,secretmount : string,exported : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "exported",
            "in": "path",
            "required": true,
            "schema": {
              "title": "exported",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/intermediate/set-signed": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretSetSignedIntermediate",
        "description": "The parameters and request body are for method: postSecretSetSignedIntermediate. Same endpoint also used in methods:<br> postPkiIntermediateSetSigned (namespace : string,pkimount : string,body : object)<br> postCertIntermediateSetSigned (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/issue/{role}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretIssueCert",
        "description": "The parameters and request body are for method: postSecretIssueCert. Same endpoint also used in methods:<br> postPkiIssueRole (namespace : string,pkimount : string,role : string,body : object)<br> postCertIssueRole (namespace : string,secretmount : string,role : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "role",
            "in": "path",
            "required": true,
            "schema": {
              "title": "role",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/revoke": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretRevokeCert",
        "description": "The parameters and request body are for method: postSecretRevokeCert. Same endpoint also used in methods:<br> postPkiRevoke (namespace : string,pkimount : string,body : object)<br> postCertRevoke (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/roles": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "listSecretRoles",
        "description": "The parameters and request body are for method: listSecretRoles. Same endpoint also used in methods:<br> getSecretEngineRoles (namespace : string,secretmount : string,list : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/roles/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretRolesName",
        "description": "The parameters and request body are for method: getSecretRolesName. Same endpoint also used in methods:<br> getSecretEngineRolesName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretRolesName",
        "description": "The parameters and request body are for method: postSecretRolesName. Same endpoint also used in methods:<br> postSecretEngineRolesName (namespace : string,secretmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteSecretRolesName",
        "description": "The parameters and request body are for method: deleteSecretRolesName. Same endpoint also used in methods:<br> deleteSecretEngineRolesName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/root": {
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteSecretRoot",
        "description": "The parameters and request body are for method: deleteSecretRoot. Same endpoint also used in methods:<br> deletePkiRoot (namespace : string,pkimount : string)<br> deleteCertRoot (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/root/generate/{exported}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretGenerateRoot",
        "description": "The parameters and request body are for method: postSecretGenerateRoot. Same endpoint also used in methods:<br> postPkiRootGenerateExported (namespace : string,pkimount : string,exported : string,body : object)<br> postCertRootGenerateExported (namespace : string,secretmount : string,exported : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "exported",
            "in": "path",
            "required": true,
            "schema": {
              "title": "exported",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/root/sign-intermediate": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretSignIntermediateRoot",
        "description": "The parameters and request body are for method: postSecretSignIntermediateRoot. Same endpoint also used in methods:<br> postPkiRootSignIntermediate (namespace : string,pkimount : string,body : object)<br> postCertRootSignIntermediate (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/root/sign-self-issued": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretRootSignSelfIssued",
        "description": "The parameters and request body are for method: postSecretRootSignSelfIssued. Same endpoint also used in methods:<br> postPkiRootSignSelfIssued (namespace : string,pkimount : string,body : object)<br> postCertRootSignSelfIssued (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/sign-verbatim": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretSignVerbatim",
        "description": "The parameters and request body are for method: postSecretSignVerbatim. Same endpoint also used in methods:<br> postPkiSignVerbatim (namespace : string,pkimount : string,body : object)<br> postCertSignVerbatim (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/sign-verbatim/{role}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretSignVerbatimName",
        "description": "The parameters and request body are for method: postSecretSignVerbatimName. Same endpoint also used in methods:<br> postPkiSignVerbatimRole (namespace : string,pkimount : string,role : string,body : object)<br> postCertSignVerbatimRole (namespace : string,secretmount : string,role : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "role",
            "in": "path",
            "required": true,
            "schema": {
              "title": "role",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/sign/{role}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretSignRole",
        "description": "The parameters and request body are for method: postSecretSignRole. Same endpoint also used in methods:<br> postPkiSignRole (namespace : string,pkimount : string,role : string,body : object)<br> postCertSignRole (namespace : string,secretmount : string,role : string,body : object)<br> postSshSignRole (namespace : string,sshmount : string,role : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "role",
            "in": "path",
            "required": true,
            "schema": {
              "title": "role",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/tidy": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretTidy",
        "description": "The parameters and request body are for method: postSecretTidy. Same endpoint also used in methods:<br> postPkiTidy (namespace : string,pkimount : string,body : object)<br> postCertTidy (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/approle/login": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleLogin",
        "description": "The parameters and request body are for method: postAuthApproleLogin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/approle/role": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRole",
        "description": "The parameters and request body are for method: getAuthApproleRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleName",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleName",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleName",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/bind-secret-id": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameBindSecretId",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameBindSecretId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameBindSecretId",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameBindSecretId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameBindSecretId",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameBindSecretId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/bound-cidr-list": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameBoundCidrList",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameBoundCidrList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameBoundCidrList",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameBoundCidrList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameBoundCidrList",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameBoundCidrList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/custom-secret-id": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameCustomSecretId",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameCustomSecretId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/local-secret-ids": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameLocalSecretIds",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameLocalSecretIds. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/period": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNamePeriod",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNamePeriod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNamePeriod",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNamePeriod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNamePeriod",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNamePeriod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/policies": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNamePolicies",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNamePolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNamePolicies",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNamePolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNamePolicies",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNamePolicies. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/role-id": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameRoleId",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameRoleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameRoleId",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameRoleId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/secret-id": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameSecretId",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameSecretId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          },
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameSecretId",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameSecretId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/secret-id-accessor/destroy": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameSecretIdAccessorDestroy",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameSecretIdAccessorDestroy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameSecretIdAccessorDestroy",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameSecretIdAccessorDestroy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/secret-id-accessor/lookup": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameSecretIdAccessorLookup",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameSecretIdAccessorLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/secret-id-bound-cidrs": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameSecretIdBoundCidrs",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameSecretIdBoundCidrs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameSecretIdBoundCidrs",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameSecretIdBoundCidrs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameSecretIdBoundCidrs",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameSecretIdBoundCidrs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/secret-id-num-uses": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameSecretIdNumUses",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameSecretIdNumUses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameSecretIdNumUses",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameSecretIdNumUses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameSecretIdNumUses",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameSecretIdNumUses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/secret-id-ttl": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameSecretIdTtl",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameSecretIdTtl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameSecretIdTtl",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameSecretIdTtl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameSecretIdTtl",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameSecretIdTtl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/secret-id/destroy": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameSecretIdDestroy",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameSecretIdDestroy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameSecretIdDestroy",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameSecretIdDestroy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/secret-id/lookup": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameSecretIdLookup",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameSecretIdLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/token-bound-cidrs": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameTokenBoundCidrs",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameTokenBoundCidrs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameTokenBoundCidrs",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameTokenBoundCidrs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameTokenBoundCidrs",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameTokenBoundCidrs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/token-max-ttl": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameTokenMaxTtl",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameTokenMaxTtl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameTokenMaxTtl",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameTokenMaxTtl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameTokenMaxTtl",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameTokenMaxTtl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/token-num-uses": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameTokenNumUses",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameTokenNumUses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameTokenNumUses",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameTokenNumUses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameTokenNumUses",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameTokenNumUses. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/role/{roleName}/token-ttl": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthApproleRoleRoleNameTokenTtl",
        "description": "The parameters and request body are for method: getAuthApproleRoleRoleNameTokenTtl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleRoleRoleNameTokenTtl",
        "description": "The parameters and request body are for method: postAuthApproleRoleRoleNameTokenTtl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthApproleRoleRoleNameTokenTtl",
        "description": "The parameters and request body are for method: deleteAuthApproleRoleRoleNameTokenTtl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/approle/tidy/secret-id": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthApproleTidySecretId",
        "description": "The parameters and request body are for method: postAuthApproleTidySecretId. 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": {}
            }
          }
        }
      }
    },
    "/auth/ldap/config": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthLdapConfig",
        "description": "The parameters and request body are for method: getAuthLdapConfig. 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": [
          "Auth"
        ],
        "operationId": "postAuthLdapConfig",
        "description": "The parameters and request body are for method: postAuthLdapConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/ldap/duo/access": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthLdapDuoAccess",
        "description": "The parameters and request body are for method: postAuthLdapDuoAccess. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/ldap/duo/config": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthLdapDuoConfig",
        "description": "The parameters and request body are for method: getAuthLdapDuoConfig. 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": [
          "Auth"
        ],
        "operationId": "postAuthLdapDuoConfig",
        "description": "The parameters and request body are for method: postAuthLdapDuoConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/ldap/groups": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthLdapGroups",
        "description": "The parameters and request body are for method: getAuthLdapGroups. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/ldap/groups/{name}": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthLdapGroupsName",
        "description": "The parameters and request body are for method: getAuthLdapGroupsName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthLdapGroupsName",
        "description": "The parameters and request body are for method: postAuthLdapGroupsName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthLdapGroupsName",
        "description": "The parameters and request body are for method: deleteAuthLdapGroupsName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/ldap/login/{username}": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthLdapLoginUsername",
        "description": "The parameters and request body are for method: postAuthLdapLoginUsername. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "username",
            "in": "path",
            "required": true,
            "schema": {
              "title": "username",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/ldap/mfa_config": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthLdapMfaConfig",
        "description": "The parameters and request body are for method: getAuthLdapMfaConfig. 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": [
          "Auth"
        ],
        "operationId": "postAuthLdapMfaConfig",
        "description": "The parameters and request body are for method: postAuthLdapMfaConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/ldap/users": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthLdapUsers",
        "description": "The parameters and request body are for method: getAuthLdapUsers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/ldap/users/{name}": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthLdapUsersName",
        "description": "The parameters and request body are for method: getAuthLdapUsersName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthLdapUsersName",
        "description": "The parameters and request body are for method: postAuthLdapUsersName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthLdapUsersName",
        "description": "The parameters and request body are for method: deleteAuthLdapUsersName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/rancher/config": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthRancherConfig",
        "description": "The parameters and request body are for method: getAuthRancherConfig. 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": [
          "Auth"
        ],
        "operationId": "postAuthRancherConfig",
        "description": "The parameters and request body are for method: postAuthRancherConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/rancher/login": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthRancherLogin",
        "description": "The parameters and request body are for method: postAuthRancherLogin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/rancher/role": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthRancherRole",
        "description": "The parameters and request body are for method: getAuthRancherRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/rancher/role/{name}": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthRancherRoleName",
        "description": "The parameters and request body are for method: getAuthRancherRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthRancherRoleName",
        "description": "The parameters and request body are for method: postAuthRancherRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthRancherRoleName",
        "description": "The parameters and request body are for method: deleteAuthRancherRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/token/accessors/": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthTokenAccessors",
        "description": "The parameters and request body are for method: getAuthTokenAccessors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/token/create": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenCreate",
        "description": "The parameters and request body are for method: postAuthTokenCreate. 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": {}
            }
          }
        }
      }
    },
    "/auth/token/create-orphan": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenCreateOrphan",
        "description": "The parameters and request body are for method: postAuthTokenCreateOrphan. 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": {}
            }
          }
        }
      }
    },
    "/auth/token/create/{roleName}": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenCreateRoleName",
        "description": "The parameters and request body are for method: postAuthTokenCreateRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/token/lookup": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthTokenLookup",
        "description": "The parameters and request body are for method: getAuthTokenLookup. 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": [
          "Auth"
        ],
        "operationId": "postAuthTokenLookup",
        "description": "The parameters and request body are for method: postAuthTokenLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/token/lookup-accessor": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenLookupAccessor",
        "description": "The parameters and request body are for method: postAuthTokenLookupAccessor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/token/lookup-self": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthTokenLookupSelf",
        "description": "The parameters and request body are for method: getAuthTokenLookupSelf. 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": [
          "Auth"
        ],
        "operationId": "postAuthTokenLookupSelf",
        "description": "The parameters and request body are for method: postAuthTokenLookupSelf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/token/renew": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenRenew",
        "description": "The parameters and request body are for method: postAuthTokenRenew. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/token/renew-accessor": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenRenewAccessor",
        "description": "The parameters and request body are for method: postAuthTokenRenewAccessor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/token/renew-self": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenRenewSelf",
        "description": "The parameters and request body are for method: postAuthTokenRenewSelf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/token/revoke": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenRevoke",
        "description": "The parameters and request body are for method: postAuthTokenRevoke. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/token/revoke-accessor": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenRevokeAccessor",
        "description": "The parameters and request body are for method: postAuthTokenRevokeAccessor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/token/revoke-orphan": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenRevokeOrphan",
        "description": "The parameters and request body are for method: postAuthTokenRevokeOrphan. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/auth/token/revoke-self": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenRevokeSelf",
        "description": "The parameters and request body are for method: postAuthTokenRevokeSelf. 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": {}
            }
          }
        }
      }
    },
    "/auth/token/roles": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthTokenRoles",
        "description": "The parameters and request body are for method: getAuthTokenRoles. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/token/roles/{roleName}": {
      "get": {
        "tags": [
          "Auth"
        ],
        "operationId": "getAuthTokenRolesRoleName",
        "description": "The parameters and request body are for method: getAuthTokenRolesRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenRolesRoleName",
        "description": "The parameters and request body are for method: postAuthTokenRolesRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Auth"
        ],
        "operationId": "deleteAuthTokenRolesRoleName",
        "description": "The parameters and request body are for method: deleteAuthTokenRolesRoleName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/auth/token/tidy": {
      "post": {
        "tags": [
          "Auth"
        ],
        "operationId": "postAuthTokenTidy",
        "description": "The parameters and request body are for method: postAuthTokenTidy. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/alias": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityAlias",
        "description": "The parameters and request body are for method: postIdentityAlias. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/alias/id": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityAliases",
        "description": "The parameters and request body are for method: getIdentityAliases. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/alias/id/{id}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityAliasById",
        "description": "The parameters and request body are for method: getIdentityAliasById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "updateIdentityAliasById",
        "description": "The parameters and request body are for method: updateIdentityAliasById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Identity"
        ],
        "operationId": "deleteIdentityAliasById",
        "description": "The parameters and request body are for method: deleteIdentityAliasById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/entity": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityEntity",
        "description": "The parameters and request body are for method: postIdentityEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/entity-alias": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityEntityAlias",
        "description": "The parameters and request body are for method: postIdentityEntityAlias. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/entity-alias/id": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityEntityAliases",
        "description": "The parameters and request body are for method: getIdentityEntityAliases. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/entity-alias/id/{id}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityEntityAliasById",
        "description": "The parameters and request body are for method: getIdentityEntityAliasById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "updateIdentityEntityAliasById",
        "description": "The parameters and request body are for method: updateIdentityEntityAliasById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Identity"
        ],
        "operationId": "deleteIdentityEntityAliasById",
        "description": "The parameters and request body are for method: deleteIdentityEntityAliasById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/entity/batch-delete": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityEntityBatchDelete",
        "description": "The parameters and request body are for method: postIdentityEntityBatchDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/entity/id": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityEntities",
        "description": "The parameters and request body are for method: getIdentityEntities. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/entity/id/{id}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityEntityById",
        "description": "The parameters and request body are for method: getIdentityEntityById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "updateIdentityEntityById",
        "description": "The parameters and request body are for method: updateIdentityEntityById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Identity"
        ],
        "operationId": "deleteIdentityEntityById",
        "description": "The parameters and request body are for method: deleteIdentityEntityById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/entity/merge": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityEntityMerge",
        "description": "The parameters and request body are for method: postIdentityEntityMerge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/entity/name": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityEntityNames",
        "description": "The parameters and request body are for method: getIdentityEntityNames. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/entity/name/{name}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityEntityByName",
        "description": "The parameters and request body are for method: getIdentityEntityByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "updateIdentityEntityByName",
        "description": "The parameters and request body are for method: updateIdentityEntityByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Identity"
        ],
        "operationId": "deleteIdentityEntityByName",
        "description": "The parameters and request body are for method: deleteIdentityEntityByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/group": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityGroup",
        "description": "The parameters and request body are for method: postIdentityGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/group-alias": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityGroupAlias",
        "description": "The parameters and request body are for method: postIdentityGroupAlias. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/group-alias/id": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityGroupAliasId",
        "description": "The parameters and request body are for method: getIdentityGroupAliasId. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/group-alias/id/{id}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityGroupAliasById",
        "description": "The parameters and request body are for method: getIdentityGroupAliasById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "updateIdentityGroupAliasById",
        "description": "The parameters and request body are for method: updateIdentityGroupAliasById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Identity"
        ],
        "operationId": "deleteIdentityGroupAliasById",
        "description": "The parameters and request body are for method: deleteIdentityGroupAliasById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/group/id": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityGroups",
        "description": "The parameters and request body are for method: getIdentityGroups. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/group/id/{id}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityGroupById",
        "description": "The parameters and request body are for method: getIdentityGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "updateIdentityGroupById",
        "description": "The parameters and request body are for method: updateIdentityGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Identity"
        ],
        "operationId": "deleteIdentityGroupById",
        "description": "The parameters and request body are for method: deleteIdentityGroupById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/group/name": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityGroupNames",
        "description": "The parameters and request body are for method: getIdentityGroupNames. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/group/name/{name}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityGroupByName",
        "description": "The parameters and request body are for method: getIdentityGroupByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "updateIdentityGroupByName",
        "description": "The parameters and request body are for method: updateIdentityGroupByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Identity"
        ],
        "operationId": "deleteIdentityGroupByName",
        "description": "The parameters and request body are for method: deleteIdentityGroupByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/lookup/entity": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityLookupEntity",
        "description": "The parameters and request body are for method: postIdentityLookupEntity. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/lookup/group": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityLookupGroup",
        "description": "The parameters and request body are for method: postIdentityLookupGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/oidc/.well-known/keys": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityOidcWellKnownKeys",
        "description": "The parameters and request body are for method: getIdentityOidcWellKnownKeys. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/oidc/.well-known/openid-configuration": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityOidcWellKnownOpenidConfiguration",
        "description": "The parameters and request body are for method: getIdentityOidcWellKnownOpenidConfiguration. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/oidc/config": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityOidcConfig",
        "description": "The parameters and request body are for method: getIdentityOidcConfig. 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": [
          "Identity"
        ],
        "operationId": "postIdentityOidcConfig",
        "description": "The parameters and request body are for method: postIdentityOidcConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/oidc/introspect": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityOidcIntrospect",
        "description": "The parameters and request body are for method: postIdentityOidcIntrospect. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{}/identity/oidc/key": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityOidcKeys",
        "description": "The parameters and request body are for method: getIdentityOidcKeys. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/oidc/key/{name}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityOidcKeyByName",
        "description": "The parameters and request body are for method: getIdentityOidcKeyByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "updateIdentityOidcKeyByName",
        "description": "The parameters and request body are for method: updateIdentityOidcKeyByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Identity"
        ],
        "operationId": "deleteIdentityOidcKeyByName",
        "description": "The parameters and request body are for method: deleteIdentityOidcKeyByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/oidc/key/{name}/rotate": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityOidcKeyRotateByName",
        "description": "The parameters and request body are for method: postIdentityOidcKeyRotateByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/identity/oidc/role": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityOidcRoles",
        "description": "The parameters and request body are for method: getIdentityOidcRoles. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/oidc/role/{name}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityOidcRoleByName",
        "description": "The parameters and request body are for method: getIdentityOidcRoleByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "updateIdentityOidcRoleByName",
        "description": "The parameters and request body are for method: updateIdentityOidcRoleByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Identity"
        ],
        "operationId": "deleteIdentityOidcRoleByName",
        "description": "The parameters and request body are for method: deleteIdentityOidcRoleByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/oidc/token/{name}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityOidcTokenByName",
        "description": "The parameters and request body are for method: getIdentityOidcTokenByName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/persona": {
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "postIdentityPersona",
        "description": "The parameters and request body are for method: postIdentityPersona. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{}/identity/persona/id": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityPersonas",
        "description": "The parameters and request body are for method: getIdentityPersonas. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/identity/persona/id/{id}": {
      "get": {
        "tags": [
          "Identity"
        ],
        "operationId": "getIdentityPersonaById",
        "description": "The parameters and request body are for method: getIdentityPersonaById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Identity"
        ],
        "operationId": "updateIdentityPersonaById",
        "description": "The parameters and request body are for method: updateIdentityPersonaById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Identity"
        ],
        "operationId": "deleteIdentityPersonaById",
        "description": "The parameters and request body are for method: deleteIdentityPersonaById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/audit": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysAudit",
        "description": "The parameters and request body are for method: getSysAudit. 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": {}
            }
          }
        }
      }
    },
    "/sys/audit-hash/{pathParam}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysAuditHashPath",
        "description": "The parameters and request body are for method: postSysAuditHashPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/audit/{pathParam}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysAuditPath",
        "description": "The parameters and request body are for method: postSysAuditPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysAuditPath",
        "description": "The parameters and request body are for method: deleteSysAuditPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/auth": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysAuth",
        "description": "The parameters and request body are for method: getSysAuth. 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": {}
            }
          }
        }
      }
    },
    "/sys/auth/{pathParam}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysAuthPath",
        "description": "The parameters and request body are for method: postSysAuthPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysAuthPath",
        "description": "The parameters and request body are for method: deleteSysAuthPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/auth/{pathParam}/tune": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysAuthPathTune",
        "description": "The parameters and request body are for method: getSysAuthPathTune. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysAuthPathTune",
        "description": "The parameters and request body are for method: postSysAuthPathTune. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/capabilities": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysCapabilities",
        "description": "The parameters and request body are for method: postSysCapabilities. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/capabilities-accessor": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysCapabilitiesAccessor",
        "description": "The parameters and request body are for method: postSysCapabilitiesAccessor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/capabilities-self": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysCapabilitiesSelf",
        "description": "The parameters and request body are for method: postSysCapabilitiesSelf. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/config/auditing/request-headers": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysConfigAuditingRequestHeaders",
        "description": "The parameters and request body are for method: getSysConfigAuditingRequestHeaders. 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": {}
            }
          }
        }
      }
    },
    "/sys/config/auditing/request-headers/{header}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysConfigAuditingRequestHeadersHeader",
        "description": "The parameters and request body are for method: getSysConfigAuditingRequestHeadersHeader. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "header",
            "in": "path",
            "required": true,
            "schema": {
              "title": "header",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysConfigAuditingRequestHeadersHeader",
        "description": "The parameters and request body are for method: postSysConfigAuditingRequestHeadersHeader. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "header",
            "in": "path",
            "required": true,
            "schema": {
              "title": "header",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysConfigAuditingRequestHeadersHeader",
        "description": "The parameters and request body are for method: deleteSysConfigAuditingRequestHeadersHeader. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "header",
            "in": "path",
            "required": true,
            "schema": {
              "title": "header",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/config/control-group": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysConfigControlGroup",
        "description": "The parameters and request body are for method: getSysConfigControlGroup. 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": [
          "System"
        ],
        "operationId": "postSysConfigControlGroup",
        "description": "The parameters and request body are for method: postSysConfigControlGroup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysConfigControlGroup",
        "description": "The parameters and request body are for method: deleteSysConfigControlGroup. 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": {}
            }
          }
        }
      }
    },
    "/sys/config/cors": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysConfigCors",
        "description": "The parameters and request body are for method: getSysConfigCors. 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": [
          "System"
        ],
        "operationId": "postSysConfigCors",
        "description": "The parameters and request body are for method: postSysConfigCors. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysConfigCors",
        "description": "The parameters and request body are for method: deleteSysConfigCors. 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": {}
            }
          }
        }
      }
    },
    "/sys/config/state/sanitized": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysConfigStateSanitized",
        "description": "The parameters and request body are for method: getSysConfigStateSanitized. 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": {}
            }
          }
        }
      }
    },
    "/sys/config/ui/headers/": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysConfigUiHeaders",
        "description": "The parameters and request body are for method: getSysConfigUiHeaders. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/config/ui/headers/{header}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysConfigUiHeadersHeader",
        "description": "The parameters and request body are for method: getSysConfigUiHeadersHeader. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "header",
            "in": "path",
            "required": true,
            "schema": {
              "title": "header",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysConfigUiHeadersHeader",
        "description": "The parameters and request body are for method: postSysConfigUiHeadersHeader. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "header",
            "in": "path",
            "required": true,
            "schema": {
              "title": "header",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysConfigUiHeadersHeader",
        "description": "The parameters and request body are for method: deleteSysConfigUiHeadersHeader. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "header",
            "in": "path",
            "required": true,
            "schema": {
              "title": "header",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/control-group/authorize": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysControlGroupAuthorize",
        "description": "The parameters and request body are for method: postSysControlGroupAuthorize. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/control-group/request": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysControlGroupRequest",
        "description": "The parameters and request body are for method: postSysControlGroupRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/generate-root": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysGenerateRoot",
        "description": "The parameters and request body are for method: getSysGenerateRoot. 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": [
          "System"
        ],
        "operationId": "postSysGenerateRoot",
        "description": "The parameters and request body are for method: postSysGenerateRoot. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysGenerateRoot",
        "description": "The parameters and request body are for method: deleteSysGenerateRoot. 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": {}
            }
          }
        }
      }
    },
    "/sys/generate-root/attempt": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysGenerateRootAttempt",
        "description": "The parameters and request body are for method: getSysGenerateRootAttempt. 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": [
          "System"
        ],
        "operationId": "postSysGenerateRootAttempt",
        "description": "The parameters and request body are for method: postSysGenerateRootAttempt. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysGenerateRootAttempt",
        "description": "The parameters and request body are for method: deleteSysGenerateRootAttempt. 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": {}
            }
          }
        }
      }
    },
    "/sys/generate-root/update": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysGenerateRootUpdate",
        "description": "The parameters and request body are for method: postSysGenerateRootUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/health": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysHealth",
        "description": "The parameters and request body are for method: getSysHealth. 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": {}
            }
          }
        }
      }
    },
    "/sys/host-info": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysHostInfo",
        "description": "The parameters and request body are for method: getSysHostInfo. 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": {}
            }
          }
        }
      }
    },
    "/sys/init": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysInit",
        "description": "The parameters and request body are for method: getSysInit. 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": [
          "System"
        ],
        "operationId": "postSysInit",
        "description": "The parameters and request body are for method: postSysInit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/internal/specs/openapi": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysInternalSpecsOpenapi",
        "description": "The parameters and request body are for method: getSysInternalSpecsOpenapi. 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": {}
            }
          }
        }
      }
    },
    "/sys/internal/ui/mounts": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysInternalUiMounts",
        "description": "The parameters and request body are for method: getSysInternalUiMounts. 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": {}
            }
          }
        }
      }
    },
    "/sys/internal/ui/mounts/{pathParam}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysInternalUiMountsPath",
        "description": "The parameters and request body are for method: getSysInternalUiMountsPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/key-status": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysKeyStatus",
        "description": "The parameters and request body are for method: getSysKeyStatus. 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": {}
            }
          }
        }
      }
    },
    "/sys/leader": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysLeader",
        "description": "The parameters and request body are for method: getSysLeader. 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": {}
            }
          }
        }
      }
    },
    "/sys/leases/lookup": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysLeasesLookup",
        "description": "The parameters and request body are for method: postSysLeasesLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/leases/lookup/": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysLeasesLookup",
        "description": "The parameters and request body are for method: getSysLeasesLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/leases/lookup/{prefix}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysLeasesLookupPrefix",
        "description": "The parameters and request body are for method: getSysLeasesLookupPrefix. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "prefix",
            "in": "path",
            "required": true,
            "schema": {
              "title": "prefix",
              "type": "string"
            }
          },
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/leases/renew": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysLeasesRenew",
        "description": "The parameters and request body are for method: postSysLeasesRenew. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/leases/renew/{urlLeaseId}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysLeasesRenewUrlLeaseId",
        "description": "The parameters and request body are for method: postSysLeasesRenewUrlLeaseId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "urlLeaseId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlLeaseId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/leases/revoke": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysLeasesRevoke",
        "description": "The parameters and request body are for method: postSysLeasesRevoke. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/leases/revoke-force/{prefix}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysLeasesRevokeForcePrefix",
        "description": "The parameters and request body are for method: postSysLeasesRevokeForcePrefix. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "prefix",
            "in": "path",
            "required": true,
            "schema": {
              "title": "prefix",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/leases/revoke-prefix/{prefix}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysLeasesRevokePrefixPrefix",
        "description": "The parameters and request body are for method: postSysLeasesRevokePrefixPrefix. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "prefix",
            "in": "path",
            "required": true,
            "schema": {
              "title": "prefix",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/leases/revoke/{urlLeaseId}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysLeasesRevokeUrlLeaseId",
        "description": "The parameters and request body are for method: postSysLeasesRevokeUrlLeaseId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "urlLeaseId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlLeaseId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/leases/tidy": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysLeasesTidy",
        "description": "The parameters and request body are for method: postSysLeasesTidy. 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": {}
            }
          }
        }
      }
    },
    "/sys/license": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysLicense",
        "description": "The parameters and request body are for method: getSysLicense. 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": [
          "System"
        ],
        "operationId": "postSysLicense",
        "description": "The parameters and request body are for method: postSysLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/metrics": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysMetrics",
        "description": "The parameters and request body are for method: getSysMetrics. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/mfa/method": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysMfaMethod",
        "description": "The parameters and request body are for method: getSysMfaMethod. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/mfa/method/duo/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysMfaMethodDuoName",
        "description": "The parameters and request body are for method: getSysMfaMethodDuoName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysMfaMethodDuoName",
        "description": "The parameters and request body are for method: postSysMfaMethodDuoName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysMfaMethodDuoName",
        "description": "The parameters and request body are for method: deleteSysMfaMethodDuoName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/mfa/method/okta/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysMfaMethodOktaName",
        "description": "The parameters and request body are for method: getSysMfaMethodOktaName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysMfaMethodOktaName",
        "description": "The parameters and request body are for method: postSysMfaMethodOktaName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysMfaMethodOktaName",
        "description": "The parameters and request body are for method: deleteSysMfaMethodOktaName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/mfa/method/pingid/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysMfaMethodPingidName",
        "description": "The parameters and request body are for method: getSysMfaMethodPingidName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysMfaMethodPingidName",
        "description": "The parameters and request body are for method: postSysMfaMethodPingidName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysMfaMethodPingidName",
        "description": "The parameters and request body are for method: deleteSysMfaMethodPingidName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/mfa/method/totp/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysMfaMethodTotpName",
        "description": "The parameters and request body are for method: getSysMfaMethodTotpName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysMfaMethodTotpName",
        "description": "The parameters and request body are for method: postSysMfaMethodTotpName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysMfaMethodTotpName",
        "description": "The parameters and request body are for method: deleteSysMfaMethodTotpName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/mfa/method/totp/{name}/admin-destroy": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysMfaMethodTotpNameAdminDestroy",
        "description": "The parameters and request body are for method: postSysMfaMethodTotpNameAdminDestroy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/mfa/method/totp/{name}/admin-generate": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysMfaMethodTotpNameAdminGenerate",
        "description": "The parameters and request body are for method: postSysMfaMethodTotpNameAdminGenerate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/mfa/method/totp/{name}/generate": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysMfaMethodTotpNameGenerate",
        "description": "The parameters and request body are for method: getSysMfaMethodTotpNameGenerate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/monitor": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysMonitor",
        "description": "The parameters and request body are for method: getSysMonitor. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "logLevel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/mounts": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysMounts",
        "description": "The parameters and request body are for method: getSysMounts. 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": {}
            }
          }
        }
      }
    },
    "/sys/mounts/{pathParam}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysMountsPath",
        "description": "The parameters and request body are for method: postSysMountsPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysMountsPath",
        "description": "The parameters and request body are for method: deleteSysMountsPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/mounts/{pathParam}/tune": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysMountsPathTune",
        "description": "The parameters and request body are for method: getSysMountsPathTune. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysMountsPathTune",
        "description": "The parameters and request body are for method: postSysMountsPathTune. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/namespaces": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysNamespaces",
        "description": "The parameters and request body are for method: getSysNamespaces. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/namespaces/{pathParam}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysNamespacesPath",
        "description": "The parameters and request body are for method: getSysNamespacesPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysNamespacesPath",
        "description": "The parameters and request body are for method: postSysNamespacesPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysNamespacesPath",
        "description": "The parameters and request body are for method: deleteSysNamespacesPath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "pathParam",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pathParam",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/plugins/catalog": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPluginsCatalog",
        "description": "The parameters and request body are for method: getSysPluginsCatalog. 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": {}
            }
          }
        }
      }
    },
    "/sys/plugins/catalog/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPluginsCatalogName",
        "description": "The parameters and request body are for method: getSysPluginsCatalogName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysPluginsCatalogName",
        "description": "The parameters and request body are for method: postSysPluginsCatalogName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysPluginsCatalogName",
        "description": "The parameters and request body are for method: deleteSysPluginsCatalogName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/plugins/catalog/{type}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPluginsCatalogType",
        "description": "The parameters and request body are for method: getSysPluginsCatalogType. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/plugins/catalog/{type}/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPluginsCatalogTypeName",
        "description": "The parameters and request body are for method: getSysPluginsCatalogTypeName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysPluginsCatalogTypeName",
        "description": "The parameters and request body are for method: postSysPluginsCatalogTypeName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysPluginsCatalogTypeName",
        "description": "The parameters and request body are for method: deleteSysPluginsCatalogTypeName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/plugins/reload/backend": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysPluginsReloadBackend",
        "description": "The parameters and request body are for method: postSysPluginsReloadBackend. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/plugins/reload/backend/status": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPluginsReloadBackendStatus",
        "description": "The parameters and request body are for method: getSysPluginsReloadBackendStatus. 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": {}
            }
          }
        }
      }
    },
    "/sys/policies/acl": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPoliciesAcl",
        "description": "The parameters and request body are for method: getSysPoliciesAcl. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/policies/acl/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPoliciesAclName",
        "description": "The parameters and request body are for method: getSysPoliciesAclName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysPoliciesAclName",
        "description": "The parameters and request body are for method: postSysPoliciesAclName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysPoliciesAclName",
        "description": "The parameters and request body are for method: deleteSysPoliciesAclName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/policies/egp": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPoliciesEgp",
        "description": "The parameters and request body are for method: getSysPoliciesEgp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/policies/egp/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPoliciesEgpName",
        "description": "The parameters and request body are for method: getSysPoliciesEgpName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysPoliciesEgpName",
        "description": "The parameters and request body are for method: postSysPoliciesEgpName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysPoliciesEgpName",
        "description": "The parameters and request body are for method: deleteSysPoliciesEgpName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/policies/password/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPoliciesPasswordName",
        "description": "The parameters and request body are for method: getSysPoliciesPasswordName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysPoliciesPasswordName",
        "description": "The parameters and request body are for method: postSysPoliciesPasswordName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysPoliciesPasswordName",
        "description": "The parameters and request body are for method: deleteSysPoliciesPasswordName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/policies/password/{name}/generate": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPoliciesPasswordNameGenerate",
        "description": "The parameters and request body are for method: getSysPoliciesPasswordNameGenerate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/policies/rgp": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPoliciesRgp",
        "description": "The parameters and request body are for method: getSysPoliciesRgp. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/policies/rgp/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPoliciesRgpName",
        "description": "The parameters and request body are for method: getSysPoliciesRgpName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysPoliciesRgpName",
        "description": "The parameters and request body are for method: postSysPoliciesRgpName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysPoliciesRgpName",
        "description": "The parameters and request body are for method: deleteSysPoliciesRgpName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/policy": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPolicy",
        "description": "The parameters and request body are for method: getSysPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/policy/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPolicyName",
        "description": "The parameters and request body are for method: getSysPolicyName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysPolicyName",
        "description": "The parameters and request body are for method: postSysPolicyName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysPolicyName",
        "description": "The parameters and request body are for method: deleteSysPolicyName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/pprof/": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprof",
        "description": "The parameters and request body are for method: getSysPprof. 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": {}
            }
          }
        }
      }
    },
    "/sys/pprof/cmdline": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprofCmdline",
        "description": "The parameters and request body are for method: getSysPprofCmdline. 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": {}
            }
          }
        }
      }
    },
    "/sys/pprof/goroutine": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprofGoroutine",
        "description": "The parameters and request body are for method: getSysPprofGoroutine. 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": {}
            }
          }
        }
      }
    },
    "/sys/pprof/heap": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprofHeap",
        "description": "The parameters and request body are for method: getSysPprofHeap. 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": {}
            }
          }
        }
      }
    },
    "/sys/pprof/profile": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprofProfile",
        "description": "The parameters and request body are for method: getSysPprofProfile. 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": {}
            }
          }
        }
      }
    },
    "/sys/pprof/symbol": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprofSymbol",
        "description": "The parameters and request body are for method: getSysPprofSymbol. 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": {}
            }
          }
        }
      }
    },
    "/sys/pprof/trace": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprofTrace",
        "description": "The parameters and request body are for method: getSysPprofTrace. 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": {}
            }
          }
        }
      }
    },
    "/sys/quotas/config": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysQuotasConfig",
        "description": "The parameters and request body are for method: getSysQuotasConfig. 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": [
          "System"
        ],
        "operationId": "postSysQuotasConfig",
        "description": "The parameters and request body are for method: postSysQuotasConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/quotas/lease-count": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysQuotasLeaseCount",
        "description": "The parameters and request body are for method: getSysQuotasLeaseCount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/quotas/lease-count/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysQuotasLeaseCountName",
        "description": "The parameters and request body are for method: getSysQuotasLeaseCountName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysQuotasLeaseCountName",
        "description": "The parameters and request body are for method: postSysQuotasLeaseCountName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysQuotasLeaseCountName",
        "description": "The parameters and request body are for method: deleteSysQuotasLeaseCountName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/quotas/rate-limit": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysQuotasRateLimit",
        "description": "The parameters and request body are for method: getSysQuotasRateLimit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/quotas/rate-limit/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysQuotasRateLimitName",
        "description": "The parameters and request body are for method: getSysQuotasRateLimitName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysQuotasRateLimitName",
        "description": "The parameters and request body are for method: postSysQuotasRateLimitName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysQuotasRateLimitName",
        "description": "The parameters and request body are for method: deleteSysQuotasRateLimitName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/rekey/backup": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysRekeyBackup",
        "description": "The parameters and request body are for method: getSysRekeyBackup. 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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysRekeyBackup",
        "description": "The parameters and request body are for method: deleteSysRekeyBackup. 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": {}
            }
          }
        }
      }
    },
    "/sys/rekey/init": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysRekeyInit",
        "description": "The parameters and request body are for method: getSysRekeyInit. 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": [
          "System"
        ],
        "operationId": "postSysRekeyInit",
        "description": "The parameters and request body are for method: postSysRekeyInit. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysRekeyInit",
        "description": "The parameters and request body are for method: deleteSysRekeyInit. 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": {}
            }
          }
        }
      }
    },
    "/sys/rekey/recovery-key-backup": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysRekeyRecoveryKeyBackup",
        "description": "The parameters and request body are for method: getSysRekeyRecoveryKeyBackup. 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": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysRekeyRecoveryKeyBackup",
        "description": "The parameters and request body are for method: deleteSysRekeyRecoveryKeyBackup. 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": {}
            }
          }
        }
      }
    },
    "/sys/rekey/update": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysRekeyUpdate",
        "description": "The parameters and request body are for method: postSysRekeyUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/rekey/verify": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysRekeyVerify",
        "description": "The parameters and request body are for method: getSysRekeyVerify. 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": [
          "System"
        ],
        "operationId": "postSysRekeyVerify",
        "description": "The parameters and request body are for method: postSysRekeyVerify. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysRekeyVerify",
        "description": "The parameters and request body are for method: deleteSysRekeyVerify. 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": {}
            }
          }
        }
      }
    },
    "/sys/remount": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysRemount",
        "description": "The parameters and request body are for method: postSysRemount. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/renew": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysRenew",
        "description": "The parameters and request body are for method: postSysRenew. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/renew/{urlLeaseId}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysRenewUrlLeaseId",
        "description": "The parameters and request body are for method: postSysRenewUrlLeaseId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "urlLeaseId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlLeaseId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/primary/demote": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrPrimaryDemote",
        "description": "The parameters and request body are for method: postSysReplicationDrPrimaryDemote. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/dr/primary/disable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrPrimaryDisable",
        "description": "The parameters and request body are for method: postSysReplicationDrPrimaryDisable. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/dr/primary/enable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrPrimaryEnable",
        "description": "The parameters and request body are for method: postSysReplicationDrPrimaryEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/primary/revoke-secondary": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrPrimaryRevokeSecondary",
        "description": "The parameters and request body are for method: postSysReplicationDrPrimaryRevokeSecondary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/primary/secondary-token": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrPrimarySecondaryToken",
        "description": "The parameters and request body are for method: postSysReplicationDrPrimarySecondaryToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/secondary/disable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrSecondaryDisable",
        "description": "The parameters and request body are for method: postSysReplicationDrSecondaryDisable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/secondary/enable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrSecondaryEnable",
        "description": "The parameters and request body are for method: postSysReplicationDrSecondaryEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/secondary/generate-public-key": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrSecondaryGeneratePublicKey",
        "description": "The parameters and request body are for method: postSysReplicationDrSecondaryGeneratePublicKey. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/dr/secondary/license": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysReplicationDrSecondaryLicense",
        "description": "The parameters and request body are for method: getSysReplicationDrSecondaryLicense. 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": [
          "System"
        ],
        "operationId": "postSysReplicationDrSecondaryLicense",
        "description": "The parameters and request body are for method: postSysReplicationDrSecondaryLicense. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/secondary/operation-token/delete": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrSecondaryOperationTokenDelete",
        "description": "The parameters and request body are for method: postSysReplicationDrSecondaryOperationTokenDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/secondary/promote": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrSecondaryPromote",
        "description": "The parameters and request body are for method: postSysReplicationDrSecondaryPromote. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/secondary/recover": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrSecondaryRecover",
        "description": "The parameters and request body are for method: postSysReplicationDrSecondaryRecover. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/secondary/reindex": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrSecondaryReindex",
        "description": "The parameters and request body are for method: postSysReplicationDrSecondaryReindex. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/secondary/update-primary": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationDrSecondaryUpdatePrimary",
        "description": "The parameters and request body are for method: postSysReplicationDrSecondaryUpdatePrimary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/dr/status": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysReplicationDrStatus",
        "description": "The parameters and request body are for method: getSysReplicationDrStatus. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/performance/primary/demote": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformancePrimaryDemote",
        "description": "The parameters and request body are for method: postSysReplicationPerformancePrimaryDemote. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/performance/primary/disable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformancePrimaryDisable",
        "description": "The parameters and request body are for method: postSysReplicationPerformancePrimaryDisable. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/performance/primary/dynamic-filter/{id}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysReplicationPerformancePrimaryDynamicFilterId",
        "description": "The parameters and request body are for method: getSysReplicationPerformancePrimaryDynamicFilterId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/replication/performance/primary/enable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformancePrimaryEnable",
        "description": "The parameters and request body are for method: postSysReplicationPerformancePrimaryEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/performance/primary/mount-filter/{id}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysReplicationPerformancePrimaryMountFilterId",
        "description": "The parameters and request body are for method: getSysReplicationPerformancePrimaryMountFilterId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformancePrimaryMountFilterId",
        "description": "The parameters and request body are for method: postSysReplicationPerformancePrimaryMountFilterId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysReplicationPerformancePrimaryMountFilterId",
        "description": "The parameters and request body are for method: deleteSysReplicationPerformancePrimaryMountFilterId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/replication/performance/primary/paths-filter/{id}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysReplicationPerformancePrimaryPathsFilterId",
        "description": "The parameters and request body are for method: getSysReplicationPerformancePrimaryPathsFilterId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformancePrimaryPathsFilterId",
        "description": "The parameters and request body are for method: postSysReplicationPerformancePrimaryPathsFilterId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysReplicationPerformancePrimaryPathsFilterId",
        "description": "The parameters and request body are for method: deleteSysReplicationPerformancePrimaryPathsFilterId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/replication/performance/primary/revoke-secondary": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformancePrimaryRevokeSecondary",
        "description": "The parameters and request body are for method: postSysReplicationPerformancePrimaryRevokeSecondary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/performance/primary/secondary-token": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformancePrimarySecondaryToken",
        "description": "The parameters and request body are for method: postSysReplicationPerformancePrimarySecondaryToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/performance/secondary/disable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformanceSecondaryDisable",
        "description": "The parameters and request body are for method: postSysReplicationPerformanceSecondaryDisable. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/performance/secondary/dynamic-filter/{id}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysReplicationPerformanceSecondaryDynamicFilterId",
        "description": "The parameters and request body are for method: getSysReplicationPerformanceSecondaryDynamicFilterId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "id",
            "in": "path",
            "required": true,
            "schema": {
              "title": "id",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/replication/performance/secondary/enable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformanceSecondaryEnable",
        "description": "The parameters and request body are for method: postSysReplicationPerformanceSecondaryEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/performance/secondary/generate-public-key": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformanceSecondaryGeneratePublicKey",
        "description": "The parameters and request body are for method: postSysReplicationPerformanceSecondaryGeneratePublicKey. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/performance/secondary/promote": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformanceSecondaryPromote",
        "description": "The parameters and request body are for method: postSysReplicationPerformanceSecondaryPromote. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/performance/secondary/update-primary": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPerformanceSecondaryUpdatePrimary",
        "description": "The parameters and request body are for method: postSysReplicationPerformanceSecondaryUpdatePrimary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/performance/status": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysReplicationPerformanceStatus",
        "description": "The parameters and request body are for method: getSysReplicationPerformanceStatus. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/primary/demote": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPrimaryDemote",
        "description": "The parameters and request body are for method: postSysReplicationPrimaryDemote. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/primary/disable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPrimaryDisable",
        "description": "The parameters and request body are for method: postSysReplicationPrimaryDisable. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/primary/enable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPrimaryEnable",
        "description": "The parameters and request body are for method: postSysReplicationPrimaryEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/primary/revoke-secondary": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPrimaryRevokeSecondary",
        "description": "The parameters and request body are for method: postSysReplicationPrimaryRevokeSecondary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/primary/secondary-token": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationPrimarySecondaryToken",
        "description": "The parameters and request body are for method: postSysReplicationPrimarySecondaryToken. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/recover": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationRecover",
        "description": "The parameters and request body are for method: postSysReplicationRecover. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/reindex": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationReindex",
        "description": "The parameters and request body are for method: postSysReplicationReindex. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/secondary/disable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationSecondaryDisable",
        "description": "The parameters and request body are for method: postSysReplicationSecondaryDisable. 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": {}
            }
          }
        }
      }
    },
    "/sys/replication/secondary/enable": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationSecondaryEnable",
        "description": "The parameters and request body are for method: postSysReplicationSecondaryEnable. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/secondary/promote": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationSecondaryPromote",
        "description": "The parameters and request body are for method: postSysReplicationSecondaryPromote. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/secondary/update-primary": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysReplicationSecondaryUpdatePrimary",
        "description": "The parameters and request body are for method: postSysReplicationSecondaryUpdatePrimary. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/replication/status": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysReplicationStatus",
        "description": "The parameters and request body are for method: getSysReplicationStatus. 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": {}
            }
          }
        }
      }
    },
    "/sys/revoke": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysRevoke",
        "description": "The parameters and request body are for method: postSysRevoke. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/revoke-force/{prefix}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysRevokeForcePrefix",
        "description": "The parameters and request body are for method: postSysRevokeForcePrefix. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "prefix",
            "in": "path",
            "required": true,
            "schema": {
              "title": "prefix",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/sys/revoke-prefix/{prefix}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysRevokePrefixPrefix",
        "description": "The parameters and request body are for method: postSysRevokePrefixPrefix. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "prefix",
            "in": "path",
            "required": true,
            "schema": {
              "title": "prefix",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/revoke/{urlLeaseId}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysRevokeUrlLeaseId",
        "description": "The parameters and request body are for method: postSysRevokeUrlLeaseId. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "urlLeaseId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlLeaseId",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/rotate": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysRotate",
        "description": "The parameters and request body are for method: postSysRotate. 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": {}
            }
          }
        }
      }
    },
    "/sys/seal": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysSeal",
        "description": "The parameters and request body are for method: postSysSeal. 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": {}
            }
          }
        }
      }
    },
    "/sys/seal-status": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysSealStatus",
        "description": "The parameters and request body are for method: getSysSealStatus. 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": {}
            }
          }
        }
      }
    },
    "/sys/sealwrap/rewrap": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysSealwrapRewrap",
        "description": "The parameters and request body are for method: getSysSealwrapRewrap. 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": [
          "System"
        ],
        "operationId": "postSysSealwrapRewrap",
        "description": "The parameters and request body are for method: postSysSealwrapRewrap. 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": {}
            }
          }
        }
      }
    },
    "/sys/step-down": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysStepDown",
        "description": "The parameters and request body are for method: postSysStepDown. 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": {}
            }
          }
        }
      }
    },
    "/sys/storage/raft/bootstrap/answer": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysStorageRaftBootstrapAnswer",
        "description": "The parameters and request body are for method: postSysStorageRaftBootstrapAnswer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/storage/raft/bootstrap/challenge": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysStorageRaftBootstrapChallenge",
        "description": "The parameters and request body are for method: postSysStorageRaftBootstrapChallenge. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/storage/raft/configuration": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysStorageRaftConfiguration",
        "description": "The parameters and request body are for method: getSysStorageRaftConfiguration. 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": {}
            }
          }
        }
      }
    },
    "/sys/storage/raft/remove-peer": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysStorageRaftRemovePeer",
        "description": "The parameters and request body are for method: postSysStorageRaftRemovePeer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/storage/raft/snapshot": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysStorageRaftSnapshot",
        "description": "The parameters and request body are for method: getSysStorageRaftSnapshot. 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": [
          "System"
        ],
        "operationId": "postSysStorageRaftSnapshot",
        "description": "The parameters and request body are for method: postSysStorageRaftSnapshot. 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": {}
            }
          }
        }
      }
    },
    "/sys/storage/raft/snapshot-force": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysStorageRaftSnapshotForce",
        "description": "The parameters and request body are for method: postSysStorageRaftSnapshotForce. 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": {}
            }
          }
        }
      }
    },
    "/sys/tools/hash": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysToolsHash",
        "description": "The parameters and request body are for method: postSysToolsHash. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/tools/hash/{urlalgorithm}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysToolsHashUrlalgorithm",
        "description": "The parameters and request body are for method: postSysToolsHashUrlalgorithm. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "urlalgorithm",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlalgorithm",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/tools/random": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysToolsRandom",
        "description": "The parameters and request body are for method: postSysToolsRandom. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/tools/random/{urlbytes}": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysToolsRandomUrlbytes",
        "description": "The parameters and request body are for method: postSysToolsRandomUrlbytes. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "urlbytes",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlbytes",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/unseal": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysUnseal",
        "description": "The parameters and request body are for method: postSysUnseal. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/wrapping/lookup": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysWrappingLookup",
        "description": "The parameters and request body are for method: getSysWrappingLookup. 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": [
          "System"
        ],
        "operationId": "postSysWrappingLookup",
        "description": "The parameters and request body are for method: postSysWrappingLookup. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/wrapping/rewrap": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysWrappingRewrap",
        "description": "The parameters and request body are for method: postSysWrappingRewrap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/wrapping/unwrap": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysWrappingUnwrap",
        "description": "The parameters and request body are for method: postSysWrappingUnwrap. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/sys/wrapping/wrap": {
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysWrappingWrap",
        "description": "The parameters and request body are for method: postSysWrappingWrap. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/creds/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAdCredsName",
        "description": "The parameters and request body are for method: getAdCredsName. Same endpoint also used in methods:<br> getSecretEngineCredsName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/library": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAdLibrary",
        "description": "The parameters and request body are for method: getAdLibrary. Same endpoint also used in methods:<br> getSecretEngineLibrary (namespace : string,secretmount : string,list : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/library/manage/{name}/check-in": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "createAdLibraryManageNameCheckIn",
        "description": "The parameters and request body are for method: createAdLibraryManageNameCheckIn. Same endpoint also used in methods:<br> postSecretEngineLibraryManageNameCheckIn (namespace : string,secretmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/library/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAdLibraryName",
        "description": "The parameters and request body are for method: getAdLibraryName. Same endpoint also used in methods:<br> getSecretEngineLibraryName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "updateAdLibraryName",
        "description": "The parameters and request body are for method: updateAdLibraryName. Same endpoint also used in methods:<br> updateSecretEngineLibraryName (namespace : string,secretmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteAdLibraryName",
        "description": "The parameters and request body are for method: deleteAdLibraryName. Same endpoint also used in methods:<br> deleteSecretEngineLibraryName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/library/{name}/check-in": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "createAdLibraryNameCheckIn",
        "description": "The parameters and request body are for method: createAdLibraryNameCheckIn. Same endpoint also used in methods:<br> postSecretEngineLibraryNameCheckIn (namespace : string,secretmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/library/{name}/check-out": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "createAdLibraryNameCheckOut",
        "description": "The parameters and request body are for method: createAdLibraryNameCheckOut. Same endpoint also used in methods:<br> postSecretEngineLibraryNameCheckOut (namespace : string,secretmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/library/{name}/status": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAdLibraryNameStatus",
        "description": "The parameters and request body are for method: getAdLibraryNameStatus. Same endpoint also used in methods:<br> getSecretEngineLibraryNameStatus (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/rotate-root": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAdRotateRoot",
        "description": "The parameters and request body are for method: getAdRotateRoot. Same endpoint also used in methods:<br> getSecretEngineRotateRoot (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "createAdRotateRoot",
        "description": "The parameters and request body are for method: createAdRotateRoot. Same endpoint also used in methods:<br> postSecretEngineRotateRoot (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/role": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAlicloudRole",
        "description": "The parameters and request body are for method: getAlicloudRole. Same endpoint also used in methods:<br> getNomadRole (namespace : string,nomadmount : string,list : string)<br> getSecretEngineRole (namespace : string,secretmount : string,list : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/role/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAlicloudRoleName",
        "description": "The parameters and request body are for method: getAlicloudRoleName. Same endpoint also used in methods:<br> getNomadRoleName (namespace : string,nomadmount : string,name : string)<br> getSecretEngineRoleName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postAlicloudRoleName",
        "description": "The parameters and request body are for method: postAlicloudRoleName. Same endpoint also used in methods:<br> postNomadRoleName (namespace : string,nomadmount : string,name : string,body : object)<br> postSecretEngineRoleName (namespace : string,secretmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteAlicloudRoleName",
        "description": "The parameters and request body are for method: deleteAlicloudRoleName. Same endpoint also used in methods:<br> deleteNomadRoleName (namespace : string,nomadmount : string,name : string)<br> deleteSecretEngineRoleName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/config/lease": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAwsConfigLease",
        "description": "The parameters and request body are for method: getAwsConfigLease. Same endpoint also used in methods:<br> getNomadConfigLease (namespace : string,nomadmount : string)<br> getRabbitmqConfigLease (namespace : string,rabbitmqmount : string)<br> getSecretEngineConfigLease (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postAwsConfigLease",
        "description": "The parameters and request body are for method: postAwsConfigLease. Same endpoint also used in methods:<br> postNomadConfigLease (namespace : string,nomadmount : string,body : object)<br> postRabbitmqConfigLease (namespace : string,rabbitmqmount : string,body : object)<br> postSecretEngineConfigLease (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteNomadConfigLease",
        "description": "The parameters and request body are for method: deleteNomadConfigLease. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/config/root": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAwsConfigRoot",
        "description": "The parameters and request body are for method: getAwsConfigRoot. Same endpoint also used in methods:<br> getSecretEngineConfigRoot (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postAwsConfigRoot",
        "description": "The parameters and request body are for method: postAwsConfigRoot. Same endpoint also used in methods:<br> postSecretEngineConfigRoot (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/config/rotate-root": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postAwsConfigRotateRoot",
        "description": "The parameters and request body are for method: postAwsConfigRotateRoot. Same endpoint also used in methods:<br> postGcpConfigRotateRoot (namespace : string,gcpmount : string)<br> postSecretEngineConfigRotateRoot (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/creds": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAwsCreds",
        "description": "The parameters and request body are for method: getAwsCreds. Same endpoint also used in methods:<br> getSecretEngineCreds (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postAwsCreds",
        "description": "The parameters and request body are for method: postAwsCreds. Same endpoint also used in methods:<br> postSecretEngineCreds (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/sts/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAwsStsName",
        "description": "The parameters and request body are for method: getAwsStsName. Same endpoint also used in methods:<br> getSecretEngineStsName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postAwsStsName",
        "description": "The parameters and request body are for method: postAwsStsName. Same endpoint also used in methods:<br> postSecretEngineStsName (namespace : string,secretmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/creds/{role}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getAzureCredsRole",
        "description": "The parameters and request body are for method: getAzureCredsRole. Same endpoint also used in methods:<br> getConsulCredsRole (namespace : string,consulmount : string,role : string)<br> getSecretEngineCredsRole (namespace : string,secretmount : string,role : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "role",
            "in": "path",
            "required": true,
            "schema": {
              "title": "role",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSshCredsRole",
        "description": "The parameters and request body are for method: postSshCredsRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "role",
            "in": "path",
            "required": true,
            "schema": {
              "title": "role",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/config/access": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getConsulConfigAccess",
        "description": "The parameters and request body are for method: getConsulConfigAccess. Same endpoint also used in methods:<br> getNomadConfigAccess (namespace : string,nomadmount : string)<br> getSecretEngineConfigAccess (namespace : string,secretmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postConsulConfigAccess",
        "description": "The parameters and request body are for method: postConsulConfigAccess. Same endpoint also used in methods:<br> postNomadConfigAccess (namespace : string,nomadmount : string,body : object)<br> postSecretEngineConfigAccess (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteNomadConfigAccess",
        "description": "The parameters and request body are for method: deleteNomadConfigAccess. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/{enginepath}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getCubbyholePath",
        "description": "The parameters and request body are for method: getCubbyholePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          },
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postCubbyholePath",
        "description": "The parameters and request body are for method: postCubbyholePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteCubbyholePath",
        "description": "The parameters and request body are for method: deleteCubbyholePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/config/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getDatabaseConfigName",
        "description": "The parameters and request body are for method: getDatabaseConfigName. Same endpoint also used in methods:<br> getSecretEngineConfigName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postDatabaseConfigName",
        "description": "The parameters and request body are for method: postDatabaseConfigName. Same endpoint also used in methods:<br> postSecretEngineConfigName (namespace : string,secretmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteDatabaseConfigName",
        "description": "The parameters and request body are for method: deleteDatabaseConfigName. Same endpoint also used in methods:<br> deleteSecretEngineConfigName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/reset/{name}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postDatabaseResetName",
        "description": "The parameters and request body are for method: postDatabaseResetName. Same endpoint also used in methods:<br> postSecretEngineResetName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/rotate-role/{name}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postDatabaseRotateRoleName",
        "description": "The parameters and request body are for method: postDatabaseRotateRoleName. Same endpoint also used in methods:<br> postSecretEngineRotateRoleName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/rotate-root/{name}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postDatabaseRotateRootName",
        "description": "The parameters and request body are for method: postDatabaseRotateRootName. Same endpoint also used in methods:<br> postSecretEngineRotateRootName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/static-creds/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getDatabaseStaticCredsName",
        "description": "The parameters and request body are for method: getDatabaseStaticCredsName. Same endpoint also used in methods:<br> getSecretEngineStaticCredsName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/static-roles": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getDatabaseStaticRoles",
        "description": "The parameters and request body are for method: getDatabaseStaticRoles. Same endpoint also used in methods:<br> getSecretEngineStaticRoles (namespace : string,secretmount : string,list : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/static-roles/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getDatabaseStaticRolesName",
        "description": "The parameters and request body are for method: getDatabaseStaticRolesName. Same endpoint also used in methods:<br> getSecretEngineStaticRolesName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postDatabaseStaticRolesName",
        "description": "The parameters and request body are for method: postDatabaseStaticRolesName. Same endpoint also used in methods:<br> postSecretEngineStaticRolesName (namespace : string,secretmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteDatabaseStaticRolesName",
        "description": "The parameters and request body are for method: deleteDatabaseStaticRolesName. Same endpoint also used in methods:<br> deleteSecretEngineStaticRolesName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/key/{roleset}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getGcpKeyRoleset",
        "description": "The parameters and request body are for method: getGcpKeyRoleset. Same endpoint also used in methods:<br> getSecretEngineKeyRoleset (namespace : string,secretmount : string,roleset : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleset",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleset",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpKeyRoleset",
        "description": "The parameters and request body are for method: postGcpKeyRoleset. Same endpoint also used in methods:<br> postSecretEngineKeyRoleset (namespace : string,secretmount : string,roleset : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleset",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleset",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/roleset/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getGcpRolesetName",
        "description": "The parameters and request body are for method: getGcpRolesetName. Same endpoint also used in methods:<br> getSecretEngineRolesetName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpRolesetName",
        "description": "The parameters and request body are for method: postGcpRolesetName. Same endpoint also used in methods:<br> postSecretEngineRolesetName (namespace : string,secretmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteGcpRolesetName",
        "description": "The parameters and request body are for method: deleteGcpRolesetName. Same endpoint also used in methods:<br> deleteSecretEngineRolesetName (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/roleset/{name}/rotate": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpRolesetNameRotate",
        "description": "The parameters and request body are for method: postGcpRolesetNameRotate. Same endpoint also used in methods:<br> postSecretEngineRolesetNameRotate (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/roleset/{name}/rotate-key": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpRolesetNameRotateKey",
        "description": "The parameters and request body are for method: postGcpRolesetNameRotateKey. Same endpoint also used in methods:<br> postSecretEngineRolesetNameRotateKey (namespace : string,secretmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/rolesets": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getGcpRolesets",
        "description": "The parameters and request body are for method: getGcpRolesets. Same endpoint also used in methods:<br> getSecretEngineRolesets (namespace : string,secretmount : string,list : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/token/{roleset}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getGcpTokenRoleset",
        "description": "The parameters and request body are for method: getGcpTokenRoleset. Same endpoint also used in methods:<br> getSecretEngineTokenRoleset (namespace : string,secretmount : string,roleset : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleset",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleset",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpTokenRoleset",
        "description": "The parameters and request body are for method: postGcpTokenRoleset. Same endpoint also used in methods:<br> postSecretEngineTokenRoleset (namespace : string,secretmount : string,roleset : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "roleset",
            "in": "path",
            "required": true,
            "schema": {
              "title": "roleset",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/decrypt/{key}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsDecryptKey",
        "description": "The parameters and request body are for method: postGcpkmsDecryptKey. Same endpoint also used in methods:<br> postSecretEngineDecryptKey (namespace : string,secretmount : string,key : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/encrypt/{key}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsEncryptKey",
        "description": "The parameters and request body are for method: postGcpkmsEncryptKey. Same endpoint also used in methods:<br> postSecretEngineEncryptKey (namespace : string,secretmount : string,key : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getGcpkmsKeys",
        "description": "The parameters and request body are for method: getGcpkmsKeys. Same endpoint also used in methods:<br> getSecretEngineKeys (namespace : string,secretmount : string,list : string)<br> getTotpKeys (namespace : string,totpmount : string,list : string)<br> getTransitKeys (namespace : string,transitmount : string,list : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/config/{key}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getGcpkmsKeysConfigKey",
        "description": "The parameters and request body are for method: getGcpkmsKeysConfigKey. Same endpoint also used in methods:<br> getSecretEngineKeysConfigKey (namespace : string,secretmount : string,key : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsKeysConfigKey",
        "description": "The parameters and request body are for method: postGcpkmsKeysConfigKey. Same endpoint also used in methods:<br> postSecretEngineKeysConfigKey (namespace : string,secretmount : string,key : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/deregister/{key}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsKeysDeregisterKey",
        "description": "The parameters and request body are for method: postGcpkmsKeysDeregisterKey. Same endpoint also used in methods:<br> postSecretEngineKeysDeregisterKey (namespace : string,secretmount : string,key : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteGcpkmsKeysDeregisterKey",
        "description": "The parameters and request body are for method: deleteGcpkmsKeysDeregisterKey. Same endpoint also used in methods:<br> deleteSecretEngineKeysDeregisterKey (namespace : string,secretmount : string,key : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/register/{key}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsKeysRegisterKey",
        "description": "The parameters and request body are for method: postGcpkmsKeysRegisterKey. Same endpoint also used in methods:<br> postSecretEngineKeysRegisterKey (namespace : string,secretmount : string,key : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/rotate/{key}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsKeysRotateKey",
        "description": "The parameters and request body are for method: postGcpkmsKeysRotateKey. Same endpoint also used in methods:<br> postSecretEngineKeysRotateKey (namespace : string,secretmount : string,key : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/trim/{key}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsKeysTrimKey",
        "description": "The parameters and request body are for method: postGcpkmsKeysTrimKey. Same endpoint also used in methods:<br> postSecretEngineKeysTrimKey (namespace : string,secretmount : string,key : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteGcpkmsKeysTrimKey",
        "description": "The parameters and request body are for method: deleteGcpkmsKeysTrimKey. Same endpoint also used in methods:<br> deleteSecretEngineKeysTrimKey (namespace : string,secretmount : string,key : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/{key}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getGcpkmsKeysKey",
        "description": "The parameters and request body are for method: getGcpkmsKeysKey. Same endpoint also used in methods:<br> getSecretEngineKeysKey (namespace : string,secretmount : string,key : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsKeysKey",
        "description": "The parameters and request body are for method: postGcpkmsKeysKey. Same endpoint also used in methods:<br> postSecretEngineKeysKey (namespace : string,secretmount : string,key : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteGcpkmsKeysKey",
        "description": "The parameters and request body are for method: deleteGcpkmsKeysKey. Same endpoint also used in methods:<br> deleteSecretEngineKeysKey (namespace : string,secretmount : string,key : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/pubkey/{key}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getGcpkmsPubkeyKey",
        "description": "The parameters and request body are for method: getGcpkmsPubkeyKey. Same endpoint also used in methods:<br> getSecretEnginePubkeyKey (namespace : string,secretmount : string,key : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/reencrypt/{key}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsReencryptKey",
        "description": "The parameters and request body are for method: postGcpkmsReencryptKey. Same endpoint also used in methods:<br> postSecretEngineReencryptKey (namespace : string,secretmount : string,key : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/sign/{key}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsSignKey",
        "description": "The parameters and request body are for method: postGcpkmsSignKey. Same endpoint also used in methods:<br> postSecretEngineSignKey (namespace : string,secretmount : string,key : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/verify/{key}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postGcpkmsVerifyKey",
        "description": "The parameters and request body are for method: postGcpkmsVerifyKey. Same endpoint also used in methods:<br> postSecretEngineVerifyKey (namespace : string,secretmount : string,key : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "key",
            "in": "path",
            "required": true,
            "schema": {
              "title": "key",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/data/{enginepath}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getKvDataPath",
        "description": "The parameters and request body are for method: getKvDataPath. Same endpoint also used in methods:<br> getSecretEngineDataPath (namespace : string,secretmount : string,enginepath : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postKvDataPath",
        "description": "The parameters and request body are for method: postKvDataPath. Same endpoint also used in methods:<br> postSecretEngineDataPath (namespace : string,secretmount : string,enginepath : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteKvDataPath",
        "description": "The parameters and request body are for method: deleteKvDataPath. Same endpoint also used in methods:<br> deleteSecretEngineDataPath (namespace : string,secretmount : string,enginepath : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/delete/{enginepath}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postKvDeletePath",
        "description": "The parameters and request body are for method: postKvDeletePath. Same endpoint also used in methods:<br> postSecretEngineDeletePath (namespace : string,secretmount : string,enginepath : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/destroy/{enginepath}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postKvDestroyPath",
        "description": "The parameters and request body are for method: postKvDestroyPath. Same endpoint also used in methods:<br> postSecretEngineDestroyPath (namespace : string,secretmount : string,enginepath : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/metadata/{enginepath}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getKvMetadataPath",
        "description": "The parameters and request body are for method: getKvMetadataPath. Same endpoint also used in methods:<br> getSecretEngineMetadataPath (namespace : string,secretmount : string,enginepath : string,list : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          },
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postKvMetadataPath",
        "description": "The parameters and request body are for method: postKvMetadataPath. Same endpoint also used in methods:<br> postSecretEngineMetadataPath (namespace : string,secretmount : string,enginepath : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteKvMetadataPath",
        "description": "The parameters and request body are for method: deleteKvMetadataPath. Same endpoint also used in methods:<br> deleteSecretEngineMetadataPath (namespace : string,secretmount : string,enginepath : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/undelete/{enginepath}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postKvUndeletePath",
        "description": "The parameters and request body are for method: postKvUndeletePath. Same endpoint also used in methods:<br> postSecretEngineUndeletePath (namespace : string,secretmount : string,enginepath : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "enginepath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "enginepath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/config/connection": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postRabbitmqConfigConnection",
        "description": "The parameters and request body are for method: postRabbitmqConfigConnection. Same endpoint also used in methods:<br> postSecretEngineConfigConnection (namespace : string,secretmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/{secretpath}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretEnginePath",
        "description": "The parameters and request body are for method: getSecretEnginePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "secretpath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretpath",
              "type": "string"
            }
          },
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEnginePath",
        "description": "The parameters and request body are for method: postSecretEnginePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "secretpath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretpath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteSecretEnginePath",
        "description": "The parameters and request body are for method: deleteSecretEnginePath. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "secretpath",
            "in": "path",
            "required": true,
            "schema": {
              "title": "secretpath",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/config/zeroaddress": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretEngineConfigZeroaddress",
        "description": "The parameters and request body are for method: getSecretEngineConfigZeroaddress. Same endpoint also used in methods:<br> getSshConfigZeroaddress (namespace : string,sshmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineConfigZeroaddress",
        "description": "The parameters and request body are for method: postSecretEngineConfigZeroaddress. Same endpoint also used in methods:<br> postSshConfigZeroaddress (namespace : string,sshmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteSecretEngineConfigZeroaddress",
        "description": "The parameters and request body are for method: deleteSecretEngineConfigZeroaddress. Same endpoint also used in methods:<br> deleteSshConfigZeroaddress (namespace : string,sshmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/{keyName}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineKeysKeyName",
        "description": "The parameters and request body are for method: postSecretEngineKeysKeyName. Same endpoint also used in methods:<br> postSshKeysKeyName (namespace : string,sshmount : string,keyName : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteSecretEngineKeysKeyName",
        "description": "The parameters and request body are for method: deleteSecretEngineKeysKeyName. Same endpoint also used in methods:<br> deleteSshKeysKeyName (namespace : string,sshmount : string,keyName : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "keyName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "keyName",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/lookup": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineLookup",
        "description": "The parameters and request body are for method: postSecretEngineLookup. Same endpoint also used in methods:<br> postSshLookup (namespace : string,sshmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/public_key": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretEnginePublicKey",
        "description": "The parameters and request body are for method: getSecretEnginePublicKey. Same endpoint also used in methods:<br> getSshPublicKey (namespace : string,sshmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/verify": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineVerify",
        "description": "The parameters and request body are for method: postSecretEngineVerify. Same endpoint also used in methods:<br> postSshVerify (namespace : string,sshmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/import-queue/": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getCertImportQueue",
        "description": "The parameters and request body are for method: getCertImportQueue. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/import-queue/{role}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getCertImportQueueRole",
        "description": "The parameters and request body are for method: getCertImportQueueRole. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "role",
            "in": "path",
            "required": true,
            "schema": {
              "title": "role",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/show-venafi-role-policy-map": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getCertShowVenafiRolePolicyMap",
        "description": "The parameters and request body are for method: getCertShowVenafiRolePolicyMap. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/venafi": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getCertVenafi",
        "description": "The parameters and request body are for method: getCertVenafi. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/venafi-policy/": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getCertVenafiPolicy",
        "description": "The parameters and request body are for method: getCertVenafiPolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/venafi-policy/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getCertVenafiPolicyName",
        "description": "The parameters and request body are for method: getCertVenafiPolicyName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postCertVenafiPolicyName",
        "description": "The parameters and request body are for method: postCertVenafiPolicyName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteCertVenafiPolicyName",
        "description": "The parameters and request body are for method: deleteCertVenafiPolicyName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/venafi-policy/{name}/policy": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getCertVenafiPolicyNamePolicy",
        "description": "The parameters and request body are for method: getCertVenafiPolicyNamePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postCertVenafiPolicyNamePolicy",
        "description": "The parameters and request body are for method: postCertVenafiPolicyNamePolicy. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/venafi-sync-policies": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getCertVenafiSyncPolicies",
        "description": "The parameters and request body are for method: getCertVenafiSyncPolicies. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/venafi/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getCertVenafiName",
        "description": "The parameters and request body are for method: getCertVenafiName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postCertVenafiName",
        "description": "The parameters and request body are for method: postCertVenafiName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteCertVenafiName",
        "description": "The parameters and request body are for method: deleteCertVenafiName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/code/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretEngineCodeName",
        "description": "The parameters and request body are for method: getSecretEngineCodeName. Same endpoint also used in methods:<br> getTotpCodeName (namespace : string,totpmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineCodeName",
        "description": "The parameters and request body are for method: postSecretEngineCodeName. Same endpoint also used in methods:<br> postTotpCodeName (namespace : string,totpmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretEngineKeysName",
        "description": "The parameters and request body are for method: getSecretEngineKeysName. Same endpoint also used in methods:<br> getTotpKeysName (namespace : string,totpmount : string,name : string)<br> getTransitKeysName (namespace : string,transitmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineKeysName",
        "description": "The parameters and request body are for method: postSecretEngineKeysName. Same endpoint also used in methods:<br> postTotpKeysName (namespace : string,totpmount : string,name : string,body : object)<br> postTransitKeysName (namespace : string,transitmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "Secrets"
        ],
        "operationId": "deleteSecretEngineKeysName",
        "description": "The parameters and request body are for method: deleteSecretEngineKeysName. Same endpoint also used in methods:<br> deleteTotpKeysName (namespace : string,totpmount : string,name : string)<br> deleteTransitKeysName (namespace : string,transitmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/backup/{name}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretEngineBackupName",
        "description": "The parameters and request body are for method: getSecretEngineBackupName. Same endpoint also used in methods:<br> getTransitBackupName (namespace : string,transitmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/cache-config": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretEngineCacheConfig",
        "description": "The parameters and request body are for method: getSecretEngineCacheConfig. Same endpoint also used in methods:<br> getTransitCacheConfig (namespace : string,transitmount : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineCacheConfig",
        "description": "The parameters and request body are for method: postSecretEngineCacheConfig. Same endpoint also used in methods:<br> postTransitCacheConfig (namespace : string,transitmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/datakey/{name}/{plaintext}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineDatakeyPlaintextName",
        "description": "The parameters and request body are for method: postSecretEngineDatakeyPlaintextName. Same endpoint also used in methods:<br> postTransitDatakeyPlaintextName (namespace : string,transitmount : string,name : string,plaintext : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "plaintext",
            "in": "path",
            "required": true,
            "schema": {
              "title": "plaintext",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/decrypt/{name}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineDecryptName",
        "description": "The parameters and request body are for method: postSecretEngineDecryptName. Same endpoint also used in methods:<br> postTransitDecryptName (namespace : string,transitmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/encrypt/{name}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineEncryptName",
        "description": "The parameters and request body are for method: postSecretEngineEncryptName. Same endpoint also used in methods:<br> postTransitEncryptName (namespace : string,transitmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/export/{name}/{type}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretEngineExportTypeName",
        "description": "The parameters and request body are for method: getSecretEngineExportTypeName. Same endpoint also used in methods:<br> getTransitExportTypeName (namespace : string,transitmount : string,name : string,type : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/export/{name}/{type}/{version}": {
      "get": {
        "tags": [
          "Secrets"
        ],
        "operationId": "getSecretEngineExportTypeNameVersion",
        "description": "The parameters and request body are for method: getSecretEngineExportTypeNameVersion. Same endpoint also used in methods:<br> getTransitExportTypeNameVersion (namespace : string,transitmount : string,name : string,type : string,version : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "type",
            "in": "path",
            "required": true,
            "schema": {
              "title": "type",
              "type": "string"
            }
          },
          {
            "name": "version",
            "in": "path",
            "required": true,
            "schema": {
              "title": "version",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/hash": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineHash",
        "description": "The parameters and request body are for method: postSecretEngineHash. Same endpoint also used in methods:<br> postTransitHash (namespace : string,transitmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/hash/{urlalgorithm}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineHashUrlalgorithm",
        "description": "The parameters and request body are for method: postSecretEngineHashUrlalgorithm. Same endpoint also used in methods:<br> postTransitHashUrlalgorithm (namespace : string,transitmount : string,urlalgorithm : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "urlalgorithm",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlalgorithm",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/hmac/{name}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineHmacName",
        "description": "The parameters and request body are for method: postSecretEngineHmacName. Same endpoint also used in methods:<br> postTransitHmacName (namespace : string,transitmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/hmac/{name}/{urlalgorithm}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineHmacNameUrlalgorithm",
        "description": "The parameters and request body are for method: postSecretEngineHmacNameUrlalgorithm. Same endpoint also used in methods:<br> postTransitHmacNameUrlalgorithm (namespace : string,transitmount : string,name : string,urlalgorithm : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "urlalgorithm",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlalgorithm",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/{name}/config": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineKeysNameConfig",
        "description": "The parameters and request body are for method: postSecretEngineKeysNameConfig. Same endpoint also used in methods:<br> postTransitKeysNameConfig (namespace : string,transitmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/{name}/rotate": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineKeysNameRotate",
        "description": "The parameters and request body are for method: postSecretEngineKeysNameRotate. Same endpoint also used in methods:<br> postTransitKeysNameRotate (namespace : string,transitmount : string,name : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/keys/{name}/trim": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineKeysNameTrim",
        "description": "The parameters and request body are for method: postSecretEngineKeysNameTrim. Same endpoint also used in methods:<br> postTransitKeysNameTrim (namespace : string,transitmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/random": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineRandom",
        "description": "The parameters and request body are for method: postSecretEngineRandom. Same endpoint also used in methods:<br> postTransitRandom (namespace : string,transitmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/random/{urlbytes}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineRandomUrlbytes",
        "description": "The parameters and request body are for method: postSecretEngineRandomUrlbytes. Same endpoint also used in methods:<br> postTransitRandomUrlbytes (namespace : string,transitmount : string,urlbytes : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "urlbytes",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlbytes",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/restore": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineRestore",
        "description": "The parameters and request body are for method: postSecretEngineRestore. Same endpoint also used in methods:<br> postTransitRestore (namespace : string,transitmount : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/restore/{name}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineRestoreName",
        "description": "The parameters and request body are for method: postSecretEngineRestoreName. Same endpoint also used in methods:<br> postTransitRestoreName (namespace : string,transitmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/rewrap/{name}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineRewrapName",
        "description": "The parameters and request body are for method: postSecretEngineRewrapName. Same endpoint also used in methods:<br> postTransitRewrapName (namespace : string,transitmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/sign/{name}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineSignName",
        "description": "The parameters and request body are for method: postSecretEngineSignName. Same endpoint also used in methods:<br> postTransitSignName (namespace : string,transitmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/sign/{name}/{urlalgorithm}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineSignNameUrlalgorithm",
        "description": "The parameters and request body are for method: postSecretEngineSignNameUrlalgorithm. Same endpoint also used in methods:<br> postTransitSignNameUrlalgorithm (namespace : string,transitmount : string,name : string,urlalgorithm : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "urlalgorithm",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlalgorithm",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/verify/{name}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineVerifyName",
        "description": "The parameters and request body are for method: postSecretEngineVerifyName. Same endpoint also used in methods:<br> postTransitVerifyName (namespace : string,transitmount : string,name : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/{mysecret}/verify/{name}/{urlalgorithm}": {
      "post": {
        "tags": [
          "Secrets"
        ],
        "operationId": "postSecretEngineVerifyNameUrlalgorithm",
        "description": "The parameters and request body are for method: postSecretEngineVerifyNameUrlalgorithm. Same endpoint also used in methods:<br> postTransitVerifyNameUrlalgorithm (namespace : string,transitmount : string,name : string,urlalgorithm : string,body : object)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          },
          {
            "name": "urlalgorithm",
            "in": "path",
            "required": true,
            "schema": {
              "title": "urlalgorithm",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/sys/internal/counters/activity": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysInternalCountersActivity",
        "description": "The parameters and request body are for method: getSysInternalCountersActivity. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/sys/internal/counters/activity/monthly": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysInternalCountersActivityMonthly",
        "description": "The parameters and request body are for method: getSysInternalCountersActivityMonthly. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/sys/internal/counters/config": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysInternalCountersConfig",
        "description": "The parameters and request body are for method: getSysInternalCountersConfig. 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": [
          "System"
        ],
        "operationId": "postSysInternalCountersConfig",
        "description": "The parameters and request body are for method: postSysInternalCountersConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/sys/internal/ui/feature-flags": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysInternalUiFeatureFlags",
        "description": "The parameters and request body are for method: getSysInternalUiFeatureFlags. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/sys/pprof/allocs": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprofAllocs",
        "description": "The parameters and request body are for method: getSysPprofAllocs. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/sys/pprof/block": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprofBlock",
        "description": "The parameters and request body are for method: getSysPprofBlock. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/sys/pprof/mutex": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprofMutex",
        "description": "The parameters and request body are for method: getSysPprofMutex. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/sys/pprof/threadcreate": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysPprofThreadcreate",
        "description": "The parameters and request body are for method: getSysPprofThreadcreate. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/sys/rotate/config": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysRotateConfig",
        "description": "The parameters and request body are for method: getSysRotateConfig. 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": [
          "System"
        ],
        "operationId": "postSysRotateConfig",
        "description": "The parameters and request body are for method: postSysRotateConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/sys/storage/raft/autopilot/configuration": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysStorageRaftAutopilotConfiguration",
        "description": "The parameters and request body are for method: getSysStorageRaftAutopilotConfiguration. 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": [
          "System"
        ],
        "operationId": "postSysStorageRaftAutopilotConfiguration",
        "description": "The parameters and request body are for method: postSysStorageRaftAutopilotConfiguration. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{myname}/sys/storage/raft/autopilot/state": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysStorageRaftAutopilotState",
        "description": "The parameters and request body are for method: getSysStorageRaftAutopilotState. 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": {}
            }
          }
        }
      }
    },
    "/{myname}/sys/storage/raft/snapshot-auto/config/": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysStorageRaftSnapshotAutoConfig",
        "description": "The parameters and request body are for method: getSysStorageRaftSnapshotAutoConfig. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "list",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/sys/storage/raft/snapshot-auto/config/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysStorageRaftSnapshotAutoConfigName",
        "description": "The parameters and request body are for method: getSysStorageRaftSnapshotAutoConfigName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "System"
        ],
        "operationId": "postSysStorageRaftSnapshotAutoConfigName",
        "description": "The parameters and request body are for method: postSysStorageRaftSnapshotAutoConfigName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "System"
        ],
        "operationId": "deleteSysStorageRaftSnapshotAutoConfigName",
        "description": "The parameters and request body are for method: deleteSysStorageRaftSnapshotAutoConfigName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{myname}/sys/storage/raft/snapshot-auto/status/{name}": {
      "get": {
        "tags": [
          "System"
        ],
        "operationId": "getSysStorageRaftSnapshotAutoStatusName",
        "description": "The parameters and request body are for method: getSysStorageRaftSnapshotAutoStatusName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "name",
            "in": "path",
            "required": true,
            "schema": {
              "title": "name",
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}