VMware Cloud Director 10.x
Steps to change the Allocation Model using REST API via Postman:
GET https://<vcd_fqdn>/api/admin/vdc/<orgvdc-id>
<orgvdc-id>
with the ID of the Org VDC you wish to modify.Request Headers:Accept: application/*+json;version=<vcd-api-version>
Authorization: Bearer <vcd-auth-token>
PUT https://<vcd_fqdn>/api/admin/vdc/<orgvdc-id>
Accept: application/*+json;version=<vcd-api-version>
Authorization: Bearer <vcd-auth-token>
Content-Type: application/vnd.vmware.admin.vdc+json