Update a Resource or Resources Attached to a ZORG
METHOD | URL |
---|---|
PUT | https://zcm_ip:port/v1/zorgs/{zorgidentifier}/resources |
Where:
zcm_ip | The IP address of the Zerto Cloud Manager where the API is run. |
port | The port to access the Zerto Cloud Manager. The default port is 9989. |
zorgidentifier | The identifier of the ZORG |
Request
The following is an example request Json body.
[{
"Identifier": "urn:vcloud:vdc:8ca32559-fa1a-486b-8434-069e72f8025b",
"Type": "VCDOrganizationVirtualDatacenter",
"MaskedName": "test",
"MaxStorageGB": 10
"MaxVms": 10
}]
PARAMETER | TYPE | DESCRIPTION |
---|---|---|
Identifier | String | The unique internal identifier of the resource. |
Type | String | Resource type. |
MaskedName | String | Alternative name for the resource. |
MaxStorageGB | Number | Limit of the specific storage in GB. |
MaxVms | Number | Max number of virtual machines allowed in the resource pool. |
Response
The response body is empty.
Back to List of APIs
Back to ZORG APIs
See also Starting and Ending a Session