connector-apis.asciidoc 889 B

12345678910111213141516171819202122232425262728293031323334353637
  1. [[connector-apis]]
  2. == Connector APIs
  3. preview::[]
  4. ++++
  5. <titleabbrev>Connector APIs</titleabbrev>
  6. ++++
  7. ---
  8. The connector and sync jobs API provides a convenient way to create and manage Elastic connectors and sync jobs in an internal index.
  9. This API provides an alternative to relying solely on {kib} UI for connector and sync job management. The API comes with a set of
  10. validations and assertions to ensure that the state representation in the internal index remains valid.
  11. [discrete]
  12. [[elastic-connector-apis]]
  13. === Connector APIs
  14. You can use these APIs to create, get, delete and update connectors.
  15. Use the following APIs to manage connectors:
  16. * <<create-connector-api>>
  17. [discrete]
  18. [[sync-job-apis]]
  19. === Sync Job APIs
  20. You can use these APIs to create, cancel, delete and update sync jobs.
  21. Use the following APIs to manage sync jobs:
  22. include::create-connector-api.asciidoc[]