POST /admin/org/{id}/vdcs
- Operation:
- POST /admin/org/{id}/vdcs
- Description:
- Creates a virtual data center in an organization.
The organization reference is ignored and is extracted from the id parameter.
The admin can disable an organization vDC. This will prevent any
further allocation to be used by the organization. Changing the state will
not affect allocations already used.
For example, if an organization vDC is disabled, an organization user cannot
deploy or create a new virtual machine in the vDC (deploy uses memory and
cpu allocations, and create uses storage allocation).
- Since:
- 0.9
- Input parameters
-
- Consume media type(s):
- application/vnd.vmware.admin.vdc+xml
- Input type:
- AdminVdcType
- Output parameters
-
AdminVdcType The created vdc with an HTTP status code of Created on Success.
- Produce media type(s):
- application/vnd.vmware.admin.vdc+xml
- Output type:
- AdminVdcType
- Examples
-