Recommendations - Get
取得快取建議的詳細數據。
GET https://management.azure.com/{resourceUri}/providers/Microsoft.Advisor/recommendations/{recommendationId}?api-version=2023-01-01
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
recommendation
|
path | True |
string |
建議標識碼。 |
resource
|
path | True |
string |
套用建議之資源的完整 Azure Resource Manager 識別碼。 |
api-version
|
query | True |
string |
要與用戶端要求搭配使用的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
正常。 已成功取得建議詳細數據。 |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow。
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
GetRecommendationDetail
範例要求
GET https://management.azure.com/resourceUri/providers/Microsoft.Advisor/recommendations/recommendationId?api-version=2023-01-01
範例回覆
{
"id": "/resourceUri/providers/Microsoft.Advisor/recommendations/recommendationId",
"name": "recommendationId",
"properties": {
"category": "Security",
"impact": "Medium",
"impactedField": "Microsoft.Compute/virtualMachines",
"impactedValue": "armavset",
"lastUpdated": "2017-02-24T22:24:43.3216408Z",
"risk": "Warning",
"shortDescription": {
"problem": "Monitoring agent should be installed on your machines",
"solution": "Monitoring agent should be installed on your machines"
},
"remediation": {
"additionalProperties": {
"httpMethod": "POST",
"uri": "uri",
"details": "link to document"
}
},
"resourceMetadata": {
"resourceId": "/subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Compute/virtualMachines/xyz",
"source": "/subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Compute/virtualMachines/xyz/providers/Microsoft.Security/assessments/assessmentGuid",
"action": {
"additionalProperties": {
"actionType": "Document",
"link": "https://link3",
"caption": "Enable Soft Delete to protect blob data",
"description": "Enable Soft Delete to protect blob data"
},
"metadata": {
"id": "/subscriptions/subscriptionId/resourceGroups/resourceGroup/providers/Microsoft.Compute/virtualMachines/xyz"
}
},
"singular": "Virtual machine",
"plural": "Virtual machines"
},
"actions": [
{
"additionalProperties": {
"actionType": "Document",
"link": "https://link1",
"caption": "Enable Soft Delete to protect blob data",
"description": "Enable Soft Delete to protect blob data"
},
"metadata": {
"id": "/subscriptions/subscriptionId"
}
}
],
"description": "After enabling Soft Delete, deleted data transitions to a soft deleted state instead of being permanently deleted. When data is overwritten, a soft deleted snapshot is generated to save the state of the overwritten data. You can configure the amount of time soft deleted data is recoverable before it permanently expires.",
"label": "Enable Soft Delete",
"learnMoreLink": "https://link2",
"potentialBenefits": "Save and recover your data when blobs or blob snapshots are accidentally overwritten or deleted"
},
"type": "Microsoft.Advisor/recommendations"
}
定義
名稱 | Description |
---|---|
Arm |
|
ARMError |
ARM 錯誤回應本文。 |
category |
建議的類別。 |
created |
建立資源的身分識別類型。 |
impact |
建議的業務影響。 |
Resource |
建議資源元數據 |
Resource |
Advisor 建議。 |
risk |
未實作建議的潛在風險。 |
Short |
建議的摘要。 |
system |
與建立和上次修改資源相關的元數據。 |
ArmErrorResponse
名稱 | 類型 | Description |
---|---|---|
error |
ARM 錯誤回應本文。 |
ARMErrorResponseBody
ARM 錯誤回應本文。
名稱 | 類型 | Description |
---|---|---|
code |
string |
取得或設定可用來以程式設計方式識別錯誤的字串。 |
message |
string |
取得或設定字串,以詳細描述錯誤並提供偵錯資訊。 |
category
建議的類別。
名稱 | 類型 | Description |
---|---|---|
Cost |
string |
|
HighAvailability |
string |
|
OperationalExcellence |
string |
|
Performance |
string |
|
Security |
string |
createdByType
建立資源的身分識別類型。
名稱 | 類型 | Description |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
impact
建議的業務影響。
名稱 | 類型 | Description |
---|---|---|
High |
string |
|
Low |
string |
|
Medium |
string |
ResourceMetadata
建議資源元數據
名稱 | 類型 | Description |
---|---|---|
action |
object |
要檢視資源的動作。 |
plural |
string |
資源類型的複數用戶易記名稱。 例如:虛擬機 |
resourceId |
string |
已評估資源的 Azure 資源識別碼 |
singular |
string |
資源類型的單一使用者易記名稱。 例如:虛擬機 |
source |
string |
產生建議的來源 |
ResourceRecommendationBase
Advisor 建議。
名稱 | 類型 | Description |
---|---|---|
id |
string |
資源的完整資源識別碼。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}” |
name |
string |
資源的名稱 |
properties.actions |
object[] |
要實作建議的建議動作清單。 |
properties.category |
建議的類別。 |
|
properties.description |
string |
建議的詳細描述。 |
properties.exposedMetadataProperties |
object |
公開給客戶的建議元數據屬性,以提供其他資訊。 |
properties.extendedProperties |
object |
擴充屬性 |
properties.impact |
建議的業務影響。 |
|
properties.impactedField |
string |
Advisor 識別的資源類型。 |
properties.impactedValue |
string |
Advisor 識別的資源。 |
properties.label |
string |
建議的標籤。 |
properties.lastUpdated |
string |
Advisor 最近檢查建議的有效性。 |
properties.learnMoreLink |
string |
深入瞭解建議和產生邏輯的連結。 |
properties.metadata |
object |
建議元數據。 |
properties.potentialBenefits |
string |
實作建議的潛在優點。 |
properties.recommendationTypeId |
string |
建議類型 GUID。 |
properties.remediation |
object |
套用建議的自動化方式。 |
properties.resourceMetadata |
已評估的資源元數據 |
|
properties.risk |
未實作建議的潛在風險。 |
|
properties.shortDescription |
建議的摘要。 |
|
properties.suppressionIds |
string[] |
建議的已取消和關閉規則清單。 |
systemData |
Azure Resource Manager 包含 createdBy 和 modifiedBy 資訊的中繼資料。 |
|
type |
string |
資源類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” |
risk
未實作建議的潛在風險。
名稱 | 類型 | Description |
---|---|---|
Error |
string |
|
None |
string |
|
Warning |
string |
ShortDescription
建議的摘要。
名稱 | 類型 | Description |
---|---|---|
problem |
string |
建議和建議解決方案所識別的問題或機會。 |
solution |
string |
建議和建議解決方案所識別的問題或機會。 |
systemData
與建立和上次修改資源相關的元數據。
名稱 | 類型 | Description |
---|---|---|
createdAt |
string |
資源建立的時間戳 (UTC) 。 |
createdBy |
string |
建立資源的身分識別。 |
createdByType |
建立資源的身分識別類型。 |
|
lastModifiedAt |
string |
上次修改的資源時間戳 (UTC) |
lastModifiedBy |
string |
上次修改資源的身分識別。 |
lastModifiedByType |
上次修改資源的身分識別類型。 |