Monitoring & Collection/Profiling
GETProfilingSince 1.0SynchronousAuth Required
GetHeapSummary
Get heap memory summary statistics for the specified session.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
sessionIdStringRequiredSession identifier to retrieve heap summary for.
Responses
Endpoint
GET/api/v1/profiling/heap/{sessionId}/summary
/api/v1/profiling/heap/{sessionId}/summary
Request Example
curl -X GET '{host}/api/v1/profiling/heap/{sessionId}/summary' -H 'Authorization: Bearer {token}'
Response Example
200{
"sessionId": "sess-heap001",
"totalAllocBytes": 104857600,
"heapInuseBytes": 52428800,
"gcCount": 14,
"nextGcTargetBytes": 67108864,
"topAllocFunctions": [
{}
]
}Change History
This API has no change history records yet.
