Get the Patch Management Application Version

You can get the version of the Patch Management application that is currently deployed in your environment.

GET/pm/v1/details

Sample - Get the Patch Management application versionSample - Get the Patch Management application version

API request

    
        curl -X GET
        "https://<QualysBaseURL>/pm/v1/details" -H "accept: application/json"-H "Authorization: Bearer <<jwt token>>"
    

Response

    
        {
    "appVersion": "1.6.0.0-72"
}