AWS-CreateServiceNowIncident - AWS Systems Manager 自動化 Runbook 參考

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

AWS-CreateServiceNowIncident

Description

在事件資料表中建立 ServiceNow 事件。

執行此自動化 (主控台)

文件類型

 自動化

擁有者

Amazon

平台

Linux、macOS, Windows

參數

  • AutomationAssumeRole

    類型:字串

    說明:(選用) 允許 Systems Manager Automation 代表您執行動作ARN的 () 角色的 AWS Identity and Access Management Amazon Resource Name (IAM)。如果未指定角色,Systems Manager Automation 會使用啟動此 Runbook 的使用者許可。

  • 類別

    類型:字串

    描述:(選用) 事件的類別。

    有效值:無 | 查詢/說明 | 軟體 | 硬體 | 網路 | 資料庫

    預設值:無

  • 描述

    類型:字串

    描述:(必要) 有關事件的詳細說明。

  • 影響

    類型:字串

    摘要:(選用) 事件對業務造成的影響。

    有效值:高 | 中 | 低

    預設值:低

  • ServiceNowInstanceUsername

    類型:字串

    描述:(必要) 要建立事件的使用者名稱。

  • ServiceNowInstancePassword

    類型:字串

    說明:(必要) 加密SSM參數的名稱,其中包含 ServiceNow 使用者的密碼。

  • ServiceNowInstanceURL

    類型:字串

    描述: (必要) ServiceNow 執行個體URL的

  • ShortDescription

    類型:字串

    描述:(必要) 事件的簡短描述。

  • Subcategory

    類型:字串

    描述:(選用) 事件的子類別。

    有效值:無 | 防毒 | 電子郵件 | 內部應用程式 | 作業系統 | CPU | 磁碟 | 鍵盤 | 硬體 | 記憶體 | 監視器 | 滑鼠 | DHCP | DNS | IP 地址 | VPN | 無線 | DB2 | MS SQL 伺服器 | Oracle

    預設值:無

文件步驟

Push_incident – 將事件資訊推送至 ServiceNow。

輸出

Push_incident.incidentID – 建立的事件 ID。