NVP
| nvp set <file-name> <key> <value> [force] Changes the configuration of a file based on the key-value pair provided by the user | ||
| Syntax Description | file-name | Refers to the file name | 
| key | Refers to the key | |
| value | Refers to the value | |
| force | Allows the command to proceed even if the configuration does not currently exist | |
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp get | |
| Notes | Force Option: 
 | |
| nvp get <file-name> <key> Retrieve the configuration of file based on the key entered by the user | ||
| Syntax Description | file-name | Refers to the file name | 
| key | Refers to the key | |
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp set | |
| Notes | Get can retrieve the configuration of only those files, that have been modified via the nvp set. | |
| nvp dump Generates a JSON file containing the configuration of all the NVP-supported configuration files | ||
| Syntax Description | N/A | |
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp set nvp append | |
| Notes | ||
| nvp append <file-name> <config-line> Adds any new configuration line as plain text to the configuration | ||
| Syntax Description | file-name | Refers to the file name | 
| config-line | Refers to the config line | |
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp reset | |
| Notes | ||
| nvp reset <file-name> Clears the configuration file that has a plain text format | ||
| Syntax Description | file-name | Refers to the file name | 
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp append | |
| Notes | ||
| nvp discard [file-name] Removes configuration changes from the transaction folder in NVP. | ||
| Syntax Description | file-name | Refers to the file name | 
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp set nvp append | |
| Notes | ||
| nvp backup [backup-name] Creates a backup archive of all NVP-supported configuration files. | ||
| Syntax Description | backup-name | Name of the archive containing the backup configuration | 
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp upload nvp delete | |
| Notes | ||
| nvp delete <backup-name> Removes a specified backup file created using the  | ||
| Syntax Description | backup-name | Name of the archive containing the backup configuration | 
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp backup | |
| Notes | ||
| nvp fetch <url> Download an NVP backup archive file from a remote host. | ||
| Syntax Description | url | The URL path from where the NVP archive file can be downloaded. https, scp and sftp are supported. Example: scp://username[:password]@hostname/path/filename | 
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp backup nvp upload | |
| Notes | ||
| nvp upload <backup-name> <url> Uploads an NVP backup archive file to a remote host. | ||
| Syntax Description | backup-name | Name of the backup file | 
| url | The URL path where the NVP archive file can be uploaded to. Supported formats: https, scp and sftp. Example: scp://username[:password]@hostname/path/filename | |
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp backup | |
| Notes | ||
| nvp rollback <backup-name> [force] Restores a previous configuration from a specified backup file in NVP | ||
| Syntax Description | backup-name | Name of the archive file containing the backup configuration | 
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp backup nvp apply | |
| Notes | If the      
Since the Rollback action overwrites the transactional folder, users must subsequently call     
 | |
| nvp apply [ force | no-restart] Moves all the files that have been changed via the nvp set / append commands to their original location and restarts the UFM Server for changes to take effect. | ||
| Syntax Description | force | Performs nvp apply without any prompts | 
| no-restart | Apply the updated configuration without restarting UFM. | |
| Default | N/A | |
| Configuration Mode | config | |
| History | 4.18.0 | |
| Example | 
            
             | |
| Related Commands | nvp set nvp append nvp reset nvp discard | |
| Notes | ||