Lists the virtual interface failover test history
Source:R/directconnect_operations.R
directconnect_list_virtual_interface_test_history.RdLists the virtual interface failover test history.
See https://www.paws-r-sdk.com/docs/directconnect_list_virtual_interface_test_history/ for full documentation.
Usage
directconnect_list_virtual_interface_test_history(
testId = NULL,
virtualInterfaceId = NULL,
bgpPeers = NULL,
status = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- testId
The ID of the virtual interface failover test.
- virtualInterfaceId
The ID of the virtual interface that was tested.
- bgpPeers
The BGP peers that were placed in the DOWN state during the virtual interface failover test.
- status
The status of the virtual interface failover test.
- maxResults
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextTokenvalue.If
MaxResultsis given a value larger than 100, only 100 results are returned.- nextToken
The token for the next page of results.