Virtual Machines - Install Patches
VM にパッチをインストールします。
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/installPatches?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 のバージョン。 |
要求本文
名前 | 型 | 説明 |
---|---|---|
installPatchesInput |
API によって直接受信される InstallPatches の入力 |
応答
名前 | 型 | 説明 |
---|---|---|
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 | ユーザー アカウントを偽装する |
例
Install patch state of a virtual machine.
要求のサンプル
POST https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/myResourceGroupName/providers/Microsoft.Compute/virtualMachines/myVMName/installPatches?api-version=2024-07-01
{
"maximumDuration": "PT4H",
"rebootSetting": "IfRequired",
"windowsParameters": {
"classificationsToInclude": [
"Critical",
"Security"
],
"maxPatchPublishDate": "2020-11-19T02:36:43.0539904+00:00"
}
}
応答のサンプル
{
"status": "Succeeded",
"installationActivityId": "68f8b292-dfc2-4646-9781-33cc88631968",
"rebootStatus": "Completed",
"maintenanceWindowExceeded": false,
"excludedPatchCount": 0,
"notSelectedPatchCount": 0,
"pendingPatchCount": 2,
"installedPatchCount": 3,
"failedPatchCount": 0,
"startDateTime": "2020-04-24T21:02:04.2556154Z",
"patches": [
{
"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"
],
"installationState": "Installed"
},
{
"patchId": "39f9cdd1-795c-4d0e-8c0a-73ab3f31746d",
"name": "Windows Malicious Software Removal Tool x64 - October 2018 (KB890830)",
"version": "",
"kbId": "890830",
"classifications": [
"Update Rollups"
],
"installationState": "Pending"
}
],
"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 |
内部エラーの詳細。 |
Linux |
API によって直接受信された Linux VM 上の InstallPatches の入力 |
Patch |
操作中にインストールされたパッチ。 |
Patch |
インストール操作が完了した後のパッチの状態。 |
Patch |
操作の全体的な成功または失敗の状態。 操作が完了するまで、"InProgress" のままです。 その時点で、"Failed"、"Succeeded"、"Unknown"、または "CompletedWithWarnings" になります。 |
Virtual |
API によって直接受信される InstallPatches の入力 |
Virtual |
インストール操作の結果の概要。 |
VMGuest |
Linux 用のパッチをインストールするときに選択する更新プログラムの分類。 |
VMGuest |
Windows 用のパッチをインストールするときに選択する更新プログラムの分類。 |
VMGuest |
ソフトウェア更新操作中に VM を再起動できるタイミングを定義します。 |
VMGuest |
操作が完了した後の VM の再起動状態。 |
Windows |
API によって直接受信された Windows VM 上の InstallPatches の入力 |
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 |
例外の種類。 |
LinuxParameters
API によって直接受信された Linux VM 上の InstallPatches の入力
名前 | 型 | 説明 |
---|---|---|
classificationsToInclude |
Linux 用のパッチをインストールするときに選択する更新プログラムの分類。 |
|
maintenanceRunId |
string |
これは、Linux での自動 VM ゲスト 修正プログラムのメンテナンス実行識別子として使用されます。 |
packageNameMasksToExclude |
string[] |
パッチ操作で除外するパッケージ。 形式: packageName_packageVersion |
packageNameMasksToInclude |
string[] |
パッチ操作に含めるパッケージ。 形式: packageName_packageVersion |
PatchInstallationDetail
操作中にインストールされたパッチ。
名前 | 型 | 説明 |
---|---|---|
classifications |
string[] |
パッチパブリッシャーが提供するパッチの分類。 |
installationState |
インストール操作が完了した後のパッチの状態。 |
|
kbId |
string |
パッチの KBID。 Windows パッチにのみ適用されます。 |
name |
string |
パッチのフレンドリ名。 |
patchId |
string |
パッチの一意識別子。 |
version |
string |
パッケージのバージョン文字列。 セマンティック バージョン管理に準拠している可能性があります。 Linux にのみ適用されます。 |
PatchInstallationState
インストール操作が完了した後のパッチの状態。
名前 | 型 | 説明 |
---|---|---|
Excluded |
string |
|
Failed |
string |
|
Installed |
string |
|
NotSelected |
string |
|
Pending |
string |
|
Unknown |
string |
PatchOperationStatus
操作の全体的な成功または失敗の状態。 操作が完了するまで、"InProgress" のままです。 その時点で、"Failed"、"Succeeded"、"Unknown"、または "CompletedWithWarnings" になります。
名前 | 型 | 説明 |
---|---|---|
CompletedWithWarnings |
string |
|
Failed |
string |
|
InProgress |
string |
|
Succeeded |
string |
|
Unknown |
string |
VirtualMachineInstallPatchesParameters
API によって直接受信される InstallPatches の入力
名前 | 型 | 説明 |
---|---|---|
linuxParameters |
API によって直接受信された Linux VM 上の InstallPatches の入力 |
|
maximumDuration |
string |
操作を実行する最大時間を指定します。 PT4H (4 時間) などの ISO 8601 準拠の期間文字列である必要があります。 |
rebootSetting |
ソフトウェア更新操作中に VM を再起動できるタイミングを定義します。 |
|
windowsParameters |
API によって直接受信された Windows VM 上の InstallPatches の入力 |
VirtualMachineInstallPatchesResult
インストール操作の結果の概要。
名前 | 型 | 説明 |
---|---|---|
error |
操作の実行中に発生したエラー。 詳細配列には、それらのリストが含まれています。 |
|
excludedPatchCount |
integer |
ユーザーがインストールをブロックしたためにインストールされなかったパッチの数。 |
failedPatchCount |
integer |
何らかの問題が原因でインストールできなかったパッチの数。 詳細については、エラーを参照してください。 |
installationActivityId |
string |
この結果を生成した操作のアクティビティ ID。 これは、CRP と拡張機能のログ間で相互に関連付けるために使用されます。 |
installedPatchCount |
integer |
正常にインストールされたパッチの数。 |
maintenanceWindowExceeded |
boolean |
操作が目的のすべてのアクションを完了する前に時間がなくなったかどうか。 |
notSelectedPatchCount |
integer |
インストール可能として検出されたが、操作の条件を満たしていないパッチの数。 |
patches |
操作中にインストールされたパッチ。 |
|
pendingPatchCount |
integer |
インストール条件を満たしていると識別されたが、インストールできなかったパッチの数。 通常、これは maintenanceWindowExceeded == true の場合に発生します。 |
rebootStatus |
操作が完了した後の VM の再起動状態。 |
|
startDateTime |
string |
操作が開始されたときの UTC タイムスタンプ。 |
status |
操作の全体的な成功または失敗の状態。 操作が完了するまで、"InProgress" のままです。 その時点で、"Failed"、"Succeeded"、"Unknown"、または "CompletedWithWarnings" になります。 |
VMGuestPatchClassification_Linux
Linux 用のパッチをインストールするときに選択する更新プログラムの分類。
名前 | 型 | 説明 |
---|---|---|
Critical |
string |
|
Other |
string |
|
Security |
string |
VMGuestPatchClassification_Windows
Windows 用のパッチをインストールするときに選択する更新プログラムの分類。
名前 | 型 | 説明 |
---|---|---|
Critical |
string |
|
Definition |
string |
|
FeaturePack |
string |
|
Security |
string |
|
ServicePack |
string |
|
Tools |
string |
|
UpdateRollUp |
string |
|
Updates |
string |
VMGuestPatchRebootSetting
ソフトウェア更新操作中に VM を再起動できるタイミングを定義します。
名前 | 型 | 説明 |
---|---|---|
Always |
string |
|
IfRequired |
string |
|
Never |
string |
VMGuestPatchRebootStatus
操作が完了した後の VM の再起動状態。
名前 | 型 | 説明 |
---|---|---|
Completed |
string |
|
Failed |
string |
|
NotNeeded |
string |
|
Required |
string |
|
Started |
string |
|
Unknown |
string |
WindowsParameters
API によって直接受信された Windows VM 上の InstallPatches の入力
名前 | 型 | 説明 |
---|---|---|
classificationsToInclude |
Windows 用のパッチをインストールするときに選択する更新プログラムの分類。 |
|
excludeKbsRequiringReboot |
boolean |
これが true に設定されている場合に、InstallationRebootBehavior が 'NeverReboots' の Kb を除外します。 |
kbNumbersToExclude |
string[] |
パッチ操作で除外する KB |
kbNumbersToInclude |
string[] |
修正プログラムの操作に含める Kbs |
maxPatchPublishDate |
string |
これは、この公開日の上限以前に公開されたパッチをインストールするために使用されます。 |