Files
grafana/docs/sources/packages_api/runtime/healthstatus.md
T
Marcus Andersson cc3fc18076 Docs: enable packages reference docs for 7-beta (#23953)
* added packages reference menu item.

* removed the draft flag.

* Updated docs by running script.
2020-04-28 09:53:58 +02:00

35 lines
844 B
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "HealthStatus"
keywords = ["grafana","documentation","sdk","@grafana/runtime"]
type = "docs"
+++
## HealthStatus enum
### HealthStatus enum
Describes the current healt status of a data source plugin.
<b>Signature</b>
```typescript
export declare enum HealthStatus
```
<b>Import</b>
```typescript
import { HealthStatus } from '@grafana/runtime';
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Error | <code>&quot;ERROR&quot;</code> | |
| OK | <code>&quot;OK&quot;</code> | |
| Unknown | <code>&quot;UNKNOWN&quot;</code> | |