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

Inventory

The Cortex Cloud Data Security solution is an agentless multi-cloud data security platform that discovers, classifies, protects, and governs sensitive data.

Get data pattern inventory

post

Get all data patterns found in the environment, including high-level aggregations for each of them.

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

Header parameters
AuthorizationstringRequired

{api_key}

Example: UCoWpG4rkNzgCp2dsh8m02iVpZsskwKHz7N1tErPcUV3Wmf59Gc9kytmgOv0pDWoem3PBlORyRIPiir4OcYdWUOWAM3JyTgoCxQf4nQoTlKmFRKz9Bj5vIjluw66p9WP
x-xdr-auth-idstringRequired

{api_key_id}

Example: 241
Body
filterobjectOptional
sortarrayOptional
next_page_tokenstringOptional
Responses
200

OK

*/*
dataarrayRequired
post/public_api/v1/data-security/data-patterns
POST /public_api/v1/data-security/data-patterns HTTP/1.1
Host: api-yourfqdn
Authorization: UCoWpG4rkNzgCp2dsh8m02iVpZsskwKHz7N1tErPcUV3Wmf59Gc9kytmgOv0pDWoem3PBlORyRIPiir4OcYdWUOWAM3JyTgoCxQf4nQoTlKmFRKz9Bj5vIjluw66p9WP 
x-xdr-auth-id: 241
Content-Type: application/json
Accept: */*
Content-Length: 44

{
  "filter": {},
  "sort": {},
  "next_page_token": {}
}
{
  "data": {},
  "metadata": {
    "total_count": 1,
    "filter_count": 1,
    "next_page_token": "text"
  }
}

Get field inventory details

post

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

Header parameters
AuthorizationstringRequired

{api_key}

Example: UCoWpG4rkNzgCp2dsh8m02iVpZsskwKHz7N1tErPcUV3Wmf59Gc9kytmgOv0pDWoem3PBlORyRIPiir4OcYdWUOWAM3JyTgoCxQf4nQoTlKmFRKz9Bj5vIjluw66p9WP
x-xdr-auth-idstringRequired

{api_key_id}

Example: 241
Body
filterobjectOptional
sortarrayOptional
next_page_tokenstringOptional
Responses
200

OK

*/*
dataarrayRequired
post/public_api/v1/data-security/objects/fields
POST /public_api/v1/data-security/objects/fields HTTP/1.1
Host: api-yourfqdn
Authorization: UCoWpG4rkNzgCp2dsh8m02iVpZsskwKHz7N1tErPcUV3Wmf59Gc9kytmgOv0pDWoem3PBlORyRIPiir4OcYdWUOWAM3JyTgoCxQf4nQoTlKmFRKz9Bj5vIjluw66p9WP 
x-xdr-auth-id: 241
Content-Type: application/json
Accept: */*
Content-Length: 44

{
  "filter": {},
  "sort": {},
  "next_page_token": {}
}
{
  "data": {},
  "metadata": {
    "total_count": 1,
    "filter_count": 1,
    "next_page_token": "text"
  }
}

Get file inventory details

post

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

Header parameters
AuthorizationstringRequired

{api_key}

Example: UCoWpG4rkNzgCp2dsh8m02iVpZsskwKHz7N1tErPcUV3Wmf59Gc9kytmgOv0pDWoem3PBlORyRIPiir4OcYdWUOWAM3JyTgoCxQf4nQoTlKmFRKz9Bj5vIjluw66p9WP
x-xdr-auth-idstringRequired

{api_key_id}

Example: 241
Body
filterobjectOptional
sortarrayOptional
next_page_tokenstringOptional
Responses
200

OK

*/*
dataarrayRequired
post/public_api/v1/data-security/objects/files
POST /public_api/v1/data-security/objects/files HTTP/1.1
Host: api-yourfqdn
Authorization: UCoWpG4rkNzgCp2dsh8m02iVpZsskwKHz7N1tErPcUV3Wmf59Gc9kytmgOv0pDWoem3PBlORyRIPiir4OcYdWUOWAM3JyTgoCxQf4nQoTlKmFRKz9Bj5vIjluw66p9WP 
x-xdr-auth-id: 241
Content-Type: application/json
Accept: */*
Content-Length: 44

{
  "filter": {},
  "sort": {},
  "next_page_token": {}
}
{
  "data": {},
  "metadata": {
    "total_count": 1,
    "filter_count": 1,
    "next_page_token": "text"
  }
}

Last updated

Was this helpful?