List rules
Retrieve a paginated list of fleet rules.Parameters
Returns
Array of fleet rules
Unique identifier for the rule
Rule name
Rule description
Whether the rule is enabled
Rule condition configuration
Actions to execute when rule is triggered
Rule scope configuration
Number of times the rule has been triggered
Timestamp when the rule was last triggered
Creation timestamp
Last update timestamp
Cursor for the next page of results
Cursor for the previous page of results
Whether more results are available
Create rule
Create a new fleet monitoring rule.Parameters
Rule creation details
Rule name
Rule condition configuration defining when the rule triggers
Actions to execute when the rule is triggered
Rule description
Whether the rule should be enabled (defaults to true)
Rule scope configuration to limit which devices/recordings this applies to
Returns
The newly created rule
Get rule
Retrieve a specific rule by UID.Parameters
The unique identifier of the rule
Returns
The requested rule
Update rule
Update an existing rule.Parameters
The unique identifier of the rule
Returns
The updated rule
Delete rule
Delete a rule from your fleet.Parameters
The unique identifier of the rule to delete
Returns
Returnsvoid on success.