v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Request Audit

Configures the parameters for auto triggering the collection of profiling data

Configure profiling auto trigger

post/v1/admin/request_audit/profiler/auto_trigger

Request body

executor'AI' | 'AI_AGENT' | 'AI_BG' | 'BROKER' | 'COMPLIANCE' | 'COST' | 'COST_BG' | 'COST_BG_CLOUD_BILLING' | 'COST_BG_K8S_BILLING' | 'FEATURE_FLAGS' | 'GOVERNANCE' | 'HEATSTACK' | 'HEATSTACK_BG' | 'IDENTITY' | 'IDENTITY_BG' | 'OPERATIONS' | 'REPORT_GENERATION' | 'RESOURCE_INVENTORY' | 'RESOURCE_INVENTORY_BG' | 'SECURITY' required

Target executor

activationsinteger

Number of activations for each auto trigger run.

execution_time_thresholdnumber

Trigger profiling only for requests that take longer than this time.

backoff_timenumber

Number of seconds to wait before re-enabling auto trigger.

Example request

{
  "executor": "AI"
}

Response

Queued

executor'AI' | 'AI_AGENT' | 'AI_BG' | 'BROKER' | 'COMPLIANCE' | 'COST' | 'COST_BG' | 'COST_BG_CLOUD_BILLING' | 'COST_BG_K8S_BILLING' | 'FEATURE_FLAGS' | 'GOVERNANCE' | 'HEATSTACK' | 'HEATSTACK_BG' | 'IDENTITY' | 'IDENTITY_BG' | 'OPERATIONS' | 'REPORT_GENERATION' | 'RESOURCE_INVENTORY' | 'RESOURCE_INVENTORY_BG' | 'SECURITY' required

Target executor

activationsinteger

Number of activations for each auto trigger run.

execution_time_thresholdnumber

Trigger profiling only for requests that take longer than this time.

backoff_timenumber

Number of seconds to wait before re-enabling auto trigger.

Example response

{
  "executor": "AI"
}