Installer 10.5 | Complete Installation and Upgrade Information for Software AG Products | Command Central | Using the Command Line Interface | Stacks and Layers Commands | sagcc list stacks layers nodes
 
sagcc list stacks layers nodes
Lists the installations that belong to a layer. Information about the installations can include:
*Alias name
*Release version
*URL of the Platform Manager that manages the installation
Syntax
*Command Central syntax:
sagcc list stacks stackName layers layerName nodes [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.
Usage Notes
To see all details about a layer, run the command with the properties=* argument.
Example
To list all installations included in the layer with name "layer01" in the stack with name "stack01", managed by the Command Central with host name “rubicon” and port “8090”, using the credentials of the default user, and have the information returned to the output file “nodelist” in XML format:
sagcc list stacks stack01 layers layer01 nodes --format xml --output nodelist
--server http://rubicon:8090/cce --username Administrator --password manage