RCG Hyperforce Real-time Reporting API Gateway - Source

(0 reviews)

home

This asset is a component of the following MuleSoft Accelerators:

These solutions accelerate the implementation of essential integration use cases with pre-built APIs, templates, and reference architectures. Our foundational assets are expertly designed to jumpstart your top integration and business initiatives so that IT teams can spend more time innovating and less time building from scratch.


Real-time reporting gateway API

Hyperforce is a new infrastructure architecture that unifies the foundations of the various clouds and allows Salesforce to scale rapidly and securely using public cloud partners.

To enable the endpoints exposed by the Hyperforce's Real Time Reporting API Gateway, the apex classes need to be deployed to the Salesforce instance where Hyperforce and CRM Analytics are installed.

Development setup

Download the RTR Gateway Service (click on Download button on this page and unzip the folder) and open the folder in the Visual Studio Code application.

  1. Connect to the salesforce organization:sfdx auth:web:login --instanceurl https://login.salesforce.com
  2. Deploy the apex code to the salesforce organization:sfdx force:source:deploy --targetusername <<username>> -p 'force-app/main/default/classes'

Once connected, the Processing Services Pairing App shows up on the home page. Please note the 3rd Party Integration Url

This is the host name for Hyperforce Real Time Reporting API Gateway.

The following endpoints are available after the RTR classes are deployed.

1. {{INSTANCE}}/services/apexrest{{NAMESPACE}}/measures/export/schedule : Schedule the export job.

2. {{INSTANCE}}/services/apexrest{{NAMESPACE}}/measures/export/:csvGuid/status : Status of the export job.

3. {{3rd Party Integration Url}}/api/v1/files/getcsv/:csvGuid  : Get file related to the export job.

Additional Resources

Hyperforce FAQ: https://help.salesforce.com/s/articleView?id=000388902&type=1


Reviews

TypeCustom
OrganizationMuleSoft
Published by
MuleSoft Solutions
Published onJul 14, 2023
Asset overview

Asset versions for 1.0.x

Asset versions
VersionActions
1.0.1