Quick question about bulk creating report definitions via Platform API. Using Python SDK v3.0.1. Script loops through YAML config, POSTs to /api/v2/analytics/report/definitions.
First 5 succeed. 6th returns 409 Conflict. Body says Resource with name 'Daily CSAT' already exists. Checked ID cache, no duplicates.
“If a resource with the same name exists in the same scope, the API returns a 409 Conflict.”
Is there a hidden scope or delay? Terraform genesyscloud_reporting_report_definition handles this fine. API should too.