- 2 minutes to read

Troubleshooting the MuleSoft / Mule ESB / Anypoint platform Monitoring Agent

If you have any issues that you can not solve, contact our Support or send us an email at support@nodinite.com

How do I add MuleSoft Monitoring with Nodinite?

Adding an arbitrary number of MuleSoft managers for Nodinite to monitor, is a very simple and straightforward process and requires only proper access rights. Simply follow the steps detailed in the Configuration user guide.

Scope the OAUTH Access

You must set scopes for your connected app in order for the Nodinite Mule ESB Monitoring Agent to be operational (get and interact with resources).

The agent uses the following endpoints.

you must scope the OAUTH access.

Hybrid

************************* Hybrid ***************************

1-Get Servers http: GET /servers

2- Stop server - Restart http: POST Data: servers//actions

3- Get Applications http: GET /applications

4- Start - Stop Application http: PATCH Data: applications/

5- Application monitoring (https://eu1.anypoint.mulesoft.com/monitoring/query/api/v1/) http: Get applications/?from=&to=&detailed=true

6- Get Flows for Applicatin by id: http: GET applications//flows

7-Start - Stop Flow http: PATCH Data: applications//flows/

8-Gel Flow http: GET applications//flows/

Cloud Hub

************************* Cloud Hub ***************************

1- Get Applications http:Get /applications

2- Get Application by name http: GET applications/

3- Start - Stop application http: PUT Data: /applications

4- Get Application Log(deployments) http: POST Data: applications//deployments?orderByDate=DESC