{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Connections API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get All Aggregated Connections", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/network/connections/aggregate", "params": [ { "name": "from", "value": "42", "type": "query", "description": "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]`." }, { "name": "to", "value": "42", "type": "query", "description": "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]`." }, { "name": "group_by", "value": "example_value", "type": "query", "description": "Comma-separated list of fields to group connections by." }, { "name": "tags", "value": "env:production", "type": "query", "description": "Comma-separated list of tags to filter connections by." }, { "name": "limit", "value": "42", "type": "query", "description": "The number of connections to be returned. The maximum value is 5000." } ] }, "docs": "Get all aggregated connections." } ] } ], "bundled": true }