Zerto Cloud Manager APIs : Sites APIs : List a Site’s Datastores
  
List a Site’s Datastores
Request
Response
 
method
url
GET
https://zcm_ip:port/v1/sites/{siteidentifier}/hosts/{hostidentifier}/datastores
 
Where:
 
zcm_ip
The IP address of the Zerto Cloud Manager where the API is run.
port
The port to access the Zerto Cloud Manager. The default port is 9989.
siteidentifier
Internal identifier for the cloud site.
 
Request
The request body is empty.
Response
The following is an example json response body.
 
[{
  "DatastoreIdentifier": "datastore-198.96583a9b-750c-4357-a7a4-c43dcd365375",
  "DatastoreName": "BK3BL2-0506_EQL_DS (71.8GB free of 299GB)",
  "IsActive": true
}]
 
rESPONSe
Type
Description
DatastoreIdentifier
String
Internal identifier for the datastore.
DatastoreName
String
Datastore name.
IsActive
Boolean
Boolean value, indicating whether the datastore is active.
 
Back to Sites APIs
Back to List of APIs
See also Starting and Ending a Session.