Skip to content

SQL Server database - message transmission errors? #4771

Answered by pacmano1
sfmans asked this question in Q&A
Discussion options

You must be logged in to vote

table d_ms#

Although mirth's API provides endpoints to get stats like that.

Api swagger docs are at:

https://<yourservername>:8443/api/

Assuming you are logged in:

curl -X GET "https://<yourservername>:8443/api/channels/1bd72bb2-42d2-4300-91ef-d066cc7b7a66/statistics" -H "accept: application/json"

Returns:

{
  "channelStatistics": {
    "serverId": "2367ad66-8ed0-4c27-84c1-cd6742d61650",
    "channelId": "1bd72bb2-42d2-4300-91ef-d066cc7b7a66",
    "received": 629153,
    "sent": 623933,
    "error": 5,
    "filtered": 0,
    "queued": 0
  }
}

To get a full list:

curl -X GET "https://<yourservername>:8443/api/channels/statistics?includeUndeployed=true&aggregateStats=false" -H "accept: appl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pacmano1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants