Hello team
By morpheus cli I received correct curl command and added only cacert to make secure curl request
curl --cacert ca.pem -XPOST "https://url.com/api/apps" -H "Authorization: Bearer 12345678-1234-1234-1234-d57ccbb8c9e3" -H "Content-Type: application/json" -d '{
"templateId": 144,
"blueprintId": 144,
"blueprintName": "Aws-Devops",
"name": "ec2-aws-instance",
"description": null,
"group": {
"id": 2,
"name": "Public Clouds"
},
"defaultCloud": {
"id": 7
},
"environment": "dev"
}'
after 1 min I received next message
<html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
</body>
</html>
My account have max permission(admin under master tenant) and bearer morph-api I use to send request
at the same time app start to create
Why I dont receive status code success
Morpheus 6.2.6