你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Workspaces - Create Or Update
创建或更新工作区。
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}?api-version=2023-09-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
resource
|
path | True |
string |
资源组的名称。 此名称不区分大小写。 |
subscription
|
path | True |
string |
目标订阅的 ID。 |
workspace
|
path | True |
string |
工作区的名称。 正则表达式模式: |
api-version
|
query | True |
string |
要用于此操作的 API 版本。 |
请求正文
名称 | 必需 | 类型 | 说明 |
---|---|---|---|
location | True |
string |
资源所在的地理位置 |
etag |
string |
工作区的 etag。 |
|
identity |
资源的标识。 |
||
properties.defaultDataCollectionRuleResourceId |
string |
要用于此工作区的默认数据收集规则的资源 ID。 预期格式为 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}。 |
|
properties.features |
工作区功能。 |
||
properties.forceCmkForQuery |
boolean |
指示查询管理是否必须使用客户管理的存储。 |
|
properties.publicNetworkAccessForIngestion |
用于访问 Log Analytics 引入的网络访问类型。 |
||
properties.publicNetworkAccessForQuery |
用于访问 Log Analytics 查询的网络访问类型。 |
||
properties.retentionInDays |
integer |
工作区数据保留期(以天为单位)。 允许的值按定价计划计算。 有关详细信息,请参阅定价层文档。 |
|
properties.sku |
工作区的 SKU。 |
||
properties.workspaceCapping |
每日引入量上限。 |
||
tags |
object |
资源标记。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
确定响应定义。 |
|
201 Created |
已创建响应定义。 |
|
202 Accepted |
已接受 |
|
Other Status Codes |
描述操作失败原因的错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 流
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
WorkspacesCreate
示例请求
PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/oiautorest6685/providers/Microsoft.OperationalInsights/workspaces/oiautorest6685?api-version=2023-09-01
{
"properties": {
"sku": {
"name": "PerGB2018"
},
"retentionInDays": 30
},
"location": "australiasoutheast",
"tags": {
"tag1": "val1"
}
}
示例响应
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170",
"name": "AzTest2170",
"type": "Microsoft.OperationalInsights/workspaces",
"location": "australiasoutheast",
"tags": {
"tag1": "val1"
},
"properties": {
"customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f",
"provisioningState": "Creating",
"sku": {
"name": "PerGB2018"
},
"retentionInDays": 30,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
}
}
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000005/resourcegroups/oiautorest6685/providers/microsoft.operationalinsights/workspaces/aztest2170",
"name": "AzTest2170",
"type": "Microsoft.OperationalInsights/workspaces",
"location": "australiasoutheast",
"tags": {
"tag1": "val1"
},
"properties": {
"customerId": "bc089d7b-485c-4aff-a71e-c00f362d8d2f",
"provisioningState": "Creating",
"sku": {
"name": "PerGB2018"
},
"retentionInDays": 30,
"publicNetworkAccessForQuery": "Enabled",
"publicNetworkAccessForIngestion": "Enabled"
}
}
定义
名称 | 说明 |
---|---|
Capacity |
选择 CapacityReservation SKU 时,此工作区的容量预留级别(以 GB 为单位)。 |
created |
创建资源的标识类型。 |
Data |
此工作区的数据引入状态。 |
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
Identity |
资源的标识。 |
Identity |
托管服务标识的类型。 |
Private |
专用链接范围资源引用。 |
Public |
用于在 Log Analytics 工作区中操作的网络访问类型。 默认情况下,它为“启用” |
system |
与资源的创建和上次修改相关的元数据。 |
User |
用户分配的标识属性。 |
Workspace |
顶级工作区资源容器。 |
Workspace |
每日引入量上限。 |
Workspace |
工作区的预配状态。 |
Workspace |
工作区功能。 |
Workspace |
工作区的 SKU (层) 。 |
Workspace |
SKU 的名称。 |
CapacityReservationLevel
选择 CapacityReservation SKU 时,此工作区的容量预留级别(以 GB 为单位)。
名称 | 类型 | 说明 |
---|---|---|
100 |
Integer |
|
1000 |
Integer |
|
10000 |
Integer |
|
200 |
Integer |
|
2000 |
Integer |
|
25000 |
Integer |
|
300 |
Integer |
|
400 |
Integer |
|
500 |
Integer |
|
5000 |
Integer |
|
50000 |
Integer |
createdByType
创建资源的标识类型。
名称 | 类型 | 说明 |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
DataIngestionStatus
此工作区的数据引入状态。
名称 | 类型 | 说明 |
---|---|---|
ApproachingQuota |
string |
达到每日上限配额的 80%。 |
ForceOff |
string |
在服务设置更改后,引入已停止。 |
ForceOn |
string |
引入在服务设置更改后开始。 |
OverQuota |
string |
已达到每日上限配额,引入已停止。 |
RespectQuota |
string |
每日上限配额重置或订阅启用后启用引入。 |
SubscriptionSuspended |
string |
暂停订阅后,引入已停止。 |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
Identity
资源的标识。
名称 | 类型 | 说明 |
---|---|---|
principalId |
string |
资源标识的主体 ID。 |
tenantId |
string |
资源的租户 ID。 |
type |
托管服务标识的类型。 |
|
userAssignedIdentities |
<string,
User |
与资源关联的用户标识列表。 用户标识字典键引用将是 ARM 资源 ID,格式为:“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}”。 |
IdentityType
托管服务标识的类型。
名称 | 类型 | 说明 |
---|---|---|
None |
string |
|
SystemAssigned |
string |
|
UserAssigned |
string |
PrivateLinkScopedResource
专用链接范围资源引用。
名称 | 类型 | 说明 |
---|---|---|
resourceId |
string |
专用链接范围资源的完整资源 ID。 |
scopeId |
string |
专用链接范围唯一标识符。 |
PublicNetworkAccessType
用于在 Log Analytics 工作区中操作的网络访问类型。 默认情况下,它为“启用”
名称 | 类型 | 说明 |
---|---|---|
Disabled |
string |
禁用通过公共 DNS 与 Log Analytics 的公共连接。 |
Enabled |
string |
通过公共 DNS 启用与 Log Analytics 的连接。 |
systemData
与资源的创建和上次修改相关的元数据。
名称 | 类型 | 说明 |
---|---|---|
createdAt |
string |
资源创建时间戳 (UTC) 。 |
createdBy |
string |
创建资源的标识。 |
createdByType |
创建资源的标识类型。 |
|
lastModifiedAt |
string |
资源上次修改的时间戳 (UTC) |
lastModifiedBy |
string |
上次修改资源的标识。 |
lastModifiedByType |
上次修改资源的标识类型。 |
UserIdentityProperties
用户分配的标识属性。
名称 | 类型 | 说明 |
---|---|---|
clientId |
string |
用户分配标识的客户端 ID。 |
principalId |
string |
用户分配标识的主体 ID。 |
Workspace
顶级工作区资源容器。
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
etag |
string |
工作区的 etag。 |
|
id |
string |
资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
|
identity |
资源的标识。 |
||
location |
string |
资源所在的地理位置 |
|
name |
string |
资源的名称 |
|
properties.createdDate |
string |
工作区创建日期。 |
|
properties.customerId |
string |
这是只读属性。 表示与工作区关联的 ID。 |
|
properties.defaultDataCollectionRuleResourceId |
string |
要用于此工作区的默认数据收集规则的资源 ID。 预期格式为 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dcrName}。 |
|
properties.features |
工作区功能。 |
||
properties.forceCmkForQuery |
boolean |
指示查询管理是否必须使用客户管理的存储。 |
|
properties.modifiedDate |
string |
工作区修改日期。 |
|
properties.privateLinkScopedResources |
链接的专用链接范围资源的列表。 |
||
properties.provisioningState |
工作区的预配状态。 |
||
properties.publicNetworkAccessForIngestion | Enabled |
用于访问 Log Analytics 引入的网络访问类型。 |
|
properties.publicNetworkAccessForQuery | Enabled |
用于访问 Log Analytics 查询的网络访问类型。 |
|
properties.retentionInDays |
integer |
工作区数据保留期(以天为单位)。 允许的值按定价计划计算。 有关详细信息,请参阅定价层文档。 |
|
properties.sku |
工作区的 SKU。 |
||
properties.workspaceCapping |
每日引入量上限。 |
||
systemData |
与资源的创建和上次修改相关的元数据。 |
||
tags |
object |
资源标记。 |
|
type |
string |
资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts” |
WorkspaceCapping
每日引入量上限。
名称 | 类型 | 说明 |
---|---|---|
dailyQuotaGb |
number |
用于引入的工作区每日配额。 |
dataIngestionStatus |
此工作区的数据引入状态。 |
|
quotaNextResetTime |
string |
配额为静态的时间。 |
WorkspaceEntityStatus
工作区的预配状态。
名称 | 类型 | 说明 |
---|---|---|
Canceled |
string |
|
Creating |
string |
|
Deleting |
string |
|
Failed |
string |
|
ProvisioningAccount |
string |
|
Succeeded |
string |
|
Updating |
string |
WorkspaceFeatures
工作区功能。
名称 | 类型 | 说明 |
---|---|---|
clusterResourceId |
string |
链接到工作区的专用 LA 群集 resourceId。 |
disableLocalAuth |
boolean |
禁用基于非 AAD 的身份验证。 |
enableDataExport |
boolean |
指示是否应导出数据的标志。 |
enableLogAccessUsingOnlyResourcePermissions |
boolean |
指示要使用的权限的标志 - 资源或工作区或两者。 |
immediatePurgeDataOn30Days |
boolean |
描述是否要在 30 天后删除数据的标志。 |
unifiedSentinelBillingOnly |
boolean |
指示指定工作区是否仅限于 sentinel 的统一计费模型。 |
WorkspaceSku
工作区的 SKU (层) 。
名称 | 类型 | 说明 |
---|---|---|
capacityReservationLevel |
选择 CapacityReservation SKU 时,此工作区的容量预留级别(以 GB 为单位)。 |
|
lastSkuUpdate |
string |
上次更新 SKU 的时间。 |
name |
SKU 的名称。 |
WorkspaceSkuNameEnum
SKU 的名称。
名称 | 类型 | 说明 |
---|---|---|
CapacityReservation |
string |
|
Free |
string |
|
LACluster |
string |
|
PerGB2018 |
string |
|
PerNode |
string |
|
Premium |
string |
|
Standalone |
string |
|
Standard |
string |