How to Access and Use Saner CVEM API

Modified on Tue, 7 Oct at 8:59 AM

Product Version: 6.5.0.0


Overview

This article provides step-by-step instructions on how to access and use the Saner CVEM API for both on-premise and cloud environments. The API enables seamless integration with external tools for automation, reporting, and management tasks.


Step 1: Select the POST Option

  1. Open your preferred API client such as Postman, cURL, or any equivalent tool.

  2. Choose the POST method for your API request.


Step 2: Specify the URL

For On-Premise Setup

Use the following URL format:

https://<Saner CVEM Sever IP or Domain Name>/AncorWebService/perform


Example:

https://172.16.16.17/AncorWebService/perform


For Cloud Setup

Use the default cloud URL:

https://saner.secpod.com/AncorWebService/perform


Note:
If you are using the cloud version, ensure that the IP address of the device executing the API request is whitelisted in the cloud environment.



Step 3: Configure Authorization

  1. Navigate to the Authorization section in your API client.

  2. Select API Key as the authorization type.

  1. In the Header section, add the following key-value pair:

    • Key: Authorization

    • Value: SAML <Your SAML Key>

  2. Use the portion of the key that follows the term SAML, ensuring there is a space after “SAML”.


Step 4: Configure the Body Section

  1. Go to the Body tab in your API client.

  2. Choose raw as the input type.

  3. Select JSON as the format.

  4. Enter the API request parameters in JSON format as per your requirement.

Refer to the official API documentation for the correct parameter structure and supported operations.


Step 5: Send the Request

  1. Once all required fields are configured, click the Send button in your API client.

  2. The response to your API request will be displayed in the Response section of the tool.


Additional Notes

  • Ensure that the Saner CVEM server or cloud service is reachable from your network.

  • Verify the SAM key and URL format to preve

  • nt authorization or connectivity issues.

  • For detailed API structures, request parameters, and supported endpoints, refer to the official Saner CVEM API documentation.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article