Check for Alerts
APIs to check alert status of a given job
Get Alerts for a Specific Job
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
[
{
"type": "<alert_type>",
"source": "<source_id>",
"description": "<alert_description>",
"job_id": "<job_id>",
"create_time": "<upload_time>",
"save_time": "<save_time>",
"is_notification_enabled": true,
"metric_time": "<metric_time>",
"metric_value": "<metric_value>",
"policy_name": "<policy_name>",
"priority": "<priority_level>",
"source_name": "<source_name>",
"source_type": "<source_type>"
}
]Last updated