For the complete documentation index, see llms.txt. This page is also available as Markdown.

Categories

Operations for retrieving categories and subcategories

Get categories and subcategories (v1)

post

Retrieve available compliance control categories and subcategories.

Required license: Cortex Cloud Runtime Security or Cortex Cloud Posture Management.

Authorizations
x-xdr-auth-idstringRequired

API Key ID for authentication

AuthorizationstringRequired

API Key for authentication

Body
request_dataobjectOptional
Responses
200

Successfully retrieved categories and subcategories

application/json
post/public_api/v1/compliance/get_control_categories_and_subcategories
POST /public_api/v1/compliance/get_control_categories_and_subcategories HTTP/1.1
Host: api.xdr.us.paloaltonetworks.com
x-xdr-auth-id: YOUR_API_KEY
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 19

{
  "request_data": {}
}
{
  "reply": {
    "data": {
      "categories": [
        "text"
      ],
      "subcategories": [
        "text"
      ]
    }
  }
}

Last updated

Was this helpful?