v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
threatIntelIngest

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.

diskSizeinteger required

Total DB size in terms of disk bytes

indicatorCountinteger required

Total number of indicators in the DB

indicatorLimitinteger required

Limit number of indicators supported in the DB

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
    }
  ]
}