env
package defines the service and data objects for managing Environments.See: Description
Interface | Description |
---|---|
EnvService |
Service for creating, retrieving and managing AMX Environments
|
Class | Description |
---|---|
EnvDesc |
Description of an environment
name - name of the environment
id - internal identifier
description - user entered description
modifiedBy - user who last edited the environment
lastModified - date when the environment was last edited
contact - optional name of person responsible for this environment
|
EnvTreeDesc |
Retrieves a tree of information about an environment for display by a UI
Contains: AdminEntityDesc +
folders - array of application folders with their child applications
nodes - array of nodes with the applications for which they contain fragments
promotedServices - array of services promoted to the environment level
promotedReferences - array of references promoted to the environment level
|
FilterDesc |
List of types of things that can be filtered out of an environment view for use by UI
|
env
package defines the service and data objects for managing Environments.
Environments are used to provide logical groupings for applications and nodes with similar business needs. Environments are quite well-suited for multi-tenant systems where each environment becomes a sandbox for one tenant, or part of the business that needs isolation from other parts. Environments contain applications, nodes and also resource templates.