Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
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 dictionaryThe following arguments are supported:
- Cloud
Exadata stringStorage Server Id - The OCID of the Exadata storage server.
- Cloud
Exadata stringStorage Server Id - The OCID of the Exadata storage server.
- cloud
Exadata StringStorage Server Id - The OCID of the Exadata storage server.
- cloud
Exadata stringStorage Server Id - The OCID of the Exadata storage server.
- cloud_
exadata_ strstorage_ server_ id - The OCID of the Exadata storage server.
- cloud
Exadata StringStorage Server Id - The OCID of the Exadata storage server.
getCloudExadataStorageServerOpenAlertHistory Result
The following output properties are available:
- Alerts
List<Get
Cloud Exadata Storage Server Open Alert History Alert> - A list of open alerts.
- Cloud
Exadata stringStorage Server Id - Id string
- The provider-assigned unique ID for this managed resource.
- Alerts
[]Get
Cloud Exadata Storage Server Open Alert History Alert - A list of open alerts.
- Cloud
Exadata stringStorage Server Id - Id string
- The provider-assigned unique ID for this managed resource.
- alerts
List<Get
Cloud Exadata Storage Server Open Alert History Alert> - A list of open alerts.
- cloud
Exadata StringStorage Server Id - id String
- The provider-assigned unique ID for this managed resource.
- alerts
Get
Cloud Exadata Storage Server Open Alert History Alert[] - A list of open alerts.
- cloud
Exadata stringStorage Server Id - id string
- The provider-assigned unique ID for this managed resource.
- alerts
Sequence[Get
Cloud Exadata Storage Server Open Alert History Alert] - A list of open alerts.
- cloud_
exadata_ strstorage_ server_ id - id str
- The provider-assigned unique ID for this managed resource.
- alerts List<Property Map>
- A list of open alerts.
- cloud
Exadata StringStorage Server Id - 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.
- Time
Start stringAt - The start time of the alert.
- Type string
- The type of alert.
- Message string
- The alert message.
- Severity string
- The severity of the alert.
- Time
Start stringAt - The start time of the alert.
- Type string
- The type of alert.
- message String
- The alert message.
- severity String
- The severity of the alert.
- time
Start StringAt - The start time of the alert.
- type String
- The type of alert.
- message string
- The alert message.
- severity string
- The severity of the alert.
- time
Start stringAt - 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_ strat - The start time of the alert.
- type str
- The type of alert.
- message String
- The alert message.
- severity String
- The severity of the alert.
- time
Start StringAt - 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
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.3.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
