Start Availability Monitor Test
storagegateway_start_availability_monitor_test | R Documentation |
Start a test that verifies that the specified gateway is configured for High Availability monitoring in your host environment¶
Description¶
Start a test that verifies that the specified gateway is configured for
High Availability monitoring in your host environment. This request only
initiates the test and that a successful response only indicates that
the test was started. It doesn't indicate that the test passed. For the
status of the test, invoke the describe_availability_monitor_test
API.
Starting this test will cause your gateway to go offline for a brief period.
Usage¶
storagegateway_start_availability_monitor_test(GatewayARN)
Arguments¶
GatewayARN |
[required] |
Value¶
A list with the following syntax:
list(
GatewayARN = "string"
)
Request syntax¶
svc$start_availability_monitor_test(
GatewayARN = "string"
)