Skip to content

Commit 9c12065

Browse files
committed
Add description
1 parent 42f80a7 commit 9c12065

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/connector/sync_job_claim/SyncJobClaimRequest.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ import { Id } from '@_types/common'
2222

2323
/**
2424
* Claim a connector sync job.
25+
* This action updates the job status to `in_progress` and sets the `last_seen` and `started_at` timestamps to the current time.
26+
* Additionally, it can set the `sync_cursor` property for the sync job.
27+
*
28+
* This API is not intended for direct connector management by users.
29+
* It supports the implementation of services that utilize the connector protocol to communicate with Elasticsearch.
30+
*
31+
* To sync data using self-managed connectors, you need to deploy the Elastic connector service on your own infrastructure.
32+
* This service runs automatically on Elastic Cloud for Elastic managed connectors.
2533
* @rest_spec_name connector.sync_job_claim
2634
* @availability stack stability=experimental visibility=public
2735
* @doc_id connector-sync-job-claim

0 commit comments

Comments
 (0)