Skip to main content

List Webhook templates for SIEM Connector

This API returns the template for the SIEM Connector. Use the template for creating an SIEM Connector.

Responses

OK


Schema
  • templates object[]

    List of templates

  • name string
  • policyTemplates object[]
  • template string

    Webhook template

  • dataType integer

    Type of template

  • syslogTemplate string

    Template info

GET /logstreamingconnector/templates    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/LogStreamingConnector/Templates' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'