The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Consul::API::Health - Health check API

SYNOPSIS

    use Consul;
    my $health = Consul->health;

DESCRIPTION

The Health API is used to query health-related information.

This API is fully documented at https://www.consul.io/docs/agent/http/health.html.

METHODS

node

checks

service

state

SEE ALSO

    L<Consul>