Skip to content
Andy Johns edited this page Feb 19, 2016 · 1 revision

####Description: Boot Service App initialization and coordination. This service coordinates the launching of other services, and generally bootstraps the app infrastructure.

Method: POST

URL: http://pmapi/boot/start

Output: Standard HTTP status codes.

POST to the boot service starts the App initialization process. If the user is not authenticated the service will call the UserAuthentication service. If online the service will start Couchbase replication.


Method: POST

URL: http://pmapi/boot/restart

Output: Standard HTTP status codes.

Re-initializes the application. The current running PM App is shut down. The user is logged off, Couchbase is shutdown, then the Boot Start process is recalled.