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

    • 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 ...
    • 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 update the API key for Azure AI Search

      It is mandatory to update the API key for the Azure AI Search service monitor to view the Statistics metrics, which provide in-depth quota and usage data of indexes, documents, data sources, aliases, and much more. To add the Azure AI Search monitor, ...
    • 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 ...
    • 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 ...