Atomia Automation Server

Service description

79 views 0

Defining the services that the Atomia Automation Server can work with, the relations between them, and their limitations.

Overview

The Service Description describes services that the Atomia Automation Server can work with, relations between services and their limitations. Together with the Package Description it forms a Provisioning description file.

The Service description has two parts:

  • Simple service description section.
  • Complex service description section.

Example:

<provisioningDescription xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<servicesDescription>
<simpleServiceList>
...
</simpleServiceList>
<complexServiceList>
...
</complexServiceList>
</servicesDescription>
...
</provisioningDescription>

This is a simplified view of a fully functional IIS website in a real environment and represented as a composite service.
Simplified view of IIS website

Image: A simplified view of a fully functional IIS website.

Was this helpful?