v1rules

Returns a list of all rules.

Query parameters
exclude_attributes
array[string]
List of attributes to exclude
include_attributes
array[string]
List of attributes to include
limit
integer
Number of entities to get
id
array[string]
Entity id filter
name
string
Entity name filter
pack
string
Entity pack name filter
action
string
Action ref filter
trigger
string
Trigger filter
enabled
string
Enabled filter
show_secrets
boolean
Show secrets in plain text
Responses

List of rules

array[object]

Create a new rule.

Request body

Rule content

object
Responses

Single action being created

object

Returns a list of all rules.

Query parameters
exclude_attributes
array[string]
List of attributes to exclude
include_attributes
array[string]
List of attributes to include
limit
integer
Number of entities to get
id
array[string]
Entity id filter
name
string
Entity name filter
pack
string
Entity pack name filter
action
string
Action ref filter
trigger
string
Trigger filter
enabled
string
Enabled filter
Responses

List of rules

array[object]
Path parameters
ref_or_id
string
Entity reference or id
required
Responses

Rule requested

object
Path parameters
ref_or_id
string
Entity reference or id
required
Query parameters
show_secrets
boolean
Show secrets in plain text
Responses

Rule requested

object
Path parameters
rule_ref_or_id
string
Entity reference or id
required
Request body

Rule content

object
Responses

Action updated

object
Path parameters
rule_ref_or_id
string
Entity reference or id
required
Responses

Rule deleted

null