async_run_inline
Submit a Cloud Analytics report configuration inline to start an asynchronous job. Returns immediately with a status endpoint to track execution.
Instructions
Manage Cloud Analytics reports and get reports data in JSON format. Submits an async report execution job using an inline configuration. Returns 202 immediately with a Location header pointing to the operation status endpoint. Requires the Idempotency-Key header to ensure at-most-once submission. Duplicate requests with the same config for the same customer return the existing in-flight operation. Use ?dryRun=true to validate the config without creating an operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| config | No | Report configuration. | |
| dryRun | No | ||
| Idempotency-Key | Yes | ||
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. |