Creating a Dashboard

Create a custom Console dashboard for a tenancy.

After you create a dashboard, you can add widgets and make adjustments. See Configuring Widgets and Using Dashboards.

    1. On the Console home page, click the Dashboard tab.
      The default dashboard opens.
    2. Click New dashboard.
    3. Choose Start from a template to use a dashboard preconfigured with widgets addressing a specific use case, or choose Build from scratch to start with a blank dashboard. If you're starting from a template, select a value from the Template drop-down list.
      Tip

      If Show dashboard format is selected, a preview of the template is displayed.
    4. In the Create new dashboard panel, enter the following values:
      1. Enter a name for the dashboard. You can change the name later. The name doesn't need to be unique, because an Oracle Cloud Identifier (OCID) uniquely identifies the dashboard. Leading and trailing spaces and the following special characters aren't allowed: <>()=/'"&\. Avoid entering confidential information.
      2. (Optional) Enter a description for the dashboard. The following special characters aren't allowed: <>()=/'"&\.
      3. Select the compartment to create the dashboard in.
        If the compartment contains one or more dashboard groups, you can either select an existing dashboard group or create new a dashboard group. If the compartment doesn’t contain a dashboard group, you’re prompted to create one. For more information, see Working with Console Dashboards Groups.
      4. If you choose to use an existing dashboard group in the compartment, select one from the Dashboard group list.
      5. If you choose create a new dashboard group, enter a name for it. Avoid entering confidential information.
    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 create-dashboard-v1 command and required parameters to create a dashboard:

    oci dashboard-service dashboard create-dashboard-v1 --dashboard-group-id <dashboard_group_id> --widgets <file://widgets.json> [OPTIONS]

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

  • Use the CreateDashboard operation to create a dashboard.