Set allocator logging settings
Set the logging settings for this allocator instance.
Path parameters
-
allocator_id
string Required The allocator identifier.
Body
Required
The new logging settings for the allocator instance
-
logging_levels
object Required Overridden logging levels. Keys are logging levels. Allowable values are OFF, ERROR, WARN, INFO, DEBUG, TRACE, ALL
PUT
/platform/infrastructure/allocators/{allocator_id}/logging_settings
curl \
--request PUT 'https://{{hostname}}/api/v1/platform/infrastructure/allocators/{allocator_id}/logging_settings' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"logging_levels":{"additionalProperty1":"string","additionalProperty2":"string"}}'