Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.41 KB

DebugApi.md

File metadata and controls

58 lines (32 loc) · 1.41 KB

\DebugApi

All URIs are relative to https://YOUR_CLUSTER_HOSTNAME_OR_NODE_IP:8080

Method HTTP request Description
DeleteDebugStats Delete /platform/1/debug/stats
GetDebugStats Get /platform/1/debug/stats

DeleteDebugStats

DeleteDebugStats(ctx, )

Clear per-resource statistics counters.

Required Parameters

This endpoint does not need any parameter.

Return type

(empty response body)

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetDebugStats

DebugStats GetDebugStats(ctx, )

List cumulative call statistics for each resource.

Required Parameters

This endpoint does not need any parameter.

Return type

DebugStats

Authorization

basicAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]