Apply
CREATE or update resources using input files. This command is identical to CREATE when the resource doesn’t exist. If it does exist, APPLY will update the resource to the new values you pass it.
ACTION
CREATE or update an action.
DEVICE
CREATE or update a device registered in the system.
If you'd like to have the device switch back to the 'default' creds, you can modify the agent's config or use the default
key in the device's yaml file, as per this example:
uid: test_device
ipmi_ip: 10.1.1.2
model: idrac9
zombie: false
creds_name: default
CRED
CREATE or update a set of credentials used for out-of-band connections.
If you're looking to mark another set of credentials as ‘default’, check out SET CRED.
info
You cannot use default
as the name for your credentials, as its a reserved keyword.
STATE
CREATE or update a state.
RULE
CREATE or update a rule associating states with actions.