Skip to contents

Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.

See https://www.paws-r-sdk.com/docs/backupgateway_test_hypervisor_configuration/ for full documentation.

Usage

backupgateway_test_hypervisor_configuration(
  GatewayArn,
  Host,
  Username = NULL,
  Password = NULL
)

Arguments

GatewayArn

[required] The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.

Host

[required] The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).

Username

The username for the hypervisor.

Password

The password for the hypervisor.