Skip to main content
GET
/
accounts
/
{account_id}
/
container_runtime_insights
/
network_connection_sources
List Network Connection Sources
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
}

Path Parameters

account_id
string
required

Account id

Query Parameters

filters
string

Filters in format: key1:value1,key2:value2

q
string

Search phrase

limit
integer

Maximum number of results to return. Default: 100

offset
integer

Number of results to skip. Default: 0

sort
string

Sort by field. Default: last_seen_at:desc

Response

OK

entries
object[]
has_more
boolean
total_count
integer