History lines

History lines enable you to track changes for an event. History lines provide information about the types, names, and previous and current values of event properties that changed for a specific event. Concurrent changes are represented as a single history line. They are available in read-only mode, and are generated automatically.

Recorded property changes

Event properties that are recorded when they are changed in the form of a history line are listed in Recorded property changes. In general, the following properties are recorded for each change: property name, previous value, current value, and time of change. For details on each of these properties, see the appropriate Javadoc for the Change Type listed in the package com.hp.opr.api.ws.model.event.property.

Recorded property changes

Name

ChangeType

annotation

OprAnnotationPropertyChange

application

OprStringPropertyChange

assigned_group

OprGroupPropertyChange

assigned_user

OprUserPropertyChange

category

OprStringPropertyChange

cause

OprStringPropertyChange

control_transfer_to

OprContrlTransferredToPropertyChange

correlation_rule

OprCorrelationRulePropChange

custom_attribute

OprCustomAttributePropertyChange

description

OprStringPropertyChange

duplicate_count

OprIntegerPropertyChange

eti_hint

OprStringPropertyChange

key

OprStringPropertyChange

key_pattern

OprStringPropertyChange

node_hint

OprStringPropertyChange

object

OprStringPropertyChange

om_service_id

OprStringPropertyChange

om_user

OprStringPropertyChange

original_data

OprStringPropertyChange

original_id

OprStringPropertyChange

priority

OprPriorityPropertyChange

related_ci_hint

OprStringPropertyChange

severity

OprSeverityPropertyChange

solution

OprStringPropertyChange

source_ci_hint

OprStringPropertyChange

state

OprStatePropertyChange

sub_category

OprStringPropertyChange

time_created

OprTimePropertyChange

time_received

OprTimePropertyChange

title

OprStringPropertyChange

type

OprStringPropertyChange

Event changes list

History lines are provided for a specific event and no filtering support is provided in this web service endpoint.

The Event Changes List returns all history lines available. You can access the event changes list by calling the following URL:

https://<server.example.com>/opr-web/rest/event_changes_list

The change list can be filtered using the standard HTTP query parameters. This list is used to detect event changes as they occur.

In order to receive the history lines from a specific date, you must specify a watermark query. See Filtering by date and time: watermark for more details about watermarks and specifying date and time.