DiffSessions
Compare two profiling sessions and return the diff result.
POST
/api/v1/profiling/diffOperation ID
DiffSessionsSince
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
baseIdStringRequiredSession ID to use as the base in the diff.
Example: sess-base001
compareIdStringRequiredSession ID to compare against the base.
Example: sess-cmp002
typeStringRequiredProfile type shared by both sessions being compared.
Example: goroutine
