Table of Contents
CVP REST APIs can be used to:
- Collect information about CVP inventory, containers, configlets ...
- Configure containers, configlets ...
Token based authentication is required. To enable token based authentication, refer to this directory
Use the REST API Explorer under Settings > Developer Tools > REST API Explorer in the CVP GUI.
You will find in this directory examples using:
- The Wget command-line tool
- The cURL command-line tool
- The requests Python library