Class HealthResponse
public class HealthResponse
- Inheritance
-
HealthResponse
- Inherited Members
Properties
ContentType
HTTP response content type for this operation
public string? ContentType { get; set; }
Property Value
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
RawResponse
Raw HTTP response; suitable for custom response parsing
public HttpResponseMessage RawResponse { get; set; }
Property Value
StatusCode
HTTP response status code for this operation
public int StatusCode { get; set; }