View source: R/drs_operations.R
drs_describe_jobs | R Documentation |
Returns a list of Jobs. Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to Support and only used in response to relevant support tickets.
See https://www.paws-r-sdk.com/docs/drs_describe_jobs/ for full documentation.
drs_describe_jobs(filters = NULL, maxResults = NULL, nextToken = NULL)
filters |
A set of filters by which to return Jobs. |
maxResults |
Maximum number of Jobs to retrieve. |
nextToken |
The token of the next Job to retrieve. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.