Get SIEM Connector Details
This API returns the SIEM Connector Details
Path Parameters
- id string required
ID of the connector
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- connectorEntityId integer
- connectorEntityType string
- connectorid integer
- connectorEntityName string
- connectorName string
- enabled boolean
connectorPolicy object[]
template stringdataType stringenabled booleansyslogTemplate string
{
"connectorEntityId": 0,
"connectorEntityType": "string",
"connectorid": 0,
"connectorEntityName": "string",
"connectorName": "string",
"enabled": true,
"connectorPolicy": [
{
"template": "string",
"dataType": "string",
"enabled": true,
"syslogTemplate": "string"
}
]
}
{
"connectorEntityId": 1,
"connectorEntityType": "SYSLOG",
"connectorid": 6,
"connectorEntityName": "hhh.testlab.commvault.com",
"connectorName": "mrh",
"enabled": true,
"connectorPolicy": [
{
"template": "",
"dataType": "ALERTS",
"enabled": true,
"syslogTemplate": "<<PRIVAL>>1 <FULL-DATE>T<FULL-TIME>Z <HOSTNAME> Commserver <PROCID> Alert [Alert@14604 AlertId=\"<ALERTID>\" AlertName=\"<ALERTNAME>\" DetectedTime=\"<ALERTTIME>\" JobId=\"<JOBID>\" CommcellName=\"<COMMCELLNAME>\" CompanyName=\"<COMPANYNAME>\" UTCTimestamp=\"<UTCTIMESTAMP>\"] <ALERTDESCRIPTION>"
},
{
"template": "",
"dataType": "AUDIT",
"enabled": true,
"syslogTemplate": "<<PRIVAL>>1 <FULL-DATE>T<FULL-TIME>Z <HOSTNAME> Commserver <PROCID> Audit [Audit@14604 OpId=\"<OPID>\" AuditTime=\"<AUDITTIME>\" User=\"<USERNAME>\" Operation=\"<OPERATION>\" CommcellName=\"<COMMCELLNAME>\" CompanyName=\"<COMPANYNAME>\" UTCTimestamp=\"<UTCTIMESTAMP>\"] <DETAILS>"
},
{
"template": "",
"dataType": "EVENTS",
"enabled": true,
"syslogTemplate": "<<PRIVAL>>1 <FULL-DATE>T<FULL-TIME>Z <HOSTNAME> Commserver <PROCID> Event [Event@14604 EventId=\"<EVENTID>\" OccurrenceTime=\"<OCCURRENCETIME>\" Computer=\"<COMPUTER>\" Program=\"<PROGRAM>\" EventCode=\"<EVENTCODE>\" CommcellName=\"<COMMCELLNAME>\" UTCTimestamp=\"<UTCTIMESTAMP>\"] <DESCRIPTION>"
},
{
"template": "",
"dataType": "JOBHISTORY",
"enabled": false,
"syslogTemplate": ""
}
]
}
Loading...