This operation updates an existing incident, which is identified by the incident ID.
SOAP Body
Element inc:Incident of type inc:Incident. inc:Incident can contain any of the following the subelements to update on the server:
Normal
Warning
Minor
Major
Critical
inc:Incident can also contain other valid subelements, although this operation ignores them and returns an incident with the contents of those subelements unchanged. In other words, if Incident contains immutable subelements, the operation does not return a fault.
SOAP Header
Contains a string that identifies the resource type. You can use the element wsa:ReferenceParameters/wsman:ResourceURI from an element of type wsa:EndPointReferenceType.
Alternatively, create a wsman:ResourceURI element that contains the following string:
http://schemas.hp.com/ism/ServiceOperation/IncidentManagement/1/Incident
Contains one element of type wsman:SelectorType, which identifies the incident instance. You can use the element wsa:ReferenceParameters/wsman:SelectorSet from an element of type wsa:EndpointReferenceType. (See Endpoint References.)
Alternatively, create a wsman:SelectorSet that contains one wsman:Selector element of type wsman:SelectorType:
Name
must
have the value IncidentID
.Contains a maximum duration within which you expect the service to respond. On an HPOM for UNIX management server, the service returns a TimedOut fault if it cannot respond in time.
Output
The SOAP body contains an element inc:Incident of type inc:Incident, which contains the updated incident.
Fault
If it cannot update the incident, the service returns a fault according to the WS-Management standard.