UpdateRateLimitConfig
Update the rate limit configuration for profiling operations.
PUT
/api/v1/profiling/rate-limit-configOperation ID
UpdateRateLimitConfigSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
configObjectRequiredNew rate limit configuration to apply to profiling operations.
cpuSessionGlobalPerMinIntegerGlobal per-minute limit for CPU profiling sessions.
Example: 10
heapSessionPerTenantPerMinIntegerPer-tenant per-minute limit for heap profiling sessions.
Example: 5
flameDataPerTenantPerMinIntegerPer-tenant per-minute limit for flame data requests.
Example: 30
