The API now includes a comprehensive workloadCaptures resource with methods for list, start, stop, and startReplay. This allows developers to securely store SQL queries and transactions from a primary instance and execute them on a separate instance to simulate production loads.
This update includes several breaking changes to the beta schema: fields such as workloadId, workloadCaptureState, startTime, endTime, and sourceInstance within the WorkloadCapture schema are now read-only/immutable. Furthermore, the project, instance, and workloadId parameters have been promoted to strictly required across these new methods.