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 backup_recovery_manager_get_management_alerts. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const backupRecoveryManagerGetManagementAlerts = ibm.getBackupRecoveryManagerGetManagementAlerts({});
import pulumi
import pulumi_ibm as ibm
backup_recovery_manager_get_management_alerts = ibm.get_backup_recovery_manager_get_management_alerts()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetBackupRecoveryManagerGetManagementAlerts(ctx, &ibm.GetBackupRecoveryManagerGetManagementAlertsArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var backupRecoveryManagerGetManagementAlerts = Ibm.GetBackupRecoveryManagerGetManagementAlerts.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetBackupRecoveryManagerGetManagementAlertsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var backupRecoveryManagerGetManagementAlerts = IbmFunctions.getBackupRecoveryManagerGetManagementAlerts(GetBackupRecoveryManagerGetManagementAlertsArgs.builder()
.build());
}
}
variables:
backupRecoveryManagerGetManagementAlerts:
fn::invoke:
function: ibm:getBackupRecoveryManagerGetManagementAlerts
arguments: {}
Using getBackupRecoveryManagerGetManagementAlerts
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBackupRecoveryManagerGetManagementAlerts(args: GetBackupRecoveryManagerGetManagementAlertsArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryManagerGetManagementAlertsResult>
function getBackupRecoveryManagerGetManagementAlertsOutput(args: GetBackupRecoveryManagerGetManagementAlertsOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryManagerGetManagementAlertsResult>def get_backup_recovery_manager_get_management_alerts(alert_category_lists: Optional[Sequence[str]] = None,
alert_id_lists: Optional[Sequence[str]] = None,
alert_name: Optional[str] = None,
alert_property_key_lists: Optional[Sequence[str]] = None,
alert_property_value_lists: Optional[Sequence[str]] = None,
alert_severity_lists: Optional[Sequence[str]] = None,
alert_state_lists: Optional[Sequence[str]] = None,
alert_type_bucket_lists: Optional[Sequence[str]] = None,
alert_type_lists: Optional[Sequence[float]] = None,
cluster_identifiers: Optional[Sequence[str]] = None,
end_date_usecs: Optional[float] = None,
endpoint_type: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
max_alerts: Optional[float] = None,
region: Optional[str] = None,
region_ids: Optional[Sequence[str]] = None,
service_instance_ids: Optional[Sequence[str]] = None,
start_date_usecs: Optional[float] = None,
tenant_ids: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryManagerGetManagementAlertsResult
def get_backup_recovery_manager_get_management_alerts_output(alert_category_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
alert_id_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
alert_name: Optional[pulumi.Input[str]] = None,
alert_property_key_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
alert_property_value_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
alert_severity_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
alert_state_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
alert_type_bucket_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
alert_type_lists: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
cluster_identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
end_date_usecs: Optional[pulumi.Input[float]] = None,
endpoint_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
max_alerts: Optional[pulumi.Input[float]] = None,
region: Optional[pulumi.Input[str]] = None,
region_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
service_instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
start_date_usecs: Optional[pulumi.Input[float]] = None,
tenant_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryManagerGetManagementAlertsResult]func GetBackupRecoveryManagerGetManagementAlerts(ctx *Context, args *GetBackupRecoveryManagerGetManagementAlertsArgs, opts ...InvokeOption) (*GetBackupRecoveryManagerGetManagementAlertsResult, error)
func GetBackupRecoveryManagerGetManagementAlertsOutput(ctx *Context, args *GetBackupRecoveryManagerGetManagementAlertsOutputArgs, opts ...InvokeOption) GetBackupRecoveryManagerGetManagementAlertsResultOutput> Note: This function is named GetBackupRecoveryManagerGetManagementAlerts in the Go SDK.
public static class GetBackupRecoveryManagerGetManagementAlerts
{
public static Task<GetBackupRecoveryManagerGetManagementAlertsResult> InvokeAsync(GetBackupRecoveryManagerGetManagementAlertsArgs args, InvokeOptions? opts = null)
public static Output<GetBackupRecoveryManagerGetManagementAlertsResult> Invoke(GetBackupRecoveryManagerGetManagementAlertsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBackupRecoveryManagerGetManagementAlertsResult> getBackupRecoveryManagerGetManagementAlerts(GetBackupRecoveryManagerGetManagementAlertsArgs args, InvokeOptions options)
public static Output<GetBackupRecoveryManagerGetManagementAlertsResult> getBackupRecoveryManagerGetManagementAlerts(GetBackupRecoveryManagerGetManagementAlertsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getBackupRecoveryManagerGetManagementAlerts:getBackupRecoveryManagerGetManagementAlerts
arguments:
# arguments dictionaryThe following arguments are supported:
- Alert
Category List<string>Lists - Filter by list of alert categories.
- Constraints: Allowable list items are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable list items are:
- Alert
Id List<string>Lists - Filter by list of alert ids.
- Alert
Name string - Specifies name of alert to filter alerts by.
- Alert
Property List<string>Key Lists - Specifies list of the alert property keys to query.
- Alert
Property List<string>Value Lists - Specifies list of the alert property value, multiple values for one key should be joined by '|'.
- Alert
Severity List<string>Lists - Filter by list of alert severity types.
- Constraints: Allowable list items are:
kCritical,kWarning,kInfo.
- Constraints: Allowable list items are:
- Alert
State List<string>Lists - Filter by list of alert states.
- Alert
Type List<string>Bucket Lists - Filter by list of alert type buckets.
- Constraints: Allowable list items are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable list items are:
- Alert
Type List<double>Lists - Filter by list of alert types.
- Cluster
Identifiers List<string> - Filter by list of cluster ids.
- End
Date doubleUsecs - Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
- Endpoint
Type string - Id string
- (String) Specifies unique id of the alert.
- Instance
Id string - Max
Alerts double - Specifies maximum number of alerts to return.
- Region string
- Region
Ids List<string> - Filter by list of region ids.
- Service
Instance List<string>Ids - Specifies services instance ids to filter alerts for IBM customers.
- Start
Date doubleUsecs - Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
- Tenant
Ids List<string> - Filter by tenant ids.
- Alert
Category []stringLists - Filter by list of alert categories.
- Constraints: Allowable list items are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable list items are:
- Alert
Id []stringLists - Filter by list of alert ids.
- Alert
Name string - Specifies name of alert to filter alerts by.
- Alert
Property []stringKey Lists - Specifies list of the alert property keys to query.
- Alert
Property []stringValue Lists - Specifies list of the alert property value, multiple values for one key should be joined by '|'.
- Alert
Severity []stringLists - Filter by list of alert severity types.
- Constraints: Allowable list items are:
kCritical,kWarning,kInfo.
- Constraints: Allowable list items are:
- Alert
State []stringLists - Filter by list of alert states.
- Alert
Type []stringBucket Lists - Filter by list of alert type buckets.
- Constraints: Allowable list items are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable list items are:
- Alert
Type []float64Lists - Filter by list of alert types.
- Cluster
Identifiers []string - Filter by list of cluster ids.
- End
Date float64Usecs - Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
- Endpoint
Type string - Id string
- (String) Specifies unique id of the alert.
- Instance
Id string - Max
Alerts float64 - Specifies maximum number of alerts to return.
- Region string
- Region
Ids []string - Filter by list of region ids.
- Service
Instance []stringIds - Specifies services instance ids to filter alerts for IBM customers.
- Start
Date float64Usecs - Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
- Tenant
Ids []string - Filter by tenant ids.
- alert
Category List<String>Lists - Filter by list of alert categories.
- Constraints: Allowable list items are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable list items are:
- alert
Id List<String>Lists - Filter by list of alert ids.
- alert
Name String - Specifies name of alert to filter alerts by.
- alert
Property List<String>Key Lists - Specifies list of the alert property keys to query.
- alert
Property List<String>Value Lists - Specifies list of the alert property value, multiple values for one key should be joined by '|'.
- alert
Severity List<String>Lists - Filter by list of alert severity types.
- Constraints: Allowable list items are:
kCritical,kWarning,kInfo.
- Constraints: Allowable list items are:
- alert
State List<String>Lists - Filter by list of alert states.
- alert
Type List<String>Bucket Lists - Filter by list of alert type buckets.
- Constraints: Allowable list items are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable list items are:
- alert
Type List<Double>Lists - Filter by list of alert types.
- cluster
Identifiers List<String> - Filter by list of cluster ids.
- end
Date DoubleUsecs - Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
- endpoint
Type String - id String
- (String) Specifies unique id of the alert.
- instance
Id String - max
Alerts Double - Specifies maximum number of alerts to return.
- region String
- region
Ids List<String> - Filter by list of region ids.
- service
Instance List<String>Ids - Specifies services instance ids to filter alerts for IBM customers.
- start
Date DoubleUsecs - Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
- tenant
Ids List<String> - Filter by tenant ids.
- alert
Category string[]Lists - Filter by list of alert categories.
- Constraints: Allowable list items are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable list items are:
- alert
Id string[]Lists - Filter by list of alert ids.
- alert
Name string - Specifies name of alert to filter alerts by.
- alert
Property string[]Key Lists - Specifies list of the alert property keys to query.
- alert
Property string[]Value Lists - Specifies list of the alert property value, multiple values for one key should be joined by '|'.
- alert
Severity string[]Lists - Filter by list of alert severity types.
- Constraints: Allowable list items are:
kCritical,kWarning,kInfo.
- Constraints: Allowable list items are:
- alert
State string[]Lists - Filter by list of alert states.
- alert
Type string[]Bucket Lists - Filter by list of alert type buckets.
- Constraints: Allowable list items are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable list items are:
- alert
Type number[]Lists - Filter by list of alert types.
- cluster
Identifiers string[] - Filter by list of cluster ids.
- end
Date numberUsecs - Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
- endpoint
Type string - id string
- (String) Specifies unique id of the alert.
- instance
Id string - max
Alerts number - Specifies maximum number of alerts to return.
- region string
- region
Ids string[] - Filter by list of region ids.
- service
Instance string[]Ids - Specifies services instance ids to filter alerts for IBM customers.
- start
Date numberUsecs - Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
- tenant
Ids string[] - Filter by tenant ids.
- alert_
category_ Sequence[str]lists - Filter by list of alert categories.
- Constraints: Allowable list items are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable list items are:
- alert_
id_ Sequence[str]lists - Filter by list of alert ids.
- alert_
name str - Specifies name of alert to filter alerts by.
- alert_
property_ Sequence[str]key_ lists - Specifies list of the alert property keys to query.
- alert_
property_ Sequence[str]value_ lists - Specifies list of the alert property value, multiple values for one key should be joined by '|'.
- alert_
severity_ Sequence[str]lists - Filter by list of alert severity types.
- Constraints: Allowable list items are:
kCritical,kWarning,kInfo.
- Constraints: Allowable list items are:
- alert_
state_ Sequence[str]lists - Filter by list of alert states.
- alert_
type_ Sequence[str]bucket_ lists - Filter by list of alert type buckets.
- Constraints: Allowable list items are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable list items are:
- alert_
type_ Sequence[float]lists - Filter by list of alert types.
- cluster_
identifiers Sequence[str] - Filter by list of cluster ids.
- end_
date_ floatusecs - Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
- endpoint_
type str - id str
- (String) Specifies unique id of the alert.
- instance_
id str - max_
alerts float - Specifies maximum number of alerts to return.
- region str
- region_
ids Sequence[str] - Filter by list of region ids.
- service_
instance_ Sequence[str]ids - Specifies services instance ids to filter alerts for IBM customers.
- start_
date_ floatusecs - Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
- tenant_
ids Sequence[str] - Filter by tenant ids.
- alert
Category List<String>Lists - Filter by list of alert categories.
- Constraints: Allowable list items are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable list items are:
- alert
Id List<String>Lists - Filter by list of alert ids.
- alert
Name String - Specifies name of alert to filter alerts by.
- alert
Property List<String>Key Lists - Specifies list of the alert property keys to query.
- alert
Property List<String>Value Lists - Specifies list of the alert property value, multiple values for one key should be joined by '|'.
- alert
Severity List<String>Lists - Filter by list of alert severity types.
- Constraints: Allowable list items are:
kCritical,kWarning,kInfo.
- Constraints: Allowable list items are:
- alert
State List<String>Lists - Filter by list of alert states.
- alert
Type List<String>Bucket Lists - Filter by list of alert type buckets.
- Constraints: Allowable list items are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable list items are:
- alert
Type List<Number>Lists - Filter by list of alert types.
- cluster
Identifiers List<String> - Filter by list of cluster ids.
- end
Date NumberUsecs - Specifies the end time of the alerts to be returned. All the alerts returned are raised before the specified end time. This value should be in Unix timestamp epoch in microseconds.
- endpoint
Type String - id String
- (String) Specifies unique id of the alert.
- instance
Id String - max
Alerts Number - Specifies maximum number of alerts to return.
- region String
- region
Ids List<String> - Filter by list of region ids.
- service
Instance List<String>Ids - Specifies services instance ids to filter alerts for IBM customers.
- start
Date NumberUsecs - Specifies the start time of the alerts to be returned. All the alerts returned are raised after the specified start time. This value should be in Unix timestamp epoch in microseconds.
- tenant
Ids List<String> - Filter by tenant ids.
getBackupRecoveryManagerGetManagementAlerts Result
The following output properties are available:
- Alerts
Lists List<GetBackup Recovery Manager Get Management Alerts Alerts List> - (List) Specifies the list of alerts. Nested schema for alerts_list:
- Id string
- (String) Specifies unique id of the alert.
- Region string
- Alert
Category List<string>Lists - Alert
Id List<string>Lists - Alert
Name string - (String) Specifies the name of alert.
- Alert
Property List<string>Key Lists - Alert
Property List<string>Value Lists - Alert
Severity List<string>Lists - Alert
State List<string>Lists - Alert
Type List<string>Bucket Lists - Alert
Type List<double>Lists - Cluster
Identifiers List<string> - End
Date doubleUsecs - Endpoint
Type string - Instance
Id string - Max
Alerts double - Region
Ids List<string> - Service
Instance List<string>Ids - Start
Date doubleUsecs - Tenant
Ids List<string>
- Alerts
Lists []GetBackup Recovery Manager Get Management Alerts Alerts List - (List) Specifies the list of alerts. Nested schema for alerts_list:
- Id string
- (String) Specifies unique id of the alert.
- Region string
- Alert
Category []stringLists - Alert
Id []stringLists - Alert
Name string - (String) Specifies the name of alert.
- Alert
Property []stringKey Lists - Alert
Property []stringValue Lists - Alert
Severity []stringLists - Alert
State []stringLists - Alert
Type []stringBucket Lists - Alert
Type []float64Lists - Cluster
Identifiers []string - End
Date float64Usecs - Endpoint
Type string - Instance
Id string - Max
Alerts float64 - Region
Ids []string - Service
Instance []stringIds - Start
Date float64Usecs - Tenant
Ids []string
- alerts
Lists List<GetBackup Recovery Manager Get Management Alerts Alerts List> - (List) Specifies the list of alerts. Nested schema for alerts_list:
- id String
- (String) Specifies unique id of the alert.
- region String
- alert
Category List<String>Lists - alert
Id List<String>Lists - alert
Name String - (String) Specifies the name of alert.
- alert
Property List<String>Key Lists - alert
Property List<String>Value Lists - alert
Severity List<String>Lists - alert
State List<String>Lists - alert
Type List<String>Bucket Lists - alert
Type List<Double>Lists - cluster
Identifiers List<String> - end
Date DoubleUsecs - endpoint
Type String - instance
Id String - max
Alerts Double - region
Ids List<String> - service
Instance List<String>Ids - start
Date DoubleUsecs - tenant
Ids List<String>
- alerts
Lists GetBackup Recovery Manager Get Management Alerts Alerts List[] - (List) Specifies the list of alerts. Nested schema for alerts_list:
- id string
- (String) Specifies unique id of the alert.
- region string
- alert
Category string[]Lists - alert
Id string[]Lists - alert
Name string - (String) Specifies the name of alert.
- alert
Property string[]Key Lists - alert
Property string[]Value Lists - alert
Severity string[]Lists - alert
State string[]Lists - alert
Type string[]Bucket Lists - alert
Type number[]Lists - cluster
Identifiers string[] - end
Date numberUsecs - endpoint
Type string - instance
Id string - max
Alerts number - region
Ids string[] - service
Instance string[]Ids - start
Date numberUsecs - tenant
Ids string[]
- alerts_
lists Sequence[GetBackup Recovery Manager Get Management Alerts Alerts List] - (List) Specifies the list of alerts. Nested schema for alerts_list:
- id str
- (String) Specifies unique id of the alert.
- region str
- alert_
category_ Sequence[str]lists - alert_
id_ Sequence[str]lists - alert_
name str - (String) Specifies the name of alert.
- alert_
property_ Sequence[str]key_ lists - alert_
property_ Sequence[str]value_ lists - alert_
severity_ Sequence[str]lists - alert_
state_ Sequence[str]lists - alert_
type_ Sequence[str]bucket_ lists - alert_
type_ Sequence[float]lists - cluster_
identifiers Sequence[str] - end_
date_ floatusecs - endpoint_
type str - instance_
id str - max_
alerts float - region_
ids Sequence[str] - service_
instance_ Sequence[str]ids - start_
date_ floatusecs - tenant_
ids Sequence[str]
- alerts
Lists List<Property Map> - (List) Specifies the list of alerts. Nested schema for alerts_list:
- id String
- (String) Specifies unique id of the alert.
- region String
- alert
Category List<String>Lists - alert
Id List<String>Lists - alert
Name String - (String) Specifies the name of alert.
- alert
Property List<String>Key Lists - alert
Property List<String>Value Lists - alert
Severity List<String>Lists - alert
State List<String>Lists - alert
Type List<String>Bucket Lists - alert
Type List<Number>Lists - cluster
Identifiers List<String> - end
Date NumberUsecs - endpoint
Type String - instance
Id String - max
Alerts Number - region
Ids List<String> - service
Instance List<String>Ids - start
Date NumberUsecs - tenant
Ids List<String>
Supporting Types
GetBackupRecoveryManagerGetManagementAlertsAlertsList
- Alert
Category string - (String) Specifies the alert category.
- Constraints: Allowable values are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable values are:
- Alert
Code string - (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
- Alert
Documents List<GetBackup Recovery Manager Get Management Alerts Alerts List Alert Document> - (List) Specifies the fields of alert document. Nested schema for alert_document:
- Alert
State string - (String) Specifies the alert state.
- Constraints: Allowable values are:
kResolved,kOpen,kNote,kSuppressed.
- Constraints: Allowable values are:
- Alert
Type double - (Integer) Specifies the alert type.
- Alert
Type stringBucket - (String) Specifies the Alert type bucket.
- Constraints: Allowable values are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable values are:
- Cluster
Id double - (Integer) Id of the cluster which the alert is associated.
- Cluster
Name string - (String) Specifies the name of cluster which alert is raised from.
- Dedup
Count double - (Integer) Specifies the dedup count of alert.
- Dedup
Timestamps List<double> - (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
- First
Timestamp doubleUsecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
- Id string
- (String) Specifies unique id of the alert.
- Latest
Timestamp doubleUsecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
- Property
Lists List<GetBackup Recovery Manager Get Management Alerts Alerts List Property List> - (List) List of property key and values associated with alert. Nested schema for property_list:
- Region
Id string - (String) Specifies id of region where vault resides.
- Resolution
Id stringString - (String) Specifies the resolution id of the alert if its resolved.
- Service
Instance stringId - (String) Id of the serrvice instance which the alert is associated.
- Severity string
- (String) Specifies the alert severity.
- Constraints: Allowable values are:
kCritical,kWarning,kInfo.
- Constraints: Allowable values are:
- Vaults
List<Get
Backup Recovery Manager Get Management Alerts Alerts List Vault> - (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
- Alert
Category string - (String) Specifies the alert category.
- Constraints: Allowable values are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable values are:
- Alert
Code string - (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
- Alert
Documents []GetBackup Recovery Manager Get Management Alerts Alerts List Alert Document - (List) Specifies the fields of alert document. Nested schema for alert_document:
- Alert
State string - (String) Specifies the alert state.
- Constraints: Allowable values are:
kResolved,kOpen,kNote,kSuppressed.
- Constraints: Allowable values are:
- Alert
Type float64 - (Integer) Specifies the alert type.
- Alert
Type stringBucket - (String) Specifies the Alert type bucket.
- Constraints: Allowable values are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable values are:
- Cluster
Id float64 - (Integer) Id of the cluster which the alert is associated.
- Cluster
Name string - (String) Specifies the name of cluster which alert is raised from.
- Dedup
Count float64 - (Integer) Specifies the dedup count of alert.
- Dedup
Timestamps []float64 - (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
- First
Timestamp float64Usecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
- Id string
- (String) Specifies unique id of the alert.
- Latest
Timestamp float64Usecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
- Property
Lists []GetBackup Recovery Manager Get Management Alerts Alerts List Property List - (List) List of property key and values associated with alert. Nested schema for property_list:
- Region
Id string - (String) Specifies id of region where vault resides.
- Resolution
Id stringString - (String) Specifies the resolution id of the alert if its resolved.
- Service
Instance stringId - (String) Id of the serrvice instance which the alert is associated.
- Severity string
- (String) Specifies the alert severity.
- Constraints: Allowable values are:
kCritical,kWarning,kInfo.
- Constraints: Allowable values are:
- Vaults
[]Get
Backup Recovery Manager Get Management Alerts Alerts List Vault - (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
- alert
Category String - (String) Specifies the alert category.
- Constraints: Allowable values are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable values are:
- alert
Code String - (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
- alert
Documents List<GetBackup Recovery Manager Get Management Alerts Alerts List Alert Document> - (List) Specifies the fields of alert document. Nested schema for alert_document:
- alert
State String - (String) Specifies the alert state.
- Constraints: Allowable values are:
kResolved,kOpen,kNote,kSuppressed.
- Constraints: Allowable values are:
- alert
Type Double - (Integer) Specifies the alert type.
- alert
Type StringBucket - (String) Specifies the Alert type bucket.
- Constraints: Allowable values are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable values are:
- cluster
Id Double - (Integer) Id of the cluster which the alert is associated.
- cluster
Name String - (String) Specifies the name of cluster which alert is raised from.
- dedup
Count Double - (Integer) Specifies the dedup count of alert.
- dedup
Timestamps List<Double> - (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
- first
Timestamp DoubleUsecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
- id String
- (String) Specifies unique id of the alert.
- latest
Timestamp DoubleUsecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
- property
Lists List<GetBackup Recovery Manager Get Management Alerts Alerts List Property List> - (List) List of property key and values associated with alert. Nested schema for property_list:
- region
Id String - (String) Specifies id of region where vault resides.
- resolution
Id StringString - (String) Specifies the resolution id of the alert if its resolved.
- service
Instance StringId - (String) Id of the serrvice instance which the alert is associated.
- severity String
- (String) Specifies the alert severity.
- Constraints: Allowable values are:
kCritical,kWarning,kInfo.
- Constraints: Allowable values are:
- vaults
List<Get
Backup Recovery Manager Get Management Alerts Alerts List Vault> - (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
- alert
Category string - (String) Specifies the alert category.
- Constraints: Allowable values are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable values are:
- alert
Code string - (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
- alert
Documents GetBackup Recovery Manager Get Management Alerts Alerts List Alert Document[] - (List) Specifies the fields of alert document. Nested schema for alert_document:
- alert
State string - (String) Specifies the alert state.
- Constraints: Allowable values are:
kResolved,kOpen,kNote,kSuppressed.
- Constraints: Allowable values are:
- alert
Type number - (Integer) Specifies the alert type.
- alert
Type stringBucket - (String) Specifies the Alert type bucket.
- Constraints: Allowable values are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable values are:
- cluster
Id number - (Integer) Id of the cluster which the alert is associated.
- cluster
Name string - (String) Specifies the name of cluster which alert is raised from.
- dedup
Count number - (Integer) Specifies the dedup count of alert.
- dedup
Timestamps number[] - (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
- first
Timestamp numberUsecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
- id string
- (String) Specifies unique id of the alert.
- latest
Timestamp numberUsecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
- property
Lists GetBackup Recovery Manager Get Management Alerts Alerts List Property List[] - (List) List of property key and values associated with alert. Nested schema for property_list:
- region
Id string - (String) Specifies id of region where vault resides.
- resolution
Id stringString - (String) Specifies the resolution id of the alert if its resolved.
- service
Instance stringId - (String) Id of the serrvice instance which the alert is associated.
- severity string
- (String) Specifies the alert severity.
- Constraints: Allowable values are:
kCritical,kWarning,kInfo.
- Constraints: Allowable values are:
- vaults
Get
Backup Recovery Manager Get Management Alerts Alerts List Vault[] - (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
- alert_
category str - (String) Specifies the alert category.
- Constraints: Allowable values are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable values are:
- alert_
code str - (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
- alert_
documents Sequence[GetBackup Recovery Manager Get Management Alerts Alerts List Alert Document] - (List) Specifies the fields of alert document. Nested schema for alert_document:
- alert_
state str - (String) Specifies the alert state.
- Constraints: Allowable values are:
kResolved,kOpen,kNote,kSuppressed.
- Constraints: Allowable values are:
- alert_
type float - (Integer) Specifies the alert type.
- alert_
type_ strbucket - (String) Specifies the Alert type bucket.
- Constraints: Allowable values are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable values are:
- cluster_
id float - (Integer) Id of the cluster which the alert is associated.
- cluster_
name str - (String) Specifies the name of cluster which alert is raised from.
- dedup_
count float - (Integer) Specifies the dedup count of alert.
- dedup_
timestamps Sequence[float] - (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
- first_
timestamp_ floatusecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
- id str
- (String) Specifies unique id of the alert.
- latest_
timestamp_ floatusecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
- property_
lists Sequence[GetBackup Recovery Manager Get Management Alerts Alerts List Property List] - (List) List of property key and values associated with alert. Nested schema for property_list:
- region_
id str - (String) Specifies id of region where vault resides.
- resolution_
id_ strstring - (String) Specifies the resolution id of the alert if its resolved.
- service_
instance_ strid - (String) Id of the serrvice instance which the alert is associated.
- severity str
- (String) Specifies the alert severity.
- Constraints: Allowable values are:
kCritical,kWarning,kInfo.
- Constraints: Allowable values are:
- vaults
Sequence[Get
Backup Recovery Manager Get Management Alerts Alerts List Vault] - (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
- alert
Category String - (String) Specifies the alert category.
- Constraints: Allowable values are:
kDisk,kNode,kCluster,kChassis,kPowerSupply,kCPU,kMemory,kTemperature,kFan,kNIC,kFirmware,kNodeHealth,kOperatingSystem,kDataPath,kMetadata,kIndexing,kHelios,kAppMarketPlace,kSystemService,kLicense,kSecurity,kUpgrade,kClusterManagement,kAuditLog,kNetworking,kConfiguration,kStorageUsage,kFaultTolerance,kBackupRestore,kArchivalRestore,kRemoteReplication,kQuota,kCDP,kViewFailover,kDisasterRecovery,kStorageDevice,kStoragePool,kGeneralSoftwareFailure,kAgent.
- Constraints: Allowable values are:
- alert
Code String - (String) Specifies a unique code that categorizes the Alert, for example: CE00200014, where CE stands for IBM Error, the alert state next 3 digits is the id of the Alert Category (e.g. 002 for 'kNode') and the last 5 digits is the id of the Alert Type (e.g. 00014 for 'kNodeHighCpuUsage').
- alert
Documents List<Property Map> - (List) Specifies the fields of alert document. Nested schema for alert_document:
- alert
State String - (String) Specifies the alert state.
- Constraints: Allowable values are:
kResolved,kOpen,kNote,kSuppressed.
- Constraints: Allowable values are:
- alert
Type Number - (Integer) Specifies the alert type.
- alert
Type StringBucket - (String) Specifies the Alert type bucket.
- Constraints: Allowable values are:
kHardware,kSoftware,kDataService,kMaintenance.
- Constraints: Allowable values are:
- cluster
Id Number - (Integer) Id of the cluster which the alert is associated.
- cluster
Name String - (String) Specifies the name of cluster which alert is raised from.
- dedup
Count Number - (Integer) Specifies the dedup count of alert.
- dedup
Timestamps List<Number> - (List) Specifies Unix epoch Timestamps (in microseconds) for the last 25 occurrences of duplicated Alerts that are stored with the original/primary Alert. Alerts are grouped into one Alert if the Alerts are the same type, are reporting on the same Object and occur within one hour. 'dedupCount' always reports the total count of duplicated Alerts even if there are more than 25 occurrences. For example, if there are 100 occurrences of this Alert, dedupTimestamps stores the timestamps of the last 25 occurrences and dedupCount equals 100.
- first
Timestamp NumberUsecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the first occurrence of the Alert.
- id String
- (String) Specifies unique id of the alert.
- latest
Timestamp NumberUsecs - (Integer) SpeSpecifies Unix epoch Timestamp (in microseconds) of the most recent occurrence of the Alert.
- property
Lists List<Property Map> - (List) List of property key and values associated with alert. Nested schema for property_list:
- region
Id String - (String) Specifies id of region where vault resides.
- resolution
Id StringString - (String) Specifies the resolution id of the alert if its resolved.
- service
Instance StringId - (String) Id of the serrvice instance which the alert is associated.
- severity String
- (String) Specifies the alert severity.
- Constraints: Allowable values are:
kCritical,kWarning,kInfo.
- Constraints: Allowable values are:
- vaults List<Property Map>
- (List) Specifies information about vaults where source object associated with alert is vaulted. This could be empty if alert is not related to any source object or it is not vaulted. Nested schema for vaults:
GetBackupRecoveryManagerGetManagementAlertsAlertsListAlertDocument
- Alert
Cause string - (String) Specifies the cause of alert.
- Alert
Description string - (String) Specifies the description of alert.
- Alert
Help stringText - (String) Specifies the help text for alert.
- Alert
Name string - Specifies name of alert to filter alerts by.
- Alert
Summary string - (String) Short description for the alert.
- Alert
Cause string - (String) Specifies the cause of alert.
- Alert
Description string - (String) Specifies the description of alert.
- Alert
Help stringText - (String) Specifies the help text for alert.
- Alert
Name string - Specifies name of alert to filter alerts by.
- Alert
Summary string - (String) Short description for the alert.
- alert
Cause String - (String) Specifies the cause of alert.
- alert
Description String - (String) Specifies the description of alert.
- alert
Help StringText - (String) Specifies the help text for alert.
- alert
Name String - Specifies name of alert to filter alerts by.
- alert
Summary String - (String) Short description for the alert.
- alert
Cause string - (String) Specifies the cause of alert.
- alert
Description string - (String) Specifies the description of alert.
- alert
Help stringText - (String) Specifies the help text for alert.
- alert
Name string - Specifies name of alert to filter alerts by.
- alert
Summary string - (String) Short description for the alert.
- alert_
cause str - (String) Specifies the cause of alert.
- alert_
description str - (String) Specifies the description of alert.
- alert_
help_ strtext - (String) Specifies the help text for alert.
- alert_
name str - Specifies name of alert to filter alerts by.
- alert_
summary str - (String) Short description for the alert.
- alert
Cause String - (String) Specifies the cause of alert.
- alert
Description String - (String) Specifies the description of alert.
- alert
Help StringText - (String) Specifies the help text for alert.
- alert
Name String - Specifies name of alert to filter alerts by.
- alert
Summary String - (String) Short description for the alert.
GetBackupRecoveryManagerGetManagementAlertsAlertsListPropertyList
GetBackupRecoveryManagerGetManagementAlertsAlertsListVault
- Global
Vault stringId - (String) Specifies Global vault id.
- Region
Id string - (String) Specifies id of region where vault resides.
- Region
Name string - (String) Specifies name of region where vault resides.
- Vault
Name string - (String) Specifies name of vault.
- Global
Vault stringId - (String) Specifies Global vault id.
- Region
Id string - (String) Specifies id of region where vault resides.
- Region
Name string - (String) Specifies name of region where vault resides.
- Vault
Name string - (String) Specifies name of vault.
- global
Vault StringId - (String) Specifies Global vault id.
- region
Id String - (String) Specifies id of region where vault resides.
- region
Name String - (String) Specifies name of region where vault resides.
- vault
Name String - (String) Specifies name of vault.
- global
Vault stringId - (String) Specifies Global vault id.
- region
Id string - (String) Specifies id of region where vault resides.
- region
Name string - (String) Specifies name of region where vault resides.
- vault
Name string - (String) Specifies name of vault.
- global_
vault_ strid - (String) Specifies Global vault id.
- region_
id str - (String) Specifies id of region where vault resides.
- region_
name str - (String) Specifies name of region where vault resides.
- vault_
name str - (String) Specifies name of vault.
- global
Vault StringId - (String) Specifies Global vault id.
- region
Id String - (String) Specifies id of region where vault resides.
- region
Name String - (String) Specifies name of region where vault resides.
- vault
Name String - (String) Specifies name of vault.
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
