-
Notifications
You must be signed in to change notification settings - Fork 29
azion_describe_rules engine
GitHub Action edited this page Oct 24, 2023
·
5 revisions
Returns the information related to the rule in Rules Engine
Returns the information related to the rule in Rules Engine, informed through the flag '--rule-id' in detail
azion describe rules-engine [flags]
$ azion describe rules-engine --application-id 1673635839 --rule-id 31223 --phase request
$ azion describe rules-engine --application-id 1673635839 --rule-id 31223 --phase response --format json
$ azion describe rules-engine --application-id 1673635839 --rule-id 31223 --phase request --out "./tmp/test.json"
--application-id int Your Edge Application ID
--format string Changes the output format passing the json value to the flag. Example '--format json'
-h, --help Displays more information about the describe rule-engine subcommand
--out string Exports the output of the command to the given file path <file_path/file_name.ext>
--phase string The phase of your Rule Engine (request/response) (default "request")
--rule-id int Your Rule Engine ID
-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
- azion describe - Displays information related to a service or resource