GET /salt/api/salt_minions
List all Salt Minions

Params

Param name Description
search
optional

filter results


Value: Must be String
order
optional

sort results


Value: Must be String
page
optional

paginate results


Value: Must be String
per_page
optional

number of entries per request


Value: Must be String

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

Params

Param name Description
id
required

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.

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

Params

Param name Description
id
required

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.
minion
required

Value: Must be a Hash
minion[salt_environment_id]
optional , nil allowed

Salt environment ID


Value: Must be a number.
minion[salt_proxy_id]
optional , nil allowed

ID of Salt Proxy


Value: Must be a number.
minion[salt_state_ids]
optional , nil allowed

Array of State ids


Value: Must be an array of any type