Skip to main content
Monitoring & Collection/Zaku
GETZakuSince 1.0SynchronousAuth Required

GetNormalizeConfig

Retrieve the current normalization configuration settings

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

This API requires no request parameters.

Responses

200 OK

On success, this API returns the following response structure.

  • maxLabelCountInteger

    Maximum number of labels allowed per pod

    Example: 64

  • maxAnnotationSizeInteger

    Maximum total size of annotations in bytes

    Example: 262144

  • maxBatchSizeInteger

    Maximum number of pods per batch normalization request

    Example: 500

  • maxPodNameLengthInteger

    Maximum allowed length for a pod name

    Example: 253

Endpoint

GET/api/v1/zaku/normalize/config

/api/v1/zaku/normalize/config

Operation ID

GetNormalizeConfig

Permalink

Request Example

curl -X GET '{host}/api/v1/zaku/normalize/config' -H 'Authorization: Bearer {token}'

Response Example

200
{
  "maxLabelCount": 64,
  "maxAnnotationSize": 262144,
  "maxBatchSize": 500,
  "maxPodNameLength": 253
}

Change History

This API has no change history records yet.

View all change history