Skip to main content
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

  • maxLabelCountIntegerRequired

    Maximum number of labels allowed per pod

    Example: 64

  • maxAnnotationSizeIntegerRequired

    Maximum total size of annotations in bytes

    Example: 262144

  • maxBatchSizeIntegerRequired

    Maximum number of pods per batch normalization request

    Example: 500

  • maxPodNameLengthIntegerRequired

    Maximum allowed length for a pod name

    Example: 253

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

PUT/api/v1/zaku/normalize/config

/api/v1/zaku/normalize/config

Operation ID

UpdateNormalizeConfig

Permalink

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.

View all change history