ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
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_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 backupRecoveryManagerGetAlertsSummary = ibm.getBackupRecoveryManagerGetAlertsSummary({});
import pulumi
import pulumi_ibm as ibm
backup_recovery_manager_get_alerts_summary = ibm.get_backup_recovery_manager_get_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.GetBackupRecoveryManagerGetAlertsSummary(ctx, &ibm.GetBackupRecoveryManagerGetAlertsSummaryArgs{}, 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 backupRecoveryManagerGetAlertsSummary = Ibm.GetBackupRecoveryManagerGetAlertsSummary.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.GetBackupRecoveryManagerGetAlertsSummaryArgs;
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 backupRecoveryManagerGetAlertsSummary = IbmFunctions.getBackupRecoveryManagerGetAlertsSummary(GetBackupRecoveryManagerGetAlertsSummaryArgs.builder()
.build());
}
}
variables:
backupRecoveryManagerGetAlertsSummary:
fn::invoke:
function: ibm:getBackupRecoveryManagerGetAlertsSummary
arguments: {}
Using getBackupRecoveryManagerGetAlertsSummary
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 getBackupRecoveryManagerGetAlertsSummary(args: GetBackupRecoveryManagerGetAlertsSummaryArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryManagerGetAlertsSummaryResult>
function getBackupRecoveryManagerGetAlertsSummaryOutput(args: GetBackupRecoveryManagerGetAlertsSummaryOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryManagerGetAlertsSummaryResult>def get_backup_recovery_manager_get_alerts_summary(end_time_usecs: Optional[float] = None,
endpoint_type: Optional[str] = None,
id: Optional[str] = None,
include_tenants: Optional[bool] = None,
instance_id: Optional[str] = None,
region: Optional[str] = None,
start_time_usecs: Optional[float] = None,
states_lists: Optional[Sequence[str]] = None,
tenant_ids: Optional[Sequence[str]] = None,
x_scope_identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryManagerGetAlertsSummaryResult
def get_backup_recovery_manager_get_alerts_summary_output(end_time_usecs: Optional[pulumi.Input[float]] = None,
endpoint_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
include_tenants: Optional[pulumi.Input[bool]] = 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,
tenant_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
x_scope_identifier: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryManagerGetAlertsSummaryResult]func GetBackupRecoveryManagerGetAlertsSummary(ctx *Context, args *GetBackupRecoveryManagerGetAlertsSummaryArgs, opts ...InvokeOption) (*GetBackupRecoveryManagerGetAlertsSummaryResult, error)
func GetBackupRecoveryManagerGetAlertsSummaryOutput(ctx *Context, args *GetBackupRecoveryManagerGetAlertsSummaryOutputArgs, opts ...InvokeOption) GetBackupRecoveryManagerGetAlertsSummaryResultOutput> Note: This function is named GetBackupRecoveryManagerGetAlertsSummary in the Go SDK.
public static class GetBackupRecoveryManagerGetAlertsSummary
{
public static Task<GetBackupRecoveryManagerGetAlertsSummaryResult> InvokeAsync(GetBackupRecoveryManagerGetAlertsSummaryArgs args, InvokeOptions? opts = null)
public static Output<GetBackupRecoveryManagerGetAlertsSummaryResult> Invoke(GetBackupRecoveryManagerGetAlertsSummaryInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBackupRecoveryManagerGetAlertsSummaryResult> getBackupRecoveryManagerGetAlertsSummary(GetBackupRecoveryManagerGetAlertsSummaryArgs args, InvokeOptions options)
public static Output<GetBackupRecoveryManagerGetAlertsSummaryResult> getBackupRecoveryManagerGetAlertsSummary(GetBackupRecoveryManagerGetAlertsSummaryArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getBackupRecoveryManagerGetAlertsSummary:getBackupRecoveryManagerGetAlertsSummary
arguments:
# arguments dictionaryThe following arguments are supported:
- End
Time doubleUsecs - Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
- Endpoint
Type string - Id string
- The unique identifier of the backup_recovery_manager_get_alerts_summary.
- Include
Tenants bool - IncludeTenants specifies if alerts of all the tenants under the hierarchy of the logged in user's organization should be used to compute summary.
- Instance
Id string - Region string
- Start
Time doubleUsecs - 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 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.
- Constraints: Allowable list items are:
- Tenant
Ids List<string> - TenantIds contains ids of the tenants for which alerts are to be used to compute summary.
- XScope
Identifier string - This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
- End
Time float64Usecs - Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
- Endpoint
Type string - Id string
- The unique identifier of the backup_recovery_manager_get_alerts_summary.
- Include
Tenants bool - IncludeTenants specifies if alerts of all the tenants under the hierarchy of the logged in user's organization should be used to compute summary.
- Instance
Id string - Region string
- Start
Time float64Usecs - 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 []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.
- Constraints: Allowable list items are:
- Tenant
Ids []string - TenantIds contains ids of the tenants for which alerts are to be used to compute summary.
- XScope
Identifier string - This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
- end
Time DoubleUsecs - Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
- endpoint
Type String - id String
- The unique identifier of the backup_recovery_manager_get_alerts_summary.
- include
Tenants Boolean - IncludeTenants specifies if alerts of all the tenants under the hierarchy of the logged in user's organization should be used to compute summary.
- instance
Id String - region String
- start
Time DoubleUsecs - 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 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.
- Constraints: Allowable list items are:
- tenant
Ids List<String> - TenantIds contains ids of the tenants for which alerts are to be used to compute summary.
- x
Scope StringIdentifier - This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
- end
Time numberUsecs - Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
- endpoint
Type string - id string
- The unique identifier of the backup_recovery_manager_get_alerts_summary.
- include
Tenants boolean - IncludeTenants specifies if alerts of all the tenants under the hierarchy of the logged in user's organization should be used to compute summary.
- instance
Id string - region string
- start
Time numberUsecs - 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 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.
- Constraints: Allowable list items are:
- tenant
Ids string[] - TenantIds contains ids of the tenants for which alerts are to be used to compute summary.
- x
Scope stringIdentifier - This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
- end_
time_ floatusecs - 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_alerts_summary.
- include_
tenants bool - IncludeTenants specifies if alerts of all the tenants under the hierarchy of the logged in user's organization should be used to compute summary.
- instance_
id str - region str
- start_
time_ floatusecs - 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.
- Constraints: Allowable list items are:
- tenant_
ids Sequence[str] - TenantIds contains ids of the tenants for which alerts are to be used to compute summary.
- x_
scope_ stridentifier - This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
- end
Time NumberUsecs - Filter by end time. Specify the end time as a Unix epoch Timestamp (in microseconds). By default it is current time.
- endpoint
Type String - id String
- The unique identifier of the backup_recovery_manager_get_alerts_summary.
- include
Tenants Boolean - IncludeTenants specifies if alerts of all the tenants under the hierarchy of the logged in user's organization should be used to compute summary.
- instance
Id String - region String
- start
Time NumberUsecs - 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 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.
- Constraints: Allowable list items are:
- tenant
Ids List<String> - TenantIds contains ids of the tenants for which alerts are to be used to compute summary.
- x
Scope StringIdentifier - This field uniquely represents a service instance. Please specify the values as "service-instance-id: ".
getBackupRecoveryManagerGetAlertsSummary Result
The following output properties are available:
- Alerts
Summaries List<GetBackup Recovery Manager Get Alerts Summary Alerts Summary> - (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_alerts_summary.
- Region string
- End
Time doubleUsecs - Endpoint
Type string - Include
Tenants bool - Instance
Id string - Start
Time doubleUsecs - States
Lists List<string> - Tenant
Ids List<string> - XScope
Identifier string
- Alerts
Summaries []GetBackup Recovery Manager Get Alerts Summary Alerts Summary - (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_alerts_summary.
- Region string
- End
Time float64Usecs - Endpoint
Type string - Include
Tenants bool - Instance
Id string - Start
Time float64Usecs - States
Lists []string - Tenant
Ids []string - XScope
Identifier string
- alerts
Summaries List<GetBackup Recovery Manager Get Alerts Summary Alerts Summary> - (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_alerts_summary.
- region String
- end
Time DoubleUsecs - endpoint
Type String - include
Tenants Boolean - instance
Id String - start
Time DoubleUsecs - states
Lists List<String> - tenant
Ids List<String> - x
Scope StringIdentifier
- alerts
Summaries GetBackup Recovery Manager Get Alerts Summary Alerts Summary[] - (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_alerts_summary.
- region string
- end
Time numberUsecs - endpoint
Type string - include
Tenants boolean - instance
Id string - start
Time numberUsecs - states
Lists string[] - tenant
Ids string[] - x
Scope stringIdentifier
- alerts_
summaries Sequence[GetBackup Recovery Manager Get Alerts Summary Alerts Summary] - (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_alerts_summary.
- region str
- end_
time_ floatusecs - endpoint_
type str - include_
tenants bool - instance_
id str - start_
time_ floatusecs - states_
lists Sequence[str] - tenant_
ids Sequence[str] - x_
scope_ stridentifier
- alerts
Summaries 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_alerts_summary.
- region String
- end
Time NumberUsecs - endpoint
Type String - include
Tenants Boolean - instance
Id String - start
Time NumberUsecs - states
Lists List<String> - tenant
Ids List<String> - x
Scope StringIdentifier
Supporting Types
GetBackupRecoveryManagerGetAlertsSummaryAlertsSummary
- 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.
- Constraints: Allowable values are:
- Critical
Count double - (Integer) Specifies count of critical alerts.
- Info
Count double - (Integer) Specifies count of info alerts.
- Total
Count double - (Integer) Specifies count of total alerts.
- Type string
- (String) Type/bucket that this alert category belongs to.
- Warning
Count 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.
- Constraints: Allowable values are:
- Critical
Count float64 - (Integer) Specifies count of critical alerts.
- Info
Count float64 - (Integer) Specifies count of info alerts.
- Total
Count float64 - (Integer) Specifies count of total alerts.
- Type string
- (String) Type/bucket that this alert category belongs to.
- Warning
Count 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.
- Constraints: Allowable values are:
- critical
Count Double - (Integer) Specifies count of critical alerts.
- info
Count Double - (Integer) Specifies count of info alerts.
- total
Count Double - (Integer) Specifies count of total alerts.
- type String
- (String) Type/bucket that this alert category belongs to.
- warning
Count 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.
- Constraints: Allowable values are:
- critical
Count number - (Integer) Specifies count of critical alerts.
- info
Count number - (Integer) Specifies count of info alerts.
- total
Count number - (Integer) Specifies count of total alerts.
- type string
- (String) Type/bucket that this alert category belongs to.
- warning
Count 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.
- Constraints: Allowable values are:
- 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.
- Constraints: Allowable values are:
- critical
Count Number - (Integer) Specifies count of critical alerts.
- info
Count Number - (Integer) Specifies count of info alerts.
- total
Count Number - (Integer) Specifies count of total alerts.
- type String
- (String) Type/bucket that this alert category belongs to.
- warning
Count 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
ibmTerraform Provider.
ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
