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.
- Develop Partner Implementation Rest Project
- Deploy Partner Rest Implementation and update url in Orchestration System Configuration page.
- Develop Partner Implementation Java API Project
- 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
Automatics Deployment