Get Backup Status
Get currently running or last Backup job status
Request
URI
GET
https://vrni.example.com/api/ni/config/backup/status
COPY
Responses
200
OK
Returns ConfigBackupRestoreStatusResponse of type(s) application/json
{
"status": "IN_PROGRESS",
"backup_file_name": "vrni_backup_ondemand-10035-b-1653674278517.tar",
"status_updated_timestamp": 1653674278517,
"metadata": [
{
"componentName": "DATA_SOURCES",
"totalCount": 0,
"successCount": 0,
"failedEntities": [
{
"nickName": "SiteT_24_Openshift-VC",
"errorCode": -8,
"errorDescription": "Unknown host",
"entityAttributes": [
{
"key": "Data Source Type",
"value": "VCENTER"
}
]
}
]
}
]
}
string
status
Optional
Status of currently executing or last backup-restore job
string
backup_file_name
Optional
File name of backup tar file
string
status_updated_timestamp
Optional
TimeStamp of the last status update
400
Bad Request
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
401
Unauthorized
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
404
Not Found
Returns ApiError of type(s) application/json
{
"code": 0,
"message": "string",
"details": [
{
"code": 0,
"message": "string",
"target": [
"string"
]
}
]
}
integer As int32 As int32
code
Optional
code
string
message
Optional
message
500
Internal Error
Operation doesn't return any data structure