...
The ProVision API is a RESTful API to access your data in the tools. REST relies on stateless, client-server communication, and is implemented using the HTTP protocol (APIv2 uses HTTPS). It is a simple and lightweight alternative to Web Services and can implemented in nearly any language. The ProVision API operates similarly to other popular ReST REST APIs you may have worked with, such as Facebook or Twitter.
...
Here are some important details about our ReST REST implementation:
- The API only comes with the full ProVision IPAM product.
- All transactions are over HTTPS (SSL - port 443) only. Any transaction not using SSL will be rejected, and you will have potentially exposed sensitive data.
- All API results are formatted in JSON. XML support is coming soon.
- APIv2 requests use standard HTTP methods such as GET, PUT, POST, PATCH, and DELETE. We suggest using POST if the length of data in the request is over 8KB.
- You can use any language you would like to query the API. We currently have an SDK for PHP and one for Python. Looking at the sample code would probably help you implement it in any language though.
...
Info | ||
---|---|---|
| ||
Public APIv2 documentation is located at https://cloud.6connect.com/APIv2/ on our Swagger page. APIv2 documentation includes:
|
...
Public APIv2 documentation is located at https://cloud.6connect.com/APIv2/ on our Swagger page.
Existing customers may also access APIv2 Documentation from your ProVision instance (user must have Admin permissions):
...