Command Central 10.15 | Using the Command Line Interface | Stacks and Layers Commands | sagcc list stacks layers products
 
sagcc list stacks layers products
Lists the products included in a stack layer. Information about the products can include:
*Node alias
*Product ID
*Product display name
*Product version
Syntax
*Command Central syntax:
sagcc list stacks stackName layers layerName products [options]
*Not applicable to Platform Manager.
Arguments and Options
Argument or Option
Description
stackName
Required. The name of the stack for which you want to get information.
layerName
Required. The name of the layer for which you want to get information.
[options]
Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options.
Example
To list all products included in the layer with name "layer01" in the stack with alias "stack01" that the Command Central with host name “rubicon” and port “8090” manages, using the authorization of the default user, and have the information returned to the output file “productlist” in XML format:
sagcc list stacks stack01 layers layer01 products --format xml --output productlist
--server http://rubicon:8090/cce --username Administrator --password manage