Accelerator ServiceNow System 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 |
snow.url | Url of the target Service Now (Snow) API instance |
snow.instance | Instance for the Service Now (Snow) API |
snow.password | Password for the Service Now (Snow) API |
snow.username | Username for the Service Now (Snow) API |
snow-mapping.priority.Low | Low Priority Ranking Token for the Service Now (Snow) API |
snow-mapping.priority.High | High Priority Ranking for the Service Now (Snow) API |
snow-mapping.priority.Medium | Medium Priority Ranking for the Service Now (Snow) API |
snow-mapping.state.Closed | Closed State for the Service Now (Snow) API |
snow-mapping.state.Working | Working State for the Service Now (Snow) API |
snow-mapping.state.New | New State for the Service Now (Snow) API |
snow-mapping.state.Escalated | Escalated State for the Service Now (Snow) API |
Please refer to the README.md
file in the asset for detailed instructions on how to download and deploy the template.