public interface IntegrationService
In the current release, CMDB devices and incidents can be exported/sent to this third party service. Also any status changes made in the third party system against FortiSIEM incidents can be sent back to FortiSIEM from the third party service.
Two implementations of this interface to integrate with ServiceNow and ConnectWise are implemented in this release.
Modifier and Type | Method and Description |
---|---|
String |
checkUpdate(ServiceContext context)
This method is used to check any ticket updates related to Accelops Incident in the integrated third party service and
returns the updated ticket information in FortiSIEM System.
|
void |
doIntegration(ServiceContext context)
This method allows send/exports FortiSIEM devices and incidents to the third party service defined
in the ServiceContext and returns information regarding to the result of the integration from the third party.
|
String checkUpdate(ServiceContext context)
Please reference ticketInfo.xsd
context
- the service context for the integration.ServiceContext
void doIntegration(ServiceContext context) throws Exception
context
- the service context for the integration.Exception
- if there are errors during the integration.ServiceContext
Copyright © 2019. All rights reserved.