Created 09-21-2018 02:53 PM
I am looking for a API post command to disable and enable alert for a particular component for example hive_metastore_process or hive_server_process. I have seen the API to modify the alert definitions using POST command and not for Enable/Disable. Please can someone help with the details for POST?
Created 09-21-2018 04:25 PM
PUT api/v1/clusters/<clusterName>/alert_definitions/<id>
{ "AlertDefinition/enabled": false }
Created on 02-03-2020 08:20 AM - edited 02-03-2020 08:29 AM
I am new to this can you please provide in details I am looking for automation script for stoping and starting hadoop ambari. first I am looking for disabling alerts using script can you please provide solution.
Created 09-25-2018 01:39 PM
Thanks Jonathan. That worked and I could disable or enable specific alerts.