コンテンツにスキップ

Scan catalog repair jobs

POST
/api/admin/admin-logging/catalog-repair-jobs/scan
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/api/admin/admin-logging/catalog-repair-jobs/scan \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "tenant_key": "tenant_123", "log_type": "admin_audit", "plane": "primary", "limit": 100 }'

Scans log catalog state for repairable findings and queues safe repair jobs for matching findings.

JSON request body.

Media type application/json
object
tenant_key
string
tenant_id
string
log_type
string
plane
string
limit
integer
>= 1
key
additional properties
Example
{
"tenant_key": "tenant_123",
"log_type": "admin_audit",
"plane": "primary",
"limit": 100
}

Successful JSON response.

Media type application/json
object
result
required
object
key
additional properties
audit_id
One of:
string
job_id
string
key
additional properties
Example
{
"result": {
"id": "dlq_123",
"status": "deleted",
"updated_at": 1770000000000
},
"audit_id": "audit_123"
}

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"
}