Command Central 10.15 | Using the Command Line Interface | Stacks and Layers Commands | sagcc list stacks layers instances
 
sagcc list stacks layers instances
Lists all run-time instances that belong to a stack layer. Information about the instances can include:
*Node alias
*Run-time component ID
*Display name
*Category
*Product ID
Syntax
*Command Central syntax:
sagcc list stacks stackName layers layerName instances [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 run-time instances included in the layer with name "layer01" in the stack with name "stack01", managed by the Command Central server with host name “rubicon” and port “8090”, using the password of the default user:
sagcc list stacks stack01 layers layer01 instances --format xml
--server http://rubicon:8090/cce --username Administrator --password manage
The example command returns the information in XML format.