NodePing.Maintenance.get-exclamation-mark

You're seeing just the function get-exclamation-mark, 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> result = NodePing.Maintenance.get!(token)