notices/create_fake
1 minute read.
Last Modified 2021-02-04 11:38 ESTNamespace | Name | Admin Only | Log Summary | Generates Event | Version Added |
---|---|---|---|---|---|
notices | create_fake | yes | no | no | 1 |
This is a way to automatically create a “fake” alert notice for testing.
- Required Arguments:
- “tvid” : (string) ID of the system which “triggered” the fake alert
- “caid” : (string) ID of the alert rule that will be used as the trigger for the notice.
ARGUMENTS ONLY: See the basics of API requests for additional formatting information.
{
"tvid" : "system_id_1",
"caid" : "alert_rule_1"
}
{
"result" : "success",
"aid" : "test-4"
}
This API call does not emit any middleware events.
This API call does not generate a detailed log summary item