
Sites
The /Sites resource collection represents all registered VAO sites. The collection includes resources which represent individual sites and have specific system IDs.
Collection URL
The resource collection is located at the following URL:
https://<hostname>:<port>/v1/Sites |
Collection Representation
[ { "name": "Columbus", "id": "395f865b-c111-4729-8813-913304d0cb94", "serverName": "UWIN2012R2", "contactName": "John Smith", "contactEmail": "john.smith@veeam.com", "contactTel": "18002223344", "description": "Placed on the uwin2012r2", "type": "Dr", "_links": { "self": { "href": "/v1/Sites/395f865b-c111-4729-8813-913304d0cb94" }, "failoverPlans": "/v1/sites/395f865b-c111-4729-8813-913304d0cb94/failoverPlans" } }, { "name": "Ontario", "id": "76da0d75-75b0-4675-8296-0142ad0d52a7", "serverName": "uwin2012r2LT", "contactName": "Wendy May", "contactEmail": "wendy.may@veeam.com", "contactTel": "18003334455", "description": "Placed on the uwin2012r2lt", "type": "Production", "_links": { "self": { "href": "/v1/Sites/76da0d75-75b0-4675-8296-0142ad0d52a7" }, "failoverPlans": "/v1/sites/76da0d75-75b0-4675-8296-0142ad0d52a7/failoverPlans" } } ] |
In This Section: