Validate Restore
Select
SaaS
Customer Managed
Validate Restore
Path Parameters
- vmGuid string required
- application/json
Request Body
- fromTime string
Restore window UTC from time. Valid Formats: yyyy-MM-ddTHH:mm:ss or yyyy-MM-ddTHH:mm:sszzz or yyyy-MM-dd
- toTime string
Restore window UTC to time. Valid Formats: yyyy-MM-ddTHH:mm:ss or yyyy-MM-ddTHH:mm:sszzz or yyyy-MM-dd
- backupSource int32
Backup source information from where you want to restore. 0 (Automatic), 1 (Snap Copy), 2 (Primary), 3 to N (Aux Copy)
accessNode object
accessNodeGroup object
- notifyOnJobCompletion boolean
Default value:
false
Enable email notificaiton for job status. Defaults to false
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"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 /vm/:vmguid/restore/validate
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/VM/:vmGuid/Restore/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"fromTime": "2024-04-10T14:00:00",
"toTime": "2024-04-11T14:00:00",
"backupSource": 2,
"accessNode": {
"id": 0,
"name": "string"
},
"accessNodeGroup": {
"id": 0,
"name": "string"
},
"notifyOnJobCompletion": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/VM/:vmGuid/Restore/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"fromTime": "2024-04-10T14:00:00",
"toTime": "2024-04-11T14:00:00",
"backupSource": 2,
"accessNode": {
"id": 0,
"name": "string"
},
"accessNodeGroup": {
"id": 0,
"name": "string"
},
"notifyOnJobCompletion": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/VM/:vmGuid/Restore/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"fromTime": "2024-04-10T14:00:00",
"toTime": "2024-04-11T14:00:00",
"backupSource": 2,
"accessNode": {
"id": 0,
"name": "string"
},
"accessNodeGroup": {
"id": 0,
"name": "string"
},
"notifyOnJobCompletion": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/VM/:vmGuid/Restore/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"fromTime": "2024-04-10T14:00:00",
"toTime": "2024-04-11T14:00:00",
"backupSource": 2,
"accessNode": {
"id": 0,
"name": "string"
},
"accessNodeGroup": {
"id": 0,
"name": "string"
},
"notifyOnJobCompletion": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/VM/:vmGuid/Restore/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"fromTime": "2024-04-10T14:00:00",
"toTime": "2024-04-11T14:00:00",
"backupSource": 2,
"accessNode": {
"id": 0,
"name": "string"
},
"accessNodeGroup": {
"id": 0,
"name": "string"
},
"notifyOnJobCompletion": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/VM/:vmGuid/Restore/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"fromTime": "2024-04-10T14:00:00",
"toTime": "2024-04-11T14:00:00",
"backupSource": 2,
"accessNode": {
"id": 0,
"name": "string"
},
"accessNodeGroup": {
"id": 0,
"name": "string"
},
"notifyOnJobCompletion": false
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/VM/:vmGuid/Restore/Validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"fromTime": "2024-04-10T14:00:00",
"toTime": "2024-04-11T14:00:00",
"backupSource": 2,
"accessNode": {
"id": 0,
"name": "string"
},
"accessNodeGroup": {
"id": 0,
"name": "string"
},
"notifyOnJobCompletion": false
}'