Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# MetricsApi
All URIs are relative to *http://localhost/metrics/v2*
Method | HTTP request | Description
------------- | ------------- | -------------
[**postEventQuery**](MetricsApi.md#postEventQuery) | **POST** /metrics/query/event |
[**postHttpQuery**](MetricsApi.md#postHttpQuery) | **POST** /metrics/query/http |
[**postNetworkQuery**](MetricsApi.md#postNetworkQuery) | **POST** /metrics/query/network |
<a name="postEventQuery"></a>
# **postEventQuery**
> EventMetricList postEventQuery(params)
Returns Event metrics according to specificed parameters
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**params** | [**EventQueryParams**](../Models/EventQueryParams.md)| Query parameters |
### Return type
[**EventMetricList**](../Models/EventMetricList.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
<a name="postHttpQuery"></a>
# **postHttpQuery**
> HttpMetricList postHttpQuery(params)
Returns Http metrics according to specificed parameters
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**params** | [**HttpQueryParams**](../Models/HttpQueryParams.md)| Query parameters |
### Return type
[**HttpMetricList**](../Models/HttpMetricList.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
<a name="postNetworkQuery"></a>
# **postNetworkQuery**
> NetworkMetricList postNetworkQuery(params)
Returns Network metrics according to specificed parameters
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**params** | [**NetworkQueryParams**](../Models/NetworkQueryParams.md)| Query parameters |
### Return type
[**NetworkMetricList**](../Models/NetworkMetricList.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json