Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (12 loc) · 1.02 KB

mongolab-telemetry-api-docs

Documents the API for mLab's Telemetry Service, accessible at:

Client authentication : Telemetry-API-Key request header

The Telemetry API will only honor authenticated client requests.

To satisfy the authentication requirement, each HTTPS request must include an acceptable API key as the value of a specific request header field : Telemetry-API-Key.

(The Telemetry API is currently in a limited, invite-only Beta release. To request a Telemetry API key, please contact support@mlab.com.)

The server will verify the validity of the API key string found in this header value, confirm it exists in the set of currently authorized keys, and further verify that the authorization in question permits access to any deployment resources involved in the request or (where applicable) its response.

Alert Definitions

Create and maintain rules for alerting on exceptional metric values.
See Alert Definitions CRUD.