Automating with Nautobot Apps
After developing a custom Nautobot app to store data relevant to your particular organization’s needs in Chapter 15, you can logically proceed to the next step: automating the application of this data to your actual day-to-day network operations. This chapter will cover a number of ways that you can achieve this goal through Nautobot by further extending your app and through the use of jobs, which were initially covered in Chapter 11.
The chapter will cover the following main topics:
- A real-world use case for network automation in a Nautobot app
- Building an App for network automation
- Next steps on your journey