---
title: "Get Network Situation Summary"
method: POST
path: "/networks/traffic/situation"
tags: ["Traffic Health"]
---

# Get Network Situation Summary

`POST /networks/traffic/situation`

Network-wide Traffic Health summary — aggregate counts of active domains, domains with and without incidents, active incidents, and blocklist incidents broken down by vendor (EasyList, HetrixTools, Google Threat Intelligence), plus the mean time to resolution. Send an empty object `{}` for the default network-wide rollup.

## Request body

- SituationFilter — Optional filters. Send an empty object `{}` for the default rollup.

## Response `200`

- SituationSummary
  - `network_id` integer
  - `active_domain_count` integer
  - `active_domain_with_incident_count` integer
  - `active_domain_without_incident_count` integer
  - `active_domain_with_blacklist_incident_count` integer
  - `active_domain_without_blacklist_incident_count` integer
  - `active_incident_count` integer
  - `active_domain_blacklist_incident_count` integer
  - `active_easylist_domain_blacklist_incident_count` integer
  - `active_hetrix_tools_domain_blacklist_incident_count` integer
  - `active_google_threat_intelligence_domain_blacklist_incident_count` integer
  - `active_ip_address_blacklist_incident_count` integer
  - `mean_time_to_resolution_seconds` integer — Mean time to resolution for resolved incidents, in seconds.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
