Namespace Level Restore - Restore backed up Namespaces of the application group
Select
SaaS
Customer Managed
API to run Namespace Level Restore for an application group
Path Parameters
- applicationGroupId int32 required
ID of the application group to restore from
- application/json
Request Body
- restoreApplications boolean
Default value:
true
Restore Applications of the Namespace
namespaces object[]
GUID string requiredname string- 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...