Shows details of a secret detection rule.
Parameter | Mandatory/Optional | Data Type | Description |
---|---|---|---|
ruleId | Mandatory | string($uuid) | Specify the UUID of the secret rule that you want to update. |
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_"
]
}