コンテンツにスキップ

Probe sensitive detail chunk

POST
/api/admin/admin-logging/sensitive-detail/probe
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/api/admin/admin-logging/sensitive-detail/probe \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "catalog_id": "catalog_123", "tenant_id": "tenant_123", "object_class": "admin_audit_detail", "read_payload": true }'

Checks a sensitive-detail chunk index and optionally attempts to read the encrypted payload shape for diagnostics.

JSON request body.

Media type application/json
object
catalog_id
required
string
tenant_id
string
object_class
string
read_payload
boolean
default: true
key
additional properties
Example
{
"catalog_id": "catalog_123",
"tenant_id": "tenant_123",
"object_class": "admin_audit_detail",
"read_payload": true
}

Successful JSON response.

Media type application/json
object
item
required
object
key
additional properties
audit_id
One of:
string
version
integer
key
additional properties
Example
{
"item": {
"id": "pol_123",
"tenant_id": "tenant_123",
"log_type": "security",
"plane": "control",
"destination_id": "dest_123",
"fallback_policy_id": null,
"enabled": 1,
"managed_by": "platform",
"change_protection": "confirm",
"approval_policy_id": null,
"policy_hash": "sha256:abc123",
"version": 1,
"created_at": 1770000000000,
"updated_at": 1770000000000
},
"audit_id": "audit_123",
"version": 1
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}