Skip to main content
Monitoring & Collection/Profiling

GetHeapFlameData

Get heap flame graph data for a given heap profiling session.

GET/api/v1/profiling/heap/{sessionId}/flame

Operation ID

GetHeapFlameData

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • sessionId
    StringRequired

    Session identifier to retrieve heap flame data for.

Query Parameters

  • metric
    String

    Heap metric to visualize in the flame graph.

  • format
    String

    Output format for the flame data.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • data
    String

    Heap flame graph data encoded in the requested format.

    Example: aGVsbG8=