Table of Contents

Class HealthResponse

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

Properties

ContentType

HTTP response content type for this operation

public string? ContentType { get; set; }

Property Value

string

HealthyServer

OPA service is healthy. If the bundles option is specified then all configured bundles have been activated. If the plugins option is specified then all plugins are in an OK state.

public HealthyServer? HealthyServer { get; set; }

Property Value

HealthyServer

RawResponse

Raw HTTP response; suitable for custom response parsing

public HttpResponseMessage RawResponse { get; set; }

Property Value

HttpResponseMessage

StatusCode

HTTP response status code for this operation

public int StatusCode { get; set; }

Property Value

int