Setting up new tenants is getting to be a really tedious chore, and I’d love to be able to automate it by setting up as much of the necessary CloudForms bits as possible programatically … like groups & role mappings.
I can find documentation for creating roles, and even tenants, in the REST API docs, but nothing about groups, and when I try some stab-in-the-dark approaches I get knocked back with an error that suggests the POST method is unsupported on the /api/groups collection.
It seems odd that roles can be created but not groups. Is this by design, or am I doing something wrong and just haven’t found the right documentary guidance yet?