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
Endpoint
GET/api/v1/zaku/normalize/config
/api/v1/zaku/normalize/config
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.
