Skip to main content
POST
/
networks
/
traffic
/
situation
/
domains
List Domain Situations
curl --request POST \
  --url https://api.eflow.team/v1/networks/traffic/situation/domains \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '{}'
{
  "entries": [
    {
      "network_id": 1,
      "url": "track.acme.com",
      "type": "down",
      "domain_type": "tracking",
      "active_incident_count": 2,
      "resolved_incident_count": 1,
      "active_blacklist_incident_count": 0,
      "resolved_blacklist_incident_count": 0
    }
  ]
}
A per-domain Traffic Health rollup for every monitored domain — each domain’s overall state plus its active and resolved incident and blocklist-incident counts. Send an empty object {} for all domains.

Authorizations

X-Eflow-Api-Key
string
header
required

Body

application/json

Optional filters. Send an empty object {} for the default rollup.

Response

200 - application/json
entries
object[]

One entry per monitored domain.