Update monitor settings in bulk using API

Steps to partially update monitor settings in bulk using API

Monitor details like notification profiles, threshold and availability can be changed/updated in bulk using API without affecting the existing configuration settings.

Use Case:
A user wants to change only the notification profile of a monitor without affecting other configurations. The steps listed below need to be followed:
  1. Get the monitor details using GET /monitors/{monitor_id} api
  2. Replace the notification_profile_id in the data received from GET API and do PUT /monitors/{monitor_id} api call
For bulk action, please use the following API commands:

PUT /monitors/bulk_action {
"monitors”:[“ReplaceMonitorIDHere”],
”bulk_action_type":2,
"notification_profile_id”:”ReplaceNotificationProfileIDHere”
}

Note: Multiple monitor ids can be passed separated by a comma in the “monitors” array attribute.

Refer our API documentation for more details
    • Related Articles

    • Updating VMware credentials in bulk

      Credentials are stored encrypted in the credential profile, and you can add or edit the credentials in the credential profile. To update and associate VMware credentials in bulk to existing monitors and their child monitors: Go to VMware > Update ...
    • How to monitor an intranet application using RUM?

      To monitor an intranet application using RUM, follow the below steps: Check if you are behind a proxy server or firewall to ensure no connectivity issues exist between your browser and Site24x7's servers. In case of connectivity issues, enable the ...
    • Infrastructure monitors pricing update-March 2023

      Over the years, as we have extensively enhanced our product capabilities and evolved to become a full-stack monitoring platform, we have left our pricing untouched since 2012. With rapid increases in infrastructure costs, we are forced to increase ...
    • How do I generate the Meraki REST API key?

      To discover and monitor Meraki organizations and devices in Site24x7, obtain an API key by following the steps below: Open your Cisco Meraki dashboard. Once logged in, navigate to Organizations > Settings. Ensure the option Enable access to the Cisco ...
    • APM Insight .NET agent bulk installation using ManageEngine Endpoint Central

      You can install the APM Insight .NET agent on multiple machines at once by following the steps given below: Download the APM Insight .NET agent from the Site24x7 account. Log in to the ManageEngine Endpoint Central portal and click the Software ...