Hi everyone, I'm new to Splunk Cloud, and trying to implement test runs for post deployment in our CI/CD pipelines. We have many Tests in Synthetics and want to use them after the deployments, so th...
See more...
Hi everyone, I'm new to Splunk Cloud, and trying to implement test runs for post deployment in our CI/CD pipelines. We have many Tests in Synthetics and want to use them after the deployments, so that we can understand everything went well. My problem is that, I make an API call to /tests/api/try_now from Postman with json body (test) and it works perfectly, but when I make the same call with CURL it hangs. I used this documentation : https://dev.splunk.com/observability/reference/api/synthetics_api_tests/latest#endpoint-createtrynowapitest I tried many versions of the test json, sometimes it works with only one resource in it, sometimes it works without validation. My request test json is created automatically from an existing test, so I don't want to change it. What can be the problem that it works with Postman but not cURL? Any help is appreciated. Regards, ilker