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.
This article discusses how you can try out the API feature and make test calls using Swagger.
You can navigate to the Swagger site from Nerdio Manager.
To navigate to the Swagger site:
-
In Nerdio Manager, at the MSP level, navigate to System > System Settings > Integrations.
-
In the REST API area, select swagger to open the Swagger site for your install of Nerdio Manager.
Note
If the Current status is Disabled, you must enable it. See Nerdio Manager Partner API - Getting Started for details.
You must first perform an authorization before you can execute API calls from Swagger.
To authorize Swagger:
-
In Swagger, on the main page, select Authorize.
-
Enter the client_id and client_secret you obtained when you enabled API.
-
Once you have entered all the required information, select Authorize.
Note
Once you successfully authorize Swagger, you are returned to the Swagger site and the green lock next to Authorize shows it is locked. You are now ready to start making API calls.
An easy way to get started is to call the Test API.
To perform the Test API call:
-
In Swagger, on the main page, in the Test API, select Try it out.
Note
This API does not accept any parameters, therefore the Parameters section says "No parameters."
-
Select Execute.
-
Once the API call completes, review the information presented in the Responses section.
Note
You can now try out the other API endpoints. Each API accepts different parameters and the response for each API are different.
Comments (0 comments)