Skip to content

Commit

Permalink
Merge pull request #741 from telefonicaid/AlvaroVega-patch-4
Browse files Browse the repository at this point in the history
Update plain_rules.md
  • Loading branch information
fgalan committed Aug 23, 2023
2 parents 2957320 + dd15afb commit c6e309b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/API/plain_rules.md
Expand Up @@ -239,8 +239,8 @@ example, the actions `sms`, `email`, `post` include a field `template` used to b
text can include placeholders for attributes of the generated event. That placeholder has the form `${X}` where `X` may
be one of the following posibilities:

- `{$id}` for the ID of the entity that triggers the rule.
- `{$type}` for the type of the entity that triggers the rule
- `${id}` for the ID of the entity that triggers the rule.
- `${type}` for the type of the entity that triggers the rule
- The name of an attribute in the entity which triggers the rule and the placeholder is substituted by the value of
that attribute, e.g. `${temperature}`
- Alias defined in the [EPL text](#epl-text) of the associated rule. Some examples:
Expand Down Expand Up @@ -404,13 +404,13 @@ the Perseo configuration). The `parameters` map includes the following fields:
- authentication: optional, authentication (host, port, user, password and service) configuration values that will be
used by updateAction rule (instead of default authentication defined by configuration) which will be used when a
trust token should be negotiated. i.e.:
```
```json
"authentication": {
"host": "ext-keystone",
"port": 5001,
"user": "mycepuser",
"password: "myceppassword",
"service: "mycepuserservice"
"password": "myceppassword",
"service": "mycepuserservice"
}
```
- service: optional, service that will be used by updateAction rule instead of current event service. In this case,
Expand Down

0 comments on commit c6e309b

Please sign in to comment.