Monitoring & Collection/Zaku
PUTZakuSince 1.0SynchronousAuth Required
UpdateNormalizeConfig
Update the normalization configuration with new limits and settings
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body 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
Responses
Endpoint
PUT/api/v1/zaku/normalize/config
/api/v1/zaku/normalize/config
Request Example
curl -X PUT '{host}/api/v1/zaku/normalize/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"maxLabelCount":64,"maxAnnotationSize":262144,"maxBatchSize":500,"maxPodNameLength":253}'
Response Example
200{}Change History
This API has no change history records yet.
