Show Details of a Secret Detection Rule

Shows details of a secret detection rule.

GET/csapi/v1.3/secretrule/{ruleId}

Input ParametersInput Parameters

Parameter Mandatory/Optional Data Type Description
ruleId Mandatory string($uuid) Specify the UUID of the secret rule that you want to update.

Sample: Show Details of a Secret Detection RuleSample: Show Details of a Secret Detection Rule

API Request

curl -X GET
"<qualys_base_url>/csapi/v1.3/secretrule/c6c4165e-c960-11ed-afa1- 0242ac120002"
-H "accept: application/json"

Response

{
 "ruleUuid": "c6c4165e-c960-11ed-afa1-0242ac120002", "type":  "system",
 "category": "Shopify", "severity": "HIGH",
 "secretDetector": "Shopify Token", "status": "Active",
 "regex": "shp(ss|at|ca|pa)_[a-fA-F0-9]{32}", "created": 1687283762140,
 "updated": 1687283762140,
 "createdBy": "System", 
 "updatedBy": "System", 
 "keywords": 
  [
   "shppa_",
   "shpat_",
   "shpca_", 
   "shpss_"
  ]
}