Looking to add a disk via REST API.
So we're doing a GET on https://$host/catalog-service/api/consumer/resources/$resourceid/actions/$resourceActionId/requests/template
Then POST on https://$host/catalog-service/api/consumer/resources/$resourceid/actions/$resourceActionId/requests
Anyone know what the exact content we are using? Do you have to take the entire template with current default values + inject your new storage variables (which should only be $size per the GUI mandatory fields) ?
Or
just submit your new storage variables into the Content of the request