Red Hat Training

A Red Hat training course is available for Red Hat Satellite

31.6. listAllActions

名前
listAllActions
説明
全アクションの一覧を返します。完了済み、進行中、失敗、アーカイブ化されたアクションが含まれます。
パラメーター
  • string sessionKey
戻り値
  • array:
    • struct - action
      • int id - アクション ID
      • string name - アクション名
      • string type - アクションのタイプ
      • string scheduler - アクションをスケジュールしたユーザー (オプション)
      • dateTime.iso8601 earliest - アクションが予定される日時で最も早いもの
      • int completedSystems - アクションを完了したシステム数
      • int failedSystems - アクションを失敗したシステム数
      • int inProgressSystems - 進行中のシステム数