Zerto Virtual Replication APIs : ZORGs API
  
ZORGs API
/v1/vzorgs returns information about Zerto organizations, ZORGs, defined in the Zerto Cloud Manager that is connected to the site where the API runs.
URI
All ZORGs
https://zvm_ip:port/v1/zorgs
Single ZORG
https://zvm_ip:port/v1/zorgs/{zorgIdentifier}
Where:
zvm_ip
The IP address of the Zerto Virtual Manager where the API is run.
port
The port to access the Zerto Virtual Manager. The default port is 9669.
zorgIdentifier
The identifier of the ZORG for which information is returned.
HTTP Method
GET
Security
The API is exposed over HTTPS. Client code must use the x-zerto-session HTTP authorization header.
See Also
Starting a session: https://zvm_ip:port/v1/session – POST Method
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.
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.