metadata

Region Settings

/ metadata

Get Region Settings # Returns the settings configured for the region. Requests # GET /_cluster/_region/<region_id>/settings Path Parameters # region_id (Required, String) The UUID of the region you want to query. A special ID _local can be specified to query the state of the region that handles this request. Query Parameters # include_defaults (Optional, Boolean) If true, returns all default region settings. Defaults to false. ...