We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting or stopping SQL protection jobs with the cohesity_job module.
Currently, the only supported environments types are list in the choices: "VMware", "PhysicalFiles", "Physical", "GenericNas", "View"
For future enhancements, the below list should be consulted (like SQL).
- name: Start sql backup job cohesity.dataprotect.cohesity_job: cluster: "{{ cluster }}" username: "{{ username }}" password: "{{ password }}" state: started/stopped name: sql_server environment: SQL ondemand_run_type: Regular include: - {{ db_name/db_id }}]
The text was updated successfully, but these errors were encountered:
Same enhancement request, but also add "Oracle" to the list as well.
Error when specifying Oracle as above.
fatal: [localhost]: FAILED! => {"changed": false, "msg": "value of environment must be one of: VMware, PhysicalFiles, Physical, GenericNas, View, got: Oracle"}
Is there a current workaround if its "Oracle" and I need to specify something different or will that also not work currently?
Sorry, something went wrong.
@MrEuds @darthVikes Kindly reach out to your accounts team to request for these features.
naveena-maplelabs
No branches or pull requests
🚀 Feature Request
Starting or stopping SQL protection jobs with the cohesity_job module.
Reference in cohesity_job
Currently, the only supported environments types are list in the choices:
"VMware", "PhysicalFiles", "Physical", "GenericNas", "View"
For future enhancements, the below list should be consulted (like SQL).
Example or reference
The text was updated successfully, but these errors were encountered: