I’m trying to work with the VPGSettings calls and am looking at the Backup part of the JSON file.
How do you retrieve a Peer Sites Backup Repositories? I’m looking at retrieving the backup repository ID.
Actually, found it –
$baseURL + “virtualizationsites/” + $ZertoSiteIdentifier + “/repositories”
Seems to not be documented in the REST API docs.