Restore appliance

Restore appliance

API to restore appliance

Request
URI
POST
https://{api_host}/restore/tca
COPY
Header Parameters
string
Accept
Required

application/json

string
Content-Type
Required

application/json


Request Body
InlineRestoreTcaRequestBody of type(s) application/json
Optional
{
    "restoreFromServer": false,
    "fileName": "string"
}
boolean
restoreFromServer
Optional

restoreFromServer

string
fileName
Optional

fileName

Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns InlineRestoreTca200Response of type(s) application/json
{
    "jobId": "string"
}
string
jobId
Optional

jobId