GET /salt/api/salt_states
List all Salt states

参数

参数名字 描述
salt_environment_id
选填

Limit to a specific environment


Value:

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
选填

过滤结果


Value:

Must be String

order
选填

结果排序


Value:

Must be String

page
选填

页数


Value:

Must be String

per_page
选填

每个请求中的条目数


Value:

Must be String


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

参数

参数名字 描述
id
必填

Value:

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
必填

Value:

Must be a Hash

state[name]
必填

Name of the Salt state


Value:

Must be String


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

参数

参数名字 描述
id
必填

Value:

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


Value:

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


Value:

Must be an array of any type

actions
选填

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


Value:

Must be an array of any type

dryrun
选填

Dryrun only


Value:

Must be 'true' or 'false'