ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getBackupRecoveryDataSourceConnectors
Explore with Pulumi AI
Provides a read-only data source to retrieve information about Data-Source Connectors. 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 backupRecoveryDataSourceConnectors = ibm.getBackupRecoveryDataSourceConnectors({
xIbmTenantId: "x_ibm_tenant_id",
});
import pulumi
import pulumi_ibm as ibm
backup_recovery_data_source_connectors = ibm.get_backup_recovery_data_source_connectors(x_ibm_tenant_id="x_ibm_tenant_id")
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.GetBackupRecoveryDataSourceConnectors(ctx, &ibm.GetBackupRecoveryDataSourceConnectorsArgs{
XIbmTenantId: "x_ibm_tenant_id",
}, 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 backupRecoveryDataSourceConnectors = Ibm.GetBackupRecoveryDataSourceConnectors.Invoke(new()
{
XIbmTenantId = "x_ibm_tenant_id",
});
});
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.GetBackupRecoveryDataSourceConnectorsArgs;
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 backupRecoveryDataSourceConnectors = IbmFunctions.getBackupRecoveryDataSourceConnectors(GetBackupRecoveryDataSourceConnectorsArgs.builder()
.xIbmTenantId("x_ibm_tenant_id")
.build());
}
}
variables:
backupRecoveryDataSourceConnectors:
fn::invoke:
function: ibm:getBackupRecoveryDataSourceConnectors
arguments:
xIbmTenantId: x_ibm_tenant_id
Using getBackupRecoveryDataSourceConnectors
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 getBackupRecoveryDataSourceConnectors(args: GetBackupRecoveryDataSourceConnectorsArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryDataSourceConnectorsResult>
function getBackupRecoveryDataSourceConnectorsOutput(args: GetBackupRecoveryDataSourceConnectorsOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryDataSourceConnectorsResult>
def get_backup_recovery_data_source_connectors(connection_id: Optional[str] = None,
connector_ids: Optional[Sequence[str]] = None,
connector_names: Optional[Sequence[str]] = None,
id: Optional[str] = None,
x_ibm_tenant_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryDataSourceConnectorsResult
def get_backup_recovery_data_source_connectors_output(connection_id: Optional[pulumi.Input[str]] = None,
connector_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
connector_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
x_ibm_tenant_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryDataSourceConnectorsResult]
func GetBackupRecoveryDataSourceConnectors(ctx *Context, args *GetBackupRecoveryDataSourceConnectorsArgs, opts ...InvokeOption) (*GetBackupRecoveryDataSourceConnectorsResult, error)
func GetBackupRecoveryDataSourceConnectorsOutput(ctx *Context, args *GetBackupRecoveryDataSourceConnectorsOutputArgs, opts ...InvokeOption) GetBackupRecoveryDataSourceConnectorsResultOutput
> Note: This function is named GetBackupRecoveryDataSourceConnectors
in the Go SDK.
public static class GetBackupRecoveryDataSourceConnectors
{
public static Task<GetBackupRecoveryDataSourceConnectorsResult> InvokeAsync(GetBackupRecoveryDataSourceConnectorsArgs args, InvokeOptions? opts = null)
public static Output<GetBackupRecoveryDataSourceConnectorsResult> Invoke(GetBackupRecoveryDataSourceConnectorsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackupRecoveryDataSourceConnectorsResult> getBackupRecoveryDataSourceConnectors(GetBackupRecoveryDataSourceConnectorsArgs args, InvokeOptions options)
public static Output<GetBackupRecoveryDataSourceConnectorsResult> getBackupRecoveryDataSourceConnectors(GetBackupRecoveryDataSourceConnectorsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getBackupRecoveryDataSourceConnectors:getBackupRecoveryDataSourceConnectors
arguments:
# arguments dictionary
The following arguments are supported:
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- Connection
Id string - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- Connector
Ids List<string> - Specifies the unique IDs of the connectors which are to be fetched.
- Connector
Names List<string> - Specifies the names of the connectors which are to be fetched.
- Id string
- The unique identifier of the Data-Source Connectors.
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- Connection
Id string - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- Connector
Ids []string - Specifies the unique IDs of the connectors which are to be fetched.
- Connector
Names []string - Specifies the names of the connectors which are to be fetched.
- Id string
- The unique identifier of the Data-Source Connectors.
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- connection
Id String - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- connector
Ids List<String> - Specifies the unique IDs of the connectors which are to be fetched.
- connector
Names List<String> - Specifies the names of the connectors which are to be fetched.
- id String
- The unique identifier of the Data-Source Connectors.
- x
Ibm stringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- connection
Id string - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- connector
Ids string[] - Specifies the unique IDs of the connectors which are to be fetched.
- connector
Names string[] - Specifies the names of the connectors which are to be fetched.
- id string
- The unique identifier of the Data-Source Connectors.
- x_
ibm_ strtenant_ id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- connection_
id str - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- connector_
ids Sequence[str] - Specifies the unique IDs of the connectors which are to be fetched.
- connector_
names Sequence[str] - Specifies the names of the connectors which are to be fetched.
- id str
- The unique identifier of the Data-Source Connectors.
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- connection
Id String - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- connector
Ids List<String> - Specifies the unique IDs of the connectors which are to be fetched.
- connector
Names List<String> - Specifies the names of the connectors which are to be fetched.
- id String
- The unique identifier of the Data-Source Connectors.
getBackupRecoveryDataSourceConnectors Result
The following output properties are available:
- Connectors
List<Get
Backup Recovery Data Source Connectors Connector> - (List) Nested schema for connectors:
- Id string
- The unique identifier of the Data-Source Connectors.
- XIbm
Tenant stringId - Connection
Id string - (String) Specifies the ID of the connection to which this connector belongs.
- Connector
Ids List<string> - Connector
Names List<string>
- Connectors
[]Get
Backup Recovery Data Source Connectors Connector - (List) Nested schema for connectors:
- Id string
- The unique identifier of the Data-Source Connectors.
- XIbm
Tenant stringId - Connection
Id string - (String) Specifies the ID of the connection to which this connector belongs.
- Connector
Ids []string - Connector
Names []string
- connectors
List<Get
Backup Recovery Data Source Connectors Connector> - (List) Nested schema for connectors:
- id String
- The unique identifier of the Data-Source Connectors.
- x
Ibm StringTenant Id - connection
Id String - (String) Specifies the ID of the connection to which this connector belongs.
- connector
Ids List<String> - connector
Names List<String>
- connectors
Get
Backup Recovery Data Source Connectors Connector[] - (List) Nested schema for connectors:
- id string
- The unique identifier of the Data-Source Connectors.
- x
Ibm stringTenant Id - connection
Id string - (String) Specifies the ID of the connection to which this connector belongs.
- connector
Ids string[] - connector
Names string[]
- connectors
Sequence[Get
Backup Recovery Data Source Connectors Connector] - (List) Nested schema for connectors:
- id str
- The unique identifier of the Data-Source Connectors.
- x_
ibm_ strtenant_ id - connection_
id str - (String) Specifies the ID of the connection to which this connector belongs.
- connector_
ids Sequence[str] - connector_
names Sequence[str]
- connectors List<Property Map>
- (List) Nested schema for connectors:
- id String
- The unique identifier of the Data-Source Connectors.
- x
Ibm StringTenant Id - connection
Id String - (String) Specifies the ID of the connection to which this connector belongs.
- connector
Ids List<String> - connector
Names List<String>
Supporting Types
GetBackupRecoveryDataSourceConnectorsConnector
- Cluster
Side stringIp - (String) Specifies the IP of the connector's NIC facing the cluster.
- Connection
Id string - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- Connectivity
Statuses List<GetBackup Recovery Data Source Connectors Connector Connectivity Status> - (List) Specifies status information for the data-source connector. For example if it's currently connected to the cluster, when it last connected to the cluster successfully, etc. Nested schema for connectivity_status:
- Connector
Id string - (String) Specifies the unique ID of the connector.
- Connector
Name string - (String) Specifies the name of the connector. The name of a connector need not be unique within a tenant or across tenants. The name of the connector can be updated as needed.
- Software
Version string - (String) Specifies the connector's software version.
- Tenant
Side stringIp - (String) Specifies the IP of the connector's NIC facing the sources of the tenant to which the connector belongs.
- Upgrade
Statuses List<GetBackup Recovery Data Source Connectors Connector Upgrade Status> - (List) Specifies upgrade status for the data-source connector. For example when the upgrade started, current status of the upgrade, errors for upgrade failure etc. Nested schema for upgrade_status:
- Cluster
Side stringIp - (String) Specifies the IP of the connector's NIC facing the cluster.
- Connection
Id string - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- Connectivity
Statuses []GetBackup Recovery Data Source Connectors Connector Connectivity Status - (List) Specifies status information for the data-source connector. For example if it's currently connected to the cluster, when it last connected to the cluster successfully, etc. Nested schema for connectivity_status:
- Connector
Id string - (String) Specifies the unique ID of the connector.
- Connector
Name string - (String) Specifies the name of the connector. The name of a connector need not be unique within a tenant or across tenants. The name of the connector can be updated as needed.
- Software
Version string - (String) Specifies the connector's software version.
- Tenant
Side stringIp - (String) Specifies the IP of the connector's NIC facing the sources of the tenant to which the connector belongs.
- Upgrade
Statuses []GetBackup Recovery Data Source Connectors Connector Upgrade Status - (List) Specifies upgrade status for the data-source connector. For example when the upgrade started, current status of the upgrade, errors for upgrade failure etc. Nested schema for upgrade_status:
- cluster
Side StringIp - (String) Specifies the IP of the connector's NIC facing the cluster.
- connection
Id String - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- connectivity
Statuses List<GetBackup Recovery Data Source Connectors Connector Connectivity Status> - (List) Specifies status information for the data-source connector. For example if it's currently connected to the cluster, when it last connected to the cluster successfully, etc. Nested schema for connectivity_status:
- connector
Id String - (String) Specifies the unique ID of the connector.
- connector
Name String - (String) Specifies the name of the connector. The name of a connector need not be unique within a tenant or across tenants. The name of the connector can be updated as needed.
- software
Version String - (String) Specifies the connector's software version.
- tenant
Side StringIp - (String) Specifies the IP of the connector's NIC facing the sources of the tenant to which the connector belongs.
- upgrade
Statuses List<GetBackup Recovery Data Source Connectors Connector Upgrade Status> - (List) Specifies upgrade status for the data-source connector. For example when the upgrade started, current status of the upgrade, errors for upgrade failure etc. Nested schema for upgrade_status:
- cluster
Side stringIp - (String) Specifies the IP of the connector's NIC facing the cluster.
- connection
Id string - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- connectivity
Statuses GetBackup Recovery Data Source Connectors Connector Connectivity Status[] - (List) Specifies status information for the data-source connector. For example if it's currently connected to the cluster, when it last connected to the cluster successfully, etc. Nested schema for connectivity_status:
- connector
Id string - (String) Specifies the unique ID of the connector.
- connector
Name string - (String) Specifies the name of the connector. The name of a connector need not be unique within a tenant or across tenants. The name of the connector can be updated as needed.
- software
Version string - (String) Specifies the connector's software version.
- tenant
Side stringIp - (String) Specifies the IP of the connector's NIC facing the sources of the tenant to which the connector belongs.
- upgrade
Statuses GetBackup Recovery Data Source Connectors Connector Upgrade Status[] - (List) Specifies upgrade status for the data-source connector. For example when the upgrade started, current status of the upgrade, errors for upgrade failure etc. Nested schema for upgrade_status:
- cluster_
side_ strip - (String) Specifies the IP of the connector's NIC facing the cluster.
- connection_
id str - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- connectivity_
statuses Sequence[GetBackup Recovery Data Source Connectors Connector Connectivity Status] - (List) Specifies status information for the data-source connector. For example if it's currently connected to the cluster, when it last connected to the cluster successfully, etc. Nested schema for connectivity_status:
- connector_
id str - (String) Specifies the unique ID of the connector.
- connector_
name str - (String) Specifies the name of the connector. The name of a connector need not be unique within a tenant or across tenants. The name of the connector can be updated as needed.
- software_
version str - (String) Specifies the connector's software version.
- tenant_
side_ strip - (String) Specifies the IP of the connector's NIC facing the sources of the tenant to which the connector belongs.
- upgrade_
statuses Sequence[GetBackup Recovery Data Source Connectors Connector Upgrade Status] - (List) Specifies upgrade status for the data-source connector. For example when the upgrade started, current status of the upgrade, errors for upgrade failure etc. Nested schema for upgrade_status:
- cluster
Side StringIp - (String) Specifies the IP of the connector's NIC facing the cluster.
- connection
Id String - Specifies the ID of the connection, connectors belonging to which are to be fetched.
- connectivity
Statuses List<Property Map> - (List) Specifies status information for the data-source connector. For example if it's currently connected to the cluster, when it last connected to the cluster successfully, etc. Nested schema for connectivity_status:
- connector
Id String - (String) Specifies the unique ID of the connector.
- connector
Name String - (String) Specifies the name of the connector. The name of a connector need not be unique within a tenant or across tenants. The name of the connector can be updated as needed.
- software
Version String - (String) Specifies the connector's software version.
- tenant
Side StringIp - (String) Specifies the IP of the connector's NIC facing the sources of the tenant to which the connector belongs.
- upgrade
Statuses List<Property Map> - (List) Specifies upgrade status for the data-source connector. For example when the upgrade started, current status of the upgrade, errors for upgrade failure etc. Nested schema for upgrade_status:
GetBackupRecoveryDataSourceConnectorsConnectorConnectivityStatus
- Is
Connected bool - (Boolean) Specifies whether the connector is currently connected to the cluster.
- Last
Connected doubleTimestamp Secs - (Integer) Specifies the last timestamp in UNIX time (seconds) when the connector had successfully connected to the cluster. This property can be present even if the connector is currently disconnected.
- Message string
- (String) Specifies error message for upgrade failure.
- Is
Connected bool - (Boolean) Specifies whether the connector is currently connected to the cluster.
- Last
Connected float64Timestamp Secs - (Integer) Specifies the last timestamp in UNIX time (seconds) when the connector had successfully connected to the cluster. This property can be present even if the connector is currently disconnected.
- Message string
- (String) Specifies error message for upgrade failure.
- is
Connected Boolean - (Boolean) Specifies whether the connector is currently connected to the cluster.
- last
Connected DoubleTimestamp Secs - (Integer) Specifies the last timestamp in UNIX time (seconds) when the connector had successfully connected to the cluster. This property can be present even if the connector is currently disconnected.
- message String
- (String) Specifies error message for upgrade failure.
- is
Connected boolean - (Boolean) Specifies whether the connector is currently connected to the cluster.
- last
Connected numberTimestamp Secs - (Integer) Specifies the last timestamp in UNIX time (seconds) when the connector had successfully connected to the cluster. This property can be present even if the connector is currently disconnected.
- message string
- (String) Specifies error message for upgrade failure.
- is_
connected bool - (Boolean) Specifies whether the connector is currently connected to the cluster.
- last_
connected_ floattimestamp_ secs - (Integer) Specifies the last timestamp in UNIX time (seconds) when the connector had successfully connected to the cluster. This property can be present even if the connector is currently disconnected.
- message str
- (String) Specifies error message for upgrade failure.
- is
Connected Boolean - (Boolean) Specifies whether the connector is currently connected to the cluster.
- last
Connected NumberTimestamp Secs - (Integer) Specifies the last timestamp in UNIX time (seconds) when the connector had successfully connected to the cluster. This property can be present even if the connector is currently disconnected.
- message String
- (String) Specifies error message for upgrade failure.
GetBackupRecoveryDataSourceConnectorsConnectorUpgradeStatus
- Last
Status doubleFetched Timestamp Msecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade status was fetched.
- Message string
- (String) Specifies error message for upgrade failure.
- Start
Timestamp doubleMSecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade was triggered.
- Status string
- (String) Specifies the last fetched upgrade status of the connector.
- Constraints: Allowable values are:
NotStarted
,InProgress
,Succeeded
,Failed
.
- Constraints: Allowable values are:
- Last
Status float64Fetched Timestamp Msecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade status was fetched.
- Message string
- (String) Specifies error message for upgrade failure.
- Start
Timestamp float64MSecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade was triggered.
- Status string
- (String) Specifies the last fetched upgrade status of the connector.
- Constraints: Allowable values are:
NotStarted
,InProgress
,Succeeded
,Failed
.
- Constraints: Allowable values are:
- last
Status DoubleFetched Timestamp Msecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade status was fetched.
- message String
- (String) Specifies error message for upgrade failure.
- start
Timestamp DoubleMSecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade was triggered.
- status String
- (String) Specifies the last fetched upgrade status of the connector.
- Constraints: Allowable values are:
NotStarted
,InProgress
,Succeeded
,Failed
.
- Constraints: Allowable values are:
- last
Status numberFetched Timestamp Msecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade status was fetched.
- message string
- (String) Specifies error message for upgrade failure.
- start
Timestamp numberMSecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade was triggered.
- status string
- (String) Specifies the last fetched upgrade status of the connector.
- Constraints: Allowable values are:
NotStarted
,InProgress
,Succeeded
,Failed
.
- Constraints: Allowable values are:
- last_
status_ floatfetched_ timestamp_ msecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade status was fetched.
- message str
- (String) Specifies error message for upgrade failure.
- start_
timestamp_ floatm_ secs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade was triggered.
- status str
- (String) Specifies the last fetched upgrade status of the connector.
- Constraints: Allowable values are:
NotStarted
,InProgress
,Succeeded
,Failed
.
- Constraints: Allowable values are:
- last
Status NumberFetched Timestamp Msecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade status was fetched.
- message String
- (String) Specifies error message for upgrade failure.
- start
Timestamp NumberMSecs - (Integer) Specifies the last timestamp in UNIX time (milliseconds) when the connector upgrade was triggered.
- status String
- (String) Specifies the last fetched upgrade status of the connector.
- Constraints: Allowable values are:
NotStarted
,InProgress
,Succeeded
,Failed
.
- Constraints: Allowable values are:
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.