| POST | /restoreprocess |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| imageName | body | string | No | |
| SlaID | body | int | No | |
| StartVM | body | bool | No | |
| ResumeProtection | body | bool | No | |
| UserId | body | Guid | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| sessionId | form | string | No | |
| datacenterLocation | form | string | No | |
| orgName | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | IList<TypeProcessJob> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Process_Id | form | Guid | No | |
| User_Id | form | Guid | No | |
| Job_Id | form | Guid | No | |
| Customer_Id | form | Guid | No | |
| Precedence | form | int | No | |
| Status | form | int | No | |
| Verb | form | string | No | |
| URI | form | string | No | |
| Body | form | string | No | |
| Start_UTC | form | DateTime | No | |
| Finish_UTC | form | DateTime | No | |
| Created_UTC | form | DateTime | No | |
| Created_By | form | string | No | |
| Updated_UTC | form | DateTime | No | |
| Updated_By | form | string | No | |
| JobType_Id | form | Guid | No | |
| JobStatus_Percentage | form | int | No | |
| JobStatusPollingType_Id | form | Guid | No | |
| Actifio_JobId | form | string | No | |
| Retry | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /restoreprocess HTTP/1.1
Host: n3tapi.palmettovdc.com
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"imageName":"String","slaID":0,"startVM":false,"resumeProtection":false,"userId":"00000000000000000000000000000000","sessionId":"String","datacenterLocation":"String","orgName":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}