本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
GetMaintenanceWindow
搭配 AWS SDK或 使用 CLI
下列程式碼範例示範如何使用 GetMaintenanceWindow
。
- CLI
-
- AWS CLI
-
取得維護時段的相關資訊
下列
get-maintenance-window
範例會擷取指定維護時段的詳細資訊。aws ssm get-maintenance-window \ --window-id
"mw-03eb9db428EXAMPLE"
輸出:
{ "AllowUnassociatedTargets": true, "CreatedDate": 1515006912.957, "Cutoff": 1, "Duration": 6, "Enabled": true, "ModifiedDate": 2020-01-01T10:04:04.099Z, "Name": "My-Maintenance-Window", "Schedule": "rate(3 days)", "WindowId": "mw-03eb9db428EXAMPLE", "NextExecutionTime": "2020-02-25T00:08:15.099Z" }
如需詳細資訊,請參閱 Systems Manager 使用者指南中的檢視維護時段 (AWS CLI) 的相關資訊。 AWS
-
如需API詳細資訊,請參閱 命令參考 GetMaintenanceWindow
中的 。 AWS CLI
-
- PowerShell
-
- 適用於 的工具 PowerShell
-
範例 1:此範例會取得維護時段的詳細資訊。
Get-SSMMaintenanceWindow -WindowId "mw-03eb9db42890fb82d"
輸出:
AllowUnassociatedTargets : False CreatedDate : 2/20/2017 6:14:05 PM Cutoff : 1 Duration : 2 Enabled : True ModifiedDate : 2/20/2017 6:14:05 PM Name : TestMaintWin Schedule : cron(0 */30 * * * ? *) WindowId : mw-03eb9db42890fb82d
-
如需API詳細資訊,請參閱 AWS Tools for PowerShell Cmdlet 參考 GetMaintenanceWindow中的 。
-
如需開發人員指南和程式碼範例的完整清單 AWS SDK,請參閱 搭配 使用 Systems Manager AWS SDK。本主題也包含有關入門的資訊,以及先前SDK版本的詳細資訊。
GetInventorySchema
GetMaintenanceWindowExecution