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 |
---|---|
HttpMethod |
Overrides
| Edit this page View SourceMode
A flag to indicate whether service should consider security-plugin's status before returning health response. strict
mode indicates
service should check 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 |