deckhand.control.health module

class deckhand.control.health.HealthResource[source]

Bases: deckhand.control.base.BaseResource

Basic health check for Deckhand

A resource that allows other Airship components to access and validate Deckhand’s health status. The response must be returned within 30 seconds for Deckhand to be deemed “healthy”. Unauthenticated GET.

no_authentication_methods = ['GET']
on_get(req, resp)[source]