External match API - Azure
Use this API to get information on potential matches in a tenant for entities that are added to the tenant from an external file.
Use the external match API to match records stored externally in a file with entities in a Reltio tenant. To use this API, you must provide an input file that contains the records to be matched that can be stored in Azure blob storage.
The following sections provide information on the body parameters for Azure. For information on the common request API, request parameters and the input and output file formats, see topic External match API.
- Entities must be represented as a JSON array in an Azure file.
- Each entity JSON should be on a separate line of an Azure file.
Body parameters
The following body parameters are used to authorize access to Azure blob storage. You can either provide a combination of the azureStorageAccountName
and azureSasToken
or the azureStorageAccountName
and azureStorageAccountKey
.
Parameters | Required | Description |
---|---|---|
azureStorageContainer | Yes | The name of the Azure blob container. |
azureStorageAccountName | Yes | The name of the storage account that is used to read files from or write results to the blob. |
azureStorageAccountKey | Yes | The Azure storage account key that you generate or your storage account key. |
azureSasToken | Yes | A shared Access Signature (SAS) that gives you secure delegated access to resources in your storage account. |