How do I check the auxiliary database backup status?

Purpose

Perform this procedure to learn the status of the most recently invoked auxiliary database backup.

Steps
 

Log in to a station that has access to the NSP cluster.


Open a console window.


Issue the following RESTCONF API call:

Note: In order to issue a RESTCONF API call, you require a token; see the My First NSP API Client tutorial on the Network Developer Portal for information.

GET https://address/RESTCONF/data/nsp-auxdb-backup:status

where address is the NSP advertised address

The response includes the auxiliary database backup status.


View the status, which is one of the following:

  • never_run—no initial backup performed

  • running—backup in progress

  • failed—backup attempt unsuccessful

  • success—backup completed successfully

  • unknown—status unavailable


If the status value is failed or unknown, contact technical support to investigate.


Close the console window.

End of steps