GET /salt/api/salt_minions
List all Salt Minions

參數

參數名字 描述
search
選填

篩選結果

Validations:

  • Must be a String

order
選填

Sort field and order, eg. ‘id DESC’

Validations:

  • Must be a String

page
選填

頁數,從 1 開始

Validations:

  • Must be a number.

per_page
選填

每頁要傳回的結果數量

Validations:

  • Must be a number.


GET /salt/api/salt_minions/:id
Show a minion

參數

參數名字 描述
id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.


PUT /salt/api/salt_minions/:id
Update a minion

參數

參數名字 描述
id
必填

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.

minion
必填

Validations:

  • Must be a Hash

minion[salt_environment_id]
選填 , 允許空值

Salt environment ID

Validations:

  • Must be a number.

minion[salt_proxy_id]
選填 , 允許空值

ID of Salt Proxy

Validations:

  • Must be a number.

minion[salt_state_ids]
選填 , 允許空值

Array of State ids

Validations:

  • Must be an array of any type