active-charging service ruledef http url

Configures rule expression to match HTTP URL.

Command Mode

Exec > Global Configuration (config) > ACS Configuration (config-service-acs_name ) > Ruledef Configuration (config-ruledef-ruledef_name )

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.

  • regex : Regular expression.

  • starts-with : Starts with.

url

Specify the HTTP URL to match.

Must be a string of 1-127 characters.

Usage Guidelines

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