Path Parameters
Account id
Query Parameters
Cluster ids
Search phrase
Filters in format: key1:value1,key2:value2
Maximum number of results to return. Default: 100
Number of results to skip. Default: 0
curl --request GET \
--url https://api.prd.rad.security/accounts/{account_id}/container_runtime_insights/http_requests{
"entries": [
{
"account_id": "<string>",
"app_protocol": "<string>",
"cluster_id": "<string>",
"destination_addr": "<string>",
"destination_hostname": "<string>",
"destination_port": 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>",
"has_pii": true,
"id": "<string>",
"last_seen_at": "<string>",
"method": "<string>",
"path": "<string>",
"pii_labels": [
"<string>"
],
"scheme": "<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
}curl --request GET \
--url https://api.prd.rad.security/accounts/{account_id}/container_runtime_insights/http_requests{
"entries": [
{
"account_id": "<string>",
"app_protocol": "<string>",
"cluster_id": "<string>",
"destination_addr": "<string>",
"destination_hostname": "<string>",
"destination_port": 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>",
"has_pii": true,
"id": "<string>",
"last_seen_at": "<string>",
"method": "<string>",
"path": "<string>",
"pii_labels": [
"<string>"
],
"scheme": "<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
}Account id
Cluster ids
Search phrase
Filters in format: key1:value1,key2:value2
Maximum number of results to return. Default: 100
Number of results to skip. Default: 0