Listing a Stack's Resources

List stack resources in Resource Manager. Stack resources are infrastructure objects such as virtual networks and compute instances that were provisioned by the stack.

    1. Open the navigation menu and click Developer Services. Under Resource Manager, click Stacks.
    2. On the Stacks page, select the compartment that contains the stack that you want.
    3. Click the name of the stack that you want.
    4. On the Stack details page, under Resources, click Stack resources.
    5. To view a resource's attributes, click Show.
  • Use the oci resource-manager associated-resource-summary list-stack-associated-resources command and required parameters to list stack resources.

    oci resource-manager associated-resource-summary list-stack-associated-resources --stack-id <stack_OCID>

    For a complete list of parameters and values for CLI commands, see the Command Line Reference for Resource Manager.

  • Use the ListStackAssociatedResources operation to list stack resources.