你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Workspace Manager Assignment Jobs - Get
获取作业
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerAssignments/{workspaceManagerAssignmentName}/jobs/{jobName}?api-version=2024-10-01-preview
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
job
|
path | True |
string |
作业名称 正则表达式模式: |
resource
|
path | True |
string |
资源组的名称。 名称不区分大小写。 |
subscription
|
path | True |
string uuid |
目标订阅的 ID。 该值必须是 UUID。 |
workspace
|
path | True |
string |
工作区管理器分配的名称 正则表达式模式: |
workspace
|
path | True |
string |
工作区的名称。 正则表达式模式: |
api-version
|
query | True |
string |
用于此操作的 API 版本。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
还行 |
|
Other Status Codes |
描述操作失败的原因的错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
Get a workspace manager job
示例请求
GET https://management.azure.com/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/workspaceManagerAssignments/47cdc5f5-37c4-47b5-bd5f-83c84b8bdd58/jobs/cfbe1338-8276-4d5d-8b96-931117f9fa0e?api-version=2024-10-01-preview
示例响应
{
"id": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/workspaceManagerAssignments/47cdc5f5-37c4-47b5-bd5f-83c84b8bdd58/jobs/cfbe1338-8276-4d5d-8b96-931117f9fa0e",
"etag": "\"f20a2523-7817-47b5-a3b2-21539c00c788\"",
"name": "cfbe1338-8276-4d5d-8b96-931117f9fa0e",
"type": "Microsoft.SecurityInsights/workspaceManagerAssignments/jobs",
"properties": {
"endTime": "2022-06-14T04:52:52.9614956Z",
"items": [
{
"resourceId": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/alertRules/microsoftSecurityIncidentCreationRuleExampleOne",
"status": "Succeeded",
"executionTime": "2022-06-14T04:49:52.9614956Z"
},
{
"resourceId": "/subscriptions/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/resourceGroups/myRg/providers/Microsoft.OperationalInsights/workspaces/myWorkspace/providers/Microsoft.SecurityInsights/alertRules/microsoftSecurityIncidentCreationRuleExampleTwo",
"status": "Failed",
"executionTime": "2022-06-14T04:50:52.9614956Z",
"errors": [
{
"memberResourceName": "f5fa104e-c0e3-4747-9182-d342dc048a9e",
"errorMessage": "Failed to write. Status code: Forbidden."
}
]
}
],
"startTime": "2022-06-14T04:47:52.9614956Z",
"provisioningState": "Failed"
}
}
定义
名称 | 说明 |
---|---|
created |
创建资源的标识的类型。 |
error |
发布失败的原因的错误说明 |
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
错误响应 |
Job |
工作分配作业 |
job |
描述内容项的发布状态的实体。 |
provisioning |
与此分配关联的最后一个作业的状态 |
status |
项发布的状态 |
system |
与创建和上次修改资源相关的元数据。 |
createdByType
创建资源的标识的类型。
名称 | 类型 | 说明 |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
error
发布失败的原因的错误说明
名称 | 类型 | 说明 |
---|---|---|
errorMessage |
string |
错误消息 |
memberResourceName |
string |
发生发布错误的成员资源名称 |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
message |
string |
错误消息。 |
target |
string |
错误目标。 |
ErrorResponse
错误响应
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象。 |
Job
工作分配作业
名称 | 类型 | 说明 |
---|---|---|
etag |
string |
Azure 资源的 Etag |
id |
string |
资源的完全限定资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” |
name |
string |
资源的名称 |
properties.endTime |
string |
作业完成的时间 |
properties.errorMessage |
string |
描述错误的消息(如果存在错误) |
properties.items |
job |
作业发布的项列表 |
properties.provisioningState |
作业的状态 |
|
properties.startTime |
string |
作业启动的时间 |
systemData |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 |
|
type |
string |
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts” |
jobItem
描述内容项的发布状态的实体。
名称 | 类型 | 说明 |
---|---|---|
errors |
error[] |
如果项发布失败,则错误说明的列表。 |
executionTime |
string |
项目发布完成的时间 |
resourceId |
string |
内容项的资源 ID |
status |
项发布的状态 |
provisioningState
与此分配关联的最后一个作业的状态
名称 | 类型 | 说明 |
---|---|---|
Canceled |
string |
作业已取消 |
Failed |
string |
作业失败 |
InProgress |
string |
作业正在进行中 |
Succeeded |
string |
作业成功 |
status
项发布的状态
名称 | 类型 | 说明 |
---|---|---|
Failed |
string |
项发布失败 |
InProgress |
string |
项目发布正在进行中 |
Succeeded |
string |
项发布成功 |
systemData
与创建和上次修改资源相关的元数据。
名称 | 类型 | 说明 |
---|---|---|
createdAt |
string |
资源创建时间戳(UTC)。 |
createdBy |
string |
创建资源的标识。 |
createdByType |
创建资源的标识的类型。 |
|
lastModifiedAt |
string |
上次修改的资源时间戳(UTC) |
lastModifiedBy |
string |
上次修改资源的标识。 |
lastModifiedByType |
上次修改资源的标识的类型。 |