文件 AWS SDK AWS 範例 SDK 儲存庫中有更多可用的
本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
GetMaintenanceWindow
搭配 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" }
如需詳細資訊,請參閱 AWS Systems Manager 使用者指南中的檢視維護時段 (AWS CLI) 的相關資訊。
-
如需 API 詳細資訊,請參閱 AWS CLI 命令參考中的 GetMaintenanceWindow
。
-
- PowerShell
-
- for 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。
-
GetInventorySchema
GetMaintenanceWindowExecution