1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. getCloudExadataStorageServerOpenAlertHistory
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
oci logo
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi

    This data source provides details about a specific Cloud Exadata Storage Server Open Alert History resource in Oracle Cloud Infrastructure Database Management service.

    Gets the open alerts from the specified Exadata storage server.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testCloudExadataStorageServerOpenAlertHistory = oci.DatabaseManagement.getCloudExadataStorageServerOpenAlertHistory({
        cloudExadataStorageServerId: testCloudExadataStorageServer.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_cloud_exadata_storage_server_open_alert_history = oci.DatabaseManagement.get_cloud_exadata_storage_server_open_alert_history(cloud_exadata_storage_server_id=test_cloud_exadata_storage_server["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/databasemanagement"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := databasemanagement.GetCloudExadataStorageServerOpenAlertHistory(ctx, &databasemanagement.GetCloudExadataStorageServerOpenAlertHistoryArgs{
    			CloudExadataStorageServerId: testCloudExadataStorageServer.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 testCloudExadataStorageServerOpenAlertHistory = Oci.DatabaseManagement.GetCloudExadataStorageServerOpenAlertHistory.Invoke(new()
        {
            CloudExadataStorageServerId = testCloudExadataStorageServer.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
    import com.pulumi.oci.DatabaseManagement.inputs.GetCloudExadataStorageServerOpenAlertHistoryArgs;
    import java.util.List;
    import java.util.ArrayList;
    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 testCloudExadataStorageServerOpenAlertHistory = DatabaseManagementFunctions.getCloudExadataStorageServerOpenAlertHistory(GetCloudExadataStorageServerOpenAlertHistoryArgs.builder()
                .cloudExadataStorageServerId(testCloudExadataStorageServer.id())
                .build());
    
        }
    }
    
    variables:
      testCloudExadataStorageServerOpenAlertHistory:
        fn::invoke:
          function: oci:DatabaseManagement:getCloudExadataStorageServerOpenAlertHistory
          arguments:
            cloudExadataStorageServerId: ${testCloudExadataStorageServer.id}
    

    Using getCloudExadataStorageServerOpenAlertHistory

    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 getCloudExadataStorageServerOpenAlertHistory(args: GetCloudExadataStorageServerOpenAlertHistoryArgs, opts?: InvokeOptions): Promise<GetCloudExadataStorageServerOpenAlertHistoryResult>
    function getCloudExadataStorageServerOpenAlertHistoryOutput(args: GetCloudExadataStorageServerOpenAlertHistoryOutputArgs, opts?: InvokeOptions): Output<GetCloudExadataStorageServerOpenAlertHistoryResult>
    def get_cloud_exadata_storage_server_open_alert_history(cloud_exadata_storage_server_id: Optional[str] = None,
                                                            opts: Optional[InvokeOptions] = None) -> GetCloudExadataStorageServerOpenAlertHistoryResult
    def get_cloud_exadata_storage_server_open_alert_history_output(cloud_exadata_storage_server_id: Optional[pulumi.Input[str]] = None,
                                                            opts: Optional[InvokeOptions] = None) -> Output[GetCloudExadataStorageServerOpenAlertHistoryResult]
    func GetCloudExadataStorageServerOpenAlertHistory(ctx *Context, args *GetCloudExadataStorageServerOpenAlertHistoryArgs, opts ...InvokeOption) (*GetCloudExadataStorageServerOpenAlertHistoryResult, error)
    func GetCloudExadataStorageServerOpenAlertHistoryOutput(ctx *Context, args *GetCloudExadataStorageServerOpenAlertHistoryOutputArgs, opts ...InvokeOption) GetCloudExadataStorageServerOpenAlertHistoryResultOutput

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

    public static class GetCloudExadataStorageServerOpenAlertHistory 
    {
        public static Task<GetCloudExadataStorageServerOpenAlertHistoryResult> InvokeAsync(GetCloudExadataStorageServerOpenAlertHistoryArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudExadataStorageServerOpenAlertHistoryResult> Invoke(GetCloudExadataStorageServerOpenAlertHistoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudExadataStorageServerOpenAlertHistoryResult> getCloudExadataStorageServerOpenAlertHistory(GetCloudExadataStorageServerOpenAlertHistoryArgs args, InvokeOptions options)
    public static Output<GetCloudExadataStorageServerOpenAlertHistoryResult> getCloudExadataStorageServerOpenAlertHistory(GetCloudExadataStorageServerOpenAlertHistoryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:DatabaseManagement/getCloudExadataStorageServerOpenAlertHistory:getCloudExadataStorageServerOpenAlertHistory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CloudExadataStorageServerId string
    The OCID of the Exadata storage server.
    CloudExadataStorageServerId string
    The OCID of the Exadata storage server.
    cloudExadataStorageServerId String
    The OCID of the Exadata storage server.
    cloudExadataStorageServerId string
    The OCID of the Exadata storage server.
    cloud_exadata_storage_server_id str
    The OCID of the Exadata storage server.
    cloudExadataStorageServerId String
    The OCID of the Exadata storage server.

    getCloudExadataStorageServerOpenAlertHistory Result

    The following output properties are available:

    Alerts List<GetCloudExadataStorageServerOpenAlertHistoryAlert>
    A list of open alerts.
    CloudExadataStorageServerId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Alerts []GetCloudExadataStorageServerOpenAlertHistoryAlert
    A list of open alerts.
    CloudExadataStorageServerId string
    Id string
    The provider-assigned unique ID for this managed resource.
    alerts List<GetCloudExadataStorageServerOpenAlertHistoryAlert>
    A list of open alerts.
    cloudExadataStorageServerId String
    id String
    The provider-assigned unique ID for this managed resource.
    alerts GetCloudExadataStorageServerOpenAlertHistoryAlert[]
    A list of open alerts.
    cloudExadataStorageServerId string
    id string
    The provider-assigned unique ID for this managed resource.
    alerts Sequence[GetCloudExadataStorageServerOpenAlertHistoryAlert]
    A list of open alerts.
    cloud_exadata_storage_server_id str
    id str
    The provider-assigned unique ID for this managed resource.
    alerts List<Property Map>
    A list of open alerts.
    cloudExadataStorageServerId String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetCloudExadataStorageServerOpenAlertHistoryAlert

    Message string
    The alert message.
    Severity string
    The severity of the alert.
    TimeStartAt string
    The start time of the alert.
    Type string
    The type of alert.
    Message string
    The alert message.
    Severity string
    The severity of the alert.
    TimeStartAt string
    The start time of the alert.
    Type string
    The type of alert.
    message String
    The alert message.
    severity String
    The severity of the alert.
    timeStartAt String
    The start time of the alert.
    type String
    The type of alert.
    message string
    The alert message.
    severity string
    The severity of the alert.
    timeStartAt string
    The start time of the alert.
    type string
    The type of alert.
    message str
    The alert message.
    severity str
    The severity of the alert.
    time_start_at str
    The start time of the alert.
    type str
    The type of alert.
    message String
    The alert message.
    severity String
    The severity of the alert.
    timeStartAt String
    The start time of the alert.
    type String
    The type of alert.

    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.3.0
    published on Thursday, Mar 19, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.