HealthEndpointContentType enumeration

Supported response content types for the built-in health endpoint.

public enum HealthEndpointContentType

Values

name value description
Json 0 Emits JSON output (default).
Yaml 1 Emits YAML output.
Xml 2 Emits XML output.
Text 3 Emits a concise human-readable plain text summary.
Auto 4 Automatically negotiates based on the Accept header.

See Also