Class HealthRequestParameters
Request options for Health
https://opensearch.org/docs/latest/security/access-control/api/#health-check
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.SecurityApi
Assembly: OpenSearch.Net.dll
Syntax
public class HealthRequestParameters : RequestParameters<HealthRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceMode
A flag that determines whether to consider the security status before returning a response for a health query response. For example,
strict
mode indicates service should check the Security plugin status.
Declaration
public string Mode { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |