Back to HP Service Manager Integrations
Handler · Version 1

HPSM Incident Activity Add HP Service Manager

Download GitHub

About

This handler makes a SOAP call (using Savon) to the HP Service Manager Web Services to add an activity update to a new HPSM Incident. After Savon is configured with your HPSM server, a hash is made containing the incident id and the activity update that you wish to send. That hash is then converted into an XML string and sent to HPSM to update the incident. Any messages that were caused by the request and the id of the updated incident will be returned by the handler upon success. If there are any errors, the handler will raise an exception which will contain any messages that HPSM returned about the error.

Parameters
Name Description Sample
Incident Id The id of the incident you wish to update. IM10147
Activity Update The update you want to add to the incident. Computer only freezes on days that end with 'y'
Results
Name Description
Incident Id
Messages
incident_id
messages
Changelog

HpbsmIncidentActivityAddV1 (2014-01-13)

  • Initial version. See README for details.
Download GitHub

On This Page

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top