JetPatch Help Center home page
Submit a request
Sign in
  1. JetPatch
  2. API Developer Guide
  3. Working with Connectors

Working with Connectors

Follow New articles New articles and comments

Each endpoint object includes a resource URL (referred to in the following topics as <connector-url>) to the Intigua connector. This URL is defined even if the endpoint does not have the Intigua connector installed on it, so the URL can be used to deploy a connector. To check if an endpoint's connector exists, the client can try to retrieve the connector, and a 404 response code would indicate that there is no connector. Once a connector is deployed to an endpoint, a full connector object is defined with the above resource URL. This URL also appears as a field of the connector object. The following requests are available for working with connectors.

  • Retrieving an Endpoint's Connector Details
  • Deploying a Connector to a Endpoint
  • Disconnecting an Endpoint Connection
  • Upgrading an Endpoint's Connector
  • Refreshing an Endpoint Connection