1. Packages
  2. Ibm Provider
  3. API Docs
  4. getBackupRecoveryManagerGetManagementAlerts
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_management_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 backupRecoveryManagerGetManagementAlerts = ibm.getBackupRecoveryManagerGetManagementAlerts({});
    
    import pulumi
    import pulumi_ibm as ibm
    
    backup_recovery_manager_get_management_alerts = ibm.get_backup_recovery_manager_get_management_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.GetBackupRecoveryManagerGetManagementAlerts(ctx, &ibm.GetBackupRecoveryManagerGetManagementAlertsArgs{}, 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 backupRecoveryManagerGetManagementAlerts = Ibm.GetBackupRecoveryManagerGetManagementAlerts.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.GetBackupRecoveryManagerGetManagementAlertsArgs;
    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 backupRecoveryManagerGetManagementAlerts = IbmFunctions.getBackupRecoveryManagerGetManagementAlerts(GetBackupRecoveryManagerGetManagementAlertsArgs.builder()
                .build());
    
        }
    }
    
    variables:
      backupRecoveryManagerGetManagementAlerts:
        fn::invoke:
          function: ibm:getBackupRecoveryManagerGetManagementAlerts
          arguments: {}
    

    Using getBackupRecoveryManagerGetManagementAlerts

    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 getBackupRecoveryManagerGetManagementAlerts(args: GetBackupRecoveryManagerGetManagementAlertsArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryManagerGetManagementAlertsResult>
    function getBackupRecoveryManagerGetManagementAlertsOutput(args: GetBackupRecoveryManagerGetManagementAlertsOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryManagerGetManagementAlertsResult>
    def get_backup_recovery_manager_get_management_alerts(alert_category_lists: Optional[Sequence[str]] = None,
                                                          alert_id_lists: Optional[Sequence[str]] = None,
                                                          alert_name: Optional[str] = None,
                                                          alert_property_key_lists: Optional[Sequence[str]] = None,
                                                          alert_property_value_lists: Optional[Sequence[str]] = None,
                                                          alert_severity_lists: Optional[Sequence[str]] = None,
                                                          alert_state_lists: Optional[Sequence[str]] = None,
                                                          alert_type_bucket_lists: Optional[Sequence[str]] = None,
                                                          alert_type_lists: Optional[Sequence[float]] = None,
                                                          cluster_identifiers: Optional[Sequence[str]] = None,
                                                          end_date_usecs: Optional[float] = None,
                                                          endpoint_type: Optional[str] = None,
                                                          id: Optional[str] = None,
                                                          instance_id: Optional[str] = None,
                                                          max_alerts: Optional[float] = None,
                                                          region: Optional[str] = None,
                                                          region_ids: Optional[Sequence[str]] = None,
                                                          service_instance_ids: Optional[Sequence[str]] = None,
                                                          start_date_usecs: Optional[float] = None,
                                                          tenant_ids: Optional[Sequence[str]] = None,
                                                          opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryManagerGetManagementAlertsResult
    def get_backup_recovery_manager_get_management_alerts_output(alert_category_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          alert_id_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          alert_name: Optional[pulumi.Input[str]] = None,
                                                          alert_property_key_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          alert_property_value_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          alert_severity_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          alert_state_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          alert_type_bucket_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          alert_type_lists: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
                                                          cluster_identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          end_date_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,
                                                          region: Optional[pulumi.Input[str]] = None,
                                                          region_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          service_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          start_date_usecs: Optional[pulumi.Input[float]] = None,
                                                          tenant_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                          opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryManagerGetManagementAlertsResult]
    func GetBackupRecoveryManagerGetManagementAlerts(ctx *Context, args *GetBackupRecoveryManagerGetManagementAlertsArgs, opts ...InvokeOption) (*GetBackupRecoveryManagerGetManagementAlertsResult, error)
    func GetBackupRecoveryManagerGetManagementAlertsOutput(ctx *Context, args *GetBackupRecoveryManagerGetManagementAlertsOutputArgs, opts ...InvokeOption) GetBackupRecoveryManagerGetManagementAlertsResultOutput

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

    public static class GetBackupRecoveryManagerGetManagementAlerts 
    {
        public static Task<GetBackupRecoveryManagerGetManagementAlertsResult> InvokeAsync(GetBackupRecoveryManagerGetManagementAlertsArgs args, InvokeOptions? opts = null)
        public static Output<GetBackupRecoveryManagerGetManagementAlertsResult> Invoke(GetBackupRecoveryManagerGetManagementAlertsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBackupRecoveryManagerGetManagementAlertsResult> getBackupRecoveryManagerGetManagementAlerts(GetBackupRecoveryManagerGetManagementAlertsArgs args, InvokeOptions options)
    public static Output<GetBackupRecoveryManagerGetManagementAlertsResult> getBackupRecoveryManagerGetManagementAlerts(GetBackupRecoveryManagerGetManagementAlertsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getBackupRecoveryManagerGetManagementAlerts:getBackupRecoveryManagerGetManagementAlerts
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AlertCategoryLists 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.
    AlertIdLists List<string>
    Filter by list of alert ids.
    AlertName string
    Specifies name of alert to filter alerts by.
    AlertPropertyKeyLists List<string>
    Specifies list of the alert property keys to query.
    AlertPropertyValueLists List<string>
    Specifies list of the alert property value, multiple values for one key should be joined by '|'.
    AlertSeverityLists List<string>
    Filter by list of alert severity types.

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

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    AlertTypeLists List<double>
    Filter by list of alert types.
    ClusterIdentifiers List<string>
    Filter by list of cluster ids.
    EndDateUsecs double
    Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
    EndpointType string
    Id string
    (String) Specifies unique id of the alert.
    InstanceId string
    MaxAlerts double
    Specifies maximum number of alerts to return.
    Region string
    RegionIds List<string>
    Filter by list of region ids.
    ServiceInstanceIds List<string>
    Specifies services instance ids to filter alerts for IBM customers.
    StartDateUsecs double
    Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
    TenantIds List<string>
    Filter by tenant ids.
    AlertCategoryLists []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.
    AlertIdLists []string
    Filter by list of alert ids.
    AlertName string
    Specifies name of alert to filter alerts by.
    AlertPropertyKeyLists []string
    Specifies list of the alert property keys to query.
    AlertPropertyValueLists []string
    Specifies list of the alert property value, multiple values for one key should be joined by '|'.
    AlertSeverityLists []string
    Filter by list of alert severity types.

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

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    AlertTypeLists []float64
    Filter by list of alert types.
    ClusterIdentifiers []string
    Filter by list of cluster ids.
    EndDateUsecs float64
    Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
    EndpointType string
    Id string
    (String) Specifies unique id of the alert.
    InstanceId string
    MaxAlerts float64
    Specifies maximum number of alerts to return.
    Region string
    RegionIds []string
    Filter by list of region ids.
    ServiceInstanceIds []string
    Specifies services instance ids to filter alerts for IBM customers.
    StartDateUsecs float64
    Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
    TenantIds []string
    Filter by tenant ids.
    alertCategoryLists 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.
    alertIdLists List<String>
    Filter by list of alert ids.
    alertName String
    Specifies name of alert to filter alerts by.
    alertPropertyKeyLists List<String>
    Specifies list of the alert property keys to query.
    alertPropertyValueLists List<String>
    Specifies list of the alert property value, multiple values for one key should be joined by '|'.
    alertSeverityLists List<String>
    Filter by list of alert severity types.

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

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    alertTypeLists List<Double>
    Filter by list of alert types.
    clusterIdentifiers List<String>
    Filter by list of cluster ids.
    endDateUsecs Double
    Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
    endpointType String
    id String
    (String) Specifies unique id of the alert.
    instanceId String
    maxAlerts Double
    Specifies maximum number of alerts to return.
    region String
    regionIds List<String>
    Filter by list of region ids.
    serviceInstanceIds List<String>
    Specifies services instance ids to filter alerts for IBM customers.
    startDateUsecs Double
    Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
    tenantIds List<String>
    Filter by tenant ids.
    alertCategoryLists 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.
    alertIdLists string[]
    Filter by list of alert ids.
    alertName string
    Specifies name of alert to filter alerts by.
    alertPropertyKeyLists string[]
    Specifies list of the alert property keys to query.
    alertPropertyValueLists string[]
    Specifies list of the alert property value, multiple values for one key should be joined by '|'.
    alertSeverityLists string[]
    Filter by list of alert severity types.

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

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    alertTypeLists number[]
    Filter by list of alert types.
    clusterIdentifiers string[]
    Filter by list of cluster ids.
    endDateUsecs number
    Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
    endpointType string
    id string
    (String) Specifies unique id of the alert.
    instanceId string
    maxAlerts number
    Specifies maximum number of alerts to return.
    region string
    regionIds string[]
    Filter by list of region ids.
    serviceInstanceIds string[]
    Specifies services instance ids to filter alerts for IBM customers.
    startDateUsecs number
    Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
    tenantIds string[]
    Filter by tenant ids.
    alert_category_lists 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_id_lists Sequence[str]
    Filter by list of alert ids.
    alert_name str
    Specifies name of alert to filter alerts by.
    alert_property_key_lists Sequence[str]
    Specifies list of the alert property keys to query.
    alert_property_value_lists Sequence[str]
    Specifies list of the alert property value, multiple values for one key should be joined by '|'.
    alert_severity_lists Sequence[str]
    Filter by list of alert severity types.

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

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    alert_type_lists Sequence[float]
    Filter by list of alert types.
    cluster_identifiers Sequence[str]
    Filter by list of cluster ids.
    end_date_usecs float
    Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
    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.
    region str
    region_ids Sequence[str]
    Filter by list of region ids.
    service_instance_ids Sequence[str]
    Specifies services instance ids to filter alerts for IBM customers.
    start_date_usecs float
    Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
    tenant_ids Sequence[str]
    Filter by tenant ids.
    alertCategoryLists 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.
    alertIdLists List<String>
    Filter by list of alert ids.
    alertName String
    Specifies name of alert to filter alerts by.
    alertPropertyKeyLists List<String>
    Specifies list of the alert property keys to query.
    alertPropertyValueLists List<String>
    Specifies list of the alert property value, multiple values for one key should be joined by '|'.
    alertSeverityLists List<String>
    Filter by list of alert severity types.

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

    • Constraints: Allowable list items are: kHardware, kSoftware, kDataService, kMaintenance.
    alertTypeLists List<Number>
    Filter by list of alert types.
    clusterIdentifiers List<String>
    Filter by list of cluster ids.
    endDateUsecs Number
    Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
    endpointType String
    id String
    (String) Specifies unique id of the alert.
    instanceId String
    maxAlerts Number
    Specifies maximum number of alerts to return.
    region String
    regionIds List<String>
    Filter by list of region ids.
    serviceInstanceIds List<String>
    Specifies services instance ids to filter alerts for IBM customers.
    startDateUsecs Number
    Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
    tenantIds List<String>
    Filter by tenant ids.

    getBackupRecoveryManagerGetManagementAlerts Result

    The following output properties are available:

    AlertsLists List<GetBackupRecoveryManagerGetManagementAlertsAlertsList>
    (List) Specifies the list of alerts. Nested schema for alerts_list:
    Id string
    (String) Specifies unique id of the alert.
    Region string
    AlertCategoryLists List<string>
    AlertIdLists List<string>
    AlertName string
    (String) Specifies the name of alert.
    AlertPropertyKeyLists List<string>
    AlertPropertyValueLists List<string>
    AlertSeverityLists List<string>
    AlertStateLists List<string>
    AlertTypeBucketLists List<string>
    AlertTypeLists List<double>
    ClusterIdentifiers List<string>
    EndDateUsecs double
    EndpointType string
    InstanceId string
    MaxAlerts double
    RegionIds List<string>
    ServiceInstanceIds List<string>
    StartDateUsecs double
    TenantIds List<string>
    AlertsLists []GetBackupRecoveryManagerGetManagementAlertsAlertsList
    (List) Specifies the list of alerts. Nested schema for alerts_list:
    Id string
    (String) Specifies unique id of the alert.
    Region string
    AlertCategoryLists []string
    AlertIdLists []string
    AlertName string
    (String) Specifies the name of alert.
    AlertPropertyKeyLists []string
    AlertPropertyValueLists []string
    AlertSeverityLists []string
    AlertStateLists []string
    AlertTypeBucketLists []string
    AlertTypeLists []float64
    ClusterIdentifiers []string
    EndDateUsecs float64
    EndpointType string
    InstanceId string
    MaxAlerts float64
    RegionIds []string
    ServiceInstanceIds []string
    StartDateUsecs float64
    TenantIds []string
    alertsLists List<GetBackupRecoveryManagerGetManagementAlertsAlertsList>
    (List) Specifies the list of alerts. Nested schema for alerts_list:
    id String
    (String) Specifies unique id of the alert.
    region String
    alertCategoryLists List<String>
    alertIdLists List<String>
    alertName String
    (String) Specifies the name of alert.
    alertPropertyKeyLists List<String>
    alertPropertyValueLists List<String>
    alertSeverityLists List<String>
    alertStateLists List<String>
    alertTypeBucketLists List<String>
    alertTypeLists List<Double>
    clusterIdentifiers List<String>
    endDateUsecs Double
    endpointType String
    instanceId String
    maxAlerts Double
    regionIds List<String>
    serviceInstanceIds List<String>
    startDateUsecs Double
    tenantIds List<String>
    alertsLists GetBackupRecoveryManagerGetManagementAlertsAlertsList[]
    (List) Specifies the list of alerts. Nested schema for alerts_list:
    id string
    (String) Specifies unique id of the alert.
    region string
    alertCategoryLists string[]
    alertIdLists string[]
    alertName string
    (String) Specifies the name of alert.
    alertPropertyKeyLists string[]
    alertPropertyValueLists string[]
    alertSeverityLists string[]
    alertStateLists string[]
    alertTypeBucketLists string[]
    alertTypeLists number[]
    clusterIdentifiers string[]
    endDateUsecs number
    endpointType string
    instanceId string
    maxAlerts number
    regionIds string[]
    serviceInstanceIds string[]
    startDateUsecs number
    tenantIds string[]
    alerts_lists Sequence[GetBackupRecoveryManagerGetManagementAlertsAlertsList]
    (List) Specifies the list of alerts. Nested schema for alerts_list:
    id str
    (String) Specifies unique id of the alert.
    region str
    alert_category_lists Sequence[str]
    alert_id_lists Sequence[str]
    alert_name str
    (String) Specifies the name of alert.
    alert_property_key_lists Sequence[str]
    alert_property_value_lists Sequence[str]
    alert_severity_lists Sequence[str]
    alert_state_lists Sequence[str]
    alert_type_bucket_lists Sequence[str]
    alert_type_lists Sequence[float]
    cluster_identifiers Sequence[str]
    end_date_usecs float
    endpoint_type str
    instance_id str
    max_alerts float
    region_ids Sequence[str]
    service_instance_ids Sequence[str]
    start_date_usecs float
    tenant_ids Sequence[str]
    alertsLists List<Property Map>
    (List) Specifies the list of alerts. Nested schema for alerts_list:
    id String
    (String) Specifies unique id of the alert.
    region String
    alertCategoryLists List<String>
    alertIdLists List<String>
    alertName String
    (String) Specifies the name of alert.
    alertPropertyKeyLists List<String>
    alertPropertyValueLists List<String>
    alertSeverityLists List<String>
    alertStateLists List<String>
    alertTypeBucketLists List<String>
    alertTypeLists List<Number>
    clusterIdentifiers List<String>
    endDateUsecs Number
    endpointType String
    instanceId String
    maxAlerts Number
    regionIds List<String>
    serviceInstanceIds List<String>
    startDateUsecs Number
    tenantIds List<String>

    Supporting Types

    GetBackupRecoveryManagerGetManagementAlertsAlertsList

    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<GetBackupRecoveryManagerGetManagementAlertsAlertsListAlertDocument>
    (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.
    FirstTimestampUsecs double
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    Id string
    (String) Specifies unique id of the alert.
    LatestTimestampUsecs double
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    PropertyLists List<GetBackupRecoveryManagerGetManagementAlertsAlertsListPropertyList>
    (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.
    ResolutionIdString string
    (String) Specifies the resolution id of the alert if its resolved.
    ServiceInstanceId string
    (String) Id of the serrvice instance which the alert is associated.
    Severity string
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    Vaults List<GetBackupRecoveryManagerGetManagementAlertsAlertsListVault>
    (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 []GetBackupRecoveryManagerGetManagementAlertsAlertsListAlertDocument
    (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.
    FirstTimestampUsecs float64
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    Id string
    (String) Specifies unique id of the alert.
    LatestTimestampUsecs float64
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    PropertyLists []GetBackupRecoveryManagerGetManagementAlertsAlertsListPropertyList
    (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.
    ResolutionIdString string
    (String) Specifies the resolution id of the alert if its resolved.
    ServiceInstanceId string
    (String) Id of the serrvice instance which the alert is associated.
    Severity string
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    Vaults []GetBackupRecoveryManagerGetManagementAlertsAlertsListVault
    (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<GetBackupRecoveryManagerGetManagementAlertsAlertsListAlertDocument>
    (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.
    firstTimestampUsecs Double
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    id String
    (String) Specifies unique id of the alert.
    latestTimestampUsecs Double
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    propertyLists List<GetBackupRecoveryManagerGetManagementAlertsAlertsListPropertyList>
    (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.
    resolutionIdString String
    (String) Specifies the resolution id of the alert if its resolved.
    serviceInstanceId String
    (String) Id of the serrvice instance which the alert is associated.
    severity String
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    vaults List<GetBackupRecoveryManagerGetManagementAlertsAlertsListVault>
    (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 GetBackupRecoveryManagerGetManagementAlertsAlertsListAlertDocument[]
    (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.
    firstTimestampUsecs number
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    id string
    (String) Specifies unique id of the alert.
    latestTimestampUsecs number
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    propertyLists GetBackupRecoveryManagerGetManagementAlertsAlertsListPropertyList[]
    (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.
    resolutionIdString string
    (String) Specifies the resolution id of the alert if its resolved.
    serviceInstanceId string
    (String) Id of the serrvice instance which the alert is associated.
    severity string
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    vaults GetBackupRecoveryManagerGetManagementAlertsAlertsListVault[]
    (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[GetBackupRecoveryManagerGetManagementAlertsAlertsListAlertDocument]
    (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.
    first_timestamp_usecs float
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    id str
    (String) Specifies unique id of the alert.
    latest_timestamp_usecs float
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
    property_lists Sequence[GetBackupRecoveryManagerGetManagementAlertsAlertsListPropertyList]
    (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_id_string str
    (String) Specifies the resolution id of the alert if its resolved.
    service_instance_id str
    (String) Id of the serrvice instance which the alert is associated.
    severity str
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    vaults Sequence[GetBackupRecoveryManagerGetManagementAlertsAlertsListVault]
    (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.
    firstTimestampUsecs Number
    (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
    id String
    (String) Specifies unique id of the alert.
    latestTimestampUsecs Number
    (Integer) SpeSpecifies 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.
    resolutionIdString String
    (String) Specifies the resolution id of the alert if its resolved.
    serviceInstanceId String
    (String) Id of the serrvice instance which the alert is associated.
    severity String
    (String) Specifies the alert severity.

    • Constraints: Allowable values are: kCritical, kWarning, kInfo.
    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:

    GetBackupRecoveryManagerGetManagementAlertsAlertsListAlertDocument

    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.

    GetBackupRecoveryManagerGetManagementAlertsAlertsListPropertyList

    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 '|'.

    GetBackupRecoveryManagerGetManagementAlertsAlertsListVault

    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