Skip to content

Nerve API example scripts

The Nerve team provides an wrapper of the REST API of the Nerve Management System in Python. This interface handles authentication, and management of nodes and workloads of the Nerve API. The wrapper can be used to integrate Nerve related tasks into a build pipeline. For example, it can create a workload and deploy it on a test node when a new version of an application image is built. For documentation and instructions on how to use the scripts, refer to TTTech Nerve GitHub page nerve-api-python.

On top of the nerve-api-python scripts, the Nerve team offers a command line interface (CLI) to access the Nerve Management System. This CLI is essentially a more convenient way to use nerve-api-python scripts. It is a quick and simple way to integrate Nerve-related workflows into a build pipeline. It also automates common tasks such as workload creation and deployment. For documentation and instructions on how to use the scripts, refer to TTTech Nerve GitHub page nerve-api-cli.