Skip to main content

List SIEM Connectors

Select

SaaS
Customer Managed

This API returns the SIEM Connectors configured

Responses

OK


Schema
  • connectors object[]
  • connectorEntityId integer

    Connector entity ID (Syslog server ID)

  • connectorEntityType string

    Connector type. 1 for Syslog 2 for Webhook

  • connectorid integer

    ID of the connector

  • connectorEntityName string

    Connector Entity hostname

  • connectorName string

    Name of the connector

  • enabled boolean

    If the connector is enabled

GET /logstreamingconnector    

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' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'