This content has been marked as final.
Show 3 replies
-
1. Re: Edit alert definition through cli
karthikraj Jun 28, 2016 6:38 AM (in response to karthikraj)Also I want to find the alert definition id's which were created.
Please help on this. -
2. Re: Edit alert definition through cli
karthikraj Jul 1, 2016 8:48 AM (in response to karthikraj)I found alert definition criteria using
var criteria = new AlertDefinitionCriteria()
criteria.addFilterResourceIds(id)
AlertDefinitionManager.findAlertDefinitionsByCriteria(criteria)
-
3. Re: Edit alert definition through cli
josejuliomartinez Jul 8, 2016 5:43 PM (in response to karthikraj)Hello,
I think that currently there is no way to update an AlertDefinition trough the CLI. sorry!