共用方式為


Alerts - Refresh All

重新整理資源範圍的所有警示。

POST https://management.azure.com/{scope}/providers/Microsoft.Authorization/roleManagementAlerts/refresh?api-version=2022-08-01-preview

URI 參數

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

string

警示的範圍。

api-version
query True

string

用於此作業的 API 版本。

回應

名稱 類型 Description
202 Accepted

AlertOperationResult

已接受。 回應指出警示正在重新整理。

標題

Location: string

Other Status Codes

CloudError

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

安全性

azure_auth

Azure Active Directory OAuth2 Flow

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

範圍

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

範例

RefreshAllAlerts

範例要求

POST https://management.azure.com/subscriptions/afa2a084-766f-4003-8ae1-c4aeb893a99f/providers/Microsoft.Authorization/roleManagementAlerts/refresh?api-version=2022-08-01-preview

範例回覆

Location: https://management.azure.com/subscriptions/afa2a084-766f-4003-8ae1-c4aeb893a99f/providers/Microsoft.Authorization/roleManagementAlertOperations/{operationId}?api-version=2022-04-01-preview
{
  "id": "{operationId}",
  "status": "notStarted",
  "statusDetail": "{\"result\":[{\"name\":\"AzureRolesAssignedOutsidePimAlert\",\"statusDetail\":\"Alert scan is not yet started.\"}, {\"name\":\"DuplicateRoleCreated\",\"statusDetail\":\"Alert scan is not yet started.\"}]}",
  "lastActionDateTime": "2022-04-05T03:04:06.467+00:00",
  "createdDateTime": "2022-04-05T03:04:06.467+00:00",
  "resourceLocation": "https://management.azure.com/providers/Microsoft.Subscription/subscriptions/afa2a084-766f-4003-8ae1-c4aeb893a99f/providers/Microsoft.Authorization/roleManagementAlerts?api-version=2022-08-01-preview"
}

定義

名稱 Description
AlertOperationResult

警示作業結果

CloudError

來自服務的錯誤回應。

CloudErrorBody

來自服務的錯誤回應。

AlertOperationResult

警示作業結果

名稱 類型 Description
createdDateTime

string

警示作業的建立日期。

id

string

警示作業的標識碼。

lastActionDateTime

string

警示作業的最後一個動作日期。

resourceLocation

string

與作業相關聯的警示位置。

status

string

警示作業的狀態。

statusDetail

string

警示作業的狀態詳細數據。

CloudError

來自服務的錯誤回應。

名稱 類型 Description
error

CloudErrorBody

來自服務的錯誤回應。

CloudErrorBody

來自服務的錯誤回應。

名稱 類型 Description
code

string

錯誤的識別碼。 程式碼不變,且要以程式設計方式使用。

message

string

描述錯誤的訊息,適用於在使用者介面中顯示。