v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
Rules

Get rule category details

Get detailed information about a rule category

get/rules/categories/{ruleCategoryId}

Path parameters

ruleCategoryIdstring uuid required

Rule category id

Example:e0a311fa-f7b2-4f9e-89a9-db517b9c6b90

Response

Rules category information

result'success' | 'error' required

Result of the request

action'GetRuleCategoryDetails' required

The id of the action

Example response

{
  "data": {
    "rulesCategories": [
      {
        "parent": "b9f6d98a-28bc-4d80-90f7-d2f14269e215",
        "id": "32d013f7-b6d8-46c8-99d3-016307fa66c0",
        "name": "Security policies",
        "description": "Baseline applying CIS guidelines"
      }
    ]
  }
}