Managing InCountry Endpoints
The InCountry Data Residency for Salesforce package allows you to define endpoints used by the package for data distribution and localization.
On the menu, select Settings.
On the Settings page, locate the InCountry Endpoints section.
Click the down arrow icon to expand the list of endpoints within it.
You can manage endpoints, as follows:
Register remote sites
Create new endpoints
Edit the existing endpoints
Delete the no longer needed endpoints
Creating a new endpoint
Expand the section with endpoints.
Click Create New Endpoint.
In the Create New Endpoint form, fill out the following information:
Label - enter the label of the country in the ISO format (upper case).
Endpoint - specify the InCountry REST API endpoint in the target country. Contact the InCountry team to get the actual endpoint address.
Country - select the country from the list of country codes.
Certificate Name Serverless - select the certificate for running resident functions.
Certificate Name Api - select the certificate for performing requests from the backend. This is applicable to the replication model.
Certificate Name Rest - select the certificate for performing REST API requests from the frontend. Such requests are performed through the dedicated
/sf
endpoint of InCountry REST API and authorization of such requests is executed with a JWT token. This is applicable to the redaction model.Certificate Name Batch - select the certificate for performing batch data operations.
When complete, click Create.
warning
For one country, you can use only one endpoint.
Editing the endpoint
note
The editing of the existing endpoint can lead to changes in the data distribution workflow or even break the application operation. Please consider this while making edits in endpoints.
On the list with endpoints, locate the endpoint you want to edit.
Click the down arrow icon.
From the action menu, select Edit.
Make the required updates in the endpoint configuration.
When complete, click Save.
Deleting the endpoint
note
The removal of the existing endpoint can lead to changes in the data distribution workflow or even break the application operation. Please consider this while removing endpoints.
On the list with endpoints, locate the endpoint you want to delete.
Click the down arrow icon.
From the action menu, select Delete.
Confirm the removal of the endpoint.