NodePing.Maintenance.get
You're seeing just the function
get
, go back to NodePing.Maintenance module for more information.
Get maintenance information for all maintenance entries.
## Parameters
token
- NodePing API token that is provided with accountcustomerid
- optional ID to access a subaccount
## Examples
iex> token = System.fetch_env!("TOKEN")
iex> {:ok, result} = NodePing.Maintenance.get(token)