v4
Swagger 2.02026-08-0343714211.7 MBsiem_http_destinations
SIEM HTTP Destinations
List SIEM HTTP Destinations
List SIEM HTTP Destinations
get/siem_http_destinations
Query parameters
cursorstring
Used for pagination. When a list request has more records available, cursors are provided in the response headers X-Files-Cursor-Next and X-Files-Cursor-Prev. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
per_pageinteger
Number of records to show per page. (Max: 10000, 1,000 or less is recommended).
Response
A list of SiemHttpDestinations objects.
Example response
[
{
"id": 1,
"name": "example",
"destination_type": "example",
"destination_url": "example",
"file_destination_path": "example",
"file_format": "example",
"file_interval_minutes": 1,
"additional_headers": {
"key": "example value"
},
"sending_active": true,
"generic_payload_type": "example",
"splunk_token_masked": "example",
"crowdstrike_token_masked": "example",
"azure_dcr_immutable_id": "example",
"azure_stream_name": "example",
"azure_oauth_client_credentials_tenant_id": "example",
"azure_oauth_client_credentials_client_id": "example",
"azure_oauth_client_credentials_client_secret_masked": "example",
"qradar_username": "example",
"qradar_password_masked": "example",
"solar_winds_token_masked": "example",
"new_relic_api_key_masked": "example",
"datadog_api_key_masked": "example",
"action_send_enabled": true,
"action_entries_sent": 1,
"sftp_action_send_enabled": true,
"sftp_action_entries_sent": 1,
"ftp_action_send_enabled": true,
"ftp_action_entries_sent": 1,
"web_dav_action_send_enabled": true,
"web_dav_action_entries_sent": 1,
"sync_send_enabled": true,
"sync_entries_sent": 1,
"outbound_connection_send_enabled": true,
"outbound_connection_entries_sent": 1,
"automation_send_enabled": true,
"automation_entries_sent": 1,
"api_request_send_enabled": true,
"api_request_entries_sent": 1,
"public_hosting_request_send_enabled": true,
"public_hosting_request_entries_sent": 1,
"email_send_enabled": true,
"email_entries_sent": 1,
"exavault_api_request_send_enabled": true,
"exavault_api_request_entries_sent": 1,
"settings_change_send_enabled": true,
"settings_change_entries_sent": 1,
"last_http_call_target_type": "destination_url",
"last_http_call_success": true,
"last_http_call_response_code": 1,
"last_http_call_response_body": "example",
"last_http_call_error_message": "example",
"last_http_call_time": "example",
"last_http_call_duration_ms": 1,
"most_recent_http_call_success_time": "example",
"connection_test_entry": "example"
}
]