CreateSession
Create a new profiling session for the specified target and profile type.
POST
/api/v1/profiling/sessionsOperation ID
CreateSessionSince
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
profileTypeStringRequiredProfile type to capture: goroutine, heap, or cpu.
Example: goroutine
targetStringRequiredTarget endpoint or host to profile.
Example: my-service:6060
