Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 568 Bytes

api.rst

File metadata and controls

29 lines (16 loc) · 568 Bytes

API

Prometheus Proxy API

Promgen provides a simple proxy api to proxy certain requests across all managed Prometheus nodes. See the Prometheus API for more details

.. http:get:: /api/v1/label/(string:labelname)/values

.. http:get:: /api/v1/series

.. http:get:: /api/v1/query_range


Promgen API

.. http:post:: /api/v1/alerts

.. http:get:: /api/v1/targets

.. http:get:: /api/v1/rules

.. http:get:: /api/v1/urls

.. http:get:: /api/v1/host/(string:hostname)