Share

Create Incidents

Create Incidents

API: Create A New Incident

Incidents can be created in ServiceView via the following API:

http://<serviceview_url>/incident.php?data=<data>&secret=<secret>

Parameters

<data>JSON encoded data containing the users to import
<secret>The value of the SECRET option set in the options setup section.

Returns

SUCCESS or FAILURE:

Sample PHP Code

Download Code