CE-3204: Refactor Operation endpoints
- Removed fetchDeployment (details) endpoint
- Renamed Operations controller to Jobs controller
- Moved START/STOP/DEPLOY/UNDEPLOY to the new endpoint, and removed "/operation" from the url
- Refactored the list operations endpoint to "/jobs"
- Refactored the Operation details endpoint to "jobs/{operation_id}"
- Refactored AWX log endpoint to "jobs/{awx_job_id}/awx/log"
- Refactored AWX job status endpoint to "job/{awx_job_id}/awx/status"
Closes CE-3204