Deployit REST API

These are the public REST services exposed by the Deployit Server. Note that the Deployit REST API can be accessed via a URL of the form: http://[host]:[port]/[context-root]/deployit/[service-resource]. Example: http://localhost:4516/deployit/control

ControlService Provides access to control methods defined on CIs.
DeploymentService Deployment management
InspectionService Inspects middleware.
MetadataService Provides Deployit's metadata: available types, permissions and orchestrators.
PackageService Manages Deployment Packages.
PermissionService Manages permissions in Deployit.
RepositoryService Provides access to the Deployit repository.
RoleService Manages the roles in Deployit's security system.
ServerService Services related to the operation of the Deployit server process.
TaskService Manages tasks on the Deployit Server.
UserService Manages users in Deployit's internal user repository.