Skip to main content

Get SIEM Connector Details

Select

SaaS
Customer Managed

This API returns the SIEM Connector Details

Path Parameters
  • id string required

    ID of the connector

Responses

OK


Schema
  • connectorEntityId integer
  • connectorEntityType string
  • connectorid integer
  • connectorEntityName string
  • connectorName string
  • enabled boolean
  • connectorPolicy object[]
  • template string
  • dataType string
  • enabled boolean
  • syslogTemplate string
GET /logstreamingconnector/:id    

Authorization

type: apiKeyname: Authtokenin: header

Request

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