configure_replication_private
Configure replication partner as specified by user using PRIVATE NETWORK (direct connection).
Arguments
Name
Type
Description
Choices
target_ip
str
The IP address or FQDN of the target Rubrik Cluster to add.
username
str
The target Rubrik Cluster username used for authentication.
password
str
The target Rubrik Cluster password used for authentication.
Keyword Arguments
Name
Type
Description
Choices
Default
ca_certificate
str
CA certificiate used to perform TLS certificate validation
None
timeout
int
The number of seconds to wait to establish a connection the Rubrik cluster before returning a timeout error.
30
Returns
Type
Return Value
tuple
The full API response for POST /internal/replication/target"
Example
Last updated