ARM Mule Agent Plugin API

(0 reviews)

Prerequisites

To use the Mule Agent Plugin API, you must perform the following:

1) Download the Mule Runtime Enterprise Edition.

2) Install the Mule Agent Plugin in insecure mode.

3) Configure runtime mule-agent.yml file under the ${MULE_HOME}/conf folder.

muleInstanceUniqueId: validId

organizationId: organizationId

transports:


rest.agent.transport:

    enabled: true

    port: 9999

4) Start the Mule Runtime

After installing and starting Mule runtime, you can validate that the Mule Agent Plugin API is working by running the following request:


curl localhost:9999/mule/agent

The result of this request should be:

{"muleStarted":true}

Reviews