Skip to content

Commit d83f7cd

Browse files
committed
Add links in connector apis
1 parent f1db0b7 commit d83f7cd

27 files changed

+155
-3
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
beta::[]
88

9+
.New API Reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-connector[connector APIs].
13+
--
14+
915
Cancels a connector sync job.
1016

1117
To get started with Connector APIs, check out <<es-connectors-tutorial-api, our tutorial>>.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
preview::[]
88

9+
.New API Reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-connector[connector APIs].
13+
--
14+
915
Updates the `last_seen` field of a connector with current timestamp.
1016

1117
To get started with Connector APIs, check out <<es-connectors-tutorial-api, our tutorial>>.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
preview::[]
88

9+
.New API Reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-connector[connector APIs].
13+
--
14+
915
Checks in a connector sync job (updates `last_seen` to the current time).
1016

1117
To get started with Connector APIs, check out <<es-connectors-tutorial-api, our tutorial>>.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
preview::[]
88

9+
.New API Reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-connector[connector APIs].
13+
--
14+
915
Claims a connector sync job.
1016

1117
The `_claim` endpoint is not intended for direct connector management by users. It is there to support the implementation of services that utilize the https://github.com/elastic/connectors/blob/main/docs/CONNECTOR_PROTOCOL.md[Connector Protocol] to communicate with {es}.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
[[connector-apis]]
22
== Connector APIs
33

4-
////
54
.New API Reference
65
[sidebar]
76
--
8-
For the most up-to-date API details, refer to {api-es}/group/endpoint-autoscaling[behavioral analytics APIs].
7+
For the most up-to-date API details, refer to {api-es}/group/endpoint-connector[connector APIs].
98
--
10-
////
119

1210
beta::[]
1311

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
beta::[]
88

9+
.New API Reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-connector[connector APIs].
13+
--
14+
915
Creates an Elastic connector.
1016
Connectors are {es} integrations that bring content from third-party data sources, which can be deployed on {ecloud} or hosted on your own infrastructure:
1117

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
beta::[]
88

9+
.New API Reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-connector[connector APIs].
13+
--
914

1015
Creates a connector sync job.
1116

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
beta::[]
88

9+
.New API Reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-connector[connector APIs].
13+
--
14+
915
Removes a connector and associated sync jobs.
1016
This is a destructive action that is not recoverable.
1117

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
beta::[]
88

9+
.New API Reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-connector[connector APIs].
13+
--
14+
915
Removes a connector sync job and its associated data.
1016
This is a destructive action that is not recoverable.
1117

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
beta::[]
88

9+
.New API Reference
10+
[sidebar]
11+
--
12+
For the most up-to-date API details, refer to {api-es}/group/endpoint-connector[connector APIs].
13+
--
14+
915
Retrieves the details about a connector.
1016

1117
To get started with Connector APIs, check out <<es-connectors-tutorial-api, our tutorial>>.

0 commit comments

Comments
 (0)