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

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

There is a newer version: 8.17.0
Show newest version
{
  "connector.sync_job_error": {
    "documentation": {
      "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/set-connector-sync-job-error-api.html",
      "description": "Sets an error for a connector sync job."
    },
    "stability": "experimental",
    "visibility": "public",
    "headers": {
      "accept": [
        "application/json"
      ],
      "content_type": [
        "application/json"
      ]
    },
    "url": {
      "paths": [
        {
          "path": "/_connector/_sync_job/{connector_sync_job_id}/_error",
          "methods": [
            "PUT"
          ],
          "parts": {
            "connector_sync_job_id": {
              "type": "string",
              "description": "The unique identifier of the connector sync job to set an error for."
            }
          }
        }
      ]
    },
    "body": {
      "description": "The error to set in the connector sync job.",
      "required": true
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy