Update a Resource or Resources Attached to a ZORG

Request

Response

 
METHODURL
PUThttps://zcm_ip:port/v1/zorgs/{zorgidentifier}/resources

Where:

zcm_ipThe 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.
zorgidentifierThe 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
}]

PARAMETERTYPEDESCRIPTION
IdentifierStringThe unique internal identifier of the resource.
TypeStringResource type.
MaskedNameStringAlternative name for the resource.
MaxStorageGBNumberLimit of the specific storage in GB.
MaxVmsNumberMax 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