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
I have the requirement to schedule a Cloud Foundry Task with a specific amount of memory. As documented in the Cloud Foundry Controller API Documentation at Create a task this can be done by passing the attribute "memory_in_mb" in the request.
I've searched for an option to do this in the SAP Job Scheduling Service. Unfortunately I found no obvious hint. At the end I've tried with the data that I set via the UI:
I suggest that the documentation for the UI and REST API gets extended and provides more information what parameters can be passed.