ReportRules
Report Rule Details
Get details about a report rule by invoking the following endpoint:
GET https://YourAccount.lacework.net/api/v2/ReportRules/{mcGuid}
Replace {mcGuid} with the mcGuid value returned for a report rule in the response when invoking the following endpoint: GET /api/v2/ReportRules.
get/api/v2/ReportRules/{mcGuid}
Path parameters
mcGuidstring required
Report Rule ID
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Response
No Error
Example response
{
"data": {
"filters": {
"enabled": 1
}
}
}