Describe Availability Monitor Test
storagegateway_describe_availability_monitor_test | R Documentation |
Returns information about the most recent high availability monitoring test that was performed on the host in a cluster¶
Description¶
Returns information about the most recent high availability monitoring test that was performed on the host in a cluster. If a test isn't performed, the status and start time in the response would be null.
Usage¶
Arguments¶
GatewayARN
[required]
Value¶
A list with the following syntax:
list(
GatewayARN = "string",
Status = "COMPLETE"|"FAILED"|"PENDING",
StartTime = as.POSIXct(
"2015-01-01"
)
)