Skip to main content
GET
/
metrics
/
metrics
List metric names
curl --request GET \
  --url https://v1.api.altostrat.io/metrics/metrics \
  --header 'Authorization: Bearer <token>'
[
  "routeros_system_cpu_load",
  "routeros_interface_rx_byte"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
integer

Unix timestamp for the beginning of the discovery window. Defaults to one hour ago.

end
integer

Unix timestamp for the end of the discovery window. Defaults to now.

Response

Metric names.

Example:
[
"routeros_system_cpu_load",
"routeros_interface_rx_byte"
]