Storage Insights - Create Or Update
스토리지 인사이트를 만들거나 업데이트합니다.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs/{storageInsightName}?api-version=2015-03-20
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
resource
|
path | True |
string |
리소스 그룹 이름입니다. regex 패턴: |
storage
|
path | True |
string |
storageInsightsConfigs 리소스의 이름 |
subscription
|
path | True |
string |
구독 ID입니다. |
workspace
|
path | True |
string |
Log Analytics 작업 영역 이름입니다. |
api-version
|
query | True |
string |
클라이언트 API 버전입니다. |
요청 본문
Name | 필수 | 형식 | Description |
---|---|---|---|
properties.storageAccount | True |
스토리지 계정 연결 세부 정보 |
|
eTag |
string |
스토리지 인사이트의 ETag입니다. |
|
properties.containers |
string[] |
작업 영역에서 읽어야 하는 Blob 컨테이너의 이름 |
|
properties.tables |
string[] |
작업 영역에서 읽어야 하는 Azure 테이블의 이름 |
|
tags |
object |
리소스 태그 |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
OK 응답 정의입니다. |
|
201 Created |
응답 정의를 만들었습니다. |
보안
azure_auth
Azure Active Directory OAuth2 Flow
형식:
oauth2
Flow:
implicit
권한 부여 URL:
https://login.microsoftonline.com/common/oauth2/authorize
범위
Name | Description |
---|---|
user_impersonation | 사용자 계정 가장 |
예제
StorageInsightsCreate
샘플 요청
PUT 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": "1234"
}
}
}
샘플 응답
{
"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 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"
}
{
"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 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"
}
정의
Name | Description |
---|---|
Storage |
스토리지 계정 연결을 설명합니다. |
Storage |
최상위 스토리지 인사이트 리소스 컨테이너입니다. |
Storage |
작업 영역에 대한 스토리지 인사이트 연결의 상태입니다. |
Storage |
스토리지 인사이트의 상태. |
StorageAccount
스토리지 계정 연결을 설명합니다.
Name | 형식 | Description |
---|---|---|
id |
string |
스토리지 계정 리소스의 Azure Resource Manager ID입니다. |
key |
string |
스토리지 계정 키입니다. |
StorageInsight
최상위 스토리지 인사이트 리소스 컨테이너입니다.
Name | 형식 | Description |
---|---|---|
eTag |
string |
스토리지 인사이트의 ETag입니다. |
id |
string |
리소스 ID입니다. |
name |
string |
리소스 이름입니다. |
properties.containers |
string[] |
작업 영역에서 읽어야 하는 Blob 컨테이너의 이름 |
properties.status |
스토리지 인사이트의 상태 |
|
properties.storageAccount |
스토리지 계정 연결 세부 정보 |
|
properties.tables |
string[] |
작업 영역에서 읽어야 하는 Azure 테이블의 이름 |
tags |
object |
리소스 태그 |
type |
string |
리소스 종류. |
StorageInsightState
작업 영역에 대한 스토리지 인사이트 연결의 상태입니다.
Name | 형식 | Description |
---|---|---|
ERROR |
string |
|
OK |
string |
StorageInsightStatus
스토리지 인사이트의 상태.
Name | 형식 | Description |
---|---|---|
description |
string |
스토리지 인사이트의 상태에 대한 설명입니다. |
state |
작업 영역에 대한 스토리지 인사이트 연결의 상태입니다. |