RESTCONF Service Setup with Certificate-Based Authentication and NACM

This recipe demonstrates how to set up and use the RESTCONF API available in TNSR.

RESTCONF is desirable for its ability to implement changes to TNSR remotely using the API, but allowing remote changes to TNSR also raises security concerns. When using RESTCONF, security is extremely important to protect the integrity of the router against unauthorized changes.

Note

RESTCONF deals in JSON input and output, which is easily parsed by a variety of existing utilities and libraries for programming languages.