APIv2 is ProVision's currently supported RESTful API version. APIv2 improvements include:
To test APIv2 queries, you may:
Public APIv2 documentation is located at https://cloud.6connect.com/APIv2/.
APIv2 documentation includes:
Existing customers may access APIv2 documentation from your ProVision instance (user must have Admin permissions):
Under "OpenAPI 3.0 Specification" click the Swagger link provided.
![]() |
On the 6connect Provision API Swagger home page, click on the name link for the API family that you wish to browse (IPAM, Resource, DNS, etc).
![]() |
Once on an API Family page, verify that the displayed server name is correct for your instance/local server.
In most situations, only one ProVision instance/server will be displayed, with authentication already provided from your ProVision login. If your ProVision session has ended, or the server changed, you may need to re-provide ProVision credentials by clicking the "Authorize" button.![]() |
Scroll further down the page and begin reviewing available APIv2 calls and details. Clicking on any call will expand it to view parameter details - you can even test call responses (using your instance data) by clicking "Try it Out"!
The detail information includes a description, parameter list (required parameters are marked with a *), and response information ![]() |
Some calls that involve a JSON request body payload (PUT, PATCH, etc) will display "Example Value" and "Model" information under a "Request Body" section - additional parameter descriptions may be displayed under "Model" Information.
Clicking on "Example Value" will show an example of a JSON request body for that call. ![]() Clicking on "Model" will display details and descriptions of the request body parameters, if available. ![]() |
Additional "Model" examples are available at the bottom of the page with additional descriptive information.
At the bottom of the page, click on "Models".![]() ![]() |
You may test queries in Swagger by using the "Try it out" button for any call.
Expand the call to view its details, then click the "Try it out" button.
![]() |
Input the desired parameters to test, and click "Execute".
![]() If the call is a method that uses a JSON request body, you will have the option to edit the body text in the "Example Value" box - when done, click "Execute". ![]() |
The example response will display under "Responses" after being executed.
![]() |