1. Packages
  2. Ibm Provider
  3. API Docs
  4. getBackupRecoveryManagerGetAlertsResolution
ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
ibm logo
ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud

    Provides a read-only data source to retrieve information about a backup_recovery_manager_get_alerts_resolution. 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 backupRecoveryManagerGetAlertsResolution = ibm.getBackupRecoveryManagerGetAlertsResolution({
        maxResolutions: 14,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    backup_recovery_manager_get_alerts_resolution = ibm.get_backup_recovery_manager_get_alerts_resolution(max_resolutions=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.GetBackupRecoveryManagerGetAlertsResolution(ctx, &ibm.GetBackupRecoveryManagerGetAlertsResolutionArgs{
    			MaxResolutions: 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 backupRecoveryManagerGetAlertsResolution = Ibm.GetBackupRecoveryManagerGetAlertsResolution.Invoke(new()
        {
            MaxResolutions = 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.GetBackupRecoveryManagerGetAlertsResolutionArgs;
    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 backupRecoveryManagerGetAlertsResolution = IbmFunctions.getBackupRecoveryManagerGetAlertsResolution(GetBackupRecoveryManagerGetAlertsResolutionArgs.builder()
                .maxResolutions(14)
                .build());
    
        }
    }
    
    variables:
      backupRecoveryManagerGetAlertsResolution:
        fn::invoke:
          function: ibm:getBackupRecoveryManagerGetAlertsResolution
          arguments:
            maxResolutions: 14
    

    Using getBackupRecoveryManagerGetAlertsResolution

    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 getBackupRecoveryManagerGetAlertsResolution(args: GetBackupRecoveryManagerGetAlertsResolutionArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryManagerGetAlertsResolutionResult>
    function getBackupRecoveryManagerGetAlertsResolutionOutput(args: GetBackupRecoveryManagerGetAlertsResolutionOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryManagerGetAlertsResolutionResult>
    def get_backup_recovery_manager_get_alerts_resolution(endpoint_type: Optional[str] = None,
                                                          id: Optional[str] = None,
                                                          instance_id: Optional[str] = None,
                                                          max_resolutions: Optional[float] = None,
                                                          region: Optional[str] = None,
                                                          resolution_id: Optional[str] = None,
                                                          resolution_name: Optional[str] = None,
                                                          opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryManagerGetAlertsResolutionResult
    def get_backup_recovery_manager_get_alerts_resolution_output(endpoint_type: Optional[pulumi.Input[str]] = None,
                                                          id: Optional[pulumi.Input[str]] = None,
                                                          instance_id: Optional[pulumi.Input[str]] = None,
                                                          max_resolutions: Optional[pulumi.Input[float]] = None,
                                                          region: Optional[pulumi.Input[str]] = None,
                                                          resolution_id: Optional[pulumi.Input[str]] = None,
                                                          resolution_name: Optional[pulumi.Input[str]] = None,
                                                          opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryManagerGetAlertsResolutionResult]
    func GetBackupRecoveryManagerGetAlertsResolution(ctx *Context, args *GetBackupRecoveryManagerGetAlertsResolutionArgs, opts ...InvokeOption) (*GetBackupRecoveryManagerGetAlertsResolutionResult, error)
    func GetBackupRecoveryManagerGetAlertsResolutionOutput(ctx *Context, args *GetBackupRecoveryManagerGetAlertsResolutionOutputArgs, opts ...InvokeOption) GetBackupRecoveryManagerGetAlertsResolutionResultOutput

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

    public static class GetBackupRecoveryManagerGetAlertsResolution 
    {
        public static Task<GetBackupRecoveryManagerGetAlertsResolutionResult> InvokeAsync(GetBackupRecoveryManagerGetAlertsResolutionArgs args, InvokeOptions? opts = null)
        public static Output<GetBackupRecoveryManagerGetAlertsResolutionResult> Invoke(GetBackupRecoveryManagerGetAlertsResolutionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBackupRecoveryManagerGetAlertsResolutionResult> getBackupRecoveryManagerGetAlertsResolution(GetBackupRecoveryManagerGetAlertsResolutionArgs args, InvokeOptions options)
    public static Output<GetBackupRecoveryManagerGetAlertsResolutionResult> getBackupRecoveryManagerGetAlertsResolution(GetBackupRecoveryManagerGetAlertsResolutionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getBackupRecoveryManagerGetAlertsResolution:getBackupRecoveryManagerGetAlertsResolution
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MaxResolutions double
    Specifies the max number of Resolutions to be returned, from the latest created to the earliest created.
    EndpointType string
    Id string
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    InstanceId string
    Region string
    ResolutionId string
    Specifies Alert Resolution id to query.
    ResolutionName string
    Specifies Alert Resolution Name to query.
    MaxResolutions float64
    Specifies the max number of Resolutions to be returned, from the latest created to the earliest created.
    EndpointType string
    Id string
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    InstanceId string
    Region string
    ResolutionId string
    Specifies Alert Resolution id to query.
    ResolutionName string
    Specifies Alert Resolution Name to query.
    maxResolutions Double
    Specifies the max number of Resolutions to be returned, from the latest created to the earliest created.
    endpointType String
    id String
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    instanceId String
    region String
    resolutionId String
    Specifies Alert Resolution id to query.
    resolutionName String
    Specifies Alert Resolution Name to query.
    maxResolutions number
    Specifies the max number of Resolutions to be returned, from the latest created to the earliest created.
    endpointType string
    id string
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    instanceId string
    region string
    resolutionId string
    Specifies Alert Resolution id to query.
    resolutionName string
    Specifies Alert Resolution Name to query.
    max_resolutions float
    Specifies the max number of Resolutions to be returned, from the latest created to the earliest created.
    endpoint_type str
    id str
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    instance_id str
    region str
    resolution_id str
    Specifies Alert Resolution id to query.
    resolution_name str
    Specifies Alert Resolution Name to query.
    maxResolutions Number
    Specifies the max number of Resolutions to be returned, from the latest created to the earliest created.
    endpointType String
    id String
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    instanceId String
    region String
    resolutionId String
    Specifies Alert Resolution id to query.
    resolutionName String
    Specifies Alert Resolution Name to query.

    getBackupRecoveryManagerGetAlertsResolution Result

    The following output properties are available:

    AlertResolutionsLists List<GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsList>
    (List) List of alert resolutions. Nested schema for alert_resolutions_list:
    Id string
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    MaxResolutions double
    Region string
    EndpointType string
    InstanceId string
    ResolutionId string
    (String) Specifies the unique reslution id assigned in management console.
    ResolutionName string
    (String) Specifies the unique name of the resolution.
    AlertResolutionsLists []GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsList
    (List) List of alert resolutions. Nested schema for alert_resolutions_list:
    Id string
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    MaxResolutions float64
    Region string
    EndpointType string
    InstanceId string
    ResolutionId string
    (String) Specifies the unique reslution id assigned in management console.
    ResolutionName string
    (String) Specifies the unique name of the resolution.
    alertResolutionsLists List<GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsList>
    (List) List of alert resolutions. Nested schema for alert_resolutions_list:
    id String
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    maxResolutions Double
    region String
    endpointType String
    instanceId String
    resolutionId String
    (String) Specifies the unique reslution id assigned in management console.
    resolutionName String
    (String) Specifies the unique name of the resolution.
    alertResolutionsLists GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsList[]
    (List) List of alert resolutions. Nested schema for alert_resolutions_list:
    id string
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    maxResolutions number
    region string
    endpointType string
    instanceId string
    resolutionId string
    (String) Specifies the unique reslution id assigned in management console.
    resolutionName string
    (String) Specifies the unique name of the resolution.
    alert_resolutions_lists Sequence[GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsList]
    (List) List of alert resolutions. Nested schema for alert_resolutions_list:
    id str
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    max_resolutions float
    region str
    endpoint_type str
    instance_id str
    resolution_id str
    (String) Specifies the unique reslution id assigned in management console.
    resolution_name str
    (String) Specifies the unique name of the resolution.
    alertResolutionsLists List<Property Map>
    (List) List of alert resolutions. Nested schema for alert_resolutions_list:
    id String
    The unique identifier of the backup_recovery_manager_get_alerts_resolution.
    maxResolutions Number
    region String
    endpointType String
    instanceId String
    resolutionId String
    (String) Specifies the unique reslution id assigned in management console.
    resolutionName String
    (String) Specifies the unique name of the resolution.

    Supporting Types

    GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsList

    AccountId string
    (String) Specifies account id of the user who create the resolution.
    CreatedTimeUsecs double
    (Integer) Specifies unix epoch timestamp (in microseconds) when the resolution is created.
    Description string
    (String) Specifies the full description about the Resolution.
    ExternalKey string
    (String) Specifies the external key assigned outside of management console, with the form of "clusterid:resolutionid".
    ResolutionId string
    Specifies Alert Resolution id to query.
    ResolutionName string
    Specifies Alert Resolution Name to query.
    ResolvedAlerts List<GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsListResolvedAlert>
    (List) Nested schema for resolved_alerts:
    SilenceMinutes double
    (Integer) Specifies the time duration (in minutes) for silencing alerts. If unspecified or set zero, a silence rule will be created with default expiry time. No silence rule will be created if value < 0.
    TenantId string
    (String) Specifies tenant id of the user who create the resolution.
    AccountId string
    (String) Specifies account id of the user who create the resolution.
    CreatedTimeUsecs float64
    (Integer) Specifies unix epoch timestamp (in microseconds) when the resolution is created.
    Description string
    (String) Specifies the full description about the Resolution.
    ExternalKey string
    (String) Specifies the external key assigned outside of management console, with the form of "clusterid:resolutionid".
    ResolutionId string
    Specifies Alert Resolution id to query.
    ResolutionName string
    Specifies Alert Resolution Name to query.
    ResolvedAlerts []GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsListResolvedAlert
    (List) Nested schema for resolved_alerts:
    SilenceMinutes float64
    (Integer) Specifies the time duration (in minutes) for silencing alerts. If unspecified or set zero, a silence rule will be created with default expiry time. No silence rule will be created if value < 0.
    TenantId string
    (String) Specifies tenant id of the user who create the resolution.
    accountId String
    (String) Specifies account id of the user who create the resolution.
    createdTimeUsecs Double
    (Integer) Specifies unix epoch timestamp (in microseconds) when the resolution is created.
    description String
    (String) Specifies the full description about the Resolution.
    externalKey String
    (String) Specifies the external key assigned outside of management console, with the form of "clusterid:resolutionid".
    resolutionId String
    Specifies Alert Resolution id to query.
    resolutionName String
    Specifies Alert Resolution Name to query.
    resolvedAlerts List<GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsListResolvedAlert>
    (List) Nested schema for resolved_alerts:
    silenceMinutes Double
    (Integer) Specifies the time duration (in minutes) for silencing alerts. If unspecified or set zero, a silence rule will be created with default expiry time. No silence rule will be created if value < 0.
    tenantId String
    (String) Specifies tenant id of the user who create the resolution.
    accountId string
    (String) Specifies account id of the user who create the resolution.
    createdTimeUsecs number
    (Integer) Specifies unix epoch timestamp (in microseconds) when the resolution is created.
    description string
    (String) Specifies the full description about the Resolution.
    externalKey string
    (String) Specifies the external key assigned outside of management console, with the form of "clusterid:resolutionid".
    resolutionId string
    Specifies Alert Resolution id to query.
    resolutionName string
    Specifies Alert Resolution Name to query.
    resolvedAlerts GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsListResolvedAlert[]
    (List) Nested schema for resolved_alerts:
    silenceMinutes number
    (Integer) Specifies the time duration (in minutes) for silencing alerts. If unspecified or set zero, a silence rule will be created with default expiry time. No silence rule will be created if value < 0.
    tenantId string
    (String) Specifies tenant id of the user who create the resolution.
    account_id str
    (String) Specifies account id of the user who create the resolution.
    created_time_usecs float
    (Integer) Specifies unix epoch timestamp (in microseconds) when the resolution is created.
    description str
    (String) Specifies the full description about the Resolution.
    external_key str
    (String) Specifies the external key assigned outside of management console, with the form of "clusterid:resolutionid".
    resolution_id str
    Specifies Alert Resolution id to query.
    resolution_name str
    Specifies Alert Resolution Name to query.
    resolved_alerts Sequence[GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsListResolvedAlert]
    (List) Nested schema for resolved_alerts:
    silence_minutes float
    (Integer) Specifies the time duration (in minutes) for silencing alerts. If unspecified or set zero, a silence rule will be created with default expiry time. No silence rule will be created if value < 0.
    tenant_id str
    (String) Specifies tenant id of the user who create the resolution.
    accountId String
    (String) Specifies account id of the user who create the resolution.
    createdTimeUsecs Number
    (Integer) Specifies unix epoch timestamp (in microseconds) when the resolution is created.
    description String
    (String) Specifies the full description about the Resolution.
    externalKey String
    (String) Specifies the external key assigned outside of management console, with the form of "clusterid:resolutionid".
    resolutionId String
    Specifies Alert Resolution id to query.
    resolutionName String
    Specifies Alert Resolution Name to query.
    resolvedAlerts List<Property Map>
    (List) Nested schema for resolved_alerts:
    silenceMinutes Number
    (Integer) Specifies the time duration (in minutes) for silencing alerts. If unspecified or set zero, a silence rule will be created with default expiry time. No silence rule will be created if value < 0.
    tenantId String
    (String) Specifies tenant id of the user who create the resolution.

    GetBackupRecoveryManagerGetAlertsResolutionAlertResolutionsListResolvedAlert

    AlertId double
    (Integer) Id of the alert.
    AlertIdStr string
    (String) Alert Id with string format.
    AlertName string
    (String) Name of the alert being resolved.
    ClusterId double
    (Integer) Id of the cluster which the alert is associated.
    FirstTimestampUsecs double
    (Integer) First occurrence of the alert.
    ResolvedTimeUsec double
    (Integer)
    ServiceInstanceId string
    (String) Id of the service instance which the alert is associated.
    AlertId float64
    (Integer) Id of the alert.
    AlertIdStr string
    (String) Alert Id with string format.
    AlertName string
    (String) Name of the alert being resolved.
    ClusterId float64
    (Integer) Id of the cluster which the alert is associated.
    FirstTimestampUsecs float64
    (Integer) First occurrence of the alert.
    ResolvedTimeUsec float64
    (Integer)
    ServiceInstanceId string
    (String) Id of the service instance which the alert is associated.
    alertId Double
    (Integer) Id of the alert.
    alertIdStr String
    (String) Alert Id with string format.
    alertName String
    (String) Name of the alert being resolved.
    clusterId Double
    (Integer) Id of the cluster which the alert is associated.
    firstTimestampUsecs Double
    (Integer) First occurrence of the alert.
    resolvedTimeUsec Double
    (Integer)
    serviceInstanceId String
    (String) Id of the service instance which the alert is associated.
    alertId number
    (Integer) Id of the alert.
    alertIdStr string
    (String) Alert Id with string format.
    alertName string
    (String) Name of the alert being resolved.
    clusterId number
    (Integer) Id of the cluster which the alert is associated.
    firstTimestampUsecs number
    (Integer) First occurrence of the alert.
    resolvedTimeUsec number
    (Integer)
    serviceInstanceId string
    (String) Id of the service instance which the alert is associated.
    alert_id float
    (Integer) Id of the alert.
    alert_id_str str
    (String) Alert Id with string format.
    alert_name str
    (String) Name of the alert being resolved.
    cluster_id float
    (Integer) Id of the cluster which the alert is associated.
    first_timestamp_usecs float
    (Integer) First occurrence of the alert.
    resolved_time_usec float
    (Integer)
    service_instance_id str
    (String) Id of the service instance which the alert is associated.
    alertId Number
    (Integer) Id of the alert.
    alertIdStr String
    (String) Alert Id with string format.
    alertName String
    (String) Name of the alert being resolved.
    clusterId Number
    (Integer) Id of the cluster which the alert is associated.
    firstTimestampUsecs Number
    (Integer) First occurrence of the alert.
    resolvedTimeUsec Number
    (Integer)
    serviceInstanceId String
    (String) Id of the service instance which the alert is associated.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.87.0-beta1 published on Monday, Dec 22, 2025 by ibm-cloud
      Meet Neo: Your AI Platform Teammate