AdminConfigUpdateResponse UpdateConfigAll(ctx, adminConfigUpdateRequest, optional)
This gets the config for the cluster
Required Parameters
| Name | Type | Description | Notes |
|---|
| ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
| adminConfigUpdateRequest | AdminConfigUpdateRequest | Config Update for core | |
| optional | *UpdateConfigAllOpts | optional parameters | nil if no parameters |
Optional Parameters
Optional parameters are passed through a pointer to a UpdateConfigAllOpts struct
| Name | Type | Description | Notes |
|---|
| xCorrelationId | optional.String | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | |
| configSection | optional.Interface of ConfigSectionEnum | Config Section Entry | |
| configKey | optional.String | Config Key | |
| deprecated | optional.Bool | | |
| secure | optional.Bool | | |
| isOverridden | optional.Bool | | |
Return type
AdminConfigUpdateResponse
Authorization
api_key
- Content-Type: application/json
- Accept: application/json