Command Central 10.15 | Using the Command Line Interface | Inventory Commands | sagcc list inventory assets
 
sagcc list inventory assets
Lists assets that are either installed on the specified installation, or match the specified search criteria.
Important:
The assets 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. If you want to provide feedback for this preview feature, go to the Command Central area in the Software AG TechCommunity.
Syntax
*Command Central syntax:
sagcc list inventory assets nodeAlias runtimeComponentId
[options]
*Platform Manager syntax:
sagcc list inventory assets runtimeComponentId [options]
Arguments and Options
Argument or Option
Description
nodeAlias
Command Central only. Required.
Specifies the alias name of the installation for which you want to retrieve asset information.
You can view a list of installations and their aliases using sagcc list landscape nodes.
runtimeComponentId
Required. Specifies the ID of the run-time component for which you want to retrieve asset information.
You can view a list of run-time components and their IDs using sagcc list inventory components.
[options]
Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options.
Example When Executing on Command Central
To list the assets for the run-time component with ID "OSGI-CCE" installed in the local installation and save the information to an XML file with name "assets":
sagcc list inventory assets local OSGI-CCE --format xml --output assets
Example When Executing on Platform Manager
To list the assets for the run-time component with ID MwsProgramFiles-default on the Platform Manager with host name “rubicon2” and port “8092”, using the authorization of the user with user name “Administrator” and password “manage”, and have the information returned to the console in XML format:
sagcc list inventory assets MwsProgramFiles-default --format xml                
--server http://rubicon2:8092/spm --username Administrator                
--password manage