Getting a Stack's Details

Get the details of a stack in Resource Manager.

    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.
    The Stack details page opens. This page contains general information about the stack and links to its resources. Some items in the page are read-only, and other items are editable.
  • Use the oci resource-manager stack get command and required parameters to get a stack.

    oci resource-manager stack get --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 GetStack operation to get a stack.