Storage Insights - Get
取得記憶體深入解析實例。
GET https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs/{storageInsightName}?api-version=2015-03-20
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
資源組名。 Regex 模式: |
storage
|
path | True |
string |
storageInsightsConfigs 資源的名稱 |
subscription
|
path | True |
string |
訂用帳戶標識碼。 |
workspace
|
path | True |
string |
Log Analytics 工作區名稱。 |
api-version
|
query | True |
string |
用戶端 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
確定回應定義。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
StorageInsightsGet
範例要求
GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/aztest5048/storageInsightConfigs/AzTestSI1110?api-version=2015-03-20
範例回覆
{
"properties": {
"containers": [
"wad-iis-logfiles"
],
"tables": [
"WADWindowsEventLogsTable",
"LinuxSyslogVer2v0"
],
"storageAccount": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/OIAutoRest6987/providers/microsoft.storage/storageaccounts/AzTestFakeSA9945",
"key": "Storage Account Key"
},
"status": {
"state": "OK"
}
},
"id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6987/providers/microsoft.operationalinsights/workspaces/aztest5048/storageinsightconfigs/AzTestSI1110",
"name": "AzTestSI1110",
"type": "Microsoft.OperationalInsights/workspaces/storageinsightconfigs"
}
定義
名稱 | Description |
---|---|
Storage |
描述記憶體帳戶連線。 |
Storage |
最上層記憶體深入解析資源容器。 |
Storage |
與工作區的記憶體深入解析連線狀態 |
Storage |
記憶體深入解析的狀態。 |
StorageAccount
描述記憶體帳戶連線。
名稱 | 類型 | Description |
---|---|---|
id |
string |
記憶體帳戶資源的 Azure Resource Manager 識別符。 |
key |
string |
儲存體帳戶金鑰。 |
StorageInsight
最上層記憶體深入解析資源容器。
名稱 | 類型 | Description |
---|---|---|
eTag |
string |
記憶體深入解析的ETag。 |
id |
string |
資源識別碼。 |
name |
string |
資源名稱。 |
properties.containers |
string[] |
工作區應該讀取的 Blob 容器名稱 |
properties.status |
記憶體深入解析的狀態 |
|
properties.storageAccount |
記憶體帳戶連線詳細數據 |
|
properties.tables |
string[] |
工作區應該讀取的 Azure 資料表名稱 |
tags |
object |
資源標籤 |
type |
string |
資源類型。 |
StorageInsightState
與工作區的記憶體深入解析連線狀態
名稱 | 類型 | Description |
---|---|---|
ERROR |
string |
|
OK |
string |
StorageInsightStatus
記憶體深入解析的狀態。
名稱 | 類型 | Description |
---|---|---|
description |
string |
記憶體深入解析的狀態描述。 |
state |
與工作區的記憶體深入解析連線狀態 |