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 a String

order
任意

フィールドと順序のソート (例: ‘id DESC’)

Validations:

  • Must be a String

page
任意

Page number, starting at 1

Validations:

  • Must be a number.

per_page
任意

Number of results per page to return

Validations:

  • Must be a number.


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 a 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 one of: true, false, 1, 0.