Packs
Packs are placeholder structures that serve to contain either Actions or plugins to enhance the functionality of your system. Packs have a predefined folder structure.
A Pack that contains Actions is an Action Pack. An Action Pack can contain one or more Actions. You can create your own Action Packs (custom Action packs) or you can download Packs from our marketplace, provided you have a valid CA/Broadcom account.
You can install, manage and remove Packs using either the Automic Web Interface or the Command Line Interface (CLI).
Notes:
- To be able to install, upgrade or remove Packs using the user interface, the Plugin Manager must be installed and configured in your system
- To be able to install, upgrade or remove Packs using the Command Line Interface (CLI), the Package Manager must be installed and configured in your system
For more information, see:
- Configuring the Plugin Manager
- Installing and Configuring the Package Manager
- Working with Packs and Plug-ins
- Actions
Folder Structure
A Pack consists of the following folders:
-
<PACKAGE_NAME>
Top-level folder containing all Action Pack content
-
ACTIONS
Actions contained in the Pack.
-
CONFIG
Static VARA objects, PromptSet objects and any other objects that are used to store the configuration
-
DOCUMENTATION
Documentation objects containing license and pack documentation
-
RESOURCES
Pack resources that are used across multiple Actions.
-
INTERPRETERS
Storage object containing binaries of external interpreters
-
LIBS
Storage object containing binaries such as Java JAR files or compiled libraries
-
SCRIPTS
Script objects where external, interpreted scripts are stored
-
SOURCE
Internals for each Action such as sub-workflows, Jobs, Script objects, VARA objects, and so on.
-
TEMPLATES
Template Workflows, which are registered in the UC_OBJECT_TEMPLATE. Actions from other Packs on which the current Pack depends can also be incorporated into this Folder.
Categories of Packs
Packs and Action Packs are classified in categories to help you identify their purpose. You use the Category field to filter for Packs in the marketplace. You see the category of a Pack in the Packs view of the Administration perspective.
Packs and Action Packs may have, among others, the following categories: Network, Download, SCM, Versioning and so on.
When you create your own Pack (custom Packs), you can assign it a category in its METADATA VARA object.
See also: