Get monitors
get_monitors.Rd
Get monitors
Usage
get_monitors(
api_key,
logs = FALSE,
all_uptime_ratio = FALSE,
all_time_uptime_durations = FALSE,
custom_uptime_ratios = NULL,
response_times = FALSE
)
Arguments
- api_key
The api_key
- logs
Should the logs be returned (default FALSE)
- all_uptime_ratio
Uptime ratio since monitoring began (default FALSE).
- all_time_uptime_durations
All time uptime durations (default FALSE).
- custom_uptime_ratios
Defines the number of days to calculate the uptime ratio(s) for. Ex: custom_uptime_ratios=7-30-45 to get the uptime ratios for those periods.
- response_times
Logical default
FALSE
.