There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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>