[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Get Restore Status Report

Description

Get currently running or last Restore job status

Request

Request

URL

URL


get
https://vrni.example.com/api/ni/settings/restore/status
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns BackupRestoreStatusResponse of type(s) application/json
{
    "backup_file_name": "vrni_backup-10000-2020-12-15-13-00-40.tar",
    "status": "IN_PROGRESS",
    "status_updated_timestamp": "vrni_backup-10000-2020-12-15-13-00-40.tar"
}
string
backup_file_name Optional

File name of backup tar file


array of string
failed_components Optional

List of components failed to backup or restore


string
status Optional

Status of currently executing or last backup-restore job


string
status_updated_timestamp Optional

TimeStamp of the last status update

Errors

Errors

ApiError
400

Bad Request


ApiError
401

Unauthorized


ApiError
404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl https://vrni.example.com/api/ni/settings/restore/status


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Settings Operations
Feedback

Was this page helpful?