public class SiemHttpDestination extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
additionalHeaders
Additional HTTP Headers included in calls to the destination URL
|
Long |
apiRequestRecordsSentEntriesSent
Number of log entries sent for the lifetime of this destination.
|
Boolean |
apiRequestSendEnabled
Whether or not sending is enabled for api_request logs.
|
Long |
automationRecordsSentEntriesSent
Number of log entries sent for the lifetime of this destination.
|
Boolean |
automationSendEnabled
Whether or not sending is enabled for automation logs.
|
String |
azureDcrImmutableId
Applicable only for destination type: azure.
|
String |
azureOauthClientCredentialsClientId
Applicable only for destination type: azure.
|
String |
azureOauthClientCredentialsClientSecret
Applicable only for destination type: azure.
|
String |
azureOauthClientCredentialsClientSecretMasked
Applicable only for destination type: azure.
|
String |
azureOauthClientCredentialsTenantId
Applicable only for destination type: azure.
|
String |
azureStreamName
Applicable only for destination type: azure.
|
String |
connectionTestEntry
Connection Test Entry
|
String |
datadogApiKey
Applicable only for destination type: datadog.
|
String |
datadogApiKeyMasked
Applicable only for destination type: datadog.
|
String |
destinationType
Destination Type
|
String |
destinationUrl
Destination Url
|
Long |
emailRecordsSentEntriesSent
Number of log entries sent for the lifetime of this destination.
|
Boolean |
emailSendEnabled
Whether or not sending is enabled for email logs.
|
Long |
exavaultApiRequestRecordsSentEntriesSent
Number of log entries sent for the lifetime of this destination.
|
Boolean |
exavaultApiRequestSendEnabled
Whether or not sending is enabled for exavault_api_request logs.
|
Long |
ftpActionRecordsSentEntriesSent
Number of log entries sent for the lifetime of this destination.
|
Boolean |
ftpActionSendEnabled
Whether or not sending is enabled for ftp_action logs.
|
String |
genericPayloadType
Applicable only for destination type: generic.
|
Long |
id
SIEM HTTP Destination ID
|
Long |
lastHttpCallDurationMs
Duration of the last HTTP Call in milliseconds
|
String |
lastHttpCallErrorMessage
Last HTTP Call Error Message if applicable
|
String |
lastHttpCallResponseBody
Last HTTP Call Response Body.
|
Long |
lastHttpCallResponseCode
Last HTTP Call Response Code
|
Boolean |
lastHttpCallSuccess
Was the last HTTP call made successful?
|
String |
lastHttpCallTargetType
Type of URL that was last called.
|
String |
lastHttpCallTime
Time of Last HTTP Call
|
String |
mostRecentHttpCallSuccessTime
Time of Most Recent Successful HTTP Call
|
String |
name
Name for this Destination
|
String |
newRelicApiKey
Applicable only for destination type: new_relic.
|
String |
newRelicApiKeyMasked
Applicable only for destination type: new_relic.
|
Long |
outboundConnectionRecordsSentEntriesSent
Number of log entries sent for the lifetime of this destination.
|
Boolean |
outboundConnectionSendEnabled
Whether or not sending is enabled for outbound_connection logs.
|
Long |
publicHostingRequestRecordsSentEntriesSent
Number of log entries sent for the lifetime of this destination.
|
Boolean |
publicHostingRequestSendEnabled
Whether or not sending is enabled for public_hosting_request logs.
|
String |
qradarPassword
Applicable only for destination type: qradar.
|
String |
qradarPasswordMasked
Applicable only for destination type: qradar.
|
String |
qradarUsername
Applicable only for destination type: qradar.
|
Boolean |
sendingActive
Whether this SIEM HTTP Destination is currently being sent to or not
|
Long |
sftpActionRecordsSentEntriesSent
Number of log entries sent for the lifetime of this destination.
|
Boolean |
sftpActionSendEnabled
Whether or not sending is enabled for sftp_action logs.
|
String |
solarWindsToken
Applicable only for destination type: solar_winds.
|
String |
solarWindsTokenMasked
Applicable only for destination type: solar_winds.
|
String |
splunkToken
Applicable only for destination type: splunk.
|
String |
splunkTokenMasked
Applicable only for destination type: splunk.
|
Long |
syncRecordsSentEntriesSent
Number of log entries sent for the lifetime of this destination.
|
Boolean |
syncSendEnabled
Whether or not sending is enabled for sync logs.
|
Long |
webDavActionRecordsSentEntriesSent
Number of log entries sent for the lifetime of this destination.
|
Boolean |
webDavActionSendEnabled
Whether or not sending is enabled for web_dav_action logs.
|
| Constructor and Description |
|---|
SiemHttpDestination() |
SiemHttpDestination(HashMap<String,Object> parameters) |
SiemHttpDestination(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<SiemHttpDestination> |
all() |
static ListIterator<SiemHttpDestination> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SiemHttpDestination |
create(HashMap<String,Object> parameters)
Parameters:
name - string - Name for this Destination
additional_headers - object - Additional HTTP Headers included in calls to the destination URL
sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
generic_payload_type - string - Applicable only for destination type: generic.
|
static SiemHttpDestination |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
delete() |
static void |
delete(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
delete(Long id,
HashMap<String,Object> parameters) |
static void |
delete(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
destroy() |
void |
destroy(HashMap<String,Object> parameters) |
static void |
destroy(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SiemHttpDestination |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SiemHttpDestination |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Siem Http Destination ID.
|
static SiemHttpDestination |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SiemHttpDestination |
get() |
static SiemHttpDestination |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<SiemHttpDestination> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<SiemHttpDestination> |
list(HashMap<String,Object> parameters) |
static ListIterator<SiemHttpDestination> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
static void |
sendTestEntry(HashMap<String,Object> parameters)
Parameters:
siem_http_destination_id - int64 - SIEM HTTP Destination ID
destination_type - string - Destination Type
destination_url - string - Destination Url
name - string - Name for this Destination
additional_headers - object - Additional HTTP Headers included in calls to the destination URL
sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
generic_payload_type - string - Applicable only for destination type: generic.
|
static void |
sendTestEntry(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
SiemHttpDestination |
update()
Parameters:
name - string - Name for this Destination
additional_headers - object - Additional HTTP Headers included in calls to the destination URL
sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
generic_payload_type - string - Applicable only for destination type: generic.
|
static SiemHttpDestination |
update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SiemHttpDestination |
update(Long id,
HashMap<String,Object> parameters)
Parameters:
name - string - Name for this Destination
additional_headers - object - Additional HTTP Headers included in calls to the destination URL
sending_active - boolean - Whether this SIEM HTTP Destination is currently being sent to or not
generic_payload_type - string - Applicable only for destination type: generic.
|
static SiemHttpDestination |
update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String name
public String destinationType
public String destinationUrl
public Map<String,String> additionalHeaders
public Boolean sendingActive
public String genericPayloadType
public String splunkTokenMasked
public String azureDcrImmutableId
public String azureStreamName
public String azureOauthClientCredentialsTenantId
public String azureOauthClientCredentialsClientId
public String azureOauthClientCredentialsClientSecretMasked
public String qradarUsername
public String qradarPasswordMasked
public String solarWindsTokenMasked
public String newRelicApiKeyMasked
public String datadogApiKeyMasked
public Boolean sftpActionSendEnabled
public Long sftpActionRecordsSentEntriesSent
public Boolean ftpActionSendEnabled
public Long ftpActionRecordsSentEntriesSent
public Boolean webDavActionSendEnabled
public Long webDavActionRecordsSentEntriesSent
public Boolean syncSendEnabled
public Long syncRecordsSentEntriesSent
public Boolean outboundConnectionSendEnabled
public Long outboundConnectionRecordsSentEntriesSent
public Boolean automationSendEnabled
public Long automationRecordsSentEntriesSent
public Boolean apiRequestSendEnabled
public Long apiRequestRecordsSentEntriesSent
public Boolean publicHostingRequestSendEnabled
public Long publicHostingRequestRecordsSentEntriesSent
public Boolean emailSendEnabled
public Long emailRecordsSentEntriesSent
public Boolean exavaultApiRequestSendEnabled
public Long exavaultApiRequestRecordsSentEntriesSent
public String lastHttpCallTargetType
public Boolean lastHttpCallSuccess
public Long lastHttpCallResponseCode
public String lastHttpCallResponseBody
public String lastHttpCallErrorMessage
public String lastHttpCallTime
public Long lastHttpCallDurationMs
public String mostRecentHttpCallSuccessTime
public String connectionTestEntry
public String splunkToken
public String azureOauthClientCredentialsClientSecret
public String qradarPassword
public String solarWindsToken
public String newRelicApiKey
public String datadogApiKey
public SiemHttpDestination update() throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static ListIterator<SiemHttpDestination> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<SiemHttpDestination> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<SiemHttpDestination> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<SiemHttpDestination> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<SiemHttpDestination> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SiemHttpDestination find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static SiemHttpDestination find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SiemHttpDestination find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SiemHttpDestination get() throws RuntimeException
RuntimeExceptionpublic static SiemHttpDestination get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SiemHttpDestination create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static SiemHttpDestination create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void sendTestEntry(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static void sendTestEntry(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SiemHttpDestination update(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static SiemHttpDestination update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SiemHttpDestination update(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static void delete(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void destroy()
throws RuntimeException
RuntimeExceptionpublic static void destroy(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.