Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Строковые значения аргументов методов и статические строки в самих выражениях рекомендуется заключать в двойные кавычки, а одинарные использовать только для ограничения строковых значений параметров YAML–формата.

    Code Block
    languagetext
    titleПример
    collapsetrue
    plugins:
      base:
        jmx5-qinq:
    ...
          actions:
            authorize:
    ...
              reply:
                - condition: $context.has_tag?("cpe_is_up_to_date") and $context.has_tag?("network_access_allowed")
                  template:
                    RAD_REPLY:
                      'ERX-Service-Activate:1': '$customer_profile.attributes.try("Internet-Service-Code", "") + "(" + $customer_profile.attributes.try("Speed-Limit-bps", "0") + ")"'
                      'ERX-Service-Statistics:1': '"time-volume"'
                      Framed-IP-Address: $customer_profile.attributes.try("CPE-IP")
                      Framed-IP-Netmask: $customer_profile.attributes.try("CPE-IP-Mask")
                      Service-Type: '"Framed-User"'
                      Session-Timeout: '"900"'
    ...

...