Skip to main content
POST
Query scoped Kubernetes resources

Authorizations

Authorization
string
header
required

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

Body

application/json
filter
object

DrafttQL filter. A kind $eq/$in filter is required when a details$ path is used.

select
enum<string>[]
Available options:
id,
clusterComponentId,
clusterComponentName,
uniqueIdentifier,
name,
kind,
namespace,
apiVersion,
apiGroup,
collectionMode,
knownCrd,
labels,
details,
ownershipClass,
managedBy,
managedByName,
managedByNamespace,
helmChartName,
helmChartVersion,
createdAt,
updatedAt
sort
object
pageToken
string
pageSize
integer
default:100
Required range: 1 <= x <= 1000

Response

Success

items
object[]
required
nextPageToken
string