Full Application Restore - Restore backed up Applications of the application group
Select
SaaS
Customer Managed
API to run Full Application Restore for an application group
Path Parameters
- applicationGroupId int32 required
ID of the application group to restore from
- application/json
Request Body
applications object[]
GUID string requiredname stringnameSpace stringSpecify destination namespace of the Application (Picks the source namespace if not specified)
storageClass stringSpecify destination storage class to use for restoring PVC (Picks the source storage class if not specified)
- inPlace boolean
Run In-Place restore job
destinationCluster object
id int32name stringaccessNode object
id int32name string- overwrite boolean
Default value:
false
Overwrite if already present
timeRange object
Time range is for time related token rule values to specify from and to time in unix timestamp format.
fromTime stringFrom time value in unix timestamp format
toTime stringTo time value in unix timestamp format
- modifier string
Specify list of resource modifier YAML as a string
Responses
- 200
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...