NodePing.Maintenance.get

You're seeing just the function get, go back to NodePing.Maintenance module for more information.
Link to this function

get(token, customerid \\ nil)

View Source

Get maintenance information for all maintenance entries.

## Parameters

  • token - NodePing API token that is provided with account
  • customerid - optional ID to access a subaccount

## Examples

iex> token = System.fetch_env!("TOKEN")
iex> {:ok, result} = NodePing.Maintenance.get(token)