cURL
curl --request GET \ --url https://api.prd.rad.security/accounts/{account_id}/container_runtime_insights/network_connection_sources
{ "entries": [ { "account_id": "<string>", "addr_destinations_count": 123, "cluster_id": "<string>", "first_seen_at": "<string>", "hostname_destinations_count": 123, "last_seen_at": "<string>", "workload_destinations_count": 123, "workload_kind": "<string>", "workload_name": "<string>", "workload_namespace": "<string>" } ], "has_more": true, "total_count": 123 }
Account id
Filters in format: key1:value1,key2:value2
Search phrase
Maximum number of results to return. Default: 100
Number of results to skip. Default: 0
Sort by field. Default: last_seen_at:desc
OK
Show child attributes