active-charging service ruledef http url

Configures rule expression to match HTTP URL.

Privilege Level

Security Administrator, Administrator

Syntax

http url [ case-sensitive ] operator url 

operator

Specify how to match.

Must be one of the following:

  • !=: Does not equal.

  • !contains: Does not contain.

  • !ends-with: Does not end with.

  • !present: Does not present.

  • !starts-with: Does not start with.

  • =: Equals.

  • case-sensitive: Is case sensitive.

  • contains: Contains.

  • ends-with: Ends with.

  • starts-with: Starts with.

  • regex: Regular expression.

url

Specify the HTTP URL to match.

Must be a string.

Usage Guidelines

Use this command to define rule expressions to match HTTP URL.";