Create Alert Rule
POST {{baseUrl}}/v1/alert-rule
Create a new alert rule within your company by companyUid
.
Parameters
Field | Type | Required | Description |
---|---|---|---|
No parameters |
Body
FIeld | Type | Required | Description |
---|---|---|---|
name | string | required | Name of the new alert rule |
companyUid | string | required | Unique Company Identification |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{}