Skip to content

Commit 62aa676

Browse files
authored
[Connecor API] Add references to tutorial in docs (#109099) (#109152)
1 parent 80e1f43 commit 62aa676

25 files changed

+47
-1
lines changed

docs/reference/connector/apis/cancel-connector-sync-job-api.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ beta::[]
88

99
Cancels a connector sync job.
1010

11+
To get started with Connector APIs, check out the {enterprise-search-ref}/connectors-tutorial-api.html[tutorial^].
12+
1113
[[cancel-connector-sync-job-api-request]]
1214
==== {api-request-title}
1315
`PUT _connector/_sync_job/<connector_sync_job_id>/_cancel`

docs/reference/connector/apis/check-in-connector-api.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ preview::[]
88

99
Updates the `last_seen` field of a connector with current timestamp.
1010

11+
To get started with Connector APIs, check out the {enterprise-search-ref}/connectors-tutorial-api.html[tutorial^].
12+
1113
[[check-in-connector-api-request]]
1214
==== {api-request-title}
1315

docs/reference/connector/apis/check-in-connector-sync-job-api.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ preview::[]
88

99
Checks in a connector sync job (updates `last_seen` to the current time).
1010

11+
To get started with Connector APIs, check out the {enterprise-search-ref}/connectors-tutorial-api.html[tutorial^].
12+
1113
[[check-in-connector-sync-job-api-request]]
1214
==== {api-request-title}
1315
`PUT _connector/_sync_job/<connector_sync_job_id>/_check_in/`

docs/reference/connector/apis/connector-apis.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
beta::[]
55

6-
The connector and sync jobs APIs provide a convenient way to create and manage Elastic {enterprise-search-ref}/connectors.html[connectors^] and sync jobs in an internal index.
6+
The connector and sync jobs APIs provide a convenient way to create and manage Elastic {enterprise-search-ref}/connectors.html[connectors^] and sync jobs in an internal index. To get started with Connector APIs, check out the {enterprise-search-ref}/connectors-tutorial-api.html[tutorial^].
77

88
Connectors are {es} integrations that bring content from third-party data sources, which can be deployed on {ecloud} or hosted on your own infrastructure:
99

docs/reference/connector/apis/create-connector-api.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Connectors are {es} integrations that bring content from third-party data source
1414

1515
Find a list of all supported service types in the {enterprise-search-ref}/connectors.html[connectors documentation^].
1616

17+
To get started with Connector APIs, check out the {enterprise-search-ref}/connectors-tutorial-api.html[tutorial^].
18+
1719
[source,console]
1820
--------------------------------------------------
1921
PUT _connector/my-connector

docs/reference/connector/apis/create-connector-sync-job-api.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ beta::[]
99

1010
Creates a connector sync job.
1111

12+
To get started with Connector APIs, check out the {enterprise-search-ref}/connectors-tutorial-api.html[tutorial^].
13+
1214
[source, console]
1315
--------------------------------------------------
1416
POST _connector/_sync_job

docs/reference/connector/apis/delete-connector-api.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This is a destructive action that is not recoverable.
1111

1212
Note: this action doesn't delete any API key, ingest pipeline or data index associated with the connector. These need to be removed manually.
1313

14+
To get started with Connector APIs, check out the {enterprise-search-ref}/connectors-tutorial-api.html[tutorial^].
15+
1416
[[delete-connector-api-request]]
1517
==== {api-request-title}
1618

docs/reference/connector/apis/delete-connector-sync-job-api.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ beta::[]
99
Removes a connector sync job and its associated data.
1010
This is a destructive action that is not recoverable.
1111

12+
To get started with Connector APIs, check out the {enterprise-search-ref}/connectors-tutorial-api.html[tutorial^].
13+
1214
[[delete-connector-sync-job-api-request]]
1315
==== {api-request-title}
1416

docs/reference/connector/apis/get-connector-api.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ beta::[]
88

99
Retrieves the details about a connector.
1010

11+
To get started with Connector APIs, check out the {enterprise-search-ref}/connectors-tutorial-api.html[tutorial^].
12+
1113
[[get-connector-api-request]]
1214
==== {api-request-title}
1315

docs/reference/connector/apis/get-connector-sync-job-api.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ beta::[]
88

99
Retrieves the details about a connector sync job.
1010

11+
To get started with Connector APIs, check out the {enterprise-search-ref}/connectors-tutorial-api.html[tutorial^].
12+
1113
[[get-connector-sync-job-api-request]]
1214
==== {api-request-title}
1315

0 commit comments

Comments
 (0)