1. Packages
  2. Ibm Provider
  3. API Docs
  4. getBackupRecoveryManagerGetAlerts
ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
ibm logo
ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud

    Provides a read-only data source to retrieve information about backup_recovery_manager_get_alerts. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const backupRecoveryManagerGetAlerts = ibm.getBackupRecoveryManagerGetAlerts({});
    
    import pulumi
    import pulumi_ibm as ibm
    
    backup_recovery_manager_get_alerts = ibm.get_backup_recovery_manager_get_alerts()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.GetBackupRecoveryManagerGetAlerts(ctx, &ibm.GetBackupRecoveryManagerGetAlertsArgs{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var backupRecoveryManagerGetAlerts = Ibm.GetBackupRecoveryManagerGetAlerts.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetBackupRecoveryManagerGetAlertsArgs;
    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 backupRecoveryManagerGetAlerts = IbmFunctions.getBackupRecoveryManagerGetAlerts(GetBackupRecoveryManagerGetAlertsArgs.builder()
                .build());
    
        }
    }
    
    variables:
      backupRecoveryManagerGetAlerts:
        fn::invoke:
          function: ibm:getBackupRecoveryManagerGetAlerts
          arguments: {}
    

    Using getBackupRecoveryManagerGetAlerts

    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 getBackupRecoveryManagerGetAlerts(args: GetBackupRecoveryManagerGetAlertsArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryManagerGetAlertsResult>
    function getBackupRecoveryManagerGetAlertsOutput(args: GetBackupRecoveryManagerGetAlertsOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryManagerGetAlertsResult>
    def get_backup_recovery_manager_get_alerts(alert_categories: Optional[Sequence[str]] = None,
                                               alert_ids: Optional[Sequence[str]] = None,
                                               alert_name: Optional[str] = None,
                                               alert_severities: Optional[Sequence[str]] = None,
                                               alert_states: Optional[Sequence[str]] = None,
                                               alert_type_buckets: Optional[Sequence[str]] = None,
                                               alert_types: Optional[Sequence[float]] = None,
                                               all_under_hierarchy: Optional[bool] = None,
                                               end_time_usecs: Optional[float] = None,
                                               endpoint_type: Optional[str] = None,
                                               id: Optional[str] = None,
                                               instance_id: Optional[str] = None,
                                               max_alerts: Optional[float] = None,
                                               property_key: Optional[str] = None,
                                               property_value: Optional[str] = None,
                                               region: Optional[str] = None,
                                               resolution_ids: Optional[Sequence[float]] = None,
                                               start_time_usecs: Optional[float] = None,
                                               tenant_ids: Optional[Sequence[str]] = None,
                                               x_scope_identifier: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryManagerGetAlertsResult
    def get_backup_recovery_manager_get_alerts_output(alert_categories: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                               alert_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                               alert_name: Optional[pulumi.Input[str]] = None,
                                               alert_severities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                               alert_states: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                               alert_type_buckets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                               alert_types: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
                                               all_under_hierarchy: Optional[pulumi.Input[bool]] = None,
                                               end_time_usecs: Optional[pulumi.Input[float]] = None,
                                               endpoint_type: Optional[pulumi.Input[str]] = None,
                                               id: Optional[pulumi.Input[str]] = None,
                                               instance_id: Optional[pulumi.Input[str]] = None,
                                               max_alerts: Optional[pulumi.Input[float]] = None,
                                               property_key: Optional[pulumi.Input[str]] = None,
                                               property_value: Optional[pulumi.Input[str]] = None,
                                               region: Optional[pulumi.Input[str]] = None,
                                               resolution_ids: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
                                               start_time_usecs: Optional[pulumi.Input[float]] = None,
                                               tenant_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                               x_scope_identifier: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryManagerGetAlertsResult]
    func GetBackupRecoveryManagerGetAlerts(ctx *Context, args *GetBackupRecoveryManagerGetAlertsArgs, opts ...InvokeOption) (*GetBackupRecoveryManagerGetAlertsResult, error)
    func GetBackupRecoveryManagerGetAlertsOutput(ctx *Context, args *GetBackupRecoveryManagerGetAlertsOutputArgs, opts ...InvokeOption) GetBackupRecoveryManagerGetAlertsResultOutput

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

    public static class GetBackupRecoveryManagerGetAlerts 
    {
        public static Task<GetBackupRecoveryManagerGetAlertsResult> InvokeAsync(GetBackupRecoveryManagerGetAlertsArgs args, InvokeOptions? opts = null)
        public static Output<GetBackupRecoveryManagerGetAlertsResult> Invoke(GetBackupRecoveryManagerGetAlertsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBackupRecoveryManagerGetAlertsResult> getBackupRecoveryManagerGetAlerts(GetBackupRecoveryManagerGetAlertsArgs args, InvokeOptions options)
    public static Output<GetBackupRecoveryManagerGetAlertsResult> getBackupRecoveryManagerGetAlerts(GetBackupRecoveryManagerGetAlertsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getBackupRecoveryManagerGetAlerts:getBackupRecoveryManagerGetAlerts
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AlertCategories List<string>
    Filter by list of alert categories.

    • Constraints: Allowable list items are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    AlertIds List<string>
    Filter by list of alert ids.
    AlertName string
    Specifies name of alert to filter alerts by.
    AlertSeverities List<string>
    Filter by list of alert severity types.

    • Constraints: Allowable list items are: kCritical, kWarning, kInfo.
    AlertStates List<string>
    Filter by list of alert states.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    AlertTypeBuckets List<string>
    Filter by list of alert type buckets.

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    AlertTypes List<double>
    Filter by list of alert types.
    AllUnderHierarchy bool
    Filter by objects of all the tenants under the hierarchy of the logged in user's organization.
    EndTimeUsecs double
    Specifies end time Unix epoch time in microseconds to filter alerts by.
    EndpointType string
    Id string
    (String) Specifies unique id of the alert.
    InstanceId string
    MaxAlerts double
    Specifies maximum number of alerts to return.The default value is 100 and maximum allowed value is 1000.
    PropertyKey string
    Specifies name of the property to filter alerts by.
    PropertyValue string
    Specifies value of the property to filter alerts by.
    Region string
    ResolutionIds List<double>
    Specifies alert resolution ids to filter alerts by.
    StartTimeUsecs double
    Specifies start time Unix epoch time in microseconds to filter alerts by.
    TenantIds List<string>
    Filter by tenant ids.
    XScopeIdentifier string
    This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
    AlertCategories []string
    Filter by list of alert categories.

    • Constraints: Allowable list items are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    AlertIds []string
    Filter by list of alert ids.
    AlertName string
    Specifies name of alert to filter alerts by.
    AlertSeverities []string
    Filter by list of alert severity types.

    • Constraints: Allowable list items are: kCritical, kWarning, kInfo.
    AlertStates []string
    Filter by list of alert states.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    AlertTypeBuckets []string
    Filter by list of alert type buckets.

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    AlertTypes []float64
    Filter by list of alert types.
    AllUnderHierarchy bool
    Filter by objects of all the tenants under the hierarchy of the logged in user's organization.
    EndTimeUsecs float64
    Specifies end time Unix epoch time in microseconds to filter alerts by.
    EndpointType string
    Id string
    (String) Specifies unique id of the alert.
    InstanceId string
    MaxAlerts float64
    Specifies maximum number of alerts to return.The default value is 100 and maximum allowed value is 1000.
    PropertyKey string
    Specifies name of the property to filter alerts by.
    PropertyValue string
    Specifies value of the property to filter alerts by.
    Region string
    ResolutionIds []float64
    Specifies alert resolution ids to filter alerts by.
    StartTimeUsecs float64
    Specifies start time Unix epoch time in microseconds to filter alerts by.
    TenantIds []string
    Filter by tenant ids.
    XScopeIdentifier string
    This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
    alertCategories List<String>
    Filter by list of alert categories.

    • Constraints: Allowable list items are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    alertIds List<String>
    Filter by list of alert ids.
    alertName String
    Specifies name of alert to filter alerts by.
    alertSeverities List<String>
    Filter by list of alert severity types.

    • Constraints: Allowable list items are: kCritical, kWarning, kInfo.
    alertStates List<String>
    Filter by list of alert states.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    alertTypeBuckets List<String>
    Filter by list of alert type buckets.

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    alertTypes List<Double>
    Filter by list of alert types.
    allUnderHierarchy Boolean
    Filter by objects of all the tenants under the hierarchy of the logged in user's organization.
    endTimeUsecs Double
    Specifies end time Unix epoch time in microseconds to filter alerts by.
    endpointType String
    id String
    (String) Specifies unique id of the alert.
    instanceId String
    maxAlerts Double
    Specifies maximum number of alerts to return.The default value is 100 and maximum allowed value is 1000.
    propertyKey String
    Specifies name of the property to filter alerts by.
    propertyValue String
    Specifies value of the property to filter alerts by.
    region String
    resolutionIds List<Double>
    Specifies alert resolution ids to filter alerts by.
    startTimeUsecs Double
    Specifies start time Unix epoch time in microseconds to filter alerts by.
    tenantIds List<String>
    Filter by tenant ids.
    xScopeIdentifier String
    This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
    alertCategories string[]
    Filter by list of alert categories.

    • Constraints: Allowable list items are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    alertIds string[]
    Filter by list of alert ids.
    alertName string
    Specifies name of alert to filter alerts by.
    alertSeverities string[]
    Filter by list of alert severity types.

    • Constraints: Allowable list items are: kCritical, kWarning, kInfo.
    alertStates string[]
    Filter by list of alert states.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    alertTypeBuckets string[]
    Filter by list of alert type buckets.

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    alertTypes number[]
    Filter by list of alert types.
    allUnderHierarchy boolean
    Filter by objects of all the tenants under the hierarchy of the logged in user's organization.
    endTimeUsecs number
    Specifies end time Unix epoch time in microseconds to filter alerts by.
    endpointType string
    id string
    (String) Specifies unique id of the alert.
    instanceId string
    maxAlerts number
    Specifies maximum number of alerts to return.The default value is 100 and maximum allowed value is 1000.
    propertyKey string
    Specifies name of the property to filter alerts by.
    propertyValue string
    Specifies value of the property to filter alerts by.
    region string
    resolutionIds number[]
    Specifies alert resolution ids to filter alerts by.
    startTimeUsecs number
    Specifies start time Unix epoch time in microseconds to filter alerts by.
    tenantIds string[]
    Filter by tenant ids.
    xScopeIdentifier string
    This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
    alert_categories Sequence[str]
    Filter by list of alert categories.

    • Constraints: Allowable list items are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    alert_ids Sequence[str]
    Filter by list of alert ids.
    alert_name str
    Specifies name of alert to filter alerts by.
    alert_severities Sequence[str]
    Filter by list of alert severity types.

    • Constraints: Allowable list items are: kCritical, kWarning, kInfo.
    alert_states Sequence[str]
    Filter by list of alert states.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    alert_type_buckets Sequence[str]
    Filter by list of alert type buckets.

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    alert_types Sequence[float]
    Filter by list of alert types.
    all_under_hierarchy bool
    Filter by objects of all the tenants under the hierarchy of the logged in user's organization.
    end_time_usecs float
    Specifies end time Unix epoch time in microseconds to filter alerts by.
    endpoint_type str
    id str
    (String) Specifies unique id of the alert.
    instance_id str
    max_alerts float
    Specifies maximum number of alerts to return.The default value is 100 and maximum allowed value is 1000.
    property_key str
    Specifies name of the property to filter alerts by.
    property_value str
    Specifies value of the property to filter alerts by.
    region str
    resolution_ids Sequence[float]
    Specifies alert resolution ids to filter alerts by.
    start_time_usecs float
    Specifies start time Unix epoch time in microseconds to filter alerts by.
    tenant_ids Sequence[str]
    Filter by tenant ids.
    x_scope_identifier str
    This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
    alertCategories List<String>
    Filter by list of alert categories.

    • Constraints: Allowable list items are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    alertIds List<String>
    Filter by list of alert ids.
    alertName String
    Specifies name of alert to filter alerts by.
    alertSeverities List<String>
    Filter by list of alert severity types.

    • Constraints: Allowable list items are: kCritical, kWarning, kInfo.
    alertStates List<String>
    Filter by list of alert states.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    alertTypeBuckets List<String>
    Filter by list of alert type buckets.

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    alertTypes List<Number>
    Filter by list of alert types.
    allUnderHierarchy Boolean
    Filter by objects of all the tenants under the hierarchy of the logged in user's organization.
    endTimeUsecs Number
    Specifies end time Unix epoch time in microseconds to filter alerts by.
    endpointType String
    id String
    (String) Specifies unique id of the alert.
    instanceId String
    maxAlerts Number
    Specifies maximum number of alerts to return.The default value is 100 and maximum allowed value is 1000.
    propertyKey String
    Specifies name of the property to filter alerts by.
    propertyValue String
    Specifies value of the property to filter alerts by.
    region String
    resolutionIds List<Number>
    Specifies alert resolution ids to filter alerts by.
    startTimeUsecs Number
    Specifies start time Unix epoch time in microseconds to filter alerts by.
    tenantIds List<String>
    Filter by tenant ids.
    xScopeIdentifier String
    This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".

    getBackupRecoveryManagerGetAlerts Result

    The following output properties are available:

    Alerts List<GetBackupRecoveryManagerGetAlertsAlert>
    (List) Specifies the list of alerts. Nested schema for alerts:
    Id string
    (String) Specifies unique id of the alert.
    Region string
    AlertCategories List<string>
    AlertIds List<string>
    AlertName string
    (String) Specifies the name of alert.
    AlertSeverities List<string>
    AlertStates List<string>
    AlertTypeBuckets List<string>
    AlertTypes List<double>
    AllUnderHierarchy bool
    EndTimeUsecs double
    EndpointType string
    InstanceId string
    MaxAlerts double
    PropertyKey string
    PropertyValue string
    ResolutionIds List<double>
    StartTimeUsecs double
    TenantIds List<string>
    (List) Specifies the tenants for which this alert has been raised.
    XScopeIdentifier string
    Alerts []GetBackupRecoveryManagerGetAlertsAlert
    (List) Specifies the list of alerts. Nested schema for alerts:
    Id string
    (String) Specifies unique id of the alert.
    Region string
    AlertCategories []string
    AlertIds []string
    AlertName string
    (String) Specifies the name of alert.
    AlertSeverities []string
    AlertStates []string
    AlertTypeBuckets []string
    AlertTypes []float64
    AllUnderHierarchy bool
    EndTimeUsecs float64
    EndpointType string
    InstanceId string
    MaxAlerts float64
    PropertyKey string
    PropertyValue string
    ResolutionIds []float64
    StartTimeUsecs float64
    TenantIds []string
    (List) Specifies the tenants for which this alert has been raised.
    XScopeIdentifier string
    alerts List<GetBackupRecoveryManagerGetAlertsAlert>
    (List) Specifies the list of alerts. Nested schema for alerts:
    id String
    (String) Specifies unique id of the alert.
    region String
    alertCategories List<String>
    alertIds List<String>
    alertName String
    (String) Specifies the name of alert.
    alertSeverities List<String>
    alertStates List<String>
    alertTypeBuckets List<String>
    alertTypes List<Double>
    allUnderHierarchy Boolean
    endTimeUsecs Double
    endpointType String
    instanceId String
    maxAlerts Double
    propertyKey String
    propertyValue String
    resolutionIds List<Double>
    startTimeUsecs Double
    tenantIds List<String>
    (List) Specifies the tenants for which this alert has been raised.
    xScopeIdentifier String
    alerts GetBackupRecoveryManagerGetAlertsAlert[]
    (List) Specifies the list of alerts. Nested schema for alerts:
    id string
    (String) Specifies unique id of the alert.
    region string
    alertCategories string[]
    alertIds string[]
    alertName string
    (String) Specifies the name of alert.
    alertSeverities string[]
    alertStates string[]
    alertTypeBuckets string[]
    alertTypes number[]
    allUnderHierarchy boolean
    endTimeUsecs number
    endpointType string
    instanceId string
    maxAlerts number
    propertyKey string
    propertyValue string
    resolutionIds number[]
    startTimeUsecs number
    tenantIds string[]
    (List) Specifies the tenants for which this alert has been raised.
    xScopeIdentifier string
    alerts Sequence[GetBackupRecoveryManagerGetAlertsAlert]
    (List) Specifies the list of alerts. Nested schema for alerts:
    id str
    (String) Specifies unique id of the alert.
    region str
    alert_categories Sequence[str]
    alert_ids Sequence[str]
    alert_name str
    (String) Specifies the name of alert.
    alert_severities Sequence[str]
    alert_states Sequence[str]
    alert_type_buckets Sequence[str]
    alert_types Sequence[float]
    all_under_hierarchy bool
    end_time_usecs float
    endpoint_type str
    instance_id str
    max_alerts float
    property_key str
    property_value str
    resolution_ids Sequence[float]
    start_time_usecs float
    tenant_ids Sequence[str]
    (List) Specifies the tenants for which this alert has been raised.
    x_scope_identifier str
    alerts List<Property Map>
    (List) Specifies the list of alerts. Nested schema for alerts:
    id String
    (String) Specifies unique id of the alert.
    region String
    alertCategories List<String>
    alertIds List<String>
    alertName String
    (String) Specifies the name of alert.
    alertSeverities List<String>
    alertStates List<String>
    alertTypeBuckets List<String>
    alertTypes List<Number>
    allUnderHierarchy Boolean
    endTimeUsecs Number
    endpointType String
    instanceId String
    maxAlerts Number
    propertyKey String
    propertyValue String
    resolutionIds List<Number>
    startTimeUsecs Number
    tenantIds List<String>
    (List) Specifies the tenants for which this alert has been raised.
    xScopeIdentifier String

    Supporting Types

    GetBackupRecoveryManagerGetAlertsAlert

    AlertCategory string
    (String) Specifies the alert category.

    • Constraints: Allowable values are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    AlertCode string
    (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
    AlertDocuments List<GetBackupRecoveryManagerGetAlertsAlertAlertDocument>
    (List) Specifies the fields of alert document. Nested schema for alert_document:
    AlertState string
    (String) Specifies the alert state.

    • Constraints: Allowable values are: kResolved, kOpen, kNote, kSuppressed.
    AlertType double
    (Integer) Specifies the alert type.
    AlertTypeBucket string
    (String) Specifies the Alert type bucket.

    • Constraints: Allowable values are: kHardware, kSoftware, kDataService, kMaintenance.
    ClusterId double
    (Integer) Id of the cluster which the alert is associated.
    ClusterName string
    (String) Specifies the name of cluster which alert is raised from.
    DedupCount double
    (Integer) Specifies the dedup count of alert.
    DedupTimestamps List<double>
    (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
    EventSource string
    (String) Specifies source where the event occurred.
    FirstTimestampUsecs double
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    Id string
    (String) Specifies unique id of the alert.
    LabelIds List<string>
    (List) Specifies the labels for which this alert has been raised.
    LatestTimestampUsecs double
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    PropertyLists List<GetBackupRecoveryManagerGetAlertsAlertPropertyList>
    (List) List of property key and values associated with alert. Nested schema for property_list:
    RegionId string
    (String) Specifies id of region where vault resides.
    ResolutionDetails List<GetBackupRecoveryManagerGetAlertsAlertResolutionDetail>
    (String) Specifies detailed notes about the Resolution.
    ResolutionIdString string
    (String) Resolution Id String.
    ResolvedTimestampUsecs double
    (Integer) Specifies Unix epoch Timestamps in microseconds when alert is resolved.
    Severity string
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    SuppressionId double
    (Integer) Specifies unique id generated when the Alert is suppressed by the admin.
    TenantIds List<string>
    Filter by tenant ids.
    Vaults List<GetBackupRecoveryManagerGetAlertsAlertVault>
    (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
    AlertCategory string
    (String) Specifies the alert category.

    • Constraints: Allowable values are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    AlertCode string
    (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
    AlertDocuments []GetBackupRecoveryManagerGetAlertsAlertAlertDocument
    (List) Specifies the fields of alert document. Nested schema for alert_document:
    AlertState string
    (String) Specifies the alert state.

    • Constraints: Allowable values are: kResolved, kOpen, kNote, kSuppressed.
    AlertType float64
    (Integer) Specifies the alert type.
    AlertTypeBucket string
    (String) Specifies the Alert type bucket.

    • Constraints: Allowable values are: kHardware, kSoftware, kDataService, kMaintenance.
    ClusterId float64
    (Integer) Id of the cluster which the alert is associated.
    ClusterName string
    (String) Specifies the name of cluster which alert is raised from.
    DedupCount float64
    (Integer) Specifies the dedup count of alert.
    DedupTimestamps []float64
    (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
    EventSource string
    (String) Specifies source where the event occurred.
    FirstTimestampUsecs float64
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    Id string
    (String) Specifies unique id of the alert.
    LabelIds []string
    (List) Specifies the labels for which this alert has been raised.
    LatestTimestampUsecs float64
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    PropertyLists []GetBackupRecoveryManagerGetAlertsAlertPropertyList
    (List) List of property key and values associated with alert. Nested schema for property_list:
    RegionId string
    (String) Specifies id of region where vault resides.
    ResolutionDetails []GetBackupRecoveryManagerGetAlertsAlertResolutionDetail
    (String) Specifies detailed notes about the Resolution.
    ResolutionIdString string
    (String) Resolution Id String.
    ResolvedTimestampUsecs float64
    (Integer) Specifies Unix epoch Timestamps in microseconds when alert is resolved.
    Severity string
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    SuppressionId float64
    (Integer) Specifies unique id generated when the Alert is suppressed by the admin.
    TenantIds []string
    Filter by tenant ids.
    Vaults []GetBackupRecoveryManagerGetAlertsAlertVault
    (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
    alertCategory String
    (String) Specifies the alert category.

    • Constraints: Allowable values are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    alertCode String
    (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
    alertDocuments List<GetBackupRecoveryManagerGetAlertsAlertAlertDocument>
    (List) Specifies the fields of alert document. Nested schema for alert_document:
    alertState String
    (String) Specifies the alert state.

    • Constraints: Allowable values are: kResolved, kOpen, kNote, kSuppressed.
    alertType Double
    (Integer) Specifies the alert type.
    alertTypeBucket String
    (String) Specifies the Alert type bucket.

    • Constraints: Allowable values are: kHardware, kSoftware, kDataService, kMaintenance.
    clusterId Double
    (Integer) Id of the cluster which the alert is associated.
    clusterName String
    (String) Specifies the name of cluster which alert is raised from.
    dedupCount Double
    (Integer) Specifies the dedup count of alert.
    dedupTimestamps List<Double>
    (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
    eventSource String
    (String) Specifies source where the event occurred.
    firstTimestampUsecs Double
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    id String
    (String) Specifies unique id of the alert.
    labelIds List<String>
    (List) Specifies the labels for which this alert has been raised.
    latestTimestampUsecs Double
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    propertyLists List<GetBackupRecoveryManagerGetAlertsAlertPropertyList>
    (List) List of property key and values associated with alert. Nested schema for property_list:
    regionId String
    (String) Specifies id of region where vault resides.
    resolutionDetails List<GetBackupRecoveryManagerGetAlertsAlertResolutionDetail>
    (String) Specifies detailed notes about the Resolution.
    resolutionIdString String
    (String) Resolution Id String.
    resolvedTimestampUsecs Double
    (Integer) Specifies Unix epoch Timestamps in microseconds when alert is resolved.
    severity String
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    suppressionId Double
    (Integer) Specifies unique id generated when the Alert is suppressed by the admin.
    tenantIds List<String>
    Filter by tenant ids.
    vaults List<GetBackupRecoveryManagerGetAlertsAlertVault>
    (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
    alertCategory string
    (String) Specifies the alert category.

    • Constraints: Allowable values are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    alertCode string
    (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
    alertDocuments GetBackupRecoveryManagerGetAlertsAlertAlertDocument[]
    (List) Specifies the fields of alert document. Nested schema for alert_document:
    alertState string
    (String) Specifies the alert state.

    • Constraints: Allowable values are: kResolved, kOpen, kNote, kSuppressed.
    alertType number
    (Integer) Specifies the alert type.
    alertTypeBucket string
    (String) Specifies the Alert type bucket.

    • Constraints: Allowable values are: kHardware, kSoftware, kDataService, kMaintenance.
    clusterId number
    (Integer) Id of the cluster which the alert is associated.
    clusterName string
    (String) Specifies the name of cluster which alert is raised from.
    dedupCount number
    (Integer) Specifies the dedup count of alert.
    dedupTimestamps number[]
    (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
    eventSource string
    (String) Specifies source where the event occurred.
    firstTimestampUsecs number
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    id string
    (String) Specifies unique id of the alert.
    labelIds string[]
    (List) Specifies the labels for which this alert has been raised.
    latestTimestampUsecs number
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    propertyLists GetBackupRecoveryManagerGetAlertsAlertPropertyList[]
    (List) List of property key and values associated with alert. Nested schema for property_list:
    regionId string
    (String) Specifies id of region where vault resides.
    resolutionDetails GetBackupRecoveryManagerGetAlertsAlertResolutionDetail[]
    (String) Specifies detailed notes about the Resolution.
    resolutionIdString string
    (String) Resolution Id String.
    resolvedTimestampUsecs number
    (Integer) Specifies Unix epoch Timestamps in microseconds when alert is resolved.
    severity string
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    suppressionId number
    (Integer) Specifies unique id generated when the Alert is suppressed by the admin.
    tenantIds string[]
    Filter by tenant ids.
    vaults GetBackupRecoveryManagerGetAlertsAlertVault[]
    (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
    alert_category str
    (String) Specifies the alert category.

    • Constraints: Allowable values are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    alert_code str
    (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
    alert_documents Sequence[GetBackupRecoveryManagerGetAlertsAlertAlertDocument]
    (List) Specifies the fields of alert document. Nested schema for alert_document:
    alert_state str
    (String) Specifies the alert state.

    • Constraints: Allowable values are: kResolved, kOpen, kNote, kSuppressed.
    alert_type float
    (Integer) Specifies the alert type.
    alert_type_bucket str
    (String) Specifies the Alert type bucket.

    • Constraints: Allowable values are: kHardware, kSoftware, kDataService, kMaintenance.
    cluster_id float
    (Integer) Id of the cluster which the alert is associated.
    cluster_name str
    (String) Specifies the name of cluster which alert is raised from.
    dedup_count float
    (Integer) Specifies the dedup count of alert.
    dedup_timestamps Sequence[float]
    (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
    event_source str
    (String) Specifies source where the event occurred.
    first_timestamp_usecs float
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    id str
    (String) Specifies unique id of the alert.
    label_ids Sequence[str]
    (List) Specifies the labels for which this alert has been raised.
    latest_timestamp_usecs float
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    property_lists Sequence[GetBackupRecoveryManagerGetAlertsAlertPropertyList]
    (List) List of property key and values associated with alert. Nested schema for property_list:
    region_id str
    (String) Specifies id of region where vault resides.
    resolution_details Sequence[GetBackupRecoveryManagerGetAlertsAlertResolutionDetail]
    (String) Specifies detailed notes about the Resolution.
    resolution_id_string str
    (String) Resolution Id String.
    resolved_timestamp_usecs float
    (Integer) Specifies Unix epoch Timestamps in microseconds when alert is resolved.
    severity str
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    suppression_id float
    (Integer) Specifies unique id generated when the Alert is suppressed by the admin.
    tenant_ids Sequence[str]
    Filter by tenant ids.
    vaults Sequence[GetBackupRecoveryManagerGetAlertsAlertVault]
    (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
    alertCategory String
    (String) Specifies the alert category.

    • Constraints: Allowable values are: kDisk, kNode, kCluster, kChassis, kPowerSupply, kCPU, kMemory, kTemperature, kFan, kNIC, kFirmware, kNodeHealth, kOperatingSystem, kDataPath, kMetadata, kIndexing, kHelios, kAppMarketPlace, kSystemService, kLicense, kSecurity, kUpgrade, kClusterManagement, kAuditLog, kNetworking, kConfiguration, kStorageUsage, kFaultTolerance, kBackupRestore, kArchivalRestore, kRemoteReplication, kQuota, kCDP, kViewFailover, kDisasterRecovery, kStorageDevice, kStoragePool, kGeneralSoftwareFailure, kAgent.
    alertCode String
    (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
    alertDocuments List<Property Map>
    (List) Specifies the fields of alert document. Nested schema for alert_document:
    alertState String
    (String) Specifies the alert state.

    • Constraints: Allowable values are: kResolved, kOpen, kNote, kSuppressed.
    alertType Number
    (Integer) Specifies the alert type.
    alertTypeBucket String
    (String) Specifies the Alert type bucket.

    • Constraints: Allowable values are: kHardware, kSoftware, kDataService, kMaintenance.
    clusterId Number
    (Integer) Id of the cluster which the alert is associated.
    clusterName String
    (String) Specifies the name of cluster which alert is raised from.
    dedupCount Number
    (Integer) Specifies the dedup count of alert.
    dedupTimestamps List<Number>
    (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
    eventSource String
    (String) Specifies source where the event occurred.
    firstTimestampUsecs Number
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    id String
    (String) Specifies unique id of the alert.
    labelIds List<String>
    (List) Specifies the labels for which this alert has been raised.
    latestTimestampUsecs Number
    (Integer) Specifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    propertyLists List<Property Map>
    (List) List of property key and values associated with alert. Nested schema for property_list:
    regionId String
    (String) Specifies id of region where vault resides.
    resolutionDetails List<Property Map>
    (String) Specifies detailed notes about the Resolution.
    resolutionIdString String
    (String) Resolution Id String.
    resolvedTimestampUsecs Number
    (Integer) Specifies Unix epoch Timestamps in microseconds when alert is resolved.
    severity String
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    suppressionId Number
    (Integer) Specifies unique id generated when the Alert is suppressed by the admin.
    tenantIds List<String>
    Filter by tenant ids.
    vaults List<Property Map>
    (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:

    GetBackupRecoveryManagerGetAlertsAlertAlertDocument

    AlertCause string
    (String) Specifies the cause of alert.
    AlertDescription string
    (String) Specifies the description of alert.
    AlertHelpText string
    (String) Specifies the help text for alert.
    AlertName string
    Specifies name of alert to filter alerts by.
    AlertSummary string
    (String) Short description for the alert.
    AlertCause string
    (String) Specifies the cause of alert.
    AlertDescription string
    (String) Specifies the description of alert.
    AlertHelpText string
    (String) Specifies the help text for alert.
    AlertName string
    Specifies name of alert to filter alerts by.
    AlertSummary string
    (String) Short description for the alert.
    alertCause String
    (String) Specifies the cause of alert.
    alertDescription String
    (String) Specifies the description of alert.
    alertHelpText String
    (String) Specifies the help text for alert.
    alertName String
    Specifies name of alert to filter alerts by.
    alertSummary String
    (String) Short description for the alert.
    alertCause string
    (String) Specifies the cause of alert.
    alertDescription string
    (String) Specifies the description of alert.
    alertHelpText string
    (String) Specifies the help text for alert.
    alertName string
    Specifies name of alert to filter alerts by.
    alertSummary string
    (String) Short description for the alert.
    alert_cause str
    (String) Specifies the cause of alert.
    alert_description str
    (String) Specifies the description of alert.
    alert_help_text str
    (String) Specifies the help text for alert.
    alert_name str
    Specifies name of alert to filter alerts by.
    alert_summary str
    (String) Short description for the alert.
    alertCause String
    (String) Specifies the cause of alert.
    alertDescription String
    (String) Specifies the description of alert.
    alertHelpText String
    (String) Specifies the help text for alert.
    alertName String
    Specifies name of alert to filter alerts by.
    alertSummary String
    (String) Short description for the alert.

    GetBackupRecoveryManagerGetAlertsAlertPropertyList

    Key string
    (String) Key of the Label.
    Value string
    (String) Value of the Label, multiple values should be joined by '|'.
    Key string
    (String) Key of the Label.
    Value string
    (String) Value of the Label, multiple values should be joined by '|'.
    key String
    (String) Key of the Label.
    value String
    (String) Value of the Label, multiple values should be joined by '|'.
    key string
    (String) Key of the Label.
    value string
    (String) Value of the Label, multiple values should be joined by '|'.
    key str
    (String) Key of the Label.
    value str
    (String) Value of the Label, multiple values should be joined by '|'.
    key String
    (String) Key of the Label.
    value String
    (String) Value of the Label, multiple values should be joined by '|'.

    GetBackupRecoveryManagerGetAlertsAlertResolutionDetail

    ResolutionDetails string
    (String) Specifies detailed notes about the Resolution.
    ResolutionId double
    (Integer) Specifies the unique resolution id assigned in management console.
    ResolutionSummary string
    (String) Specifies short description about the Resolution.
    TimestampUsecs double
    (Integer) Specifies unix epoch timestamp (in microseconds) when the Alert was resolved.
    UserName string
    (String) Specifies name of the IBM Cluster user who resolved the Alerts.
    ResolutionDetails string
    (String) Specifies detailed notes about the Resolution.
    ResolutionId float64
    (Integer) Specifies the unique resolution id assigned in management console.
    ResolutionSummary string
    (String) Specifies short description about the Resolution.
    TimestampUsecs float64
    (Integer) Specifies unix epoch timestamp (in microseconds) when the Alert was resolved.
    UserName string
    (String) Specifies name of the IBM Cluster user who resolved the Alerts.
    resolutionDetails String
    (String) Specifies detailed notes about the Resolution.
    resolutionId Double
    (Integer) Specifies the unique resolution id assigned in management console.
    resolutionSummary String
    (String) Specifies short description about the Resolution.
    timestampUsecs Double
    (Integer) Specifies unix epoch timestamp (in microseconds) when the Alert was resolved.
    userName String
    (String) Specifies name of the IBM Cluster user who resolved the Alerts.
    resolutionDetails string
    (String) Specifies detailed notes about the Resolution.
    resolutionId number
    (Integer) Specifies the unique resolution id assigned in management console.
    resolutionSummary string
    (String) Specifies short description about the Resolution.
    timestampUsecs number
    (Integer) Specifies unix epoch timestamp (in microseconds) when the Alert was resolved.
    userName string
    (String) Specifies name of the IBM Cluster user who resolved the Alerts.
    resolution_details str
    (String) Specifies detailed notes about the Resolution.
    resolution_id float
    (Integer) Specifies the unique resolution id assigned in management console.
    resolution_summary str
    (String) Specifies short description about the Resolution.
    timestamp_usecs float
    (Integer) Specifies unix epoch timestamp (in microseconds) when the Alert was resolved.
    user_name str
    (String) Specifies name of the IBM Cluster user who resolved the Alerts.
    resolutionDetails String
    (String) Specifies detailed notes about the Resolution.
    resolutionId Number
    (Integer) Specifies the unique resolution id assigned in management console.
    resolutionSummary String
    (String) Specifies short description about the Resolution.
    timestampUsecs Number
    (Integer) Specifies unix epoch timestamp (in microseconds) when the Alert was resolved.
    userName String
    (String) Specifies name of the IBM Cluster user who resolved the Alerts.

    GetBackupRecoveryManagerGetAlertsAlertVault

    GlobalVaultId string
    (String) Specifies Global vault id.
    RegionId string
    (String) Specifies id of region where vault resides.
    RegionName string
    (String) Specifies name of region where vault resides.
    VaultName string
    (String) Specifies name of vault.
    GlobalVaultId string
    (String) Specifies Global vault id.
    RegionId string
    (String) Specifies id of region where vault resides.
    RegionName string
    (String) Specifies name of region where vault resides.
    VaultName string
    (String) Specifies name of vault.
    globalVaultId String
    (String) Specifies Global vault id.
    regionId String
    (String) Specifies id of region where vault resides.
    regionName String
    (String) Specifies name of region where vault resides.
    vaultName String
    (String) Specifies name of vault.
    globalVaultId string
    (String) Specifies Global vault id.
    regionId string
    (String) Specifies id of region where vault resides.
    regionName string
    (String) Specifies name of region where vault resides.
    vaultName string
    (String) Specifies name of vault.
    global_vault_id str
    (String) Specifies Global vault id.
    region_id str
    (String) Specifies id of region where vault resides.
    region_name str
    (String) Specifies name of region where vault resides.
    vault_name str
    (String) Specifies name of vault.
    globalVaultId String
    (String) Specifies Global vault id.
    regionId String
    (String) Specifies id of region where vault resides.
    regionName String
    (String) Specifies name of region where vault resides.
    vaultName String
    (String) Specifies name of vault.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
      Meet Neo: Your AI Platform Teammate