| HTTP Method | Description |
|---|---|
| GET | Retrieve data |
| POST | Upload data |
| PUT | Update data |
| DELETE | Delete data |
Endpoint
GET http://<Gateway_url>/cloud-discovery/api/v1/provider/<aws_azure_or_gcp>/discoveryWhere <aws_azure_or_gcp> is either aws,
azure, or gcp.
Authentication
The Cloud Discovery & Visibility API endpoints require an authorization token to be passed in the header to successfully execute. For more information on the API that retrieves an authorization token, refer to the REST API Swagger documentation.
REST API Swagger documentation
To access the REST API Swagger documentation, click
at the top of the CDV UI and select Go to API document. You
can also access this documentation by entering the following URL in your browser:
http://<Gateway_url_or_ip>/cloud-discovery/api/v1/doc
From here, you can view a list of all supported API methods, their input parameters, and test the API methods. You can also download the OpenAPI JSON specification using the following URL in your browser:
http://<Gateway_hostname_or_IP>/cloud-discovery/api/v1/swagger.json