Package com.xebialabs.deployit.engine.api

These are the public REST services exposed by the XL Deploy server. You can access the XL Deploy REST API via a URL of the form: http://[host]:[port]/[context-root]/deployit/[service-resource]. For example, http://localhost:4516/deployit/control Note: In XL Deploy 4.5.0 and later, a Content-Type header must be specified with all REST requests that have a body. The header can be either application/xml or application/json.