Coffrify.Resources.Status (Coffrify v0.9.0)

View Source

Public Coffrify status page — services + incidents.

Summary

Functions

List incidents. only_open: true to filter to ongoing ones.

List monitored services with their current status.

Functions

incidents(client, opts \\ [])

@spec incidents(
  Coffrify.t(),
  keyword()
) :: {:ok, map()} | {:error, Exception.t()}

List incidents. only_open: true to filter to ongoing ones.

services(client)

@spec services(Coffrify.t()) :: {:ok, map()} | {:error, Exception.t()}

List monitored services with their current status.