Accelerator PIM Sync Process API - Implementation Template
Deployment
Each Accelerator implementation template in Exchange includes Bash and Windows scripts for building and deploying the APIs to CloudHub. These scripts depend on repositories, global settings, deployment profiles, and associated properties configured in the Maven settings.xml
file.
Most applications can also be run in Anypoint Studio without having to create custom Run Configuration profiles.
Required property overrides
At a minimum, the following properties must be customized to reflect the target deployment environment.
Property Name | Description |
---|---|
api.autodiscoveryID | Required if using API Manager to secure this API |
https.request.akamai.host | AKAMAI API hostname |
https.request.akamai.host | AKAMAI API path |
https.request.pimSysAPI.host | PIM System API hostname |
https.request.pimSysAPI.path | PIM System API base path |
https.request.pimSysAPI.clientId | Client ID required to access PIM System API |
https.request.pimSysAPI.clientSecret | Client Secret required to access PIM System API |
https.request.b2cSysAPI.host | B2C System API hostname |
https.request.b2cSysAPI.path | B2C System API path |
amq.host | Anypoint MQ hostname |
amq.destination | Anypoint MQ queue name |
Please refer to the README.md
file in the asset for detailed instructions on how to download and deploy the template.