Activate a Profile API

Use this API to activate a profile.

POST/fim/v3/profiles/{profileId}/activate

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

profileId  Mandatory  String ID of the profile that is to be activated.

SampleSample

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
}