Asset Deployment
List Assets
Lists the assets that are installed on the specified installation for the specified Universal Messaging server instance.
Syntax
sagcc list inventory assets nodeAlias Universal-Messaging-instanceName
Arguments and Options
- nodeAlias
- Required. The alias name of the installation for which you want to retrieve asset information.
- Universal-Messaging-instanceName
- Required. The ID of the Universal Messaging server instance for which you want to retrieve asset information.
Examples
sagcc list inventory assets sag01 Universal-Messaging-umserver
Install Assets
Installs Universal Messaging assets from an asset repository into a target node.
- Universal Messaging does not support the
sagcc exec provisioning assets uninstall
command for uninstalling assets. - The asset inventory commands are a preview feature that is subject to change in the future. This preview has limited functions and is not intended for use in a production environment.
Syntax
sagcc exec provisioning assets install nodeAlias repoName
Universal-Messaging-instanceName [assets=AssetId1,AssetId2,...]
Arguments and Options
- nodeAlias
- Required. The alias name of the target node on which you want to install assets.
- repoName
- Required. The name of the asset repository from which you want to install assets.
- Universal-Messaging-instanceName
- Required. The ID of the Universal Messaging server instance for which you want to install assets.
- [assets=AssetId1,AssetId2,...]
- Optional. A comma-separated list of the IDs of the assets you want to install. You can omit this argument if you install assets from a repository that contains only assets for a single Universal Messaging server instance. If the asset repository has assets for several run-time components, you must include the argument and list only the assets for the Universal Messaging server instance specified in the command.
Usage Notes
Command Central supports installing only composite assets created with the Asset Build Environment and stored in an asset repository registered in Command Central.
Examples
The asset repository with name "repo1" contains assets only for the server instance with ID "Universal-Messaging-umserver". To install the assets from "repo1" for the "Universal-Messaging-umserver" server instance on the target installation with alias name "sag01":
sagcc exec provisioning assets install sag01 repo1 Universal-Messaging-umserver