v1

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

Requests to profile a endpoint or resource path

Requests to profile endpoints

post/v1/admin/request_audit/profiler/config

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

endpointstring

Target endpoint

pathstring

Target resource path

activationsinteger

Number of activations.

execution_time_thresholdnumber

Only log profiles that take longer than this time.

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'

Target executor

endpointstring

Target endpoint

pathstring

Target resource path

activationsinteger

Number of activations.

execution_time_thresholdnumber

Only log profiles that take longer than this time.

Example response

{
  "executor": "AI"
}