Skip to main content
GET
List the running pods of a stack with their containers' security posture

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cluster_id
string<uuid>
required
stack_name
string
required

Query Parameters

page
integer
default:1
Required range: 1 <= x <= 10000
page_size
integer
default:50

Values above 100 are clamped to 100.

Required range: x >= 1

Case-insensitive match on pod name, namespace, member name, workload name, container name or image.

member_resource_id
string<uuid> | null

Only pods deployed by this add-on or manifest member of the stack.

Response

Successful response

The running pods of one stack, riskiest first, grouped by the add-on or manifest that deploys them.

result
SecurityStackSecurityPod · object[]
required
pagination
object
required
members
SecurityStackSecurityPodMember · object[]
required
capped
boolean
required

True when the read stopped at its cap of 2000 container rows - a pod with N containers spends N of it - so the listing is partial; every pod listed is complete.

scanner
object
required
intelligence
object
required