<<
- fixed an invalid "sensor unavailable" error
- fixed a fatal error when setting locations_failover_enabled service feature
- restored services' average response time field
- fixed multiple regressions found in 2.0.0r12
- ended support for API 2,
replaced API 2 with its partial API 3-based reimplementation
- added support for new notification channel -
email_simplified
- fixed password length requirements validation
- fixed character encoding in API error messages
- fixed character encoding issues when parsing JSON input
- fixed ServiceSuspensions' service_id type in specification
- added CORS-related HTTP headers to API responses
- added internal support for Windows Phone 8 notifications
- fixed minor issues with sms limit in packages
- added support for SMS address limit in Package.
- performance optimizations.
- User now contains
account_id
.
- ServiceSuspension module for management of planned one-time service suspensions calendar.
Minor improvements in the Service module:
avg_response_time
now available also in the Find method.
- New field:
locations_status
in Read.
It contains the results of the last check from each monitoring location.
This is a minor release that adds some methods requested by users.
No interface changes to other methods.
It completely replaces the previous (2.0.0) version,
you still call the API with the https://api.cloudmonit.pl/2.0.0/
URLs.
- New module: Error.
It can be used to fetch information about the Monit errors,
the same as in the Knowledge Base.
- New method in Stats module: Checks.
Its interface is similar to the one of HARList,
but it fetches other information about service checks.
Initial release.
<<