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[]
Responses
- 200
- 400
- 500
List of available regions of provided entity
- application/json
- Schema
- Example (from schema)
Schema
entities object[]
{
"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
}
POST /v4/recoveryentity/backupcopy/regions
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/RecoveryEntity/BackupCopy/Regions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entities": [
{
"entity": {
"id": 0,
"GUID": "string",
"name": "string"
},
"workloadType": "GENERIC"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/RecoveryEntity/BackupCopy/Regions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entities": [
{
"entity": {
"id": 0,
"GUID": "string",
"name": "string"
},
"workloadType": "GENERIC"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/RecoveryEntity/BackupCopy/Regions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entities": [
{
"entity": {
"id": 0,
"GUID": "string",
"name": "string"
},
"workloadType": "GENERIC"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/RecoveryEntity/BackupCopy/Regions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entities": [
{
"entity": {
"id": 0,
"GUID": "string",
"name": "string"
},
"workloadType": "GENERIC"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/RecoveryEntity/BackupCopy/Regions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entities": [
{
"entity": {
"id": 0,
"GUID": "string",
"name": "string"
},
"workloadType": "GENERIC"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/RecoveryEntity/BackupCopy/Regions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entities": [
{
"entity": {
"id": 0,
"GUID": "string",
"name": "string"
},
"workloadType": "GENERIC"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/RecoveryEntity/BackupCopy/Regions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"entities": [
{
"entity": {
"id": 0,
"GUID": "string",
"name": "string"
},
"workloadType": "GENERIC"
}
]
}'