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

rest-api-spec.api.search_application.put_behavioral_analytics.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "search_application.put_behavioral_analytics": {
    "documentation": {
      "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/put-analytics-collection.html",
      "description": "Creates a behavioral analytics collection."
    },
    "stability": "experimental",
    "visibility": "public",
    "headers": {
      "accept": [
        "application/json"
      ]
    },
    "url": {
      "paths": [
        {
          "path": "/_application/analytics/{name}",
          "methods": [
            "PUT"
          ],
          "parts": {
            "name": {
              "type": "string",
              "description": "The name of the analytics collection to be created or updated"
            }
          }
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy