Start Report Job
backup_start_report_job | R Documentation |
Starts an on-demand report job for the specified report plan¶
Description¶
Starts an on-demand report job for the specified report plan.
Usage¶
backup_start_report_job(ReportPlanName, IdempotencyToken)
Arguments¶
ReportPlanName |
[required] The unique name of a report plan. |
IdempotencyToken |
A customer-chosen string that you can use to distinguish between
otherwise identical calls to |
Value¶
A list with the following syntax:
list(
ReportJobId = "string"
)
Request syntax¶
svc$start_report_job(
ReportPlanName = "string",
IdempotencyToken = "string"
)