Rest Api
Rest Api is service call where user can access via URI and can gather data from there
note
- Only Ingestion activity supports File based connectors.
- This datastore is available while reading data not for writing data.
#
Steps to create Datastore for RestClick on the action button () from the Datastores section in Left Navigation and select Rest connector. Alternatively user can launch from Create New Datastore link in Activity authoring UI or Copy Data tool
Enter the Datastore name for the new datastore and click Ok
Update the connection name or leave the default. You can refer to Connection and Environments for more details
Enter the additional properties for the Rest API as described below and you can check the connection by clicking Test Connection :
Property | Description | Required |
---|---|---|
HTTP URL | Specify the HTTP URL where your data lies | Yes |
Basic Authentication | If any authentication for accessing URL than expand this tab, and it includes Username and Password. Values for username and password can be provided manually or by using Azure Key Vault. | No |
Request Header | If any request header than expand this tab, and it has header name and value. Value can be provided manually or by using Azure Key Vault. | No |