Zerto Virtual Replication APIs : ZORGs API : Format
  
Format
Json, XML
Request Format
The request body is empty.
Json Response Format
The following is an example response Json body for https://zvm_ip:port/v1/zorgs and for https://zvm_ip:port/v1/zorgs/{zorgIdentifier}.
[{
  "Link": {
    "href": "String content",
    "identifier": "String content",
    "rel": "String content",
    "type": "String content"
  },
  "ZorgIdentifier": "String content"
  "ZorgName": "String content"
}]
XML Response Format
For the XML response format, see “ZORG API XML Response Format”, on page 268.
Response Values
Response values for https://zvm_ip:port/v1/zorgs and for https://zvm_ip:port/v1/zorgs/{zorgIdentifier}.
Parameter
Description
Link
The link details.
href
The URL used.
identifier
The internal ZORG identifier.
rel
The next path level for the API relative to the current path.
type
The API interface service.
ZorgIdentifier
The identifier of the ZORG, Zerto organization, defined in the Zerto Cloud Manager.
ZorgName
The name of the organization set up in Zerto Cloud Manager that uses a cloud service provider for recovery.
PowerShell Scripts
For complete PowerShell Scripts, see “Code Samples”, on page 20.