AddCollectionFilter
Add a new collection filter rule to a platform
POST
/api/v1/platforms/{platformId}/collection-filterOperation ID
AddCollectionFilterSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
platformIdStringRequiredPlatform ID to add the filter to
Body Fields
idStringRequiredUnique identifier of the filter
Example: filter-001
platformIdStringRequiredPlatform ID this filter applies to
Example: plat-001
fieldStringRequiredPod field to match against (e.g. namespace, label)
Example: namespace
opStringRequiredComparison operator (eq, contains, prefix)
Example: eq
valueStringRequiredValue to compare the field against
Example: kube-system
