All Downloads are FREE. Search and download functionalities are using the official Maven repository.

installers.1.0.3.org.eclipse.che.ws-agent.json Maven / Gradle / Ivy

The newest version!
{
  "id": "org.eclipse.che.ws-agent",
  "version": "1.0.3",
  "name": "Workspace API",
  "description": "Workspace API support",
  "dependencies": [],
  "properties": {},
  "servers": {
    "wsagent/http": {
      "port": "4401/tcp",
      "protocol": "http",
      "path" : "/api",
      "attributes": {
        "secure": "true",
        "unsecuredPaths": "/api/liveness"
      }
    },
    "wsagent/ws": {
      "port": "4401/tcp",
      "protocol": "ws",
      "path" : "/wsagent",
      "attributes": {
        "secure": "true",
        "unsecuredPaths": "/api/liveness"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy