GET backups/:config_script_base/:archive_id

Returns details on a specific backup. You must provide the :config_script_base. This value is the name of a vbr config file (without the .ini filename extension) that resides in /opt/vertica/config. The :archive_id is the value of the backup field that the GET backups command returns.

Resource URL

https://<NODE>:5444/backups/:config_script_base/:archive_id

Authentication

Requires a VerticaAPIKey in the request header.

The API key must have restricted level security or higher.

Parameters

None.

Example Request

GET
https://<NODE>:5444/backups/backup3/backup3_20140707_123254

Response:

{
    "backup": "backup3_20140707_123254",
    "config_file": "/opt/vertica/config/backup3.ini",
    "epoch": "62",
    "hosts": "v_vmart_node0001(10.20.100.247)",
    "objects": ""
}