+

Search Tips | Advanced Search

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


REST API for the MobileFirst Server administration service

The REST API provides several services to administer runtime adapters, applications, devices, audit, transactions, security, and push notifications.

The REST service API for adapters and applications for each runtime is in /management-apis/2.0/runtimes/runtime-name/, where runtime-name is the name of the runtime that is administered through the REST service. Then, the type of object addressed by the service is identified, together with the appropriate method. For example, /management-apis/2.0/runtimes/runtime-name/Adapters (POST) refers to the service for deploying an adapter.

Parent topic: API reference