Skip to content

REST API Index

In this section, the word instance refers to any object type supported by eNMS. In a request, <instance_type> can be any of the following: device, link, user, service, task, pool, result.

The list of all REST endpoints is defined in rbac.json under the rest_endpoints key. You can add custom endpoints by updating that list and adding the corresponding function in the rest_api.py file.