All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.security.clear_cached_realms.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "security.clear_cached_realms":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-clear-cache.html",
      "description":"Evicts users from the user cache. Can completely clear the cache or evict specific users."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_security/realm/{realms}/_clear_cache",
          "methods":[
            "POST"
          ],
          "parts":{
            "realms":{
              "type":"list",
              "description":"Comma-separated list of realms to clear"
            }
          }
        }
      ]
    },
    "params":{
      "usernames":{
        "type":"list",
        "description":"Comma-separated list of usernames to clear from the cache",
        "required":false
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy