List SIEM Connectors
Select
SaaS
Customer Managed
This API returns the SIEM Connectors configured
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
connectors object[]
connectorEntityId integerConnector entity ID (Syslog server ID)
connectorEntityType stringConnector type. 1 for Syslog 2 for Webhook
connectorid integerID of the connector
connectorEntityName stringConnector Entity hostname
connectorName stringName of the connector
enabled booleanIf the connector is enabled
{
"connectors": [
{
"connectorEntityId": 0,
"connectorEntityType": "string",
"connectorid": 0,
"connectorEntityName": "string",
"connectorName": "string",
"enabled": true
}
]
}
{
"connectors": [
{
"connectorEntityId": 1,
"connectorEntityType": "SYSLOG",
"connectorid": 4,
"connectorEntityName": "hhh.testlab.commvault.com",
"connectorName": "test connector",
"enabled": true
}
]
}
Loading...