Editable properties

Event properties that you can edit within the Event Web Service are listed in List of editable event properties.

Note This is a summary of the com.hp.opr.ws.model.event Java API Documentation. For the latest information about editable properties, see the Java API Documentation.

See File locations for access information for the Java API Documentation.

List of editable event properties

Name of Tag

Type

Description

Comment

title

String

Title of the event

description

String

Description of the event

solution

String

A solution

state

String

Lifecycle state of the event

Value can be one of: closed, in_progress, open, resolved

severity

String

Severity of the event

Value can be one of: major, minor, critical, warning, normal, unknown

priority

Integer

Priority of the event

assigned_user

User

User assigned to the event

Example: <name>User</name>

assigned_group

Group

User group assigned to the event

Example: <name>Users</name>

cause

ID

Identifier of the cause

control_transferred_to

ID or name

ID or name of the connected server

Set in the control_transferred_to structure

symptom_list

List

List of symptoms

Symptoms can only be created, updated, or deleted using the Symptom web service

custom_attribute_list

List

List of custom attributes

Custom attributes can only be created, updated, or deleted using the Custom Attribute web service

annotation_list

List

List of annotations

Annotations can only be created, updated, or deleted using the Annotation web service

auto_action

None

Automatic action

POST to run the action, DELETE to stop the action using the Automatic Action web service only. Note that the body of the XML is empty.

user_action

None

Operator action

POST to run the action, DELETE to stop the action using the Operator Action web service only. Note that the body of the XML is empty.