Alerts - Refresh
重新整理警示。
POST https://management.azure.com/{scope}/providers/Microsoft.Authorization/roleManagementAlerts/{alertId}/refresh?api-version=2022-08-01-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
alert
|
path | True |
string |
要重新整理之警示的名稱。 |
scope
|
path | True |
string |
警示的範圍。 |
api-version
|
query | True |
string |
用於此作業的 API 版本。 |
回應
名稱 | 類型 | Description |
---|---|---|
202 Accepted |
已接受。 回應指出警示正在重新整理。 標題 Location: string |
|
Other Status Codes |
描述作業失敗原因的錯誤回應。 |
安全性
azure_auth
Azure Active Directory OAuth2 Flow
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
名稱 | Description |
---|---|
user_impersonation | 模擬您的用戶帳戶 |
範例
RefreshAlert
範例要求
POST https://management.azure.com/subscriptions/afa2a084-766f-4003-8ae1-c4aeb893a99f/providers/Microsoft.Authorization/roleManagementAlerts/AzureRolesAssignedOutsidePimAlert/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": "Running",
"statusDetail": "{\"result\":[{\"name\":\"AzureRolesAssignedOutsidePimAlert\",\"statusDetail\":\"Alert scan is running.\"}]}",
"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/AzureRolesAssignedOutsidePimAlert?api-version=2022-08-01-preview"
}
定義
名稱 | Description |
---|---|
Alert |
警示作業結果 |
Cloud |
來自服務的錯誤回應。 |
Cloud |
來自服務的錯誤回應。 |
AlertOperationResult
警示作業結果
名稱 | 類型 | Description |
---|---|---|
createdDateTime |
string |
警示作業的建立日期。 |
id |
string |
警示作業的標識碼。 |
lastActionDateTime |
string |
警示作業的最後一個動作日期。 |
resourceLocation |
string |
與作業相關聯的警示位置。 |
status |
string |
警示作業的狀態。 |
statusDetail |
string |
警示作業的狀態詳細數據。 |
CloudError
來自服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
error |
來自服務的錯誤回應。 |
CloudErrorBody
來自服務的錯誤回應。
名稱 | 類型 | Description |
---|---|---|
code |
string |
錯誤的識別碼。 程式碼不變,且要以程式設計方式使用。 |
message |
string |
描述錯誤的訊息,適用於在使用者介面中顯示。 |