You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marathon operations (like send_create_app_req) required a body parameter passed (json format like sample-marathon-app.json).
It would be much better for CloudSlang users to create this body on the fly an take inputs in parameters like id, cpu, mem, instances, ... Otherwise, the only value provided is the URL pre-created for the CloudSlang users and there is no value from this operation compared to directly using rest api operation.
Hello,
Marathon operations (like send_create_app_req) required a body parameter passed (json format like sample-marathon-app.json).
It would be much better for CloudSlang users to create this body on the fly an take inputs in parameters like id, cpu, mem, instances, ... Otherwise, the only value provided is the URL pre-created for the CloudSlang users and there is no value from this operation compared to directly using rest api operation.
Here an example
Instead of pass-through body, we should take inputs and build this body inside the operation, but more valuable for CloudSlang users.
Best Regards,
Michaël B.
The text was updated successfully, but these errors were encountered: