Skip to main content
GET
/
accounts
/
{account_id}
/
container_runtime_insights
/
network_connections
List Network Connections
curl --request GET \
  --url https://api.prd.rad.security/accounts/{account_id}/container_runtime_insights/network_connections
{
  "entries": [
    {
      "account_id": "<string>",
      "cluster_id": "<string>",
      "destination_addr": "<string>",
      "destination_hostname": "<string>",
      "destination_port": 123,
      "destination_ports": [
        123
      ],
      "destination_service_name": "<string>",
      "destination_service_namespace": "<string>",
      "destination_workload_kind": "<string>",
      "destination_workload_name": "<string>",
      "destination_workload_namespace": "<string>",
      "first_seen_at": "<string>",
      "id": "<string>",
      "last_seen_at": "<string>",
      "source_workload_kind": "<string>",
      "source_workload_name": "<string>",
      "source_workload_namespace": "<string>",
      "trusted_ip": true,
      "trusted_ip_description": "<string>",
      "trusted_ip_prefix": "<string>"
    }
  ],
  "has_more": true,
  "total_count": 123
}

Path Parameters

account_id
string
required

Account id

Query Parameters

cluster_ids
string

Cluster ids

q
string

Search phrase

filters
string

Filters in format: key1:value1,key2:value2

limit
integer

Maximum number of results to return. Default: 100

offset
integer

Number of results to skip. Default: 0

Response

OK

entries
object[]
has_more
boolean
total_count
integer