1. Packages
  2. Ibm Provider
  3. API Docs
  4. getBackupRecoveryManagerGetManagementAlertsSummary
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 a backup_recovery_manager_get_management_alerts_summary. 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 backupRecoveryManagerGetManagementAlertsSummary = ibm.getBackupRecoveryManagerGetManagementAlertsSummary({});
    
    import pulumi
    import pulumi_ibm as ibm
    
    backup_recovery_manager_get_management_alerts_summary = ibm.get_backup_recovery_manager_get_management_alerts_summary()
    
    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.GetBackupRecoveryManagerGetManagementAlertsSummary(ctx, &ibm.GetBackupRecoveryManagerGetManagementAlertsSummaryArgs{}, 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 backupRecoveryManagerGetManagementAlertsSummary = Ibm.GetBackupRecoveryManagerGetManagementAlertsSummary.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.GetBackupRecoveryManagerGetManagementAlertsSummaryArgs;
    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 backupRecoveryManagerGetManagementAlertsSummary = IbmFunctions.getBackupRecoveryManagerGetManagementAlertsSummary(GetBackupRecoveryManagerGetManagementAlertsSummaryArgs.builder()
                .build());
    
        }
    }
    
    variables:
      backupRecoveryManagerGetManagementAlertsSummary:
        fn::invoke:
          function: ibm:getBackupRecoveryManagerGetManagementAlertsSummary
          arguments: {}
    

    Using getBackupRecoveryManagerGetManagementAlertsSummary

    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 getBackupRecoveryManagerGetManagementAlertsSummary(args: GetBackupRecoveryManagerGetManagementAlertsSummaryArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryManagerGetManagementAlertsSummaryResult>
    function getBackupRecoveryManagerGetManagementAlertsSummaryOutput(args: GetBackupRecoveryManagerGetManagementAlertsSummaryOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryManagerGetManagementAlertsSummaryResult>
    def get_backup_recovery_manager_get_management_alerts_summary(cluster_identifiers: Optional[Sequence[str]] = None,
                                                                  end_time_usecs: Optional[float] = None,
                                                                  endpoint_type: Optional[str] = None,
                                                                  id: Optional[str] = None,
                                                                  instance_id: Optional[str] = None,
                                                                  region: Optional[str] = None,
                                                                  start_time_usecs: Optional[float] = None,
                                                                  states_lists: Optional[Sequence[str]] = None,
                                                                  opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryManagerGetManagementAlertsSummaryResult
    def get_backup_recovery_manager_get_management_alerts_summary_output(cluster_identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = 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,
                                                                  region: Optional[pulumi.Input[str]] = None,
                                                                  start_time_usecs: Optional[pulumi.Input[float]] = None,
                                                                  states_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                                                  opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryManagerGetManagementAlertsSummaryResult]
    func GetBackupRecoveryManagerGetManagementAlertsSummary(ctx *Context, args *GetBackupRecoveryManagerGetManagementAlertsSummaryArgs, opts ...InvokeOption) (*GetBackupRecoveryManagerGetManagementAlertsSummaryResult, error)
    func GetBackupRecoveryManagerGetManagementAlertsSummaryOutput(ctx *Context, args *GetBackupRecoveryManagerGetManagementAlertsSummaryOutputArgs, opts ...InvokeOption) GetBackupRecoveryManagerGetManagementAlertsSummaryResultOutput

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

    public static class GetBackupRecoveryManagerGetManagementAlertsSummary 
    {
        public static Task<GetBackupRecoveryManagerGetManagementAlertsSummaryResult> InvokeAsync(GetBackupRecoveryManagerGetManagementAlertsSummaryArgs args, InvokeOptions? opts = null)
        public static Output<GetBackupRecoveryManagerGetManagementAlertsSummaryResult> Invoke(GetBackupRecoveryManagerGetManagementAlertsSummaryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBackupRecoveryManagerGetManagementAlertsSummaryResult> getBackupRecoveryManagerGetManagementAlertsSummary(GetBackupRecoveryManagerGetManagementAlertsSummaryArgs args, InvokeOptions options)
    public static Output<GetBackupRecoveryManagerGetManagementAlertsSummaryResult> getBackupRecoveryManagerGetManagementAlertsSummary(GetBackupRecoveryManagerGetManagementAlertsSummaryArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getBackupRecoveryManagerGetManagementAlertsSummary:getBackupRecoveryManagerGetManagementAlertsSummary
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterIdentifiers List<string>
    Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId.
    EndTimeUsecs double
    Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
    EndpointType string
    Id string
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    InstanceId string
    Region string
    StartTimeUsecs double
    Filter by start time. Specify the start time as a Unix epoch Timestamp (in microseconds). By default it is current time minus a day.
    StatesLists List<string>
    Specifies list of alert states to filter alerts by. If not specified, only open alerts will be used to get summary.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    ClusterIdentifiers []string
    Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId.
    EndTimeUsecs float64
    Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
    EndpointType string
    Id string
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    InstanceId string
    Region string
    StartTimeUsecs float64
    Filter by start time. Specify the start time as a Unix epoch Timestamp (in microseconds). By default it is current time minus a day.
    StatesLists []string
    Specifies list of alert states to filter alerts by. If not specified, only open alerts will be used to get summary.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    clusterIdentifiers List<String>
    Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId.
    endTimeUsecs Double
    Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
    endpointType String
    id String
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    instanceId String
    region String
    startTimeUsecs Double
    Filter by start time. Specify the start time as a Unix epoch Timestamp (in microseconds). By default it is current time minus a day.
    statesLists List<String>
    Specifies list of alert states to filter alerts by. If not specified, only open alerts will be used to get summary.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    clusterIdentifiers string[]
    Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId.
    endTimeUsecs number
    Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
    endpointType string
    id string
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    instanceId string
    region string
    startTimeUsecs number
    Filter by start time. Specify the start time as a Unix epoch Timestamp (in microseconds). By default it is current time minus a day.
    statesLists string[]
    Specifies list of alert states to filter alerts by. If not specified, only open alerts will be used to get summary.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    cluster_identifiers Sequence[str]
    Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId.
    end_time_usecs float
    Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
    endpoint_type str
    id str
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    instance_id str
    region str
    start_time_usecs float
    Filter by start time. Specify the start time as a Unix epoch Timestamp (in microseconds). By default it is current time minus a day.
    states_lists Sequence[str]
    Specifies list of alert states to filter alerts by. If not specified, only open alerts will be used to get summary.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.
    clusterIdentifiers List<String>
    Specifies the list of cluster identifiers. Format is clusterId:clusterIncarnationId.
    endTimeUsecs Number
    Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
    endpointType String
    id String
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    instanceId String
    region String
    startTimeUsecs Number
    Filter by start time. Specify the start time as a Unix epoch Timestamp (in microseconds). By default it is current time minus a day.
    statesLists List<String>
    Specifies list of alert states to filter alerts by. If not specified, only open alerts will be used to get summary.

    • Constraints: Allowable list items are: kResolved, kOpen, kNote, kSuppressed.

    getBackupRecoveryManagerGetManagementAlertsSummary Result

    The following output properties are available:

    AlertsSummaries List<GetBackupRecoveryManagerGetManagementAlertsSummaryAlertsSummary>
    (List) Specifies a list of alerts summary grouped by category. Nested schema for alerts_summary:
    Id string
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    Region string
    ClusterIdentifiers List<string>
    EndTimeUsecs double
    EndpointType string
    InstanceId string
    StartTimeUsecs double
    StatesLists List<string>
    AlertsSummaries []GetBackupRecoveryManagerGetManagementAlertsSummaryAlertsSummary
    (List) Specifies a list of alerts summary grouped by category. Nested schema for alerts_summary:
    Id string
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    Region string
    ClusterIdentifiers []string
    EndTimeUsecs float64
    EndpointType string
    InstanceId string
    StartTimeUsecs float64
    StatesLists []string
    alertsSummaries List<GetBackupRecoveryManagerGetManagementAlertsSummaryAlertsSummary>
    (List) Specifies a list of alerts summary grouped by category. Nested schema for alerts_summary:
    id String
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    region String
    clusterIdentifiers List<String>
    endTimeUsecs Double
    endpointType String
    instanceId String
    startTimeUsecs Double
    statesLists List<String>
    alertsSummaries GetBackupRecoveryManagerGetManagementAlertsSummaryAlertsSummary[]
    (List) Specifies a list of alerts summary grouped by category. Nested schema for alerts_summary:
    id string
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    region string
    clusterIdentifiers string[]
    endTimeUsecs number
    endpointType string
    instanceId string
    startTimeUsecs number
    statesLists string[]
    alerts_summaries Sequence[GetBackupRecoveryManagerGetManagementAlertsSummaryAlertsSummary]
    (List) Specifies a list of alerts summary grouped by category. Nested schema for alerts_summary:
    id str
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    region str
    cluster_identifiers Sequence[str]
    end_time_usecs float
    endpoint_type str
    instance_id str
    start_time_usecs float
    states_lists Sequence[str]
    alertsSummaries List<Property Map>
    (List) Specifies a list of alerts summary grouped by category. Nested schema for alerts_summary:
    id String
    The unique identifier of the backup_recovery_manager_get_management_alerts_summary.
    region String
    clusterIdentifiers List<String>
    endTimeUsecs Number
    endpointType String
    instanceId String
    startTimeUsecs Number
    statesLists List<String>

    Supporting Types

    GetBackupRecoveryManagerGetManagementAlertsSummaryAlertsSummary

    Category string
    (String) Category of alerts by which summary is grouped.

    • 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.
    CriticalCount double
    (Integer) Specifies count of critical alerts.
    InfoCount double
    (Integer) Specifies count of info alerts.
    TotalCount double
    (Integer) Specifies count of total alerts.
    Type string
    (String) Type/bucket that this alert category belongs to.
    WarningCount double
    (Integer) Specifies count of warning alerts.
    Category string
    (String) Category of alerts by which summary is grouped.

    • 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.
    CriticalCount float64
    (Integer) Specifies count of critical alerts.
    InfoCount float64
    (Integer) Specifies count of info alerts.
    TotalCount float64
    (Integer) Specifies count of total alerts.
    Type string
    (String) Type/bucket that this alert category belongs to.
    WarningCount float64
    (Integer) Specifies count of warning alerts.
    category String
    (String) Category of alerts by which summary is grouped.

    • 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.
    criticalCount Double
    (Integer) Specifies count of critical alerts.
    infoCount Double
    (Integer) Specifies count of info alerts.
    totalCount Double
    (Integer) Specifies count of total alerts.
    type String
    (String) Type/bucket that this alert category belongs to.
    warningCount Double
    (Integer) Specifies count of warning alerts.
    category string
    (String) Category of alerts by which summary is grouped.

    • 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.
    criticalCount number
    (Integer) Specifies count of critical alerts.
    infoCount number
    (Integer) Specifies count of info alerts.
    totalCount number
    (Integer) Specifies count of total alerts.
    type string
    (String) Type/bucket that this alert category belongs to.
    warningCount number
    (Integer) Specifies count of warning alerts.
    category str
    (String) Category of alerts by which summary is grouped.

    • 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.
    critical_count float
    (Integer) Specifies count of critical alerts.
    info_count float
    (Integer) Specifies count of info alerts.
    total_count float
    (Integer) Specifies count of total alerts.
    type str
    (String) Type/bucket that this alert category belongs to.
    warning_count float
    (Integer) Specifies count of warning alerts.
    category String
    (String) Category of alerts by which summary is grouped.

    • 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.
    criticalCount Number
    (Integer) Specifies count of critical alerts.
    infoCount Number
    (Integer) Specifies count of info alerts.
    totalCount Number
    (Integer) Specifies count of total alerts.
    type String
    (String) Type/bucket that this alert category belongs to.
    warningCount Number
    (Integer) Specifies count of warning alerts.

    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