Data Sources - Get
Retrieves a datasource definition.
GET {endpoint}/datasources('{dataSourceName}')?api-version=2024-07-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
data
|
path | True |
string |
The name of the datasource to retrieve. |
endpoint
|
path | True |
string |
The endpoint URL of the search service. |
api-version
|
query | True |
string |
Client Api Version. |
Request Header
Name | Required | Type | Description |
---|---|---|---|
x-ms-client-request-id |
string uuid |
The tracking ID sent with the request to help with debugging. |
Responses
Name | Type | Description |
---|---|---|
200 OK | ||
Other Status Codes |
Error response. |
Examples
SearchServiceGetDataSource
Sample request
GET https://myservice.search.windows.net/datasources('mydatasource')?api-version=2024-07-01
Sample response
{
"name": "mydocdbdatasource",
"description": "My Cosmos DB data source.",
"type": "cosmosdb",
"credentials": {
"connectionString": null
},
"container": {
"name": "myDocDbCollectionId",
"query": "SELECT c.id, c.userId, tag, c._ts FROM c JOIN tag IN c.tags WHERE c._ts >= @HighWaterMark ORDER BY c._ts"
},
"dataChangeDetectionPolicy": {
"@odata.type": "#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy",
"highWaterMarkColumnName": "_ts"
},
"dataDeletionDetectionPolicy": {
"@odata.type": "#Microsoft.Azure.Search.SoftDeleteColumnDeletionDetectionPolicy",
"softDeleteColumnName": "isDeleted",
"softDeleteMarkerValue": "true"
},
"encryptionKey": {
"keyVaultKeyName": "myKeyName",
"keyVaultKeyVersion": "myKeyVersion",
"keyVaultUri": "https://myKeyVault.vault.azure.net",
"accessCredentials": {
"applicationId": "00000000-0000-0000-0000-000000000000",
"applicationSecret": null
}
}
}
Definitions
Name | Description |
---|---|
Azure |
Credentials of a registered application created for your search service, used for authenticated access to the encryption keys stored in Azure Key Vault. |
Data |
Represents credentials that can be used to connect to a datasource. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response |
High |
Defines a data change detection policy that captures changes based on the value of a high water mark column. |
Search |
Represents information about the entity (such as Azure SQL table or CosmosDB collection) that will be indexed. |
Search |
Represents a datasource definition, which can be used to configure an indexer. |
Search |
Defines the type of a datasource. |
Search |
A customer-managed encryption key in Azure Key Vault. Keys that you create and manage can be used to encrypt or decrypt data-at-rest, such as indexes and synonym maps. |
Soft |
Defines a data deletion detection policy that implements a soft-deletion strategy. It determines whether an item should be deleted based on the value of a designated 'soft delete' column. |
Sql |
Defines a data change detection policy that captures changes using the Integrated Change Tracking feature of Azure SQL Database. |
AzureActiveDirectoryApplicationCredentials
Credentials of a registered application created for your search service, used for authenticated access to the encryption keys stored in Azure Key Vault.
Name | Type | Description |
---|---|---|
applicationId |
string |
An AAD Application ID that was granted the required access permissions to the Azure Key Vault that is to be used when encrypting your data at rest. The Application ID should not be confused with the Object ID for your AAD Application. |
applicationSecret |
string |
The authentication key of the specified AAD application. |
DataSourceCredentials
Represents credentials that can be used to connect to a datasource.
Name | Type | Description |
---|---|---|
connectionString |
string |
The connection string for the datasource. Set to |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response
Name | Type | Description |
---|---|---|
error |
The error object. |
HighWaterMarkChangeDetectionPolicy
Defines a data change detection policy that captures changes based on the value of a high water mark column.
Name | Type | Description |
---|---|---|
@odata.type |
string:
#Microsoft. |
A URI fragment specifying the type of data change detection policy. |
highWaterMarkColumnName |
string |
The name of the high water mark column. |
SearchIndexerDataContainer
Represents information about the entity (such as Azure SQL table or CosmosDB collection) that will be indexed.
Name | Type | Description |
---|---|---|
name |
string |
The name of the table or view (for Azure SQL data source) or collection (for CosmosDB data source) that will be indexed. |
query |
string |
A query that is applied to this data container. The syntax and meaning of this parameter is datasource-specific. Not supported by Azure SQL datasources. |
SearchIndexerDataSource
Represents a datasource definition, which can be used to configure an indexer.
Name | Type | Description |
---|---|---|
@odata.etag |
string |
The ETag of the data source. |
container |
The data container for the datasource. |
|
credentials |
Credentials for the datasource. |
|
dataChangeDetectionPolicy | DataChangeDetectionPolicy: |
The data change detection policy for the datasource. |
dataDeletionDetectionPolicy | DataDeletionDetectionPolicy: |
The data deletion detection policy for the datasource. |
description |
string |
The description of the datasource. |
encryptionKey |
A description of an encryption key that you create in Azure Key Vault. This key is used to provide an additional level of encryption-at-rest for your datasource definition when you want full assurance that no one, not even Microsoft, can decrypt your data source definition. Once you have encrypted your data source definition, it will always remain encrypted. The search service will ignore attempts to set this property to null. You can change this property as needed if you want to rotate your encryption key; Your datasource definition will be unaffected. Encryption with customer-managed keys is not available for free search services, and is only available for paid services created on or after January 1, 2019. |
|
name |
string |
The name of the datasource. |
type |
The type of the datasource. |
SearchIndexerDataSourceType
Defines the type of a datasource.
Name | Type | Description |
---|---|---|
adlsgen2 |
string |
Indicates an ADLS Gen2 datasource. |
azureblob |
string |
Indicates an Azure Blob datasource. |
azuresql |
string |
Indicates an Azure SQL datasource. |
azuretable |
string |
Indicates an Azure Table datasource. |
cosmosdb |
string |
Indicates a CosmosDB datasource. |
mysql |
string |
Indicates a MySql datasource. |
SearchResourceEncryptionKey
A customer-managed encryption key in Azure Key Vault. Keys that you create and manage can be used to encrypt or decrypt data-at-rest, such as indexes and synonym maps.
Name | Type | Description |
---|---|---|
accessCredentials |
Optional Azure Active Directory credentials used for accessing your Azure Key Vault. Not required if using managed identity instead. |
|
keyVaultKeyName |
string |
The name of your Azure Key Vault key to be used to encrypt your data at rest. |
keyVaultKeyVersion |
string |
The version of your Azure Key Vault key to be used to encrypt your data at rest. |
keyVaultUri |
string |
The URI of your Azure Key Vault, also referred to as DNS name, that contains the key to be used to encrypt your data at rest. An example URI might be |
SoftDeleteColumnDeletionDetectionPolicy
Defines a data deletion detection policy that implements a soft-deletion strategy. It determines whether an item should be deleted based on the value of a designated 'soft delete' column.
Name | Type | Description |
---|---|---|
@odata.type |
string:
#Microsoft. |
A URI fragment specifying the type of data deletion detection policy. |
softDeleteColumnName |
string |
The name of the column to use for soft-deletion detection. |
softDeleteMarkerValue |
string |
The marker value that identifies an item as deleted. |
SqlIntegratedChangeTrackingPolicy
Defines a data change detection policy that captures changes using the Integrated Change Tracking feature of Azure SQL Database.
Name | Type | Description |
---|---|---|
@odata.type |
string:
#Microsoft. |
A URI fragment specifying the type of data change detection policy. |