Skip to main content

System

Monitor and manage the Mango runtime — system settings, system actions, server info, threads, and metrics.

See also: System documentation | Full API Reference for interactive testing and complete schemas.

Endpoints

MethodPathDescriptionReference
GET/actionsList Available ActionsAPI Reference →
PUT/actions/cancel/{resourceId}Cancel ActionAPI Reference →
GET/actions/status/{resourceId}Get Action ProgressAPI Reference →
PUT/actions/trigger/{action}Perform an ActionAPI Reference →
POST/server/accept-license-agreementAccept the current license agreement.API Reference →
POST/server/client-errorSend a client error / stack trace to the backend for loggingAPI Reference →
GET/server/cors-settingsGet the CORS headers as set in configuration fileAPI Reference →
POST/server/emailSend an emailAPI Reference →
POST/server/email/mailing-list/{xid}Send an email to a mailing listAPI Reference →
PUT/server/email/testSend a test emailAPI Reference →
POST/server/execute-commandRun OS commandAPI Reference →
GET/server/http-sessionsList session information for all sessionsAPI Reference →
GET/server/license-agreement-versionGet the current license agreement version.API Reference →
GET/server/mango-infoGet general Mango installation infoAPI Reference →
GET/server/network-interfacesList network interfacesAPI Reference →
GET/server/point-history-countsGet the count of values for all data points in a point by point listAPI Reference →
PUT/server/restartRestart MangoAPI Reference →
GET/server/serial-portsGet available serial ports, optionally refresh cached list.API Reference →
GET/server/system-infoGet all available system informationAPI Reference →
GET/server/system-info/{key}Get one piece of system info by keyAPI Reference →
GET/server/timezonesQuery TimezonesAPI Reference →
DELETE/system-actions/status/{id}Cancel a system actionAPI Reference →
GET/system-actions/status/{id}Get Action ProgressAPI Reference →
GET/system-metricsGet the current value for all System MetricsAPI Reference →
GET/system-metrics/{id}Get the current value for one System Metric by its IDAPI Reference →
GET/system-metrics/prometheusGet all system metrics (and more) in Prometheus formatAPI Reference →
GET/system-settingsGet All System SettingsAPI Reference →
POST/system-settingsUpdate Many System SettingsAPI Reference →
GET/system-settings/{key}Get System Setting By keyAPI Reference →
PUT/system-settings/{key}Update an existing System SettingAPI Reference →
GET/threadsGet all threadsAPI Reference →
GET/work-itemsGet all work itemsAPI Reference →
GET/work-items/by-priority/{priority}Get list of work items by classnameAPI Reference →
GET/work-items/queue-countsGet Queued Work Item CountsAPI Reference →
GET/work-items/rejected-statsGet Rejected Task StatisticsAPI Reference →
GET/work-items/running-statsGet Running Work Item StatisticsAPI Reference →