Get Controls List

Use this API to get the list of controls.

GET/sdr/api/controls/list

Input ParametersInput Parameters

Parameter

Required/
Optional

Data Type

Description

isCustom

Optional

string

Provide the parameter to filter controls based on whether they are custom or system-defined.

policyName

Optional

string

Provide the policy name to filter controls associated with a specific policy.

connectorType

Optional

string

Provide the connector type to filter controls associated with a specific connector (for example, OFFICE365).

page

Optional

string

Provide the page number to retrieve controls from a specific page.

size

Optional

string

Provide the page size to control the number of controls returned per page.

Sample - Create Customized ReportSample - Create Customized Report

API Request

curl --location
'<qualys_base_url>/sdr/api/controls/list'

Response

{
    "name": "Ensure automatic mail forwarding is not allowed through Outlook",
    "description": "This setting prevents users from auto-forwarding mail through Outlook and Outlook on the Web.",
    "cid": "xxxxx"
 }