Restore a Cloud Config Subclient
Select
SaaS
Customer Managed
Restore a Cloud Config Subclient.
Path Parameters
- subclientId string required
Id of an cloud config subclient
- application/json
Request Body
- jobId int32
CloudConfig backup jobId
cloudConfigDestinationInfo object
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 /v4/cloud/cloudconfig/subclient/:subclientid/restore
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/v4/Cloud/CloudConfig/Subclient/:subclientId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"jobId": 0,
"cloudConfigDestinationInfo": {
"azure": {
"region": "string"
},
"oci": {
"region": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/v4/Cloud/CloudConfig/Subclient/:subclientId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"jobId": 0,
"cloudConfigDestinationInfo": {
"azure": {
"region": "string"
},
"oci": {
"region": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/v4/Cloud/CloudConfig/Subclient/:subclientId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"jobId": 0,
"cloudConfigDestinationInfo": {
"azure": {
"region": "string"
},
"oci": {
"region": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/v4/Cloud/CloudConfig/Subclient/:subclientId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"jobId": 0,
"cloudConfigDestinationInfo": {
"azure": {
"region": "string"
},
"oci": {
"region": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/v4/Cloud/CloudConfig/Subclient/:subclientId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"jobId": 0,
"cloudConfigDestinationInfo": {
"azure": {
"region": "string"
},
"oci": {
"region": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/v4/Cloud/CloudConfig/Subclient/:subclientId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"jobId": 0,
"cloudConfigDestinationInfo": {
"azure": {
"region": "string"
},
"oci": {
"region": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/v4/Cloud/CloudConfig/Subclient/:subclientId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"jobId": 0,
"cloudConfigDestinationInfo": {
"azure": {
"region": "string"
},
"oci": {
"region": "string"
}
}
}'