With this API, you can get all technologies associated with a compliance policy.
|
Parameter |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
| policyId={value} | Required | Integer | The ID of the policy for which you want to obtain all associated technologies. |
API Request
curl -X 'GET' \'<qualys_base_url>/pcas/v3/policy/technology?policyId=<Policy ID>'
\ -H 'accept: application/json'
\ -H 'Authorization: Bearer <Auth Token>'
XML Output
{
"policyId": 5656121,
"technologies": [
{
"technologyId": 18,
"technologyName": "Windows Vista"
}
]
}