Data API: Message Methods
Name | Method / Path / Description |
---|---|
insert | POST /messages/insert Inserts an array of messages. |
webhook | POST or GET /messages/webhook/* Creates message from an HTTP request with optional JSON payload and insert it. |
query | POST /messages/query Retrieves message records for the specified filters. |
delete | - - Executes administrative actions to delete message records. |
stats | POST /messages/stats/query Calculates the number and maximum severity of messages in each period. |