Use this API to search correlation rule details for a particular rule ID.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
RuleId |
Mandatory |
String |
ID of the correlation rule you want to fetch the details for. |
API Request
curl -X POST
<qualys_base_url>
/fim/v3/autocorrelation/rules/{autoCorrelationRuleId}
-H'authorization: Bearer <token>'
-H 'content-type: application/json'
Response
{
"customerId": "003x084-643x-x4xx-8336-x2530663x0x2",
"id": "479886xx-0xx7-46xx-x00x-1xxx9x07x58x",
"ruleName": "dyno_007",
"filterQuery": "file.name:yesyes.txt",
"description": "",
"startTime": "11:32:00",
"endTime": "11:33:00",
"scheduleType": "DAILY",
"days": null,
"fixDate": null,
"changeType": "MANUAL",
"dispositionCategory": "PATCHING",
"approvalType": "AUTOMATED",
"approvalStatus": "UNAPPROVED",
"reviewers": [
"doe_john"
],
"deleted": false,
"status": "ACTIVATED",
"dayOfMonth": null,
"comment": ".",
"createdById": null,
"createdByName": null,
"createdDate": "2020-05-04T05:56:11.497+0000",
"updatedById": null,
"updatedByName": null,
"updatedDate": "2020-05-04T05:56:11.497+0000",
"deletedById": null,
"deletedByName": null,
"deletedDate": null
}