1. Packages
  2. Packages
  3. Oracle Cloud Infrastructure
  4. API Docs
  5. ManagementDashboard
  6. getManagementSavedSearch
Viewing docs for Oracle Cloud Infrastructure v4.13.0
published on Thursday, May 28, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.13.0
published on Thursday, May 28, 2026 by Pulumi

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

    Gets a saved search by ID.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testManagementSavedSearch = oci.managementdashboard.getManagementSavedSearch({
        managementSavedSearchId: testManagementSavedSearchOciManagementDashboardManagementSavedSearch.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_management_saved_search = oci.managementdashboard.get_management_saved_search(management_saved_search_id=test_management_saved_search_oci_management_dashboard_management_saved_search["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/managementdashboard"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := managementdashboard.GetManagementSavedSearch(ctx, &managementdashboard.GetManagementSavedSearchArgs{
    			ManagementSavedSearchId: testManagementSavedSearchOciManagementDashboardManagementSavedSearch.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testManagementSavedSearch = Oci.ManagementDashboard.GetManagementSavedSearch.Invoke(new()
        {
            ManagementSavedSearchId = testManagementSavedSearchOciManagementDashboardManagementSavedSearch.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.ManagementDashboard.ManagementDashboardFunctions;
    import com.pulumi.oci.ManagementDashboard.inputs.GetManagementSavedSearchArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testManagementSavedSearch = ManagementDashboardFunctions.getManagementSavedSearch(GetManagementSavedSearchArgs.builder()
                .managementSavedSearchId(testManagementSavedSearchOciManagementDashboardManagementSavedSearch.id())
                .build());
    
        }
    }
    
    variables:
      testManagementSavedSearch:
        fn::invoke:
          function: oci:ManagementDashboard:getManagementSavedSearch
          arguments:
            managementSavedSearchId: ${testManagementSavedSearchOciManagementDashboardManagementSavedSearch.id}
    
    pulumi {
      required_providers {
        oci = {
          source = "pulumi/oci"
        }
      }
    }
    
    data "oci_managementdashboard_getmanagementsavedsearch" "testManagementSavedSearch" {
      management_saved_search_id = testManagementSavedSearchOciManagementDashboardManagementSavedSearch.id
    }
    

    Using getManagementSavedSearch

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagementSavedSearch(args: GetManagementSavedSearchArgs, opts?: InvokeOptions): Promise<GetManagementSavedSearchResult>
    function getManagementSavedSearchOutput(args: GetManagementSavedSearchOutputArgs, opts?: InvokeOptions): Output<GetManagementSavedSearchResult>
    def get_management_saved_search(management_saved_search_id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetManagementSavedSearchResult
    def get_management_saved_search_output(management_saved_search_id: pulumi.Input[Optional[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetManagementSavedSearchResult]
    func LookupManagementSavedSearch(ctx *Context, args *LookupManagementSavedSearchArgs, opts ...InvokeOption) (*LookupManagementSavedSearchResult, error)
    func LookupManagementSavedSearchOutput(ctx *Context, args *LookupManagementSavedSearchOutputArgs, opts ...InvokeOption) LookupManagementSavedSearchResultOutput

    > Note: This function is named LookupManagementSavedSearch in the Go SDK.

    public static class GetManagementSavedSearch 
    {
        public static Task<GetManagementSavedSearchResult> InvokeAsync(GetManagementSavedSearchArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementSavedSearchResult> Invoke(GetManagementSavedSearchInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementSavedSearchResult> getManagementSavedSearch(GetManagementSavedSearchArgs args, InvokeOptions options)
    public static Output<GetManagementSavedSearchResult> getManagementSavedSearch(GetManagementSavedSearchArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:ManagementDashboard/getManagementSavedSearch:getManagementSavedSearch
      arguments:
        # arguments dictionary
    data "oci_managementdashboard_getmanagementsavedsearch" "name" {
        # arguments
    }

    The following arguments are supported:

    ManagementSavedSearchId string
    A unique saved search identifier.
    ManagementSavedSearchId string
    A unique saved search identifier.
    management_saved_search_id string
    A unique saved search identifier.
    managementSavedSearchId String
    A unique saved search identifier.
    managementSavedSearchId string
    A unique saved search identifier.
    management_saved_search_id str
    A unique saved search identifier.
    managementSavedSearchId String
    A unique saved search identifier.

    getManagementSavedSearch Result

    The following output properties are available:

    CompartmentId string
    OCID of the compartment in which the saved search resides.
    CreatedBy string
    The principal id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
    DataConfig string
    It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    Description of the saved search.
    DisplayName string
    Display name of the saved search.
    DrilldownConfig string
    Drill-down configuration to define the destination of a drill-down action.
    FreeformTags Dictionary<string, string>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    ID of the saved search.
    IsOobSavedSearch bool
    Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified.
    ManagementSavedSearchId string
    MetadataVersion string
    The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
    Nls string
    JSON that contains internationalization options.
    ParametersConfig string
    Defines parameters for the saved search.
    ProviderId string
    ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
    ProviderName string
    Name of the service (for example, Logging Analytics) that owns the saved search.
    ProviderVersion string
    Version of the service that owns this saved search.
    ScreenImage string
    Screen image of the saved search.
    State string
    Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    Date and time the saved search was created.
    TimeUpdated string
    Date and time the saved search was updated.
    Type string
    Determines how the saved search is displayed in a dashboard.
    UiConfig string
    It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
    UpdatedBy string
    The principle id of the user that updated this saved search.
    WidgetTemplate string
    The UI template that the saved search uses to render itself.
    WidgetVm string
    The View Model that the saved search uses to render itself.
    CompartmentId string
    OCID of the compartment in which the saved search resides.
    CreatedBy string
    The principal id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
    DataConfig string
    It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    Description string
    Description of the saved search.
    DisplayName string
    Display name of the saved search.
    DrilldownConfig string
    Drill-down configuration to define the destination of a drill-down action.
    FreeformTags map[string]string
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    Id string
    ID of the saved search.
    IsOobSavedSearch bool
    Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified.
    ManagementSavedSearchId string
    MetadataVersion string
    The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
    Nls string
    JSON that contains internationalization options.
    ParametersConfig string
    Defines parameters for the saved search.
    ProviderId string
    ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
    ProviderName string
    Name of the service (for example, Logging Analytics) that owns the saved search.
    ProviderVersion string
    Version of the service that owns this saved search.
    ScreenImage string
    Screen image of the saved search.
    State string
    Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    Date and time the saved search was created.
    TimeUpdated string
    Date and time the saved search was updated.
    Type string
    Determines how the saved search is displayed in a dashboard.
    UiConfig string
    It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
    UpdatedBy string
    The principle id of the user that updated this saved search.
    WidgetTemplate string
    The UI template that the saved search uses to render itself.
    WidgetVm string
    The View Model that the saved search uses to render itself.
    compartment_id string
    OCID of the compartment in which the saved search resides.
    created_by string
    The principal id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
    data_config string
    It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
    defined_tags map(string)
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string
    Description of the saved search.
    display_name string
    Display name of the saved search.
    drilldown_config string
    Drill-down configuration to define the destination of a drill-down action.
    freeform_tags map(string)
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    ID of the saved search.
    is_oob_saved_search bool
    Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified.
    management_saved_search_id string
    metadata_version string
    The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
    nls string
    JSON that contains internationalization options.
    parameters_config string
    Defines parameters for the saved search.
    provider_id string
    ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
    provider_name string
    Name of the service (for example, Logging Analytics) that owns the saved search.
    provider_version string
    Version of the service that owns this saved search.
    screen_image string
    Screen image of the saved search.
    state string
    Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
    system_tags map(string)
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created string
    Date and time the saved search was created.
    time_updated string
    Date and time the saved search was updated.
    type string
    Determines how the saved search is displayed in a dashboard.
    ui_config string
    It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
    updated_by string
    The principle id of the user that updated this saved search.
    widget_template string
    The UI template that the saved search uses to render itself.
    widget_vm string
    The View Model that the saved search uses to render itself.
    compartmentId String
    OCID of the compartment in which the saved search resides.
    createdBy String
    The principal id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
    dataConfig String
    It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    Description of the saved search.
    displayName String
    Display name of the saved search.
    drilldownConfig String
    Drill-down configuration to define the destination of a drill-down action.
    freeformTags Map<String,String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    ID of the saved search.
    isOobSavedSearch Boolean
    Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified.
    managementSavedSearchId String
    metadataVersion String
    The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
    nls String
    JSON that contains internationalization options.
    parametersConfig String
    Defines parameters for the saved search.
    providerId String
    ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
    providerName String
    Name of the service (for example, Logging Analytics) that owns the saved search.
    providerVersion String
    Version of the service that owns this saved search.
    screenImage String
    Screen image of the saved search.
    state String
    Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    Date and time the saved search was created.
    timeUpdated String
    Date and time the saved search was updated.
    type String
    Determines how the saved search is displayed in a dashboard.
    uiConfig String
    It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
    updatedBy String
    The principle id of the user that updated this saved search.
    widgetTemplate String
    The UI template that the saved search uses to render itself.
    widgetVm String
    The View Model that the saved search uses to render itself.
    compartmentId string
    OCID of the compartment in which the saved search resides.
    createdBy string
    The principal id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
    dataConfig string
    It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description string
    Description of the saved search.
    displayName string
    Display name of the saved search.
    drilldownConfig string
    Drill-down configuration to define the destination of a drill-down action.
    freeformTags {[key: string]: string}
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id string
    ID of the saved search.
    isOobSavedSearch boolean
    Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified.
    managementSavedSearchId string
    metadataVersion string
    The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
    nls string
    JSON that contains internationalization options.
    parametersConfig string
    Defines parameters for the saved search.
    providerId string
    ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
    providerName string
    Name of the service (for example, Logging Analytics) that owns the saved search.
    providerVersion string
    Version of the service that owns this saved search.
    screenImage string
    Screen image of the saved search.
    state string
    Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    Date and time the saved search was created.
    timeUpdated string
    Date and time the saved search was updated.
    type string
    Determines how the saved search is displayed in a dashboard.
    uiConfig string
    It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
    updatedBy string
    The principle id of the user that updated this saved search.
    widgetTemplate string
    The UI template that the saved search uses to render itself.
    widgetVm string
    The View Model that the saved search uses to render itself.
    compartment_id str
    OCID of the compartment in which the saved search resides.
    created_by str
    The principal id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
    data_config str
    It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description str
    Description of the saved search.
    display_name str
    Display name of the saved search.
    drilldown_config str
    Drill-down configuration to define the destination of a drill-down action.
    freeform_tags Mapping[str, str]
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id str
    ID of the saved search.
    is_oob_saved_search bool
    Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified.
    management_saved_search_id str
    metadata_version str
    The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
    nls str
    JSON that contains internationalization options.
    parameters_config str
    Defines parameters for the saved search.
    provider_id str
    ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
    provider_name str
    Name of the service (for example, Logging Analytics) that owns the saved search.
    provider_version str
    Version of the service that owns this saved search.
    screen_image str
    Screen image of the saved search.
    state str
    Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    Date and time the saved search was created.
    time_updated str
    Date and time the saved search was updated.
    type str
    Determines how the saved search is displayed in a dashboard.
    ui_config str
    It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
    updated_by str
    The principle id of the user that updated this saved search.
    widget_template str
    The UI template that the saved search uses to render itself.
    widget_vm str
    The View Model that the saved search uses to render itself.
    compartmentId String
    OCID of the compartment in which the saved search resides.
    createdBy String
    The principal id of the user that created this saved search. This is automatically managed by the system. In Oracle Cloud Infrastructure the value is ignored. In EM it can skipped or otherwise it is ignored in both create and update API and system automatically sets its value.
    dataConfig String
    It defines how data is fetched. A functional saved search needs a valid dataConfig. See examples on how it can be constructed for various data sources.
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
    description String
    Description of the saved search.
    displayName String
    Display name of the saved search.
    drilldownConfig String
    Drill-down configuration to define the destination of a drill-down action.
    freeformTags Map<String>
    Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
    id String
    ID of the saved search.
    isOobSavedSearch Boolean
    Determines whether the saved search is an Out-of-the-Box (OOB) saved search. Note that OOB saved searches are only provided by Oracle and cannot be modified.
    managementSavedSearchId String
    metadataVersion String
    The version of the metadata defined in the API. This is maintained and enforced by dashboard server. Currently it is 2.0.
    nls String
    JSON that contains internationalization options.
    parametersConfig String
    Defines parameters for the saved search.
    providerId String
    ID of the service (for example log-analytics) that owns the saved search. Each service has a unique ID.
    providerName String
    Name of the service (for example, Logging Analytics) that owns the saved search.
    providerVersion String
    Version of the service that owns this saved search.
    screenImage String
    Screen image of the saved search.
    state String
    Oracle Cloud Infrastructure lifecycle status. This is automatically managed by the system.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    Date and time the saved search was created.
    timeUpdated String
    Date and time the saved search was updated.
    type String
    Determines how the saved search is displayed in a dashboard.
    uiConfig String
    It defines the visualization type of the widget saved search, the UI options of that visualization type, the binding of data to the visualization.
    updatedBy String
    The principle id of the user that updated this saved search.
    widgetTemplate String
    The UI template that the saved search uses to render itself.
    widgetVm String
    The View Model that the saved search uses to render itself.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Viewing docs for Oracle Cloud Infrastructure v4.13.0
    published on Thursday, May 28, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial