Skip to content

Martini Monitoring Endpoints

Martini includes a comprehensive REST API, known as the ESB API, which provides various functionalities for managing packages, endpoints, users, configurations, logs, and more.

Check Your License

The Martini Server Runtime Admin UI is exclusively available in the Martini Server Runtime Edition.

RESTful Endpoints

Martini Server Runtime provides exposed RESTful endpoints for monitoring information and key statistics.

Server Status

For monitoring server status, developers can utilize the following endpoint.

Endpoint: http://[serverURL]/statistics/status

This endpoint allows you to monitor server status.

Sample Response

1
2
3
4
{
  "timeStart" : 1730862428462,
  "timeDuration" : "0  day(s) 01h:55m:27s"
}

Package Monitoring

If a package has any services exposed over HTTP then you can use a service like Pingdom to monitor those services.