Re-evaluate Tag 

You can re-evaluate the tag for existing assets.

POST/csapi/v1.3/tag/evaluateTags

Input ParametersInput Parameters

The Input Parameter below is used for evaluating a dynamic tag for existing assets.

Parameter

Mandatory/Optional

Data Type

Description

tagName Mandatory string Describes the name of the tag you want to re-evaluate for an existing asset.
Example Usage
tagName=<name of the dynamic tag>

Sample: Re-evaluate a Tag for Existing AssetsSample: Re-evaluate a Tag for Existing Assets

API Request

 curl -X 'POST' \
  '<qualys_base_url>/csapi/v1.3/tag/evaluateTags/tagName=dynamic123'\
  -H 'accept: application/json' \

Response

200