Skip to main content
GET
/
accounts
/
{account_id}
/
container_runtime_latest_baseline_fingerprints
List Latest Container Runtime Baseline Fingerprints
curl --request GET \
  --url https://api.prd.rad.security/accounts/{account_id}/container_runtime_latest_baseline_fingerprints
{
  "entries": [
    {
      "account_id": "<string>",
      "created_at": "<string>",
      "created_by": "<string>",
      "fingerprint": {
        "apiVersion": "<string>",
        "containers": [
          {
            "id": "<string>",
            "imageDigest": "<string>",
            "imageName": "<string>",
            "name": "<string>",
            "processes": [
              {
                "children": [
                  {}
                ],
                "connections": [
                  {
                    "address": "<string>",
                    "drift": true,
                    "hostname": "<string>",
                    "k8sName": "<string>",
                    "k8sNamespace": "<string>",
                    "port": 123,
                    "timestamp": "<string>",
                    "trustedCIDR": "<string>"
                  }
                ],
                "drift": true,
                "files": [
                  {
                    "drift": true,
                    "path": "<string>",
                    "timestamp": "<string>"
                  }
                ],
                "gid": 123,
                "id": "<string>",
                "parentId": "<string>",
                "programs": [
                  {
                    "args": [
                      "<any>"
                    ],
                    "comm": "<string>",
                    "drift": true,
                    "hasPattern": true,
                    "sampleArgs": [
                      "<any>"
                    ],
                    "timestamp": "<string>"
                  }
                ],
                "repetition": {
                  "execCount": 123,
                  "recentTimestamp": "<string>"
                },
                "timestamp": "<string>",
                "trustedIPPrefixes": [
                  {
                    "cidr": "<string>",
                    "name": "<string>",
                    "port": 123
                  }
                ],
                "uid": 123
              }
            ]
          }
        ],
        "kind": "<string>",
        "metadata": {
          "creationTimestamp": "<string>"
        }
      },
      "id": "<string>",
      "image_name": "<string>",
      "notes": "<string>"
    }
  ],
  "page": 123,
  "page_count": 123,
  "page_size": 123,
  "total_count": 123
}

Path Parameters

account_id
string
required

Account id

Query Parameters

filters
string

Filters

q
string

Query string to filter fingerprints

page
integer

Page number starting from 1

page_size
integer

Page size. Default: 50

sort
string

Sort by field. Default: created_at:desc

children_limit
integer
default:100

Children limit

Response

OK

entries
object[]
page
integer
page_count
integer
page_size
integer
total_count
integer