Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

Additional Functionality Using the Cloud

The Cloud Services provides the facility of connecting to models over a secure http connections (HTTPS). It also makes it possible to use these additional facilities on or within your models:

  • Open Services for Lifecycle Collaboration (OSLC)
  • Reusable Asset Service (RAS)
  • Scheduled Tasks

OSLC

OSLC is an initiative to provide easier integration between Requirement Management tools. It uses HTTP to list, add, modify and delete requirements. The service provider definition to direct any OSLC client to is:

     <protocol>://<server>:<port>/<model_name>/oslc/sp/

For example, if you were connecting to a server running on your own machine using the default settings, the connection would be:

     http://localhost:804/model/oslc/sp/

OSLC v2

With the release the Pro Cloud Server a second OSLC interface was introduced which provides external tools access to a much greater range of Enterprise Architect information. This new version is referred to as OSLC Architecture Management. The base URL for OSLC v2 is :

     <protocol>://<server>:<port>/<model_name>/oslc/am/

For example, if you were connecting to a server running on your own machine using the default settings, the connection would be:

     http://localhost:804/model/oslc/am/

Reusable Asset Service (RAS)

The RAS portion of the Cloud Server helps you to define Packages that can be used in any model. When a Package is requested, Enterprise Architect and the Cloud Server will track cross-Package dependencies and make available everything required by that Package.

Scheduled Tasks

The Cloud Server includes optional support for running time-based updates to data. Currently, this is applied to updating a Time Series chart automatically to provide a dynamic view of how a model is changing over time. You can set different time scales for these updates, such as daily, weekly or monthly.

Notes

  • This facility is available through the Corporate, Unified or Ultimate editions

Learn more