共用方式為


Query Pack Queries - Put

在 Log Analytics QueryPack 中新增或 匯報 特定查詢。

PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/queryPacks/{queryPackName}/queries/{id}?api-version=2019-09-01

URI 參數

名稱 位於 必要 類型 Description
id
path True

string

Log Analytics QueryPack 中定義之特定查詢的標識碼

queryPackName
path True

string

Log Analytics QueryPack 資源的名稱。

resourceGroupName
path True

string

資源群組的名稱。 名稱不區分大小寫。

subscriptionId
path True

string

目標訂用帳戶的標識碼。

api-version
query True

string

用於此作業的 API 版本。

要求本文

名稱 必要 類型 Description
properties.body True

string

查詢的主體。

properties.displayName True

string

查詢套件內查詢的唯一顯示名稱。

properties.description

string

查詢的描述。

properties.properties

object

可針對查詢設定的其他屬性。

properties.related

Related

函式的相關元數據專案。

properties.tags

object

與查詢相關聯的標記。

回應

名稱 類型 Description
200 OK

LogAnalyticsQueryPackQuery

Log Analytics QueryPack 中包含的新或更新查詢。

Other Status Codes

ErrorResponse

描述作業失敗原因的錯誤回應。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

類型: oauth2
Flow: implicit
授權 URL: https://login.microsoftonline.com/common/oauth2/authorize

範圍

名稱 Description
user_impersonation 模擬您的用戶帳戶

範例

QueryPut

範例要求

PUT https://management.azure.com/subscriptions/86dc51d3-92ed-4d7e-947a-775ea79b4918/resourceGroups/my-resource-group/providers/Microsoft.OperationalInsights/queryPacks/my-querypack/queries/a449f8af-8e64-4b3a-9b16-5a7165ff98c4?api-version=2019-09-01

{
  "properties": {
    "displayName": "Exceptions - New in the last 24 hours",
    "description": "my description",
    "body": "let newExceptionsTimeRange = 1d;\nlet timeRangeToCheckBefore = 7d;\nexceptions\n| where timestamp < ago(timeRangeToCheckBefore)\n| summarize count() by problemId\n| join kind= rightanti (\nexceptions\n| where timestamp >= ago(newExceptionsTimeRange)\n| extend stack = tostring(details[0].rawStack)\n| summarize count(), dcount(user_AuthenticatedId), min(timestamp), max(timestamp), any(stack) by problemId  \n) on problemId \n| order by  count_ desc\n",
    "related": {
      "categories": [
        "analytics"
      ]
    },
    "tags": {
      "my-label": [
        "label1"
      ],
      "my-other-label": [
        "label2"
      ]
    }
  }
}

範例回覆

{
  "id": "/subscriptions/86dc51d3-92ed-4d7e-947a-775ea79b4918/resourceGroups/my-resource-group/providers/microsoft.operationalinsights/queryPacks/my-querypack/queries/a449f8af-8e64-4b3a-9b16-5a7165ff98c4",
  "name": "a449f8af-8e64-4b3a-9b16-5a7165ff98c4",
  "type": "microsoft.operationalinsights/queryPacks/queries",
  "systemData": {
    "createdBy": "string",
    "createdByType": "application",
    "createdAt": "2020-02-03T01:01:01.1075056Z",
    "lastModifiedBy": "string",
    "lastModifiedByType": "application",
    "lastModifiedAt": "2020-02-04T02:03:01.1974346Z"
  },
  "properties": {
    "id": "a449f8af-8e64-4b3a-9b16-5a7165ff98c4",
    "timeCreated": "2019-08-15T10:30:32.5742324Z",
    "author": "1809f206-263a-46f7-942d-4572c156b7e7",
    "timeModified": "2019-08-15T10:30:32.5742324Z",
    "displayName": "Exceptions - New in the last 24 hours",
    "description": "my description",
    "body": "let newExceptionsTimeRange = 1d;\nlet timeRangeToCheckBefore = 7d;\nexceptions\n| where timestamp < ago(timeRangeToCheckBefore)\n| summarize count() by problemId\n| join kind= rightanti (\nexceptions\n| where timestamp >= ago(newExceptionsTimeRange)\n| extend stack = tostring(details[0].rawStack)\n| summarize count(), dcount(user_AuthenticatedId), min(timestamp), max(timestamp), any(stack) by problemId  \n) on problemId \n| order by  count_ desc\n",
    "related": {
      "categories": [
        "analytics"
      ]
    },
    "tags": {
      "my-label": [
        "label1"
      ],
      "my-other-label": [
        "label2"
      ]
    }
  }
}

定義

名稱 Description
ErrorAdditionalInfo

資源管理錯誤其他資訊。

ErrorDetail

錯誤詳細數據。

ErrorResponse

錯誤回應

IdentityType

建立/修改資源的身分識別類型

LogAnalyticsQueryPackQuery

Log Analytics QueryPack-Query 定義。

Related

函式的相關元數據專案。

SystemData

唯讀系統數據

ErrorAdditionalInfo

資源管理錯誤其他資訊。

名稱 類型 Description
info

object

其他資訊。

type

string

其他信息類型。

ErrorDetail

錯誤詳細數據。

名稱 類型 Description
additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

code

string

錯誤碼。

details

ErrorDetail[]

錯誤詳細資料。

message

string

錯誤訊息。

target

string

錯誤目標。

ErrorResponse

錯誤回應

名稱 類型 Description
error

ErrorDetail

error 物件。

IdentityType

建立/修改資源的身分識別類型

名稱 類型 Description
application

string

key

string

managedIdentity

string

user

string

LogAnalyticsQueryPackQuery

Log Analytics QueryPack-Query 定義。

名稱 類型 Description
id

string

Azure 資源標識碼

name

string

Azure 資源名稱

properties.author

string

建立查詢的用戶物件識別碼。

properties.body

string

查詢的主體。

properties.description

string

查詢的描述。

properties.displayName

string

查詢套件內查詢的唯一顯示名稱。

properties.id

string

應用程式的唯一標識碼。 無法變更此欄位。

properties.properties

object

可針對查詢設定的其他屬性。

properties.related

Related

函式的相關元數據專案。

properties.tags

object

與查詢相關聯的標記。

properties.timeCreated

string

Log Analytics 查詢的建立日期,格式為 ISO 8601。

properties.timeModified

string

Log Analytics 查詢的上次修改日期,格式為 ISO 8601。

systemData

SystemData

唯讀系統數據

type

string

Azure 資源類型

函式的相關元數據專案。

名稱 類型 Description
categories

string[]

函式的相關類別。

resourceTypes

string[]

函式的相關資源類型。

solutions

string[]

函式的相關Log Analytics解決方案。

SystemData

唯讀系統數據

名稱 類型 Description
createdAt

string

資源建立的時間戳 (UTC)

createdBy

string

建立資源的身分識別標識碼

createdByType

IdentityType

建立資源的身分識別類型

lastModifiedAt

string

上次修改的資源時間戳 (UTC)

lastModifiedBy

string

上次修改資源的身分識別標識碼

lastModifiedByType

IdentityType

上次修改資源的身分識別類型