get https://helios.cohesity.com/v2/mcm/site-continuity/v2/sites
Privileges: DRAAS_VIEW
Returns a list of available sites based on the defined
filter criteria.
Log in to see full request history
Responses
Privileges: DRAAS_VIEW
Returns a list of available sites based on the defined
filter criteria.
xxxxxxxxxx
curl --request GET \
--url https://helios.cohesity.com/v2/mcm/site-continuity/v2/sites \
--header 'accept: */*'
xxxxxxxxxx
25}
{
"sites": [
{
"id": 0,
"healthStatus": "NotReachable",
"name": "string",
"type": "OnPrem",
"location": {
"city": "string",
"country": "string",
"iso": "string",
"latitude": 0,
"longitude": 0,
"state": "string"
},
"onPremParams": {
"clusterId": 0,
"incarnationId": 0
}
}
],
"paginationInfo": {
"cookie": "string"
}