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 ...
    • 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 ...
    • What are the major differences between Monitor Groups and Tags

      Monitor Groups   A Monitor Group helps in logically grouping resources, and provides a business perspective of the resources. It can be used for: Filtering monitors in the Home tab - Monitor Status Page. Filtering monitors in Configuration Rules and ...
    • Bulk action to auto-discover VMware resources

      You can enable autodiscovery to monitor all the VMware virtual machines (VMs), datastores, resource pools, and snapshots in bulk at the associated VMware ESX/ESXi host level. Simply choose Yes next to your preferred resources and select the VMware ...