Get Classification Report
POST/dlp/api/v1/inventory/object/data-classification/report
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Returns a data classification report.
Request
- application/json; charset=UTF-8
Body
objectId stringrequired
Object Id
tenantId stringrequired
Tenant Id
Responses
- 200
- 400
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
detectionTime string
Detection time
identifiers object[]
List of identifiers
frequency int32
Identifier frequency
name string
Identifier name
name string
Classification name
[
{
"detectionTime": "string",
"identifiers": [
{
"frequency": 0,
"name": "string"
}
],
"name": "string"
}
]
missing_required_parameter / invalid_parameter_value / internal_error / violates_minimum_alert_dismiss_duration_time
Loading...