Retrieves a list of runs for a specified canary
Source:R/synthetics_operations.R
synthetics_get_canary_runs.RdRetrieves a list of runs for a specified canary.
See https://www.paws-r-sdk.com/docs/synthetics_get_canary_runs/ for full documentation.
Usage
synthetics_get_canary_runs(
Name,
NextToken = NULL,
MaxResults = NULL,
DryRunId = NULL,
RunType = NULL
)Arguments
- Name
[required] The name of the canary that you want to see runs for.
- NextToken
A token that indicates that there is more data available. You can use this token in a subsequent
get_canary_runsoperation to retrieve the next set of results.When auto retry is enabled for the canary, the first subsequent retry is suffixed with *1 indicating its the first retry and the next subsequent try is suffixed with *2.
- MaxResults
Specify this parameter to limit how many runs are returned each time you use the
get_canary_runsoperation. If you omit this parameter, the default of 100 is used.- DryRunId
The DryRunId associated with an existing canary’s dry run. You can use this DryRunId to retrieve information about the dry run.
- RunType
When you provide
RunType=CANARY_RUNanddryRunId, you will get an exceptionWhen a value is not provided for
RunType, the default value isCANARY_RUNWhen
CANARY_RUNis provided, all canary runs excluding dry runs are returnedWhen
DRY_RUNis provided, all dry runs excluding canary runs are returned