Data Source: oci_management_dashboard_management_dashboards_export

This data source provides details about a specific Management Dashboards Export resource in Oracle Cloud Infrastructure Management Dashboard service.

Exports an array of dashboards and their saved searches. Export is designed to work with importDashboard. Here’s an example of how you can use CLI to export a dashboard: $oci management-dashboard dashboard export --query data --export-dashboard-id "{\"dashboardIds\":[\"ocid1.managementdashboard.oc1..dashboardId1\"]}" > dashboards.json

Example Usage

data "oci_management_dashboard_management_dashboards_export" "test_management_dashboards_export" {
	#Required
	export_dashboard_id = oci_management_dashboard_export_dashboard.test_export_dashboard.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: