Creating a Dashboard Group

Create a dashboard group to gather Console dashboards into a collection that can be shared.

    1. On the Console home page, click the Dashboard tab.
    2. In the dashboard banner, click Manage dashboards. Then click Dashboard groups.
    3. Click Create dashboard group.
    4. In the Create new dashboard group panel, enter the following values:
      1. Enter a name for the dashboard group. You can change the name later. The name doesn't need to be unique, because an Oracle Cloud Identifier (OCID) uniquely identifies the dashboard group. Leading and trailing spaces and the following special characters aren't allowed: <>()=/'"&\. Avoid entering confidential information.
      2. (Optional) Enter a description for the dashboard group. The following special characters aren't allowed: <>()=/'"&\.
      3. Select the compartment to create the dashboard group in.
    5. (Optional) To add tags to the dashboard, click Show additional options and enter the required values.

      If you have permission to create a resource, then you also have permission to apply free-form tags to that resource. To apply a defined tag, you must have permission to use the tag namespace. For more information about tagging, see Tagging. If you're not sure whether to apply tags, skip this option (you can apply tags later) or ask your administrator.

    6. Click Create.
  • Use the dashboard-group create command and required parameters to create a dashboard group:

    oci dashboard-service dashboard-group create --compartment-id <compartment_id> [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference.

  • Use the CreateDashboardGroup operation to create a dashboard group.