Skip to main content
Monitoring & Collection/Zaku

UpdateNormalizeConfig

Update the normalization configuration with new limits and settings

PUT/api/v1/zaku/normalize/config

Operation ID

UpdateNormalizeConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • maxLabelCount
    IntegerRequired

    Maximum number of labels allowed per pod

    Example: 64

  • maxAnnotationSize
    IntegerRequired

    Maximum total size of annotations in bytes

    Example: 262144

  • maxBatchSize
    IntegerRequired

    Maximum number of pods per batch normalization request

    Example: 500

  • maxPodNameLength
    IntegerRequired

    Maximum allowed length for a pod name

    Example: 253

Responses

200 OK
200 OK

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