Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.19 KB

File metadata and controls

41 lines (23 loc) · 1.19 KB

\StatsApi

All URIs are relative to http://127.0.0.1/v2

Method HTTP request Description
get_stats GET /services/haproxy/stats/native Gets stats

get_stats

Veccrate::models::NativeStatsCollection get_stats(r#type, name, parent) Gets stats

Getting stats from the HAProxy.

Parameters

Name Type Description Required Notes
r#type Option<String> Object type to get stats for (one of frontend, backend, server)
name Option<String> Object name to get stats for
parent Option<String> Object parent name to get stats for, in case the object is a server

Return type

Veccrate::models::NativeStatsCollection

Authorization

basic_auth

HTTP request headers

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

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