All URIs are relative to http://127.0.0.1/v2
| Method | HTTP request | Description |
|---|---|---|
| get_stats | GET /services/haproxy/stats/native | Gets stats |
Veccrate::models::NativeStatsCollection get_stats(r#type, name, parent) Gets stats
Getting stats from the HAProxy.
| 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 |
Veccrate::models::NativeStatsCollection
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]