RulePoint
- RulePoint 6.1.2
- All Products
The following table describes the contents of the properties in this example:count: 1 url: http://PublicWebServer/myfile.txt text: ABCD XYZ 123 date: 1/01/08 01:01:01 PM diff: ABCD <del class="changed">EFG </del><ins class="diff modified">XYZ </ins> <del class="changed">XYZ</del><ins class="diff modified">123</ins>
Property
| Description
|
---|---|
count
| The incremental count identifying the number of times this particular URL has changed.
|
url
| Monitored URL.
|
text
| The entire contents of the updated URL.
|
date
| The date and time of event generation.
|
diff
| The specific changes made to the content of the URL.
In the example, the <del class> tag identifies deleted content, and the <ins class> tag identifies added content.
|