Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The External API Integrator tool contains an Endpoints tab which stores API endpoints, methods and an authentication token (either added in Request Header via Custom Parameters or via Request Body). Once the tool is configured, configure an External API Integrator pipeline step that will integrate with their tools to make a RESTful API call.

...

External API Integrator Tool - Select a configured External API Integrator Tool from the drop-down. This is fetched from the Tool Registry.

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#DEEBFF

Note: Successful Completion Evaluation Rules take precedence over In Progress Evaluation Rules. If the response does NOT match either the Successful Completion OR In Progress Evaluation Rule, it will be considered a failure. The Pipeline will continue running while it meets the In Progress Evaluation Rules until it meets the criteria for Successful Completion or until the Pipeline Run timeout is reached.

Connection Check

  • API Configuration - To verify the connection, enable the ‘Validate Connection’ toggle. Select the Connection Validation Endpoint configured in the External API Integrator Tool in the Endpoints tab.

  • Connection Validation Evaluation Rules - Set evaluation rules for Connection Validation Evaluation Rules.

Call Operation

  • API Configuration - Select the Call Operation Endpoint and Query Parameters to evaluate.

  • Successful Trigger Evaluation Rules - Set evaluation rules for the Call Operation.

Status Check

The Status Check rules evaluate the API call upon completion.

...