do-status

Generates a status notification with the specified level and with a message provided by <arg-string>.

Remarks

If the level is retry, then the policy immediately halts processing of the input document and schedule a retry of the event currently being processed.

If the level is fatal, then the policy immediately halts processing of the input document and initiates a shutdown of the driver.

If a the current operation is an event-id, then that event-id is used for the status notification; otherwise, there is no event-id reported.

Example

<do-status level="warning">  <arg-string>  <token-src-dn/>  <token-text>: operation vetoed on out-of-scopeobject</token-text>  </arg-string> </do-status >

Allowed Content

Element

Description

arg-string

String argument.

Attributes

Attribute

Possible Values

Default Value

disabled

true | false

True if this element is disabled.

false

level

CDATA

Status level.

#REQUIRED

notrace

true | false

True if this element should not be traced during execution of the policy.

false

Content Rule

( arg-string )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.