+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


Runtime Lock (GET)

Retrieves information about the transaction lock of a runtime.


Description

Transactions are performed sequentually. Hence each transaction such as deploying an application or adapter takes the runtime lock. The next transaction waits until the lock is released. This API allowed to retrieve whether a runtime is currently busy with a transaction.


Roles

Users in the following roles are authorized to perform this operation:


Method

GET


Path

/management-apis/2.0/runtimes/runtime-name/lock


Example


Path Parameters


Query Parameters

Query parameters are optional.


Produces

application/json, application/xml, text/xml


Response


JSON Example


XML Example


Response Properties

The response has the following properties:


Errors

403

500

Parent topic: REST API for the MobileFirst Server administration service