Preparing search index...
The search index is not available
Documentation
Documentation
@influxdata/influxdb-client-apis
HealthCheck
Interface HealthCheck
interface
HealthCheck
{
checks
?:
HealthCheck
[]
;
commit
?:
string
;
message
?:
string
;
name
:
string
;
status
:
"pass"
|
"fail"
;
version
?:
string
;
}
Index
Properties
checks?
commit?
message?
name
status
version?
Properties
Optional
checks
checks
?:
HealthCheck
[]
Optional
commit
commit
?:
string
Optional
message
message
?:
string
name
name
:
string
status
status
:
"pass"
|
"fail"
Optional
version
version
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checks
commit
message
name
status
version
Documentation
Loading...