參數

參數名字 描述
organization_id
必填

組織的 ID

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

included
必填

Validations:

  • Hash

included[search]
選填 , 允許空值

搜尋用以進行動作之系統的字串

Validations:

  • String

included[ids]
選填 , 允許空值

欲在其上執行動作的系統 ID 清單

Validations:

  • Must be an array of any type

excluded
必填

Validations:

  • Hash

excluded[ids]
選填 , 允許空值

欲排除並且不執行任何動作的系統 ID 清單

Validations:

  • Must be an array of any type

content_type
必填

內容的類型。支援以下類型:「package」(套件)與「package_group」(套件群組)。

Validations:

  • String

content
必填

內容清單(例如套件或是套件群組名稱)

Validations:

  • Must be an array of any type

update_all
選填

Updates all packages on the host(s)

Validations:

  • boolean