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 an Active Alerts stats response.. 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 backupRecoveryManagerGetAlertsStats = ibm.getBackupRecoveryManagerGetAlertsStats({
endTimeUsecs: 12,
startTimeUsecs: 14,
});
import pulumi
import pulumi_ibm as ibm
backup_recovery_manager_get_alerts_stats = ibm.get_backup_recovery_manager_get_alerts_stats(end_time_usecs=12,
start_time_usecs=14)
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.GetBackupRecoveryManagerGetAlertsStats(ctx, &ibm.GetBackupRecoveryManagerGetAlertsStatsArgs{
EndTimeUsecs: 12,
StartTimeUsecs: 14,
}, 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 backupRecoveryManagerGetAlertsStats = Ibm.GetBackupRecoveryManagerGetAlertsStats.Invoke(new()
{
EndTimeUsecs = 12,
StartTimeUsecs = 14,
});
});
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.GetBackupRecoveryManagerGetAlertsStatsArgs;
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 backupRecoveryManagerGetAlertsStats = IbmFunctions.getBackupRecoveryManagerGetAlertsStats(GetBackupRecoveryManagerGetAlertsStatsArgs.builder()
.endTimeUsecs(12)
.startTimeUsecs(14)
.build());
}
}
variables:
backupRecoveryManagerGetAlertsStats:
fn::invoke:
function: ibm:getBackupRecoveryManagerGetAlertsStats
arguments:
endTimeUsecs: 12
startTimeUsecs: 14
Using getBackupRecoveryManagerGetAlertsStats
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 getBackupRecoveryManagerGetAlertsStats(args: GetBackupRecoveryManagerGetAlertsStatsArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryManagerGetAlertsStatsResult>
function getBackupRecoveryManagerGetAlertsStatsOutput(args: GetBackupRecoveryManagerGetAlertsStatsOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryManagerGetAlertsStatsResult>def get_backup_recovery_manager_get_alerts_stats(alert_source: Optional[str] = None,
cluster_ids: Optional[Sequence[float]] = None,
end_time_usecs: Optional[float] = None,
endpoint_type: Optional[str] = None,
exclude_stats_by_cluster: Optional[bool] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
region: Optional[str] = None,
region_ids: Optional[Sequence[str]] = None,
service_instance_ids: Optional[Sequence[str]] = None,
start_time_usecs: Optional[float] = None,
tenant_ids: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryManagerGetAlertsStatsResult
def get_backup_recovery_manager_get_alerts_stats_output(alert_source: Optional[pulumi.Input[str]] = None,
cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
end_time_usecs: Optional[pulumi.Input[float]] = None,
endpoint_type: Optional[pulumi.Input[str]] = None,
exclude_stats_by_cluster: Optional[pulumi.Input[bool]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = 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_time_usecs: Optional[pulumi.Input[float]] = None,
tenant_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryManagerGetAlertsStatsResult]func GetBackupRecoveryManagerGetAlertsStats(ctx *Context, args *GetBackupRecoveryManagerGetAlertsStatsArgs, opts ...InvokeOption) (*GetBackupRecoveryManagerGetAlertsStatsResult, error)
func GetBackupRecoveryManagerGetAlertsStatsOutput(ctx *Context, args *GetBackupRecoveryManagerGetAlertsStatsOutputArgs, opts ...InvokeOption) GetBackupRecoveryManagerGetAlertsStatsResultOutput> Note: This function is named GetBackupRecoveryManagerGetAlertsStats in the Go SDK.
public static class GetBackupRecoveryManagerGetAlertsStats
{
public static Task<GetBackupRecoveryManagerGetAlertsStatsResult> InvokeAsync(GetBackupRecoveryManagerGetAlertsStatsArgs args, InvokeOptions? opts = null)
public static Output<GetBackupRecoveryManagerGetAlertsStatsResult> Invoke(GetBackupRecoveryManagerGetAlertsStatsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBackupRecoveryManagerGetAlertsStatsResult> getBackupRecoveryManagerGetAlertsStats(GetBackupRecoveryManagerGetAlertsStatsArgs args, InvokeOptions options)
public static Output<GetBackupRecoveryManagerGetAlertsStatsResult> getBackupRecoveryManagerGetAlertsStats(GetBackupRecoveryManagerGetAlertsStatsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getBackupRecoveryManagerGetAlertsStats:getBackupRecoveryManagerGetAlertsStats
arguments:
# arguments dictionaryThe following arguments are supported:
- End
Time doubleUsecs - Specifies the end time Unix time epoch in microseconds to which the active alerts stats are computed.
- Start
Time doubleUsecs - Specifies the start time Unix time epoch in microseconds from which the active alerts stats are computed.
- Alert
Source string - Specifies a list of alert origination source. If not specified, all alerts from all the sources are considered in the response.
- Constraints: Allowable values are:
kCluster,kHelios.
- Constraints: Allowable values are:
- Cluster
Ids List<double> - Specifies the list of cluster IDs.
- Endpoint
Type string - Exclude
Stats boolBy Cluster - Specifies if stats of active alerts per cluster needs to be excluded. If set to false (default value), stats of active alerts per cluster is included in the response. If set to true, only aggregated stats summary will be present in the response.
- Id string
- The unique identifier of the Active Alerts stats response..
- Instance
Id string - Region string
- Region
Ids List<string> - Filter by a list of region ids.
- Service
Instance List<string>Ids - Specifies list of service instance ids to filter alert stats by.
- Tenant
Ids List<string> - Specifies a list of tenants.
- End
Time float64Usecs - Specifies the end time Unix time epoch in microseconds to which the active alerts stats are computed.
- Start
Time float64Usecs - Specifies the start time Unix time epoch in microseconds from which the active alerts stats are computed.
- Alert
Source string - Specifies a list of alert origination source. If not specified, all alerts from all the sources are considered in the response.
- Constraints: Allowable values are:
kCluster,kHelios.
- Constraints: Allowable values are:
- Cluster
Ids []float64 - Specifies the list of cluster IDs.
- Endpoint
Type string - Exclude
Stats boolBy Cluster - Specifies if stats of active alerts per cluster needs to be excluded. If set to false (default value), stats of active alerts per cluster is included in the response. If set to true, only aggregated stats summary will be present in the response.
- Id string
- The unique identifier of the Active Alerts stats response..
- Instance
Id string - Region string
- Region
Ids []string - Filter by a list of region ids.
- Service
Instance []stringIds - Specifies list of service instance ids to filter alert stats by.
- Tenant
Ids []string - Specifies a list of tenants.
- end
Time DoubleUsecs - Specifies the end time Unix time epoch in microseconds to which the active alerts stats are computed.
- start
Time DoubleUsecs - Specifies the start time Unix time epoch in microseconds from which the active alerts stats are computed.
- alert
Source String - Specifies a list of alert origination source. If not specified, all alerts from all the sources are considered in the response.
- Constraints: Allowable values are:
kCluster,kHelios.
- Constraints: Allowable values are:
- cluster
Ids List<Double> - Specifies the list of cluster IDs.
- endpoint
Type String - exclude
Stats BooleanBy Cluster - Specifies if stats of active alerts per cluster needs to be excluded. If set to false (default value), stats of active alerts per cluster is included in the response. If set to true, only aggregated stats summary will be present in the response.
- id String
- The unique identifier of the Active Alerts stats response..
- instance
Id String - region String
- region
Ids List<String> - Filter by a list of region ids.
- service
Instance List<String>Ids - Specifies list of service instance ids to filter alert stats by.
- tenant
Ids List<String> - Specifies a list of tenants.
- end
Time numberUsecs - Specifies the end time Unix time epoch in microseconds to which the active alerts stats are computed.
- start
Time numberUsecs - Specifies the start time Unix time epoch in microseconds from which the active alerts stats are computed.
- alert
Source string - Specifies a list of alert origination source. If not specified, all alerts from all the sources are considered in the response.
- Constraints: Allowable values are:
kCluster,kHelios.
- Constraints: Allowable values are:
- cluster
Ids number[] - Specifies the list of cluster IDs.
- endpoint
Type string - exclude
Stats booleanBy Cluster - Specifies if stats of active alerts per cluster needs to be excluded. If set to false (default value), stats of active alerts per cluster is included in the response. If set to true, only aggregated stats summary will be present in the response.
- id string
- The unique identifier of the Active Alerts stats response..
- instance
Id string - region string
- region
Ids string[] - Filter by a list of region ids.
- service
Instance string[]Ids - Specifies list of service instance ids to filter alert stats by.
- tenant
Ids string[] - Specifies a list of tenants.
- end_
time_ floatusecs - Specifies the end time Unix time epoch in microseconds to which the active alerts stats are computed.
- start_
time_ floatusecs - Specifies the start time Unix time epoch in microseconds from which the active alerts stats are computed.
- alert_
source str - Specifies a list of alert origination source. If not specified, all alerts from all the sources are considered in the response.
- Constraints: Allowable values are:
kCluster,kHelios.
- Constraints: Allowable values are:
- cluster_
ids Sequence[float] - Specifies the list of cluster IDs.
- endpoint_
type str - exclude_
stats_ boolby_ cluster - Specifies if stats of active alerts per cluster needs to be excluded. If set to false (default value), stats of active alerts per cluster is included in the response. If set to true, only aggregated stats summary will be present in the response.
- id str
- The unique identifier of the Active Alerts stats response..
- instance_
id str - region str
- region_
ids Sequence[str] - Filter by a list of region ids.
- service_
instance_ Sequence[str]ids - Specifies list of service instance ids to filter alert stats by.
- tenant_
ids Sequence[str] - Specifies a list of tenants.
- end
Time NumberUsecs - Specifies the end time Unix time epoch in microseconds to which the active alerts stats are computed.
- start
Time NumberUsecs - Specifies the start time Unix time epoch in microseconds from which the active alerts stats are computed.
- alert
Source String - Specifies a list of alert origination source. If not specified, all alerts from all the sources are considered in the response.
- Constraints: Allowable values are:
kCluster,kHelios.
- Constraints: Allowable values are:
- cluster
Ids List<Number> - Specifies the list of cluster IDs.
- endpoint
Type String - exclude
Stats BooleanBy Cluster - Specifies if stats of active alerts per cluster needs to be excluded. If set to false (default value), stats of active alerts per cluster is included in the response. If set to true, only aggregated stats summary will be present in the response.
- id String
- The unique identifier of the Active Alerts stats response..
- instance
Id String - region String
- region
Ids List<String> - Filter by a list of region ids.
- service
Instance List<String>Ids - Specifies list of service instance ids to filter alert stats by.
- tenant
Ids List<String> - Specifies a list of tenants.
getBackupRecoveryManagerGetAlertsStats Result
The following output properties are available:
- Aggregated
Alerts List<GetStats Backup Recovery Manager Get Alerts Stats Aggregated Alerts Stat> - (List) Specifies the active alert statistics details. Nested schema for aggregated_alerts_stats:
- Aggregated
Cluster List<GetStats Backup Recovery Manager Get Alerts Stats Aggregated Cluster Stat> - (List) Specifies the cluster statistics based on active alerts. Nested schema for aggregated_cluster_stats:
- End
Time doubleUsecs - Id string
- The unique identifier of the Active Alerts stats response..
- Region string
- Start
Time doubleUsecs - Stats
By List<GetClusters Backup Recovery Manager Get Alerts Stats Stats By Cluster> - (List) Specifies the active Alerts stats by clusters. Nested schema for stats_by_cluster:
- Alert
Source string - Cluster
Ids List<double> - Endpoint
Type string - Exclude
Stats boolBy Cluster - Instance
Id string - Region
Ids List<string> - Service
Instance List<string>Ids - Tenant
Ids List<string>
- Aggregated
Alerts []GetStats Backup Recovery Manager Get Alerts Stats Aggregated Alerts Stat - (List) Specifies the active alert statistics details. Nested schema for aggregated_alerts_stats:
- Aggregated
Cluster []GetStats Backup Recovery Manager Get Alerts Stats Aggregated Cluster Stat - (List) Specifies the cluster statistics based on active alerts. Nested schema for aggregated_cluster_stats:
- End
Time float64Usecs - Id string
- The unique identifier of the Active Alerts stats response..
- Region string
- Start
Time float64Usecs - Stats
By []GetClusters Backup Recovery Manager Get Alerts Stats Stats By Cluster - (List) Specifies the active Alerts stats by clusters. Nested schema for stats_by_cluster:
- Alert
Source string - Cluster
Ids []float64 - Endpoint
Type string - Exclude
Stats boolBy Cluster - Instance
Id string - Region
Ids []string - Service
Instance []stringIds - Tenant
Ids []string
- aggregated
Alerts List<GetStats Backup Recovery Manager Get Alerts Stats Aggregated Alerts Stat> - (List) Specifies the active alert statistics details. Nested schema for aggregated_alerts_stats:
- aggregated
Cluster List<GetStats Backup Recovery Manager Get Alerts Stats Aggregated Cluster Stat> - (List) Specifies the cluster statistics based on active alerts. Nested schema for aggregated_cluster_stats:
- end
Time DoubleUsecs - id String
- The unique identifier of the Active Alerts stats response..
- region String
- start
Time DoubleUsecs - stats
By List<GetClusters Backup Recovery Manager Get Alerts Stats Stats By Cluster> - (List) Specifies the active Alerts stats by clusters. Nested schema for stats_by_cluster:
- alert
Source String - cluster
Ids List<Double> - endpoint
Type String - exclude
Stats BooleanBy Cluster - instance
Id String - region
Ids List<String> - service
Instance List<String>Ids - tenant
Ids List<String>
- aggregated
Alerts GetStats Backup Recovery Manager Get Alerts Stats Aggregated Alerts Stat[] - (List) Specifies the active alert statistics details. Nested schema for aggregated_alerts_stats:
- aggregated
Cluster GetStats Backup Recovery Manager Get Alerts Stats Aggregated Cluster Stat[] - (List) Specifies the cluster statistics based on active alerts. Nested schema for aggregated_cluster_stats:
- end
Time numberUsecs - id string
- The unique identifier of the Active Alerts stats response..
- region string
- start
Time numberUsecs - stats
By GetClusters Backup Recovery Manager Get Alerts Stats Stats By Cluster[] - (List) Specifies the active Alerts stats by clusters. Nested schema for stats_by_cluster:
- alert
Source string - cluster
Ids number[] - endpoint
Type string - exclude
Stats booleanBy Cluster - instance
Id string - region
Ids string[] - service
Instance string[]Ids - tenant
Ids string[]
- aggregated_
alerts_ Sequence[Getstats Backup Recovery Manager Get Alerts Stats Aggregated Alerts Stat] - (List) Specifies the active alert statistics details. Nested schema for aggregated_alerts_stats:
- aggregated_
cluster_ Sequence[Getstats Backup Recovery Manager Get Alerts Stats Aggregated Cluster Stat] - (List) Specifies the cluster statistics based on active alerts. Nested schema for aggregated_cluster_stats:
- end_
time_ floatusecs - id str
- The unique identifier of the Active Alerts stats response..
- region str
- start_
time_ floatusecs - stats_
by_ Sequence[Getclusters Backup Recovery Manager Get Alerts Stats Stats By Cluster] - (List) Specifies the active Alerts stats by clusters. Nested schema for stats_by_cluster:
- alert_
source str - cluster_
ids Sequence[float] - endpoint_
type str - exclude_
stats_ boolby_ cluster - instance_
id str - region_
ids Sequence[str] - service_
instance_ Sequence[str]ids - tenant_
ids Sequence[str]
- aggregated
Alerts List<Property Map>Stats - (List) Specifies the active alert statistics details. Nested schema for aggregated_alerts_stats:
- aggregated
Cluster List<Property Map>Stats - (List) Specifies the cluster statistics based on active alerts. Nested schema for aggregated_cluster_stats:
- end
Time NumberUsecs - id String
- The unique identifier of the Active Alerts stats response..
- region String
- start
Time NumberUsecs - stats
By List<Property Map>Clusters - (List) Specifies the active Alerts stats by clusters. Nested schema for stats_by_cluster:
- alert
Source String - cluster
Ids List<Number> - endpoint
Type String - exclude
Stats BooleanBy Cluster - instance
Id String - region
Ids List<String> - service
Instance List<String>Ids - tenant
Ids List<String>
Supporting Types
GetBackupRecoveryManagerGetAlertsStatsAggregatedAlertsStat
- Num
Critical doubleAlerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- Num
Critical doubleAlerts Categories - (Integer) Specifies the count of active critical alerts categories.
- Num
Data doubleService Alerts - (Integer) Specifies the count of active service Alerts.
- Num
Data doubleService Critical Alerts - (Integer) Specifies the count of active service critical Alerts.
- Num
Data doubleService Info Alerts - (Integer) Specifies the count of active service info Alerts.
- Num
Data doubleService Warning Alerts - (Integer) Specifies the count of active service warning Alerts.
- Num
Hardware doubleAlerts - (Integer) Specifies the count of active hardware Alerts.
- Num
Hardware doubleCritical Alerts - (Integer) Specifies the count of active hardware critical Alerts.
- Num
Hardware doubleInfo Alerts - (Integer) Specifies the count of active hardware info Alerts.
- Num
Hardware doubleWarning Alerts - (Integer) Specifies the count of active hardware warning Alerts.
- Num
Info doubleAlerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- Num
Info doubleAlerts Categories - (Integer) Specifies the count of active info alerts categories.
- Num
Maintenance doubleAlerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- Num
Maintenance doubleCritical Alerts - (Integer) Specifies the count of active other critical Alerts.
- Num
Maintenance doubleInfo Alerts - (Integer) Specifies the count of active other info Alerts.
- Num
Maintenance doubleWarning Alerts - (Integer) Specifies the count of active other warning Alerts.
- Num
Software doubleAlerts - (Integer) Specifies the count of active software Alerts.
- Num
Software doubleCritical Alerts - (Integer) Specifies the count of active software critical Alerts.
- Num
Software doubleInfo Alerts - (Integer) Specifies the count of active software info Alerts.
- Num
Software doubleWarning Alerts - (Integer) Specifies the count of active software warning Alerts.
- Num
Warning doubleAlerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- Num
Warning doubleAlerts Categories - (Integer) Specifies the count of active warning alerts categories.
- Num
Critical float64Alerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- Num
Critical float64Alerts Categories - (Integer) Specifies the count of active critical alerts categories.
- Num
Data float64Service Alerts - (Integer) Specifies the count of active service Alerts.
- Num
Data float64Service Critical Alerts - (Integer) Specifies the count of active service critical Alerts.
- Num
Data float64Service Info Alerts - (Integer) Specifies the count of active service info Alerts.
- Num
Data float64Service Warning Alerts - (Integer) Specifies the count of active service warning Alerts.
- Num
Hardware float64Alerts - (Integer) Specifies the count of active hardware Alerts.
- Num
Hardware float64Critical Alerts - (Integer) Specifies the count of active hardware critical Alerts.
- Num
Hardware float64Info Alerts - (Integer) Specifies the count of active hardware info Alerts.
- Num
Hardware float64Warning Alerts - (Integer) Specifies the count of active hardware warning Alerts.
- Num
Info float64Alerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- Num
Info float64Alerts Categories - (Integer) Specifies the count of active info alerts categories.
- Num
Maintenance float64Alerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- Num
Maintenance float64Critical Alerts - (Integer) Specifies the count of active other critical Alerts.
- Num
Maintenance float64Info Alerts - (Integer) Specifies the count of active other info Alerts.
- Num
Maintenance float64Warning Alerts - (Integer) Specifies the count of active other warning Alerts.
- Num
Software float64Alerts - (Integer) Specifies the count of active software Alerts.
- Num
Software float64Critical Alerts - (Integer) Specifies the count of active software critical Alerts.
- Num
Software float64Info Alerts - (Integer) Specifies the count of active software info Alerts.
- Num
Software float64Warning Alerts - (Integer) Specifies the count of active software warning Alerts.
- Num
Warning float64Alerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- Num
Warning float64Alerts Categories - (Integer) Specifies the count of active warning alerts categories.
- num
Critical DoubleAlerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- num
Critical DoubleAlerts Categories - (Integer) Specifies the count of active critical alerts categories.
- num
Data DoubleService Alerts - (Integer) Specifies the count of active service Alerts.
- num
Data DoubleService Critical Alerts - (Integer) Specifies the count of active service critical Alerts.
- num
Data DoubleService Info Alerts - (Integer) Specifies the count of active service info Alerts.
- num
Data DoubleService Warning Alerts - (Integer) Specifies the count of active service warning Alerts.
- num
Hardware DoubleAlerts - (Integer) Specifies the count of active hardware Alerts.
- num
Hardware DoubleCritical Alerts - (Integer) Specifies the count of active hardware critical Alerts.
- num
Hardware DoubleInfo Alerts - (Integer) Specifies the count of active hardware info Alerts.
- num
Hardware DoubleWarning Alerts - (Integer) Specifies the count of active hardware warning Alerts.
- num
Info DoubleAlerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- num
Info DoubleAlerts Categories - (Integer) Specifies the count of active info alerts categories.
- num
Maintenance DoubleAlerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- num
Maintenance DoubleCritical Alerts - (Integer) Specifies the count of active other critical Alerts.
- num
Maintenance DoubleInfo Alerts - (Integer) Specifies the count of active other info Alerts.
- num
Maintenance DoubleWarning Alerts - (Integer) Specifies the count of active other warning Alerts.
- num
Software DoubleAlerts - (Integer) Specifies the count of active software Alerts.
- num
Software DoubleCritical Alerts - (Integer) Specifies the count of active software critical Alerts.
- num
Software DoubleInfo Alerts - (Integer) Specifies the count of active software info Alerts.
- num
Software DoubleWarning Alerts - (Integer) Specifies the count of active software warning Alerts.
- num
Warning DoubleAlerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- num
Warning DoubleAlerts Categories - (Integer) Specifies the count of active warning alerts categories.
- num
Critical numberAlerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- num
Critical numberAlerts Categories - (Integer) Specifies the count of active critical alerts categories.
- num
Data numberService Alerts - (Integer) Specifies the count of active service Alerts.
- num
Data numberService Critical Alerts - (Integer) Specifies the count of active service critical Alerts.
- num
Data numberService Info Alerts - (Integer) Specifies the count of active service info Alerts.
- num
Data numberService Warning Alerts - (Integer) Specifies the count of active service warning Alerts.
- num
Hardware numberAlerts - (Integer) Specifies the count of active hardware Alerts.
- num
Hardware numberCritical Alerts - (Integer) Specifies the count of active hardware critical Alerts.
- num
Hardware numberInfo Alerts - (Integer) Specifies the count of active hardware info Alerts.
- num
Hardware numberWarning Alerts - (Integer) Specifies the count of active hardware warning Alerts.
- num
Info numberAlerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- num
Info numberAlerts Categories - (Integer) Specifies the count of active info alerts categories.
- num
Maintenance numberAlerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- num
Maintenance numberCritical Alerts - (Integer) Specifies the count of active other critical Alerts.
- num
Maintenance numberInfo Alerts - (Integer) Specifies the count of active other info Alerts.
- num
Maintenance numberWarning Alerts - (Integer) Specifies the count of active other warning Alerts.
- num
Software numberAlerts - (Integer) Specifies the count of active software Alerts.
- num
Software numberCritical Alerts - (Integer) Specifies the count of active software critical Alerts.
- num
Software numberInfo Alerts - (Integer) Specifies the count of active software info Alerts.
- num
Software numberWarning Alerts - (Integer) Specifies the count of active software warning Alerts.
- num
Warning numberAlerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- num
Warning numberAlerts Categories - (Integer) Specifies the count of active warning alerts categories.
- num_
critical_ floatalerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- num_
critical_ floatalerts_ categories - (Integer) Specifies the count of active critical alerts categories.
- num_
data_ floatservice_ alerts - (Integer) Specifies the count of active service Alerts.
- num_
data_ floatservice_ critical_ alerts - (Integer) Specifies the count of active service critical Alerts.
- num_
data_ floatservice_ info_ alerts - (Integer) Specifies the count of active service info Alerts.
- num_
data_ floatservice_ warning_ alerts - (Integer) Specifies the count of active service warning Alerts.
- num_
hardware_ floatalerts - (Integer) Specifies the count of active hardware Alerts.
- num_
hardware_ floatcritical_ alerts - (Integer) Specifies the count of active hardware critical Alerts.
- num_
hardware_ floatinfo_ alerts - (Integer) Specifies the count of active hardware info Alerts.
- num_
hardware_ floatwarning_ alerts - (Integer) Specifies the count of active hardware warning Alerts.
- num_
info_ floatalerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- num_
info_ floatalerts_ categories - (Integer) Specifies the count of active info alerts categories.
- num_
maintenance_ floatalerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- num_
maintenance_ floatcritical_ alerts - (Integer) Specifies the count of active other critical Alerts.
- num_
maintenance_ floatinfo_ alerts - (Integer) Specifies the count of active other info Alerts.
- num_
maintenance_ floatwarning_ alerts - (Integer) Specifies the count of active other warning Alerts.
- num_
software_ floatalerts - (Integer) Specifies the count of active software Alerts.
- num_
software_ floatcritical_ alerts - (Integer) Specifies the count of active software critical Alerts.
- num_
software_ floatinfo_ alerts - (Integer) Specifies the count of active software info Alerts.
- num_
software_ floatwarning_ alerts - (Integer) Specifies the count of active software warning Alerts.
- num_
warning_ floatalerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- num_
warning_ floatalerts_ categories - (Integer) Specifies the count of active warning alerts categories.
- num
Critical NumberAlerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- num
Critical NumberAlerts Categories - (Integer) Specifies the count of active critical alerts categories.
- num
Data NumberService Alerts - (Integer) Specifies the count of active service Alerts.
- num
Data NumberService Critical Alerts - (Integer) Specifies the count of active service critical Alerts.
- num
Data NumberService Info Alerts - (Integer) Specifies the count of active service info Alerts.
- num
Data NumberService Warning Alerts - (Integer) Specifies the count of active service warning Alerts.
- num
Hardware NumberAlerts - (Integer) Specifies the count of active hardware Alerts.
- num
Hardware NumberCritical Alerts - (Integer) Specifies the count of active hardware critical Alerts.
- num
Hardware NumberInfo Alerts - (Integer) Specifies the count of active hardware info Alerts.
- num
Hardware NumberWarning Alerts - (Integer) Specifies the count of active hardware warning Alerts.
- num
Info NumberAlerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- num
Info NumberAlerts Categories - (Integer) Specifies the count of active info alerts categories.
- num
Maintenance NumberAlerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- num
Maintenance NumberCritical Alerts - (Integer) Specifies the count of active other critical Alerts.
- num
Maintenance NumberInfo Alerts - (Integer) Specifies the count of active other info Alerts.
- num
Maintenance NumberWarning Alerts - (Integer) Specifies the count of active other warning Alerts.
- num
Software NumberAlerts - (Integer) Specifies the count of active software Alerts.
- num
Software NumberCritical Alerts - (Integer) Specifies the count of active software critical Alerts.
- num
Software NumberInfo Alerts - (Integer) Specifies the count of active software info Alerts.
- num
Software NumberWarning Alerts - (Integer) Specifies the count of active software warning Alerts.
- num
Warning NumberAlerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- num
Warning NumberAlerts Categories - (Integer) Specifies the count of active warning alerts categories.
GetBackupRecoveryManagerGetAlertsStatsAggregatedClusterStat
- Num
Clusters doubleWith Critical Alerts - (Integer) Specifies the count of clusters with at least one critical alert.
- Num
Clusters doubleWith Warning Alerts - (Integer) Specifies the count of clusters with at least one warning category alert and no critical alerts.
- Num
Healthy doubleClusters - (Integer) Specifies the count of clusters with no warning or critical alerts.
- Num
Clusters float64With Critical Alerts - (Integer) Specifies the count of clusters with at least one critical alert.
- Num
Clusters float64With Warning Alerts - (Integer) Specifies the count of clusters with at least one warning category alert and no critical alerts.
- Num
Healthy float64Clusters - (Integer) Specifies the count of clusters with no warning or critical alerts.
- num
Clusters DoubleWith Critical Alerts - (Integer) Specifies the count of clusters with at least one critical alert.
- num
Clusters DoubleWith Warning Alerts - (Integer) Specifies the count of clusters with at least one warning category alert and no critical alerts.
- num
Healthy DoubleClusters - (Integer) Specifies the count of clusters with no warning or critical alerts.
- num
Clusters numberWith Critical Alerts - (Integer) Specifies the count of clusters with at least one critical alert.
- num
Clusters numberWith Warning Alerts - (Integer) Specifies the count of clusters with at least one warning category alert and no critical alerts.
- num
Healthy numberClusters - (Integer) Specifies the count of clusters with no warning or critical alerts.
- num_
clusters_ floatwith_ critical_ alerts - (Integer) Specifies the count of clusters with at least one critical alert.
- num_
clusters_ floatwith_ warning_ alerts - (Integer) Specifies the count of clusters with at least one warning category alert and no critical alerts.
- num_
healthy_ floatclusters - (Integer) Specifies the count of clusters with no warning or critical alerts.
- num
Clusters NumberWith Critical Alerts - (Integer) Specifies the count of clusters with at least one critical alert.
- num
Clusters NumberWith Warning Alerts - (Integer) Specifies the count of clusters with at least one warning category alert and no critical alerts.
- num
Healthy NumberClusters - (Integer) Specifies the count of clusters with no warning or critical alerts.
GetBackupRecoveryManagerGetAlertsStatsStatsByCluster
- Alerts
Stats List<GetBackup Recovery Manager Get Alerts Stats Stats By Cluster Alerts Stat> - (List) Specifies the active alert statistics details. Nested schema for alerts_stats:
- Cluster
Id double - (Integer) Specifies the Cluster Id.
- Region
Id string - (String) Specifies the region id of cluster.
- Alerts
Stats []GetBackup Recovery Manager Get Alerts Stats Stats By Cluster Alerts Stat - (List) Specifies the active alert statistics details. Nested schema for alerts_stats:
- Cluster
Id float64 - (Integer) Specifies the Cluster Id.
- Region
Id string - (String) Specifies the region id of cluster.
- alerts
Stats List<GetBackup Recovery Manager Get Alerts Stats Stats By Cluster Alerts Stat> - (List) Specifies the active alert statistics details. Nested schema for alerts_stats:
- cluster
Id Double - (Integer) Specifies the Cluster Id.
- region
Id String - (String) Specifies the region id of cluster.
- alerts
Stats GetBackup Recovery Manager Get Alerts Stats Stats By Cluster Alerts Stat[] - (List) Specifies the active alert statistics details. Nested schema for alerts_stats:
- cluster
Id number - (Integer) Specifies the Cluster Id.
- region
Id string - (String) Specifies the region id of cluster.
- alerts_
stats Sequence[GetBackup Recovery Manager Get Alerts Stats Stats By Cluster Alerts Stat] - (List) Specifies the active alert statistics details. Nested schema for alerts_stats:
- cluster_
id float - (Integer) Specifies the Cluster Id.
- region_
id str - (String) Specifies the region id of cluster.
- alerts
Stats List<Property Map> - (List) Specifies the active alert statistics details. Nested schema for alerts_stats:
- cluster
Id Number - (Integer) Specifies the Cluster Id.
- region
Id String - (String) Specifies the region id of cluster.
GetBackupRecoveryManagerGetAlertsStatsStatsByClusterAlertsStat
- Num
Critical doubleAlerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- Num
Critical doubleAlerts Categories - (Integer) Specifies the count of active critical alerts categories.
- Num
Data doubleService Alerts - (Integer) Specifies the count of active service Alerts.
- Num
Data doubleService Critical Alerts - (Integer) Specifies the count of active service critical Alerts.
- Num
Data doubleService Info Alerts - (Integer) Specifies the count of active service info Alerts.
- Num
Data doubleService Warning Alerts - (Integer) Specifies the count of active service warning Alerts.
- Num
Hardware doubleAlerts - (Integer) Specifies the count of active hardware Alerts.
- Num
Hardware doubleCritical Alerts - (Integer) Specifies the count of active hardware critical Alerts.
- Num
Hardware doubleInfo Alerts - (Integer) Specifies the count of active hardware info Alerts.
- Num
Hardware doubleWarning Alerts - (Integer) Specifies the count of active hardware warning Alerts.
- Num
Info doubleAlerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- Num
Info doubleAlerts Categories - (Integer) Specifies the count of active info alerts categories.
- Num
Maintenance doubleAlerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- Num
Maintenance doubleCritical Alerts - (Integer) Specifies the count of active other critical Alerts.
- Num
Maintenance doubleInfo Alerts - (Integer) Specifies the count of active other info Alerts.
- Num
Maintenance doubleWarning Alerts - (Integer) Specifies the count of active other warning Alerts.
- Num
Software doubleAlerts - (Integer) Specifies the count of active software Alerts.
- Num
Software doubleCritical Alerts - (Integer) Specifies the count of active software critical Alerts.
- Num
Software doubleInfo Alerts - (Integer) Specifies the count of active software info Alerts.
- Num
Software doubleWarning Alerts - (Integer) Specifies the count of active software warning Alerts.
- Num
Warning doubleAlerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- Num
Warning doubleAlerts Categories - (Integer) Specifies the count of active warning alerts categories.
- Num
Critical float64Alerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- Num
Critical float64Alerts Categories - (Integer) Specifies the count of active critical alerts categories.
- Num
Data float64Service Alerts - (Integer) Specifies the count of active service Alerts.
- Num
Data float64Service Critical Alerts - (Integer) Specifies the count of active service critical Alerts.
- Num
Data float64Service Info Alerts - (Integer) Specifies the count of active service info Alerts.
- Num
Data float64Service Warning Alerts - (Integer) Specifies the count of active service warning Alerts.
- Num
Hardware float64Alerts - (Integer) Specifies the count of active hardware Alerts.
- Num
Hardware float64Critical Alerts - (Integer) Specifies the count of active hardware critical Alerts.
- Num
Hardware float64Info Alerts - (Integer) Specifies the count of active hardware info Alerts.
- Num
Hardware float64Warning Alerts - (Integer) Specifies the count of active hardware warning Alerts.
- Num
Info float64Alerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- Num
Info float64Alerts Categories - (Integer) Specifies the count of active info alerts categories.
- Num
Maintenance float64Alerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- Num
Maintenance float64Critical Alerts - (Integer) Specifies the count of active other critical Alerts.
- Num
Maintenance float64Info Alerts - (Integer) Specifies the count of active other info Alerts.
- Num
Maintenance float64Warning Alerts - (Integer) Specifies the count of active other warning Alerts.
- Num
Software float64Alerts - (Integer) Specifies the count of active software Alerts.
- Num
Software float64Critical Alerts - (Integer) Specifies the count of active software critical Alerts.
- Num
Software float64Info Alerts - (Integer) Specifies the count of active software info Alerts.
- Num
Software float64Warning Alerts - (Integer) Specifies the count of active software warning Alerts.
- Num
Warning float64Alerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- Num
Warning float64Alerts Categories - (Integer) Specifies the count of active warning alerts categories.
- num
Critical DoubleAlerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- num
Critical DoubleAlerts Categories - (Integer) Specifies the count of active critical alerts categories.
- num
Data DoubleService Alerts - (Integer) Specifies the count of active service Alerts.
- num
Data DoubleService Critical Alerts - (Integer) Specifies the count of active service critical Alerts.
- num
Data DoubleService Info Alerts - (Integer) Specifies the count of active service info Alerts.
- num
Data DoubleService Warning Alerts - (Integer) Specifies the count of active service warning Alerts.
- num
Hardware DoubleAlerts - (Integer) Specifies the count of active hardware Alerts.
- num
Hardware DoubleCritical Alerts - (Integer) Specifies the count of active hardware critical Alerts.
- num
Hardware DoubleInfo Alerts - (Integer) Specifies the count of active hardware info Alerts.
- num
Hardware DoubleWarning Alerts - (Integer) Specifies the count of active hardware warning Alerts.
- num
Info DoubleAlerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- num
Info DoubleAlerts Categories - (Integer) Specifies the count of active info alerts categories.
- num
Maintenance DoubleAlerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- num
Maintenance DoubleCritical Alerts - (Integer) Specifies the count of active other critical Alerts.
- num
Maintenance DoubleInfo Alerts - (Integer) Specifies the count of active other info Alerts.
- num
Maintenance DoubleWarning Alerts - (Integer) Specifies the count of active other warning Alerts.
- num
Software DoubleAlerts - (Integer) Specifies the count of active software Alerts.
- num
Software DoubleCritical Alerts - (Integer) Specifies the count of active software critical Alerts.
- num
Software DoubleInfo Alerts - (Integer) Specifies the count of active software info Alerts.
- num
Software DoubleWarning Alerts - (Integer) Specifies the count of active software warning Alerts.
- num
Warning DoubleAlerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- num
Warning DoubleAlerts Categories - (Integer) Specifies the count of active warning alerts categories.
- num
Critical numberAlerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- num
Critical numberAlerts Categories - (Integer) Specifies the count of active critical alerts categories.
- num
Data numberService Alerts - (Integer) Specifies the count of active service Alerts.
- num
Data numberService Critical Alerts - (Integer) Specifies the count of active service critical Alerts.
- num
Data numberService Info Alerts - (Integer) Specifies the count of active service info Alerts.
- num
Data numberService Warning Alerts - (Integer) Specifies the count of active service warning Alerts.
- num
Hardware numberAlerts - (Integer) Specifies the count of active hardware Alerts.
- num
Hardware numberCritical Alerts - (Integer) Specifies the count of active hardware critical Alerts.
- num
Hardware numberInfo Alerts - (Integer) Specifies the count of active hardware info Alerts.
- num
Hardware numberWarning Alerts - (Integer) Specifies the count of active hardware warning Alerts.
- num
Info numberAlerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- num
Info numberAlerts Categories - (Integer) Specifies the count of active info alerts categories.
- num
Maintenance numberAlerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- num
Maintenance numberCritical Alerts - (Integer) Specifies the count of active other critical Alerts.
- num
Maintenance numberInfo Alerts - (Integer) Specifies the count of active other info Alerts.
- num
Maintenance numberWarning Alerts - (Integer) Specifies the count of active other warning Alerts.
- num
Software numberAlerts - (Integer) Specifies the count of active software Alerts.
- num
Software numberCritical Alerts - (Integer) Specifies the count of active software critical Alerts.
- num
Software numberInfo Alerts - (Integer) Specifies the count of active software info Alerts.
- num
Software numberWarning Alerts - (Integer) Specifies the count of active software warning Alerts.
- num
Warning numberAlerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- num
Warning numberAlerts Categories - (Integer) Specifies the count of active warning alerts categories.
- num_
critical_ floatalerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- num_
critical_ floatalerts_ categories - (Integer) Specifies the count of active critical alerts categories.
- num_
data_ floatservice_ alerts - (Integer) Specifies the count of active service Alerts.
- num_
data_ floatservice_ critical_ alerts - (Integer) Specifies the count of active service critical Alerts.
- num_
data_ floatservice_ info_ alerts - (Integer) Specifies the count of active service info Alerts.
- num_
data_ floatservice_ warning_ alerts - (Integer) Specifies the count of active service warning Alerts.
- num_
hardware_ floatalerts - (Integer) Specifies the count of active hardware Alerts.
- num_
hardware_ floatcritical_ alerts - (Integer) Specifies the count of active hardware critical Alerts.
- num_
hardware_ floatinfo_ alerts - (Integer) Specifies the count of active hardware info Alerts.
- num_
hardware_ floatwarning_ alerts - (Integer) Specifies the count of active hardware warning Alerts.
- num_
info_ floatalerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- num_
info_ floatalerts_ categories - (Integer) Specifies the count of active info alerts categories.
- num_
maintenance_ floatalerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- num_
maintenance_ floatcritical_ alerts - (Integer) Specifies the count of active other critical Alerts.
- num_
maintenance_ floatinfo_ alerts - (Integer) Specifies the count of active other info Alerts.
- num_
maintenance_ floatwarning_ alerts - (Integer) Specifies the count of active other warning Alerts.
- num_
software_ floatalerts - (Integer) Specifies the count of active software Alerts.
- num_
software_ floatcritical_ alerts - (Integer) Specifies the count of active software critical Alerts.
- num_
software_ floatinfo_ alerts - (Integer) Specifies the count of active software info Alerts.
- num_
software_ floatwarning_ alerts - (Integer) Specifies the count of active software warning Alerts.
- num_
warning_ floatalerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- num_
warning_ floatalerts_ categories - (Integer) Specifies the count of active warning alerts categories.
- num
Critical NumberAlerts - (Integer) Specifies the count of active critical Alerts excluding alerts that belong to other bucket.
- num
Critical NumberAlerts Categories - (Integer) Specifies the count of active critical alerts categories.
- num
Data NumberService Alerts - (Integer) Specifies the count of active service Alerts.
- num
Data NumberService Critical Alerts - (Integer) Specifies the count of active service critical Alerts.
- num
Data NumberService Info Alerts - (Integer) Specifies the count of active service info Alerts.
- num
Data NumberService Warning Alerts - (Integer) Specifies the count of active service warning Alerts.
- num
Hardware NumberAlerts - (Integer) Specifies the count of active hardware Alerts.
- num
Hardware NumberCritical Alerts - (Integer) Specifies the count of active hardware critical Alerts.
- num
Hardware NumberInfo Alerts - (Integer) Specifies the count of active hardware info Alerts.
- num
Hardware NumberWarning Alerts - (Integer) Specifies the count of active hardware warning Alerts.
- num
Info NumberAlerts - (Integer) Specifies the count of active info Alerts excluding alerts that belong to other bucket.
- num
Info NumberAlerts Categories - (Integer) Specifies the count of active info alerts categories.
- num
Maintenance NumberAlerts - (Integer) Specifies the count of active Alerts of maintenance bucket.
- num
Maintenance NumberCritical Alerts - (Integer) Specifies the count of active other critical Alerts.
- num
Maintenance NumberInfo Alerts - (Integer) Specifies the count of active other info Alerts.
- num
Maintenance NumberWarning Alerts - (Integer) Specifies the count of active other warning Alerts.
- num
Software NumberAlerts - (Integer) Specifies the count of active software Alerts.
- num
Software NumberCritical Alerts - (Integer) Specifies the count of active software critical Alerts.
- num
Software NumberInfo Alerts - (Integer) Specifies the count of active software info Alerts.
- num
Software NumberWarning Alerts - (Integer) Specifies the count of active software warning Alerts.
- num
Warning NumberAlerts - (Integer) Specifies the count of active warning Alerts excluding alerts that belong to other bucket.
- num
Warning NumberAlerts Categories - (Integer) Specifies the count of active warning alerts categories.
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
