Hi
I try to create and on demand backup with api call
curl --user "$publicKey:$privateKey" \
--digest \
--header "Accept: application/json" \
--include \
--request POST $base_url/api/public/v1.0/groups/$projectId/clusters/$clusterId/snapshots?pretty=true \
--data '{ "description" : "On Demand Snapshot by API call", "retentionInDays" : 3 }'
But I get a 405 answer “Method not allowed”, this seems possible with Atlas but not with ops manager. Can someone confirm my understanding ?