v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBthreatIntelIngest
Get threat intel indicators DB information
Get threat intel indicators DB information, such as storage utilization and indicator counts
get/v1/threatIntel/datastore/db
Response
Threat intel ingest DB information.
Example response
{
"diskSize": 1024,
"indicatorCount": 100,
"indicatorLimit": 10000000,
"sourceStatus": [
{
"source": "unit42_source",
"description": "This is a stix1.2 indicators source",
"diskSize": 1024,
"indicatorCount": 1024,
"enabled": true
}
]
}