Table of Contents

Class HealthRequest

Namespace
Styra.Opa.OpenApi.Models.Requests
Assembly
Styra.Opa.dll
public class HealthRequest
Inheritance
HealthRequest
Inherited Members

Properties

Bundles

Boolean parameter to account for bundle activation status in response. This includes any discovery bundles or bundles defined in the loaded discovery configuration.

public bool? Bundles { get; set; }

Property Value

bool?

ExcludePlugin

String parameter to exclude a plugin from status checks. Can be added multiple times. Does nothing if plugins is not true. This parameter is useful for special use cases where a plugin depends on the server being fully initialized before it can fully initialize itself.

public List<string>? ExcludePlugin { get; set; }

Property Value

List<string>

Plugins

Boolean parameter to account for plugin status in response.

public bool? Plugins { get; set; }

Property Value

bool?