RCG Hyperforce System API - Implementation Template

(0 reviews)

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.

Many templates can also be run from Anypoint Studio without having to customize the Run/Debug profiles. However, some templates make use of hidden deployment properties to protect sensitive information (e.g., passwords and secret keys). These properties must be supplied to the runtime by updating the configuration profile and adding them as VM arguments.

Preparation

Ensure the Maven profile CloudHub-RCG-DEV has been properly configured in your settings.xml file. In particular, make sure the common properties for your environment have been provided (e.g., Anypoint Platform client ID and secret).

Required property overrides

At a minimum, the following properties must be customized for this application to reflect the target deployment environment:

Property NameDescription
api.autodiscoveryIDRequired if using API Manager to secure this API
hyperforce-system.get-token.hostHostname of Salesforce Organization
hyperforce-system.get-token.pathResource path
hyperforce-system.get-token.grant_typeGrant Type for token service
hyperforce-system.get-token.client_idConsumer Key of Connected App
hyperforce-system.get-token.client_secretConsumer Key of Connected App
hyperforce-system.get-token.usernameUsername
hyperforce-system.get-token.passwordPassword
hyperforce-system.generic.hostHostname of third party integration url
hyperforce-system.trigger-export.pathPath for triggering export-job
hyperforce-system.get-export-status.pathPath for checking export status
hyperforce-system.get-file.hostHostname of third party integration url
hyperforce-system.get-file.pathPath for retrieving file
hyperforce-system.commit-export-job.pathPath to commit export-job
condition-management.get-token.client_idConsumer Key of Connected App
condition-management.get-token.client_secretConsumer Key of Connected App
condition-management.get-token.usernameUsername
condition-management.get-token.passwordPassword

Running the application from Anypoint Studio

The following instructions are for running applications from Studio but also apply to debugging.

  1. Update the src/main/resources/config/config-local.yaml file and provide values for the properties described above.
  2. Right-click the project and select Run As -> Mule Application (configure).
  3. If hidden deployment properties (e.g., Anypoint MQ credentials) are required, select the Arguments tab and add the property definitions to the VM arguments section. For example:
     -M-Danypoint-mq.client-id=<client id> -M-Danypoint-mq.client-secret=<client secret>
  4. Click Run to launch the application.

To debug an application, choose Debug As -> Mule Application (configure) in the step 2 instead.

Deployment instructions for CloudHub

The following instructions apply to CloudHub deployments only:

  1. Update the config-dev.yaml properties as described above. Or, add them to your settings.xml file instead.
  2. Use one of the following scripts to deploy the application to CloudHub:
    • packageDeploy.sh (Mac/Linux) or packageDeploy.cmd (Windows) - clean, build, and deploy the application.
    • deployOnly.sh (Mac/Linux) or deployOnly.cmd (Windows) - deploy an application built previously..
  3. Open the Runtime Manager console in Anypoint and monitor the application for proper startup.

Next steps

Visit the Data mappings tab describes how the request and response data structures are mapped between the API interface and Hyperforce System.


Reviews

TypeTemplate
OrganizationMuleSoft
Published by
MuleSoft Solutions
Published onFeb 12, 2024
Asset overview

Asset versions for 1.0.x

Asset versions
VersionActions
1.0.4
1.0.3
1.0.2
1.0.1