List Operation Rules
List Operation Rules on a Site. Filters compose with AND; results are paginated
and the X-Pagination response header reports the total count over the
post-filter set.
Org must have an Infrastructure Provider entity. User must have authorization
role with PROVIDER_ADMIN suffix.
Authentication
Path parameters
Query parameters
ID of the Site that owns the rules (rules are site-scoped).
Page number of results returned (1-indexed).
Response
Human-readable name of the rule. Required and non-empty.
Operation code within the operation type (e.g. power_on, power_off,
upgrade). Server-side validated against Flow’s allow-list for the type.
Immutable after creation.
Executable definition of a rule. Mirrors Flow’s wire schema 1:1 so existing
YAML rule files can be converted to JSON without any key renaming
(nested fields use snake_case).
Whether this rule is currently the default for its (operationType, operationCode) tuple.
Optional free-form description.