HookSniff.Routing (hooksniff v1.2.0)

Endpoint routing configuration.

Summary

Functions

get(client, endpoint_id)

@spec get(HookSniff.t(), String.t()) :: {:ok, map()} | {:error, term()}

Get routing for endpoint

get_health(client, endpoint_id)

@spec get_health(HookSniff.t(), String.t()) :: {:ok, map()} | {:error, term()}

Get routing health

update(client, endpoint_id, params)

@spec update(HookSniff.t(), String.t(), map()) :: {:ok, map()} | {:error, term()}

Update routing