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

rest-api-spec.api.connector.last_sync.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "connector.last_sync": {
    "documentation": {
      "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/update-connector-last-sync-api.html",
      "description": "Updates the stats of last sync in the connector document."
    },
    "stability": "experimental",
    "visibility": "public",
    "headers": {
      "accept": [
        "application/json"
      ],
      "content_type": [
        "application/json"
      ]
    },
    "url": {
      "paths": [
        {
          "path": "/_connector/{connector_id}/_last_sync",
          "methods": [
            "PUT"
          ],
          "parts": {
            "connector_id": {
              "type": "string",
              "description": "The unique identifier of the connector to be updated."
            }
          }
        }
      ]
    },
    "body": {
      "description": "Object with stats related to the last connector sync run.",
      "required": true
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy