Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

smserver

vaughansharman edited this page Nov 27, 2014 · 4 revisions

#SM Server Service Manager also has a feature for allowing integration tests and remotely starting services

run

smserver

and it will run a service that can fire up services on demand

API

Path Supported Methods Description
/ping GET
/start POST
/stop POST
/version_variable GET

Start Example

[
    {"serviceName": "TEST_ONE", "runFrom": "SNAPSHOT"},
    {"serviceName": "DROPWIZARD_NEXUS_END_TO_END_TEST", "runFrom": "SNAPSHOT"},
    {"serviceName": "PLAY_NEXUS_END_TO_END_TEST", "runFrom": "SNAPSHOT"},
    {"serviceName": "PLAY_NEXUS_END_TO_END_TEST", "runFrom": "SNAPSHOT", "appendArgs" = [ "-Dfoo=bar" ]}
]
Clone this wiki locally