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.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”JSON request body.
Media type application/json
object
tenant_key
string
tenant_id
string
log_type
string
plane
string
limit
integer
key
additional properties
Example
{ "tenant_key": "tenant_123", "log_type": "admin_audit", "plane": "primary", "limit": 100}Responses
Section titled “ Responses ”Successful JSON response.
Media type application/json
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"}