The following tutorial shows how to create a transformation configuration by importing it from a JSON file.
The JSON file is obtained by exporting a previously exported page or from the examples of configuration.
Here are the steps to follow:
- Sign in
RPS CoreConfiguration
through the login page -
Select the
TRANSFORM>TARGETS
menu on the left. From the targets list screen, clicking on theNEW TARGET
button will open the form for the creation of a new target. Enter the name of the new target and click onADD
. -
Click on the name the target you just created, you will switch the list of configurations. Click on the
NEW CONFIGURATION
button. This will open the form for the creation of a new configuration. Enter the name of the new configuration and click onADD
. The new configuration will appear in the list of the configurations. -
Import the JSON configuration file in the configuration by clicking on the button on the far right of your
configuration. Then select
Import configuration from file
, upload the .JSON file and pressIMPORT
. A message should pop up, indicating that the configuration has been correctly imported, with the details of the importation (5 Instances, 2 Processing Contexts, etc.). -
The next step is to enable the configuration. You can see under the status of your configuration
that it is currently Disabled. To do enable it, press the
button and select
Enable configuration
. -
Pressing
Enable configuration
will prompt a message containing youAPI Key
andSecret Key
. Save this information in a secure place. You can also use theDOWNLOAD TO FILE
. Note down also the value ofRPS transformation services endpoint
andRPS OAuth2 authentication services endpoint
. You have now all the element which are necessary configure the RPSEngine class of the RPS API Library.