GET /salt/api/salt_states
List all Salt states

參數

參數名字 描述
salt_environment_id
選填

Limit to a specific environment

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.

search
選填

篩選結果

Validations:

  • Must be String

order
選填

排序結果

Validations:

  • Must be String

page
選填

編頁結果

Validations:

  • Must be String

per_page
選填

每個請求的項目數量

Validations:

  • Must be String


GET /salt/api/salt_states/:id
Show a state

參數

參數名字 描述
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.


POST /salt/api/salt_states
Create a state

參數

參數名字 描述
state
必填

Validations:

  • Must be a Hash

state[name]
必填

Name of the Salt state

Validations:

  • Must be String


DELETE /salt/api/salt_states/:id
Destroy a state

參數

參數名字 描述
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.


POST /salt/api/salt_states/import/:smart_proxy_id
Import states from a salt master

參數

參數名字 描述
smart_proxy_id
必填

Salt Smart Proxy 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.

salt_environments
選填

Limit to a specific environments

Validations:

  • Must be an array of any type

actions
選填

Limit to specific actions: i.e. add, remove

Validations:

  • Must be an array of any type

dryrun
選填

Dryrun only

Validations:

  • Must be 'true' or 'false' or '1' or '0'