Ajax code for calling Cloudify Rest API responds with error "undefined" – Jquery ajax
I am trying to call a REST API post method to Cloudify. I can run this successfully from commandline. Please see the command. curl -X POST --header "Tenant: default_tenant" --header "Content-Type: application/json" -u admin:admin -d '{"deployment_id": "OSCreateVM", "workflow_id": "install"}' "http://xxxxxxxxx/api/v3.1/executions?_include=id"…