UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 132 kB
{"openapi":"3.0.0","info":{"description":"Azure Log Analytics API reference","title":"Azure Log Analytics","version":"2015-11-01-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/operationalinsights/resource-manager/Microsoft.OperationalInsights/preview/2015-11-01-preview/OperationalInsights.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"operationalinsights-OperationalInsights","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.OperationalInsights/operations":{"get":{"description":"Lists all of the available OperationalInsights Rest API operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"}}}}},"tags":["Operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.OperationalInsights/workspaces":{"get":{"description":"Gets the workspaces in a subscription.","operationId":"Workspaces_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkspaceListResult"},"examples":{"WorkspacesSubscriptionList":{"$ref":"#/components/examples/WorkspacesSubscriptionList"}}}}}},"tags":["Workspaces"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces":{"get":{"description":"Gets workspaces in a resource group.","operationId":"Workspaces_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkspaceListResult"},"examples":{"WorkspacesGet":{"$ref":"#/components/examples/WorkspacesGet"}}}}}},"tags":["Workspaces"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}":{"delete":{"description":"Deletes a workspace instance.","operationId":"Workspaces_Delete","parameters":[{"description":"The resource group name of the workspace.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"WorkspacesDelete":{"value":"oiautorest6685"}}},{"description":"Name of the Log Analytics Workspace.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"WorkspacesDelete":{"value":"oiautorest6685"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition."},"204":{"description":"NoContent response definition."}},"tags":["Workspaces"]},"get":{"description":"Gets a workspace instance.","operationId":"Workspaces_Get","parameters":[{"description":"The resource group name of the workspace.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"WorkspaceGet":{"value":"oiautorest6685"}}},{"description":"Name of the Log Analytics Workspace.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"WorkspaceGet":{"value":"oiautorest6685"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"},"examples":{"WorkspaceGet":{"$ref":"#/components/examples/WorkspaceGet"}}}}}},"tags":["Workspaces"]},"patch":{"description":"Updates a workspace.","operationId":"Workspaces_Update","parameters":[{"description":"The resource group name of the workspace.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"WorkspacesPatch":{"value":"oiautorest6685"}}},{"description":"The name of the workspace.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string","minLength":4,"maxLength":63,"pattern":"^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$"},"examples":{"WorkspacesPatch":{"value":"oiautorest6685"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"}}},"description":"The parameters required to patch a workspace.","required":true},"responses":{"200":{"description":"The existing workspace was successfully updated. Check provisioningStatus to see detailed status.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"},"examples":{"WorkspacesPatch":{"$ref":"#/components/examples/WorkspacesPatch"}}}}}},"tags":["Workspaces"]},"put":{"description":"Create or update a workspace.","operationId":"Workspaces_CreateOrUpdate","parameters":[{"description":"The resource group name of the workspace.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"WorkspacesCreate":{"value":"oiautorest6685"}}},{"description":"The name of the workspace.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string","minLength":4,"maxLength":63,"pattern":"^[A-Za-z0-9][A-Za-z0-9-]+[A-Za-z0-9]$"},"examples":{"WorkspacesCreate":{"value":"oiautorest6685"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"}}},"description":"The parameters required to create or update a workspace.","required":true},"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"},"examples":{"WorkspacesCreate":{"$ref":"#/components/examples/WorkspacesCreate"}}}}},"201":{"description":"Created response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Workspace"},"examples":{"WorkspacesCreate":{"$ref":"#/components/examples/WorkspacesCreate"}}}}}},"tags":["Workspaces"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources":{"get":{"description":"Gets the first page of data source instances in a workspace with the link to the next page.","operationId":"DataSources_ListByWorkspace","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"The workspace that contains the data sources.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"DataSourcesListByWorkspace":{"value":"AzTest9724"}}},{"description":"The filter to apply on the operation.","in":"query","name":"$filter","required":true,"schema":{"type":"string"},"examples":{"DataSourcesListByWorkspace":{"value":"kind='WindowsEvent'"}}},{"description":"Starting point of the collection of data source instances.","in":"query","name":"$skiptoken","required":false,"schema":{"type":"string"}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSourceListResult"},"examples":{"DataSourcesListByWorkspace":{"$ref":"#/components/examples/DataSourcesListByWorkspace"}}}}}},"tags":["DataSources"],"x-ms-odata":"#/components/schemas/DataSourceFilter","x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/dataSources/{dataSourceName}":{"delete":{"description":"Deletes a data source instance.","operationId":"DataSources_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace that contains the datasource.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"DataSourcesDelete":{"value":"AzTest9724"}}},{"description":"Name of the datasource.","in":"path","name":"dataSourceName","required":true,"schema":{"type":"string"},"examples":{"DataSourcesDelete":{"value":"AzTestDS774"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition."},"204":{"description":"NoContent response definition."}},"tags":["DataSources"]},"get":{"description":"Gets a datasource instance.","operationId":"DataSources_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace that contains the datasource.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"DataSourcesGet":{"value":"AzTest9724"}}},{"description":"Name of the datasource","in":"path","name":"dataSourceName","required":true,"schema":{"type":"string"},"examples":{"DataSourcesGet":{"value":"AzTestDS774"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSource"},"examples":{"DataSourcesGet":{"$ref":"#/components/examples/DataSourcesGet"}}}}}},"tags":["DataSources"]},"put":{"description":"Create or update a data source.","operationId":"DataSources_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace that will contain the datasource","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"DataSourcesCreate":{"value":"AzTest9724"}}},{"description":"The name of the datasource resource.","in":"path","name":"dataSourceName","required":true,"schema":{"type":"string"},"examples":{"DataSourcesCreate":{"value":"AzTestDS774"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSource"}}},"description":"The parameters required to create or update a datasource.","required":true},"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSource"},"examples":{"DataSourcesCreate":{"$ref":"#/components/examples/DataSourcesCreate"}}}}},"201":{"description":"Created response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DataSource"},"examples":{"DataSourcesCreate":{"$ref":"#/components/examples/DataSourcesCreate"}}}}}},"tags":["DataSources"]}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks":{"get":{"description":"Lists all the intelligence packs possible and whether they are enabled or disabled for a given workspace.","operationId":"Workspaces_ListIntelligencePacks","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"IntelligencePacksList":{"value":"TestLinkWS"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/IntelligencePack"},"type":"array"},"examples":{"IntelligencePacksList":{"$ref":"#/components/examples/IntelligencePacksList"}}}}}},"tags":["Workspaces"]}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Disable":{"post":{"description":"Disables an intelligence pack for a given workspace.","operationId":"Workspaces_DisableIntelligencePack","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"IntelligencePacksDisable":{"value":"TestLinkWS"}}},{"description":"The name of the intelligence pack to be disabled.","in":"path","name":"intelligencePackName","required":true,"schema":{"type":"string"},"examples":{"IntelligencePacksDisable":{"value":"ChangeTracking"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition."}},"tags":["Workspaces"]}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks/{intelligencePackName}/Enable":{"post":{"description":"Enables an intelligence pack for a given workspace.","operationId":"Workspaces_EnableIntelligencePack","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"IntelligencePacksEnable":{"value":"TestLinkWS"}}},{"description":"The name of the intelligence pack to be enabled.","in":"path","name":"intelligencePackName","required":true,"schema":{"type":"string"},"examples":{"IntelligencePacksEnable":{"value":"ChangeTracking"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition."}},"tags":["Workspaces"]}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices":{"get":{"description":"Gets the linked services instances in a workspace.","operationId":"LinkedServices_ListByWorkspace","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace that contains the linked services.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"LinkedServicesListByWorkspace":{"value":"TestLinkWS"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkedServiceListResult"},"examples":{"LinkedServicesListByWorkspace":{"$ref":"#/components/examples/LinkedServicesListByWorkspace"}}}}}},"tags":["LinkedServices"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/linkedServices/{linkedServiceName}":{"delete":{"description":"Deletes a linked service instance.","operationId":"LinkedServices_Delete","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace that contains the linkedServices resource","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"LinkedServicesDelete":{"value":"TestLinkWS"}}},{"description":"Name of the linked service.","in":"path","name":"linkedServiceName","required":true,"schema":{"type":"string"},"examples":{"LinkedServicesDelete":{"value":"TestLinkWS/Automation"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition."},"204":{"description":"NoContent response definition."}},"tags":["LinkedServices"]},"get":{"description":"Gets a linked service instance.","operationId":"LinkedServices_Get","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace that contains the linkedServices resource","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"LinkedServicesGet":{"value":"TestLinkWS"}}},{"description":"Name of the linked service.","in":"path","name":"linkedServiceName","required":true,"schema":{"type":"string"},"examples":{"LinkedServicesGet":{"value":"TestLinkWS/Automation"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkedService"},"examples":{"LinkedServicesGet":{"$ref":"#/components/examples/LinkedServicesGet"}}}}}},"tags":["LinkedServices"]},"put":{"description":"Create or update a linked service.","operationId":"LinkedServices_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace that will contain the linkedServices resource","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"LinkedServicesCreate":{"value":"TestLinkWS"}}},{"description":"Name of the linkedServices resource","in":"path","name":"linkedServiceName","required":true,"schema":{"type":"string"},"examples":{"LinkedServicesCreate":{"value":"TestLinkWS/Automation"}}},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkedService"}}},"description":"The parameters required to create or update a linked service.","required":true},"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkedService"},"examples":{"LinkedServicesCreate":{"$ref":"#/components/examples/LinkedServicesCreate"}}}}},"201":{"description":"Created response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LinkedService"},"examples":{"LinkedServicesCreate":{"$ref":"#/components/examples/LinkedServicesCreate"}}}}}},"tags":["LinkedServices"]}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/managementGroups":{"get":{"description":"Gets a list of management groups connected to a workspace.","operationId":"Workspaces_ListManagementGroups","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"The name of the workspace.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"WorkspacesListManagementGroups":{"value":"TestLinkWS"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkspaceListManagementGroupsResult"},"examples":{"WorkspacesListManagementGroups":{"$ref":"#/components/examples/WorkspacesListManagementGroups"}}}}}},"tags":["Workspaces"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/sharedKeys":{"post":{"description":"Gets the shared keys for a workspace.","operationId":"Workspaces_GetSharedKeys","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"Name of the Log Analytics Workspace.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"SharedKeysList":{"value":"TestLinkWS"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SharedKeys"},"examples":{"SharedKeysList":{"$ref":"#/components/examples/SharedKeysList"}}}}}},"tags":["Workspaces"]}},"/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/usages":{"get":{"description":"Gets a list of usage metrics for a workspace.","operationId":"Workspaces_ListUsages","parameters":[{"$ref":"#/components/parameters/ResourceGroupNameParameter"},{"description":"The name of the workspace.","in":"path","name":"workspaceName","required":true,"schema":{"type":"string"},"examples":{"UsagesList":{"value":"TestLinkWS"}}},{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK response definition.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkspaceListUsagesResult"},"examples":{"UsagesList":{"$ref":"#/components/examples/UsagesList"}}}}}},"tags":["Workspaces"],"x-ms-pageable":{}}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"WorkspacesSubscriptionList":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170","location":"australiasoutheast","name":"AzTest2170","properties":{"customerId":"bc089d7b-485c-4aff-a71e-c00f362d8d2f","portalUrl":"https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170","provisioningState":"Succeeded","retentionInDays":30,"sku":{"name":"pernode"},"source":"Azure"},"tags":{"tag1":"val1"},"type":"Microsoft.OperationalInsights/workspaces"}]},"WorkspacesGet":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170","location":"australiasoutheast","name":"AzTest2170","properties":{"customerId":"bc089d7b-485c-4aff-a71e-c00f362d8d2f","portalUrl":"https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170","provisioningState":"Succeeded","retentionInDays":30,"sku":{"name":"pernode"},"source":"Azure"},"tags":{"tag1":"val1"},"type":"Microsoft.OperationalInsights/workspaces"}]},"WorkspaceGet":{"value":[{"id":"/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/calbot-rg/providers/microsoft.operationalinsights/workspaces/testresourcelock","location":"eastus","name":"TestResourceLock","properties":{"customerId":"5b02755b-5bf4-430c-9487-45502a2a7e62","portalUrl":"https://eus.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f594038b5-1093-476e-a366-482775671c11%2fresourcegroups%2fcalbot-rg%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2ftestresourcelock","provisioningState":"Succeeded","retentionInDays":7,"sku":{"name":"free"},"source":"Azure"},"type":"Microsoft.OperationalInsights/workspaces"},{"id":"/subscriptions/594038b5-1093-476e-a366-482775671c11/resourcegroups/mms-eus/providers/microsoft.operationalinsights/workspaces/southukws","location":"East US","name":"SouthUKWS","properties":{"customerId":"4884a2fd-b08f-4aa6-bf16-5757df1093fe","portalUrl":"https://eus.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f594038b5-1093-476e-a366-482775671c11%2fresourcegroups%2fmms-eus%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2fsouthukws","provisioningState":"Succeeded","retentionInDays":7,"sku":{"name":"free"},"source":"External"},"type":"Microsoft.OperationalInsights/workspaces"}]},"WorkspacesPatch":{"value":{"location":"australiasoutheast","properties":{"retentionInDays":30,"sku":{"name":"PerNode"}},"tags":{"tag1":"val1"}}},"WorkspacesCreate":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170","location":"australiasoutheast","name":"AzTest2170","properties":{"customerId":"bc089d7b-485c-4aff-a71e-c00f362d8d2f","portalUrl":"https://seau.mms.microsoft.com/Account?tenant=72f988bf-86f1-41af-91ab-2d7cd011db47&resource=%2fsubscriptions%2f00000000-0000-0000-0000-000000000005%2fresourcegroups%2foiautorest6685%2fproviders%2fmicrosoft.operationalinsights%2fworkspaces%2faztest2170","provisioningState":"Creating","retentionInDays":30,"sku":{"name":"PerNode"},"source":"Azure"},"tags":{"tag1":"val1"},"type":"Microsoft.OperationalInsights/workspaces"}},"DataSourcesListByWorkspace":{"value":{"nextLink":"https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/dataSources?$filter=kind+eq+'WindowsEvent'&api-version=2015-11-01-preview&$skiptoken=AzTestDSWE7191","value":[{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A08.5629323Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1011","kind":"WindowsEvent","name":"AzTestDSWE1011","properties":{"eventLogName":"windowsEvent14","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A22.2533211Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1013","kind":"WindowsEvent","name":"AzTestDSWE1013","properties":{"eventLogName":"windowsEvent64","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A04.4645698Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1020","kind":"WindowsEvent","name":"AzTestDSWE1020","properties":{"eventLogName":"windowsEvent202","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A12.5871672Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1074","kind":"WindowsEvent","name":"AzTestDSWE1074","properties":{"eventLogName":"windowsEvent231","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A28.9325389Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1117","kind":"WindowsEvent","name":"AzTestDSWE1117","properties":{"eventLogName":"windowsEvent86","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A13.2185735Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1128","kind":"WindowsEvent","name":"AzTestDSWE1128","properties":{"eventLogName":"windowsEvent30","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A22.7779289Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1176","kind":"WindowsEvent","name":"AzTestDSWE1176","properties":{"eventLogName":"windowsEvent66","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A03.5114136Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1293","kind":"WindowsEvent","name":"AzTestDSWE1293","properties":{"eventLogName":"windowsEvent199","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A33.6788897Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE134","kind":"WindowsEvent","name":"AzTestDSWE134","properties":{"eventLogName":"windowsEvent102","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A36.2312139Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1352","kind":"WindowsEvent","name":"AzTestDSWE1352","properties":{"eventLogName":"windowsEvent111","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A13.4685716Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1360","kind":"WindowsEvent","name":"AzTestDSWE1360","properties":{"eventLogName":"windowsEvent31","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A19.2840543Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1382","kind":"WindowsEvent","name":"AzTestDSWE1382","properties":{"eventLogName":"windowsEvent53","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A42.7070374Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1410","kind":"WindowsEvent","name":"AzTestDSWE1410","properties":{"eventLogName":"windowsEvent132","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A06.8922838Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1417","kind":"WindowsEvent","name":"AzTestDSWE1417","properties":{"eventLogName":"windowsEvent211","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A26.6932412Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1560","kind":"WindowsEvent","name":"AzTestDSWE1560","properties":{"eventLogName":"windowsEvent274","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A07.1422661Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1618","kind":"WindowsEvent","name":"AzTestDSWE1618","properties":{"eventLogName":"windowsEvent212","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A09.5980265Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1662","kind":"WindowsEvent","name":"AzTestDSWE1662","properties":{"eventLogName":"windowsEvent221","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A39.6167744Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1675","kind":"WindowsEvent","name":"AzTestDSWE1675","properties":{"eventLogName":"windowsEvent121","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A50.1064668Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE169","kind":"WindowsEvent","name":"AzTestDSWE169","properties":{"eventLogName":"windowsEvent157","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A02.4954752Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1735","kind":"WindowsEvent","name":"AzTestDSWE1735","properties":{"eventLogName":"windowsEvent196","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A08.0452997Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1742","kind":"WindowsEvent","name":"AzTestDSWE1742","properties":{"eventLogName":"windowsEvent12","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A46.5966089Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1815","kind":"WindowsEvent","name":"AzTestDSWE1815","properties":{"eventLogName":"windowsEvent145","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A23.6529754Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1828","kind":"WindowsEvent","name":"AzTestDSWE1828","properties":{"eventLogName":"windowsEvent69","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A20.7216320Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE188","kind":"WindowsEvent","name":"AzTestDSWE188","properties":{"eventLogName":"windowsEvent58","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A17.9341560Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1962","kind":"WindowsEvent","name":"AzTestDSWE1962","properties":{"eventLogName":"windowsEvent48","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A17.3081821Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE1997","kind":"WindowsEvent","name":"AzTestDSWE1997","properties":{"eventLogName":"windowsEvent246","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A49.2918213Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2046","kind":"WindowsEvent","name":"AzTestDSWE2046","properties":{"eventLogName":"windowsEvent154","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A52.4111189Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2056","kind":"WindowsEvent","name":"AzTestDSWE2056","properties":{"eventLogName":"windowsEvent165","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A54.7598026Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2116","kind":"WindowsEvent","name":"AzTestDSWE2116","properties":{"eventLogName":"windowsEvent172","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A07.2711237Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2142","kind":"WindowsEvent","name":"AzTestDSWE2142","properties":{"eventLogName":"windowsEvent9","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A48.2064500Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE22","kind":"WindowsEvent","name":"AzTestDSWE22","properties":{"eventLogName":"windowsEvent150","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A08.7849248Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2208","kind":"WindowsEvent","name":"AzTestDSWE2208","properties":{"eventLogName":"windowsEvent218","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A51.3306230Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2221","kind":"WindowsEvent","name":"AzTestDSWE2221","properties":{"eventLogName":"windowsEvent161","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A25.5991266Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2226","kind":"WindowsEvent","name":"AzTestDSWE2226","properties":{"eventLogName":"windowsEvent75","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A15.3592513Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2231","kind":"WindowsEvent","name":"AzTestDSWE2231","properties":{"eventLogName":"windowsEvent38","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A06.0641077Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2242","kind":"WindowsEvent","name":"AzTestDSWE2242","properties":{"eventLogName":"windowsEvent208","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A11.7829226Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2263","kind":"WindowsEvent","name":"AzTestDSWE2263","properties":{"eventLogName":"windowsEvent228","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A21.5874093Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2369","kind":"WindowsEvent","name":"AzTestDSWE2369","properties":{"eventLogName":"windowsEvent259","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A06.6266574Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE240","kind":"WindowsEvent","name":"AzTestDSWE240","properties":{"eventLogName":"windowsEvent210","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A23.4752361Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2423","kind":"WindowsEvent","name":"AzTestDSWE2423","properties":{"eventLogName":"windowsEvent265","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A36.5611370Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2463","kind":"WindowsEvent","name":"AzTestDSWE2463","properties":{"eventLogName":"windowsEvent112","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A13.7187131Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2499","kind":"WindowsEvent","name":"AzTestDSWE2499","properties":{"eventLogName":"windowsEvent32","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A09.3324224Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2509","kind":"WindowsEvent","name":"AzTestDSWE2509","properties":{"eventLogName":"windowsEvent220","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A29.2312540Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2541","kind":"WindowsEvent","name":"AzTestDSWE2541","properties":{"eventLogName":"windowsEvent87","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A05.3117461Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2578","kind":"WindowsEvent","name":"AzTestDSWE2578","properties":{"eventLogName":"windowsEvent2","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A38.5379572Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2619","kind":"WindowsEvent","name":"AzTestDSWE2619","properties":{"eventLogName":"windowsEvent119","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A05.0735592Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE274","kind":"WindowsEvent","name":"AzTestDSWE274","properties":{"eventLogName":"windowsEvent1","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A30.6297451Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2754","kind":"WindowsEvent","name":"AzTestDSWE2754","properties":{"eventLogName":"windowsEvent92","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A05.2972963Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE281","kind":"WindowsEvent","name":"AzTestDSWE281","properties":{"eventLogName":"windowsEvent205","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A33.3820072Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2818","kind":"WindowsEvent","name":"AzTestDSWE2818","properties":{"eventLogName":"windowsEvent101","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A14.0876077Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2860","kind":"WindowsEvent","name":"AzTestDSWE2860","properties":{"eventLogName":"windowsEvent236","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A30.9266089Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2867","kind":"WindowsEvent","name":"AzTestDSWE2867","properties":{"eventLogName":"windowsEvent93","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A27.9342580Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2923","kind":"WindowsEvent","name":"AzTestDSWE2923","properties":{"eventLogName":"windowsEvent278","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A44.4311007Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE2979","kind":"WindowsEvent","name":"AzTestDSWE2979","properties":{"eventLogName":"windowsEvent138","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A08.5349323Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3009","kind":"WindowsEvent","name":"AzTestDSWE3009","properties":{"eventLogName":"windowsEvent217","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A21%3A24.9696296Z'\"","id":"/subscriptions/00000000-0000-0000-0000-000000000005/resourceGroups/OIAutoRest7887/providers/Microsoft.OperationalInsights/workspaces/AzTest218/datasources/AzTestDSWE3033","kind":"WindowsEvent","name":"AzTestDSWE3033","properties":{"eventLogName":"windowsEvent269","eventTypes":[{"eventType":"Error"}]},"type":"Microsoft.OperationalInsights/workspaces/datasources"},{"eTag":"W/\"datetime'2017-10-02T23%3A20%3A18.2006423Z'\"","id":"/subscriptions/00000000-00