Query Pack Queries - Get
取得 Log Analytics QueryPack 內定義的特定 Log Analytics 查詢。
GET 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 中定義之特定查詢的標識碼 |
query
|
path | True |
string |
Log Analytics QueryPack 資源的名稱。 |
resource
|
path | True |
string |
資源群組的名稱。 名稱不區分大小寫。 |
subscription
|
path | True |
string |
目標訂用帳戶的標識碼。 |
api-version
|
query | True |
string |
用於此作業的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
Log Analytics QueryPack 中包含的單一查詢。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
QueryGet
範例要求
範例回覆
{
"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": {
"displayName": "Exceptions - New in the last 24 hours",
"id": "a449f8af-8e64-4b3a-9b16-5a7165ff98c4",
"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",
"timeModified": "2018-02-14T13:13:19.3381394Z",
"timeCreated": "2018-02-12T11:44:39.2980634Z",
"description": "Thie query fetcges the recent exceptions from the last 24 hours"
}
}
定義
名稱 | Description |
---|---|
Error |
資源管理錯誤其他資訊。 |
Error |
錯誤詳細數據。 |
Error |
錯誤回應 |
Identity |
建立/修改資源的身分識別類型 |
Log |
Log Analytics QueryPack-Query 定義。 |
Related |
函式的相關元數據專案。 |
System |
唯讀系統數據 |
ErrorAdditionalInfo
資源管理錯誤其他資訊。
名稱 | 類型 | Description |
---|---|---|
info |
object |
其他資訊。 |
type |
string |
其他信息類型。 |
ErrorDetail
錯誤詳細數據。
名稱 | 類型 | Description |
---|---|---|
additionalInfo |
錯誤其他資訊。 |
|
code |
string |
錯誤碼。 |
details |
錯誤詳細資料。 |
|
message |
string |
錯誤訊息。 |
target |
string |
錯誤目標。 |
ErrorResponse
錯誤回應
名稱 | 類型 | Description |
---|---|---|
error |
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 |
函式的相關元數據專案。 |
|
properties.tags |
object |
與查詢相關聯的標記。 |
properties.timeCreated |
string |
Log Analytics 查詢的建立日期,格式為 ISO 8601。 |
properties.timeModified |
string |
Log Analytics 查詢的上次修改日期,格式為 ISO 8601。 |
systemData |
唯讀系統數據 |
|
type |
string |
Azure 資源類型 |
Related
函式的相關元數據專案。
名稱 | 類型 | Description |
---|---|---|
categories |
string[] |
函式的相關類別。 |
resourceTypes |
string[] |
函式的相關資源類型。 |
solutions |
string[] |
函式的相關Log Analytics解決方案。 |
SystemData
唯讀系統數據
名稱 | 類型 | Description |
---|---|---|
createdAt |
string |
資源建立的時間戳 (UTC) |
createdBy |
string |
建立資源的身分識別標識碼 |
createdByType |
建立資源的身分識別類型 |
|
lastModifiedAt |
string |
上次修改的資源時間戳 (UTC) |
lastModifiedBy |
string |
上次修改資源的身分識別標識碼 |
lastModifiedByType |
上次修改資源的身分識別類型 |