Qualys API Framework
The Qualys Global AssetView API uses the following framework.
Request URL
The URL for making API requests respects the following structure:
https://<baseurl>/<module>/<object>/<object_id>/<operation>
where the components are described below.
Component
|
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 Global AssetView, 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.
|