cURL
curl --request GET \ --url https://api.prd.rad.security/accounts/{account_id}/inventory_containers \ --header 'Authorization: <api-key>'
{ "entries": [ { "cluster_id": "<string>", "cluster_name": "<string>", "container_id": "<string>", "created_at": "<string>", "id": "<string>", "image_digest": "<string>", "image_name": "<string>", "image_repo": "<string>", "image_tag": "<string>", "name": "<string>", "owner_id": "<string>", "owner_kind": "<string>", "owner_name": "<string>", "owner_namespace": "<string>", "owner_resource_version": "<string>", "owner_uid": "<string>" } ], "has_more": true, "total_count": 123 }
List inventory containers
Account ID
Sort details in format: field:asc|desc. Default: name:asc
Search phrase
Maximum number of results to return. Default: 100
Number of results to skip. Default: 0
Filters in format: key1:value1,key2:value2
OK
Show child attributes