provider Cloud Network Monitoring GET /api/v2/network/connections/aggregate
@utdk/datadog /api/v2/network/connections/aggregate
Get all aggregated connections
Get all aggregated connections.
from query
Unix timestamp (number of seconds since epoch) of the start of the query window. If not provided, the start of the query window is 15 minutes before the `to` timestamp. If neither `from` nor `to` are provided, the query window is `[now - 15m, now]`.
integer
to query
Unix timestamp (number of seconds since epoch) of the end of the query window. If not provided, the end of the query window is the current time. If neither `from` nor `to` are provided, the query window is `[now - 15m, now]`.
integer
group_by query
Comma-separated list of fields to group connections by. The maximum number of group_by(s) is 10.
string
tags query
Comma-separated list of tags to filter connections by.
string
limit query
The number of connections to be returned. The maximum value is 7500. The default is 100.
integer

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getaggregatedconnections
GET/api/v2/network/connections/aggregate
Get all aggregated connections.

Unix timestamp (number of seconds since epoch) of the start of the query window. If not provided, the start of the query window is 15 minutes before the `to` timestamp. If neither `from` nor `to` are provided, the query window is `[now - 15m, now]`.

Unix timestamp (number of seconds since epoch) of the end of the query window. If not provided, the end of the query window is the current time. If neither `from` nor `to` are provided, the query window is `[now - 15m, now]`.

Comma-separated list of fields to group connections by. The maximum number of group_by(s) is 10.

Comma-separated list of tags to filter connections by.

The number of connections to be returned. The maximum value is 7500. The default is 100.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getaggregatedconnections({
  "limit": 100
})