Monitoring & Collection/Profiling
GETProfilingSince 1.0SynchronousAuth Required
GetHeapFlameData
Get heap flame graph data for a given heap profiling session.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
sessionIdStringRequiredSession identifier to retrieve heap flame data for.
Query Parameters
metricStringHeap metric to visualize in the flame graph.
formatStringOutput format for the flame data.
Responses
Endpoint
GET/api/v1/profiling/heap/{sessionId}/flame
/api/v1/profiling/heap/{sessionId}/flame
Request Example
curl -X GET '{host}/api/v1/profiling/heap/{sessionId}/flame' -H 'Authorization: Bearer {token}'
Response Example
200{
"data": "example"
}Change History
This API has no change history records yet.
