/
Submitting Threat Indicators
Submitting Threat Indicators
The following example contains a sample curl command used to submit threat indicators in JSON format to the Cloud Services Portal.
curl -H "AUTHORIZATION:TOKEN $YOUR_API_KEY" -H 'Content-Type: application/json;' -X POST "https://csp.infoblox.com/tide/api/data/batches?profile=SampleProfile" --data-binary '@DATA_FILE_NAME.json'
The system determines the format of the input data based on the Content-Type HTTP header (application/xml, text/xml, application/json, text/plain, text/csv, text/tab-separated-values, text/tsv, text/psv). If the Content-Type doesn’t match with predefined types, or isn’t specified, it tries to determine the format dynamically by reading the first part of the data. Best practice is to specify the format in the Content-Type.
Related content
Uploading TIDE Data
Uploading TIDE Data
More like this
TIDE Data Submission Overview
TIDE Data Submission Overview
More like this
Get Threats for Time Period
Get Threats for Time Period
More like this
Infoblox TIDE API FAQs Guide
Infoblox TIDE API FAQs Guide
More like this
TIDE Bulk Data Export
TIDE Bulk Data Export
More like this