Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.DataSafe.getAlert
Explore with Pulumi AI
This data source provides details about a specific Alert resource in Oracle Cloud Infrastructure Data Safe service.
Gets the details of the specified alerts.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAlert = oci.DataSafe.getAlert({
alertId: testAlertOciDataSafeAlert.id,
});
import pulumi
import pulumi_oci as oci
test_alert = oci.DataSafe.get_alert(alert_id=test_alert_oci_data_safe_alert["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/DataSafe"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := DataSafe.GetAlert(ctx, &datasafe.GetAlertArgs{
AlertId: testAlertOciDataSafeAlert.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 testAlert = Oci.DataSafe.GetAlert.Invoke(new()
{
AlertId = testAlertOciDataSafeAlert.Id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DataSafe.DataSafeFunctions;
import com.pulumi.oci.DataSafe.inputs.GetAlertArgs;
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 testAlert = DataSafeFunctions.getAlert(GetAlertArgs.builder()
.alertId(testAlertOciDataSafeAlert.id())
.build());
}
}
variables:
testAlert:
fn::invoke:
Function: oci:DataSafe:getAlert
Arguments:
alertId: ${testAlertOciDataSafeAlert.id}
Using getAlert
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 getAlert(args: GetAlertArgs, opts?: InvokeOptions): Promise<GetAlertResult>
function getAlertOutput(args: GetAlertOutputArgs, opts?: InvokeOptions): Output<GetAlertResult>
def get_alert(alert_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlertResult
def get_alert_output(alert_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlertResult]
func GetAlert(ctx *Context, args *GetAlertArgs, opts ...InvokeOption) (*GetAlertResult, error)
func GetAlertOutput(ctx *Context, args *GetAlertOutputArgs, opts ...InvokeOption) GetAlertResultOutput
> Note: This function is named GetAlert
in the Go SDK.
public static class GetAlert
{
public static Task<GetAlertResult> InvokeAsync(GetAlertArgs args, InvokeOptions? opts = null)
public static Output<GetAlertResult> Invoke(GetAlertInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAlertResult> getAlert(GetAlertArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DataSafe/getAlert:getAlert
arguments:
# arguments dictionary
The following arguments are supported:
- Alert
Id string - The OCID of alert.
- Alert
Id string - The OCID of alert.
- alert
Id String - The OCID of alert.
- alert
Id string - The OCID of alert.
- alert_
id str - The OCID of alert.
- alert
Id String - The OCID of alert.
getAlert Result
The following output properties are available:
- Alert
Id string - Alert
Policy stringRule Key - The key of the rule of alert policy that triggered alert.
- Alert
Policy stringRule Name - The display name of the rule of alert policy that triggered alert.
- Alert
Type string - Type of the alert. Indicates the Data Safe feature triggering the alert.
- Comment string
- A comment for the alert. Entered by the user.
- Compartment
Id string - The OCID of the compartment that contains the alert.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- Description string
- The description of the alert.
- Display
Name string - The display name of the alert.
- Feature
Details Dictionary<string, string> - Map that contains maps of values. Example:
{"Operations": {"CostCenter": "42"}}
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- Id string
- The OCID of the alert.
- Operation string
- The operation (event) that triggered alert.
- Operation
Status string - The result of the operation (event) that triggered alert.
- Operation
Time string - Creation date and time of the operation that triggered alert, in the format defined by RFC3339.
- Policy
Id string - The OCID of the policy that triggered alert.
- Resource
Name string - The resource endpoint that triggered the alert.
- Severity string
- Severity level of the alert.
- State string
- The current state of the alert.
- Status string
- The status of the alert.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Target
Ids List<string> - Array of OCIDs of the target database which are associated with the alert.
- Target
Names List<string> - Array of names of the target database.
- Time
Created string - Creation date and time of the alert, in the format defined by RFC3339.
- Time
Updated string - Last date and time the alert was updated, in the format defined by RFC3339.
- Alert
Id string - Alert
Policy stringRule Key - The key of the rule of alert policy that triggered alert.
- Alert
Policy stringRule Name - The display name of the rule of alert policy that triggered alert.
- Alert
Type string - Type of the alert. Indicates the Data Safe feature triggering the alert.
- Comment string
- A comment for the alert. Entered by the user.
- Compartment
Id string - The OCID of the compartment that contains the alert.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- Description string
- The description of the alert.
- Display
Name string - The display name of the alert.
- Feature
Details map[string]string - Map that contains maps of values. Example:
{"Operations": {"CostCenter": "42"}}
- map[string]string
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- Id string
- The OCID of the alert.
- Operation string
- The operation (event) that triggered alert.
- Operation
Status string - The result of the operation (event) that triggered alert.
- Operation
Time string - Creation date and time of the operation that triggered alert, in the format defined by RFC3339.
- Policy
Id string - The OCID of the policy that triggered alert.
- Resource
Name string - The resource endpoint that triggered the alert.
- Severity string
- Severity level of the alert.
- State string
- The current state of the alert.
- Status string
- The status of the alert.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Target
Ids []string - Array of OCIDs of the target database which are associated with the alert.
- Target
Names []string - Array of names of the target database.
- Time
Created string - Creation date and time of the alert, in the format defined by RFC3339.
- Time
Updated string - Last date and time the alert was updated, in the format defined by RFC3339.
- alert
Id String - alert
Policy StringRule Key - The key of the rule of alert policy that triggered alert.
- alert
Policy StringRule Name - The display name of the rule of alert policy that triggered alert.
- alert
Type String - Type of the alert. Indicates the Data Safe feature triggering the alert.
- comment String
- A comment for the alert. Entered by the user.
- compartment
Id String - The OCID of the compartment that contains the alert.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description String
- The description of the alert.
- display
Name String - The display name of the alert.
- feature
Details Map<String,String> - Map that contains maps of values. Example:
{"Operations": {"CostCenter": "42"}}
- Map<String,String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- id String
- The OCID of the alert.
- operation String
- The operation (event) that triggered alert.
- operation
Status String - The result of the operation (event) that triggered alert.
- operation
Time String - Creation date and time of the operation that triggered alert, in the format defined by RFC3339.
- policy
Id String - The OCID of the policy that triggered alert.
- resource
Name String - The resource endpoint that triggered the alert.
- severity String
- Severity level of the alert.
- state String
- The current state of the alert.
- status String
- The status of the alert.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Ids List<String> - Array of OCIDs of the target database which are associated with the alert.
- target
Names List<String> - Array of names of the target database.
- time
Created String - Creation date and time of the alert, in the format defined by RFC3339.
- time
Updated String - Last date and time the alert was updated, in the format defined by RFC3339.
- alert
Id string - alert
Policy stringRule Key - The key of the rule of alert policy that triggered alert.
- alert
Policy stringRule Name - The display name of the rule of alert policy that triggered alert.
- alert
Type string - Type of the alert. Indicates the Data Safe feature triggering the alert.
- comment string
- A comment for the alert. Entered by the user.
- compartment
Id string - The OCID of the compartment that contains the alert.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description string
- The description of the alert.
- display
Name string - The display name of the alert.
- feature
Details {[key: string]: string} - Map that contains maps of values. Example:
{"Operations": {"CostCenter": "42"}}
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- id string
- The OCID of the alert.
- operation string
- The operation (event) that triggered alert.
- operation
Status string - The result of the operation (event) that triggered alert.
- operation
Time string - Creation date and time of the operation that triggered alert, in the format defined by RFC3339.
- policy
Id string - The OCID of the policy that triggered alert.
- resource
Name string - The resource endpoint that triggered the alert.
- severity string
- Severity level of the alert.
- state string
- The current state of the alert.
- status string
- The status of the alert.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Ids string[] - Array of OCIDs of the target database which are associated with the alert.
- target
Names string[] - Array of names of the target database.
- time
Created string - Creation date and time of the alert, in the format defined by RFC3339.
- time
Updated string - Last date and time the alert was updated, in the format defined by RFC3339.
- alert_
id str - alert_
policy_ strrule_ key - The key of the rule of alert policy that triggered alert.
- alert_
policy_ strrule_ name - The display name of the rule of alert policy that triggered alert.
- alert_
type str - Type of the alert. Indicates the Data Safe feature triggering the alert.
- comment str
- A comment for the alert. Entered by the user.
- compartment_
id str - The OCID of the compartment that contains the alert.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description str
- The description of the alert.
- display_
name str - The display name of the alert.
- feature_
details Mapping[str, str] - Map that contains maps of values. Example:
{"Operations": {"CostCenter": "42"}}
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- id str
- The OCID of the alert.
- operation str
- The operation (event) that triggered alert.
- operation_
status str - The result of the operation (event) that triggered alert.
- operation_
time str - Creation date and time of the operation that triggered alert, in the format defined by RFC3339.
- policy_
id str - The OCID of the policy that triggered alert.
- resource_
name str - The resource endpoint that triggered the alert.
- severity str
- Severity level of the alert.
- state str
- The current state of the alert.
- status str
- The status of the alert.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target_
ids Sequence[str] - Array of OCIDs of the target database which are associated with the alert.
- target_
names Sequence[str] - Array of names of the target database.
- time_
created str - Creation date and time of the alert, in the format defined by RFC3339.
- time_
updated str - Last date and time the alert was updated, in the format defined by RFC3339.
- alert
Id String - alert
Policy StringRule Key - The key of the rule of alert policy that triggered alert.
- alert
Policy StringRule Name - The display name of the rule of alert policy that triggered alert.
- alert
Type String - Type of the alert. Indicates the Data Safe feature triggering the alert.
- comment String
- A comment for the alert. Entered by the user.
- compartment
Id String - The OCID of the compartment that contains the alert.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example:
{"Operations.CostCenter": "42"}
- description String
- The description of the alert.
- display
Name String - The display name of the alert.
- feature
Details Map<String> - Map that contains maps of values. Example:
{"Operations": {"CostCenter": "42"}}
- Map<String>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags Example:
{"Department": "Finance"}
- id String
- The OCID of the alert.
- operation String
- The operation (event) that triggered alert.
- operation
Status String - The result of the operation (event) that triggered alert.
- operation
Time String - Creation date and time of the operation that triggered alert, in the format defined by RFC3339.
- policy
Id String - The OCID of the policy that triggered alert.
- resource
Name String - The resource endpoint that triggered the alert.
- severity String
- Severity level of the alert.
- state String
- The current state of the alert.
- status String
- The status of the alert.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"orcl-cloud.free-tier-retained": "true"}
- target
Ids List<String> - Array of OCIDs of the target database which are associated with the alert.
- target
Names List<String> - Array of names of the target database.
- time
Created String - Creation date and time of the alert, in the format defined by RFC3339.
- time
Updated String - Last date and time the alert was updated, in the format defined by RFC3339.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.