In the official document, we have https://{{vra_host}}/catalog-service/api/consumer/resources/{{resourceId}}/actions/{{actionId}}/requests/template
and it works for build-in resource actions like "power off" etc. However for CUSTOM resource actions, for instance, "change password for a db vm", it always returns "unsupported operation". If it's unsupported operation, then where is the "supported operation". I'm almost 100% sure there would a way to request a CUSTOM resource action by the script, but how? where is the request template?
Appreciated,