Runtime InsightsList HTTP Requests

List HTTP Requests

curl -X GET "https://api.rad.security/accounts/example_string/container_runtime_insights/http_requests?cluster_ids=example_string&q=example_string&filters=example_string&limit=42&offset=42" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "entries": [
    {
      "account_id": "example_string",
      "app_protocol": "example_string",
      "cluster_id": "example_string",
      "destination_addr": "example_string",
      "destination_hostname": "John Doe",
      "destination_port": 42,
      "destination_service_name": "John Doe",
      "destination_service_namespace": "John Doe",
      "destination_workload_kind": "example_string",
      "destination_workload_name": "John Doe",
      "destination_workload_namespace": "John Doe",
      "first_seen_at": "example_string",
      "has_pii": true,
      "id": "example_string",
      "last_seen_at": "example_string",
      "method": "example_string",
      "path": "example_string",
      "pii_labels": [
        "example_string"
      ],
      "scheme": "example_string",
      "source_workload_kind": "example_string",
      "source_workload_name": "John Doe",
      "source_workload_namespace": "John Doe",
      "trusted_ip": true,
      "trusted_ip_description": "example_string",
      "trusted_ip_prefix": "example_string"
    }
  ],
  "has_more": true,
  "total_count": 10
}
GET
/accounts/{account_id}/container_runtime_insights/http_requests
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Bearer token - just enter the token, "Bearer" prefix will be added automatically

query
qstring

Search phrase

query
filtersstring

Filters in format: key1:value1,key2:value2

query
limitinteger

Maximum number of results to return. Default: 100

query
offsetinteger

Number of results to skip. Default: 0

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authentication token required.

Path Parameters

Query Parameters

qstring

Search phrase

filtersstring

Filters in format: key1:value1,key2:value2

limitinteger

Maximum number of results to return. Default: 100

offsetinteger

Number of results to skip. Default: 0

Responses

entriesarray
has_moreboolean
total_countinteger