Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Latest commit

 

History

History

REST_APIs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Table of Contents

About CVP REST APIs

CVP REST APIs can be used to:

  • Collect information about CVP inventory, containers, configlets ...
  • Configure containers, configlets ...

Requirement

Token based authentication is required. To enable token based authentication, refer to this directory

REST API Explorer

Use the REST API Explorer under Settings > Developer Tools > REST API Explorer in the CVP GUI.

REST APIs examples

You will find in this directory examples using:

  • The Wget command-line tool
  • The cURL command-line tool
  • The requests Python library