You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

As part of setting up Automatics, partner has to provide implementation of APIs.

2 types of implementation expected from Partner. The reference document for both implementations are available at Automatics API Specification.

  • Rest based Partner Implementation - APIs are consumed by Orchestration. If Rest APIs are given preference, then Automatics Core will also use them.
  • Java API based Partner Implementation - APIs are consumed by Automatics Core only.

Getting started

Developers can follow development in following order.

  1. Develop Partner Implementation Rest Project
  2. Deploy Partner Rest Implementation and update url in Orchestration System Configuration page.
  3. Develop Partner Implementation Java API Project
  4. Deploy Partner Implementation Java API
    • Partner Implementation Java API should be developed as maven project.
    • After development, deploy the project to partner maven artifact repository.
      • Execute the command mvn clean deploy

        5. Verify Implementation of Java APIs using Automatics Generic Tests.

To execute Automatics Generic Tests


  • No labels