DLP - API - REST
What's New and What's Changed in Symantec Data Loss Prevention 15.x
DOC10601
https://support.symantec.com/us/en/article.doc10601.html
DLP - API - PowerShell
With the release of DLP 15.7 a new REST API has been added to Enforce.
ICDx - API
Symantec’s Integrated Cyber Defense (ICD) Platform unifies products, services and partners to drive down the cost and complexity of cyber security, while protecting enterprises against sophisticated threats. ICD combines information protection, threat protection, identity management, compliance and other advanced services, powered by shared intelligence and automation across endpoints, networks, applications, and clouds.
ServiceDesk - API - Authorization
Provides authentication method. The API simply passes through the authentication paradigm from ProcessManager. The API consumer is responsible for managing the provided token and handling authentication failures.
ServiceDesk - API - Incident
Allows the creation, modification and resolution of Incidents in ServiceDesk. The Incident Management module must be installed in ServiceDesk in order to use this service.
ServiceDesk - API - ChangeRequest
Submit change requests and fetch them back. The Change Management module must be installed in your ServiceDesk environment.
ServiceDesk - API - Configuring
Prior to first use, some setup is necessary. You’ll have to configure some settings in the Web.config file in the root folder. These settings have comments explaining what they are. Many of the settings should be left alone but a few will need to be provided. Note that changes to the web config are picked up automatically by IIS and resetting IIS after editing the config is not necessary.
ServiceDesk - API - Extending
It is possible to extend the API by including a custom assembly containing additional controllers in the Extensions folder under the bin directory. Any controllers found here will be registered as endpoints. There are a few things to note regarding these extensions: