ServiceRest |
Provides interaction with services via REST
[POST /services] initialize DuraService
[GET /services (and /services?show=available) get list (XML) of all services available for deployment
[GET /services?show=deployed] get list (XML) of all deployed services
[GET /service/{serviceID}] get a particular service with all of its deployments
[GET /service/{serviceID}/{deploymentID}] gets a particular service with a particular deployment
[PUT /service/{serviceID}?serviceHost=[host-name] deploy a service
[POST /service/{serviceID}/{deploymentID}] update the configuration of a service deployment
[DELETE /service/{serviceID}/{deploymentID}] undeploy a service a deployed service |