UpdateNormalizeConfig
Update the normalization configuration with new limits and settings
PUT
/api/v1/zaku/normalize/configOperation ID
UpdateNormalizeConfigSince
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
maxLabelCountIntegerRequiredMaximum number of labels allowed per pod
Example: 64
maxAnnotationSizeIntegerRequiredMaximum total size of annotations in bytes
Example: 262144
maxBatchSizeIntegerRequiredMaximum number of pods per batch normalization request
Example: 500
maxPodNameLengthIntegerRequiredMaximum allowed length for a pod name
Example: 253
