Exemple #1
0
 /// <summary>
 /// Gets a list of monitors matching the specified <paramref name="options"/>.
 /// </summary>
 /// <param name="options">The options for the call to the API.</param>
 /// <returns>An instance of <see cref="UptimeRobotGetMonitorsResponse"/> representing the response.</returns>
 public UptimeRobotGetMonitorsResponse GetMonitors(UptimeRobotGetMonitorsOptions options)
 {
     return(UptimeRobotGetMonitorsResponse.ParseResponse(Raw.GetMonitors(options)));
 }
Exemple #2
0
 /// <summary>
 /// Gets a list of monitors.
 /// </summary>
 /// <returns>An instance of <see cref="UptimeRobotGetMonitorsResponse"/> representing the response.</returns>
 public UptimeRobotGetMonitorsResponse GetMonitors()
 {
     return(UptimeRobotGetMonitorsResponse.ParseResponse(Raw.GetMonitors()));
 }