Lists copy with available regions of given entities
Select
SaaS
Customer Managed
List of regions that have recoverable backup copy of entities
- application/json
Request Body
entities object[]
List of entites and their workload type
entity object required
id int32GUID stringname stringworkloadType string requiredPossible values: [
GENERIC
,O365
,SALESFORCE
,EXCHANGE
,SHAREPOINT
,ONEDRIVE
,TEAMS
,DYNAMICS_365
,VSA
,FILESYSTEM
,KUBERNETES
,AZURE_AD
,CLOUD_LAPTOP
,FILE_STORAGE_OPTIMIZATION
,DATA_GOVERNANCE
,E_DISCOVERY
,SQL_SERVER
,ORACLEDB
,DB2
,ACTIVE_DIRECTORY
,DATABASE
,PHYSICAL_SERVER
,GOOGLE_CLOUD_PLATFORM
]
Responses
- 200
- 400
- 500
List of available regions of provided entity
- application/json
- Schema
- Example (from schema)
Schema
entities object[]
List of entities and their copy available region details
entity object
id int32GUID stringname stringregionInfo object[]
List of copy available regions of entity
entityRegionType stringPossible values: [
BACKUP
,WORKLOAD
]region object
id int32name string
{
"entities": [
{
"entity": {
"id": 0,
"GUID": "string",
"name": "string"
},
"regionInfo": [
{
"entityRegionType": "BACKUP",
"region": {
"id": 0,
"name": "string"
}
}
]
}
]
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...