Nerdio Manager Partner API - Getting Started
The Nerdio Manager Partner API allows MSPs to automate various actions in Nerdio Manager via APIs that they can do via the Nerdio Manager portal. For example, MSPs can create and manage host pools, session hosts, and desktop images all via APIs.
Follow these steps to start building out an integration with Nerdio Manager via APIs. REST API must be enabled to start building out an integration with Nerdio Manager via APIs.
To enable API for your Nerdio Manager installation:
In Nerdio Manager, at the MSP level, navigate to Settings > Integrations.
In the REST API tile, if the Current status is Disabled, select Disabled to enable it.
Note: The process of enabling API is a multi-step process. Follow the steps below in the pop-up window once you select Disable.
In Step #1, select Run.
This creates a new Azure application under the nerdio-nmm-app app registration that currently exists in your Azure tenant.
In Step #2, select Grant to navigate to your Azure portal and grant Admin consent and assign permissions to the application.
In the Azure portal, select Grant admin consent for Nerdio.
Navigate back to Nerdio Manager, and select the refresh icon to confirm that the permissions were granted correctly.
In Step #3, select Generate to generate the client secret and other details you need to make API calls.
Optionally, you can download a Postman collection to quickly start making API calls using Postman.
Select Close.
The API status is now Enabled. You are now ready to start making API calls.
Optionally, review the API documentation in Swagger by selecting the swagger link. In addition, you can download a Postman collection to start making API calls using Postman.
Comments (0 comments)