You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can update the definition of the rule, changing its fields, or change the order of the rule in the ruleset. Invoking this method creates a new version of the ruleset.
-[List zone rulesets](/api/resources/rulesets/methods/list/)<br/>
26
+
`GET /zones/{zone_id}/rulesets`
30
27
31
28
The result includes rulesets across all phases at a given level (account or zone). The `phase` field in each result element indicates the [phase](/ruleset-engine/about/phases/) where that ruleset is defined.
32
29
@@ -67,17 +64,14 @@ Returns the properties of the most recent version of the ruleset with the specif
The result contains the ruleset properties of each version, but it does not include the list of rules. Refer to [View a specific version of a ruleset](#view-a-specific-version-of-a-ruleset) for instructions on obtaining this information.
143
134
@@ -184,17 +175,14 @@ Returns the configuration of a specific version of a ruleset, including its rule
|[Get an account ruleset version][grv-account]|`GET /account/{account_id}/rulesets/{ruleset_id}/versions/{version_number}`|
190
-
|[Get a zone ruleset version][grv-zone]|`GET /zones/{zone_id}/rulesets/{ruleset_id}/versions/{version_number}`|
191
-
|[Get an account entry point ruleset version][gerv-account]|`GET /accounts/{account_id}/rulesets/phases/{phase_name}/entrypoint/versions/{version_number}`|
192
-
|[Get a zone entry point ruleset version][gerv-zone]|`GET /zones/{zone_id}/rulesets/phases/{phase_name}/entrypoint/versions/{version_number}`|
| List rules in account ruleset version by tag |`GET /accounts/{account_id}/rulesets/{managed_ruleset_id}/versions/{version_number}/by_tag/{tag_name}`|
233
+
- List an account ruleset version's rules by tag<br/>
0 commit comments