BatchNormalize
Batch normalize multiple pod specs in a single request
/api/v1/zaku/normalize/batchOperation ID
BatchNormalizeSince
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/jsonBody Fields
podsListRequiredThe pods value
Example: (nested array)
nameStringName of the pod
Example: nginx-deployment-abc123
namespaceStringKubernetes namespace of the pod
Example: default
labelsLinkedHashMapKey-value labels attached to this resource
Example: (nested object)
annotationsLinkedHashMapArbitrary key-value annotations for metadata
Example: (nested object)
containerCountIntegerNumber of containers in the pod
Example: 2
nodeNameStringName of the node the pod is scheduled on
Example: k8s-node-01
statusStringCurrent phase of the pod lifecycle
Example: Running
optsObjectRequiredThe opts value
batchSizeIntegerNumber of pods to process per batch
Example: 100
maxErrorsIntegerMaximum number of errors before aborting the batch
Example: 10
strictModeBooleanIf true, abort on first validation error; if false, skip and continue
Example: false
