We are currently transitioning our API documentation to Apidog and making changes to improve standardization, and as such, methods are subject to change.
Returns a 'bundle' of metric API responses in a single call. This is intended to reduce the number of methods a client building a graph with all this information would need to make. Currently this method returns a combination of responses from:
/metric/x/anomalysummary
/metric/x/anomalies
/metric/x/timeseries.
Request
Path Params
metric_name
stringÂ
required
Query Params
from
stringÂ
required
Timestamp. Example: 1588603852.
until
stringÂ
optional
Timestamp. Example: 1588690252.
resolution
stringÂ
optional
Resolution of results in seconds. Should be a multiple of 600. Defaults to 600 if not supplied. Used for "timeseries" response only. Example: 600.
max_graph_width
stringÂ
optional
Automatically determines the best resolution for the specified graph width. This parameter takes precedence over any value specified as "resolution". Used for "timeseries" response only. Example: 1000.
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/metric//bundle?from='