This gets the config for the cluster
Example
aiware updateConfigAll X-Correlation-Id:value configSection=value configKey=value deprecated=value secure=value isOverridden=value
Parameters
| Name | Type | Description | Notes |
|---|
| adminConfigUpdateRequest | AdminConfigUpdateRequest | Config Update for core | |
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| configSection | ConfigSectionEnum | Config Section Entry | [optional] [default to null] |
| configKey | string | Config Key | [optional] [default to null] |
| deprecated | boolean | | [optional] [default to null] |
| secure | boolean | | [optional] [default to null] |
| isOverridden | boolean | | [optional] [default to null] |
Return type
AdminConfigUpdateResponse
Authorization
api_key
- Content-Type: application/json
- Accept: application/json