Skip to content

azion_list_rules engine

GitHub Action edited this page Oct 24, 2023 · 5 revisions

azion list rules-engine

Displays the rules related to a specific edge application.

Synopsis

Displays the rules related to a specific edge application, informed through the '--application-id' flag

azion list rules-engine [flags]

Examples

$ azion list rules-engine --application-id 1673635839 --phase request
$ azion list rules-engine --application-id 1673635839 --phase response --details

Options

      --application-id int   Unique identifier for the edge application that implements these rules
      --details              Displays all relevant fields when listing
      --filter string        Filters items by their name
  -h, --help                 Displays more information about the list rule-engine command
      --order_by string      Sorts the output based on the selected field
      --page int             Returns a page of the list according to its number (default 1)
      --page_size int        Defines how many items should be returned per page (default 10)
      --phase string         Rules Engine Phase (request/response) (default "request")
      --sort string          Defines the order of the items on the list; options <asc|desc>

Options inherited from parent commands

  -c, --config string      Sets the Azion configuration folder for the current command only, without changing persistent settings.
  -d, --debug              Displays log at a debug level
  -l, --log-level string   Displays log at a debug level (default "info")
  -s, --silent             Silences log completely; mostly used for automation purposes
  -t, --token string       Saves a given personal token locally to authorize CLI commands
  -y, --yes                Answers all yes/no interactions automatically with yes

SEE ALSO

  • azion list - Lists all services or resources you have access to on the platform
Auto generated by spf13/cobra on 24-Oct-2023