Class ReloadSecureSettingsRequest
Request for ReloadSecureSettings
https://opensearch.org/docs/latest/api-reference/nodes-apis/nodes-reload-secure/
Inheritance
ReloadSecureSettingsRequest
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ReloadSecureSettingsRequest : PlainRequestBase<ReloadSecureSettingsRequestParameters>, IReloadSecureSettingsRequest, IRequest<ReloadSecureSettingsRequestParameters>, IRequest
Constructors
| Edit this page View SourceReloadSecureSettingsRequest()
/_nodes/reload_secure_settings
Declaration
public ReloadSecureSettingsRequest()
ReloadSecureSettingsRequest(NodeIds)
/_nodes/{node_id}/reload_secure_settings
Declaration
public ReloadSecureSettingsRequest(NodeIds nodeId)
Parameters
Type | Name | Description |
---|---|---|
NodeIds | nodeId | Optional, accepts null |
Properties
| Edit this page View SourceSelf
Declaration
protected IReloadSecureSettingsRequest Self { get; }
Property Value
Type | Description |
---|---|
IReloadSecureSettingsRequest |
Timeout
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Declaration
public Time Timeout { get; set; }
Property Value
Type | Description |
---|---|
Time |