Virtual Machines - Assess Patches
VM 上のパッチを評価します。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/assessPatches?api-version=2024-07-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
resource
|
path | True |
string |
リソース グループの名前。 |
subscription
|
path | True |
string |
Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、すべてのサービス呼び出しの URI の一部を形成します。 |
vm
|
path | True |
string |
仮想マシンの名前。 |
api-version
|
query | True |
string |
クライアント API のバージョン。 |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
わかりました |
|
202 Accepted |
受け入れ られる |
|
Other Status Codes |
操作が失敗した理由を説明するエラー応答。 |
セキュリティ
azure_auth
Azure Active Directory OAuth2 フロー
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
user_impersonation | ユーザー アカウントを偽装する |
例
Assess patch state of a virtual machine.
要求のサンプル
応答のサンプル
{
"status": "Succeeded",
"assessmentActivityId": "68f8b292-dfc2-4646-9781-33cc88631968",
"rebootPending": true,
"criticalAndSecurityPatchCount": 1,
"otherPatchCount": 2,
"startDateTime": "2020-04-24T21:02:04.2556154Z",
"availablePatches": [
{
"patchId": "35428702-5784-4ba4-a6e0-5222258b5411",
"name": "Definition Update for Windows Defender Antivirus - KB2267602 (Definition 1.279.1373.0)",
"version": "",
"kbId": "2267602",
"classifications": [
"Definition Updates"
],
"rebootBehavior": "NeverReboots",
"activityId": "68f8b292-dfc2-4646-9781-33cc88631968",
"publishedDate": "2018-11-07T00:00:00Z",
"lastModifiedDateTime": "2020-04-24T21:18:45.2830263Z",
"assessmentState": "Available"
},
{
"patchId": "39f9cdd1-795c-4d0e-8c0a-73ab3f31746d",
"name": "Windows Malicious Software Removal Tool x64 - October 2018 (KB890830)",
"version": "",
"kbId": "890830",
"classifications": [
"Update Rollups"
],
"rebootBehavior": "CanRequestReboot",
"activityId": "68f8b292-dfc2-4646-9781-33cc88631968",
"publishedDate": "2018-11-07T00:00:00Z",
"lastModifiedDateTime": "2020-04-24T21:18:45.2830263Z",
"assessmentState": "Available"
}
],
"error": null
}
Location: https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/westus/operations/{operationId}&monitor=true&api-version=2024-07-01
定義
名前 | 説明 |
---|---|
Api |
API エラー。 |
Api |
API エラーベース。 |
Cloud |
コンピューティング サービスからのエラー応答。 |
Inner |
内部エラーの詳細。 |
Patch |
特定のパッチの可用性について説明します。 |
Patch |
操作の全体的な成功または失敗の状態。 操作が完了するまで、"InProgress" のままです。 その時点で、"不明"、"失敗"、"成功"、または "CompletedWithWarnings" になります。 |
Virtual |
AssessPatches 結果のプロパティについて説明します。 |
Virtual |
インストール可能として検出されたパッチの一覧。 |
VMGuest |
パッチの再起動要件について説明します。 |
ApiError
API エラー。
名前 | 型 | 説明 |
---|---|---|
code |
string |
エラー コード。 |
details |
Api エラーの詳細 |
|
innererror |
Api 内部エラー |
|
message |
string |
エラー メッセージ。 |
target |
string |
特定のエラーのターゲット。 |
ApiErrorBase
API エラーベース。
名前 | 型 | 説明 |
---|---|---|
code |
string |
エラー コード。 |
message |
string |
エラー メッセージ。 |
target |
string |
特定のエラーのターゲット。 |
CloudError
コンピューティング サービスからのエラー応答。
名前 | 型 | 説明 |
---|---|---|
error |
API エラー。 |
InnerError
内部エラーの詳細。
名前 | 型 | 説明 |
---|---|---|
errordetail |
string |
内部エラー メッセージまたは例外ダンプ。 |
exceptiontype |
string |
例外の種類。 |
PatchAssessmentState
特定のパッチの可用性について説明します。
名前 | 型 | 説明 |
---|---|---|
Available |
string |
|
Unknown |
string |
PatchOperationStatus
操作の全体的な成功または失敗の状態。 操作が完了するまで、"InProgress" のままです。 その時点で、"不明"、"失敗"、"成功"、または "CompletedWithWarnings" になります。
名前 | 型 | 説明 |
---|---|---|
CompletedWithWarnings |
string |
|
Failed |
string |
|
InProgress |
string |
|
Succeeded |
string |
|
Unknown |
string |
VirtualMachineAssessPatchesResult
AssessPatches 結果のプロパティについて説明します。
名前 | 型 | 説明 |
---|---|---|
assessmentActivityId |
string |
この結果を生成した操作のアクティビティ ID。 これは、CRP と拡張機能のログ間で相互に関連付けるために使用されます。 |
availablePatches |
インストール可能として検出されたパッチの一覧。 |
|
criticalAndSecurityPatchCount |
integer |
使用可能として検出され、まだインストールされていないクリティカルパッチまたはセキュリティパッチの数。 |
error |
操作の実行中に発生したエラー。 詳細配列には、それらのリストが含まれています。 |
|
otherPatchCount |
integer |
クリティカルおよびセキュリティを除く使用可能なすべてのパッチの数。 |
rebootPending |
boolean |
VM の全体的な再起動状態。 これは、部分的にインストールされたパッチがインストールを完了するために再起動を必要とするが、再起動がまだ発生していない場合に当てはまります。 |
startDateTime |
string |
操作が開始されたときの UTC タイムスタンプ。 |
status |
操作の全体的な成功または失敗の状態。 操作が完了するまで、"InProgress" のままです。 その時点で、"不明"、"失敗"、"成功"、または "CompletedWithWarnings" になります。 |
VirtualMachineSoftwarePatchProperties
インストール可能として検出されたパッチの一覧。
名前 | 型 | 説明 |
---|---|---|
activityId |
string |
この結果を生成した操作のアクティビティ ID。 これは、CRP と拡張機能のログ間で相互に関連付けるために使用されます。 |
assessmentState |
特定のパッチの可用性について説明します。 |
|
classifications |
string[] |
パッチパブリッシャーが提供するパッチの分類。 |
kbId |
string |
パッチの KBID。 Windows パッチにのみ適用されます。 |
lastModifiedDateTime |
string |
このパッチ レコードの最後の更新の UTC タイムスタンプ。 |
name |
string |
パッチのフレンドリ名。 |
patchId |
string |
パッチの一意識別子。 |
publishedDate |
string |
リポジトリがこのパッチを発行したときの UTC タイムスタンプ。 |
rebootBehavior |
パッチの再起動要件について説明します。 |
|
version |
string |
パッチのバージョン番号。 このプロパティは、Linux パッチにのみ適用されます。 |
VMGuestPatchRebootBehavior
パッチの再起動要件について説明します。
名前 | 型 | 説明 |
---|---|---|
AlwaysRequiresReboot |
string |
|
CanRequestReboot |
string |
|
NeverReboots |
string |
|
Unknown |
string |