The Qualys GAV/CSAM API uses the following framework.
The URL for making API requests respects the following structure:
Request URL
https://<baseurl>/<module>/<object>/<object_id>/<operation>
Components | Description |
---|---|
<baseurl> |
The Qualys API server URL that you should use for API requests depends on the platform where your account is located. The base URL for Qualys US Platform 1 is: https://gateway.qg1.apps.qualys.com |
<module> |
The API module. For the GAV/CSAM, the module is: am. |
<object> |
The module-specific object. |
<object_id> |
(Optional) The module-specific object ID, if appropriate. |
<operation> |
The request operation, such as count. |