Zerto APIs : ZORGs API : Format
  
Format
Json, XML
Request Body Using Json Format
The request body is empty.
Response In Json 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 402.
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 “Examples”, on page 23.