Use this API to activate a profile.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
profileId | Mandatory | String | ID of the profile that is to be activated. |
API Request
curl -X POST<qualys_base_url>/
fim/v3/profiles/{profileId}/activate
-H 'authorization: Bearer <token>'
-H 'content-type: application/json'
Response
{
"assetsAdded": true
}