Data Sources - Get
Gets a datasource instance.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}?api-version=2023-09-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
data
|
path | True |
string |
Name of the datasource |
resource
|
path | True |
string minLength: 1maxLength: 90 |
The name of the resource group. The name is case insensitive. |
subscription
|
path | True |
string minLength: 1 |
The ID of the target subscription. |
workspace
|
path | True |
string minLength: 4maxLength: 63 pattern: ^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$ |
The name of the workspace. |
api-version
|
query | True |
string minLength: 1 |
The API version to use for this operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK response definition. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
DataSourcesGet
Sample request
GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/dataSources/AzTestDS774?api-version=2023-09-01
Sample response
{
"kind": "AzureActivityLog",
"properties": {
"linkedResourceId": "/subscriptions/00000000-0000-0000-0000-00000000000/providers/microsoft.insights/eventtypes/management"
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/AzTest9724/datasources/AzTestDS774",
"etag": "W/\"datetime'2017-10-01T08%3A01%3A21.2351243Z'\"",
"name": "AzTestDS774",
"type": "Microsoft.OperationalInsights/workspaces/datasources"
}
Definitions
Name | Description |
---|---|
Data |
Datasources under OMS Workspace. |
Data |
The kind of the DataSource. |
Object |
JSON object |
DataSource
Datasources under OMS Workspace.
Name | Type | Description |
---|---|---|
etag |
string |
The ETag of the data source. |
id |
string |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
kind |
The kind of the DataSource. |
|
name |
string |
The name of the resource |
properties |
The data source properties in raw json format, each kind of data source have it's own schema. |
|
tags |
object |
Resource tags. |
type |
string |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
DataSourceKind
The kind of the DataSource.
Value | Description |
---|---|
ApplicationInsights | |
AzureActivityLog | |
AzureAuditLog | |
ChangeTrackingContentLocation | |
ChangeTrackingCustomPath | |
ChangeTrackingDataTypeConfiguration | |
ChangeTrackingDefaultRegistry | |
ChangeTrackingLinuxPath | |
ChangeTrackingPath | |
ChangeTrackingRegistry | |
ChangeTrackingServices | |
CustomLog | |
CustomLogCollection | |
DnsAnalytics | |
GenericDataSource | |
IISLogs | |
ImportComputerGroup | |
Itsm | |
LinuxChangeTrackingPath | |
LinuxPerformanceCollection | |
LinuxPerformanceObject | |
LinuxSyslog | |
LinuxSyslogCollection | |
NetworkMonitoring | |
Office365 | |
SecurityCenterSecurityWindowsBaselineConfiguration | |
SecurityEventCollectionConfiguration | |
SecurityInsightsSecurityEventCollectionConfiguration | |
SecurityWindowsBaselineConfiguration | |
SqlDataClassification | |
WindowsEvent | |
WindowsPerformanceCounter | |
WindowsTelemetry |
Object
JSON object