Create a project alert rule
post/projects/{projectId}/alertRules
Creates an alert rule for a project.
1{2 "projectId": "string",3 "name": "string",4 "description": "string",5 "kpi": "string",6 "severity": "string",7 "operator": "string",8 "value": 0,9 "violations": 0,10 "modelRole": "string",11 "triggered": true,12 "versionNum": 013}
Status | Meaning | Description | ||
---|---|---|---|---|
201 | Created | The request succeeded. | Headers | Schema |
400 | Bad Request | The project ID was not specified. | Schema | |
404 | Not Found | The project ID is not valid. | Schema |