I'm trying to create some scheduled tasks via the API but I keep getting a 404 error with the following message:
"RESTEASY003210: Could not find resource for full path: https://localhost/v1/api/scheduledtasks"
Here's what my api call looks like:
curl -k -X GET https://localhost:443/api/scheduledtasks -H 'api-secret-key: redacted' -H 'api-version: v1'
I'm able to list out other configurations like policies and system settings using the api so I don't think it is an authentication problem.
Any help would be greatly appreciated!