Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

LambStatus API v0

Kishin Yagami edited this page Jul 22, 2017 · 10 revisions

This is the API documentation of the LambStatus API v0. The API is still experimental and likely to change. See the change log to check the recent changes.

Authentication

The API calls require an API key in the call header. Follow the steps below to generate a new API key.

  1. Open the "Settings" page

  2. Click the "+" icon

  3. Click the "Save" button

Now the new API key is created, and you can use it like this:

curl -H 'x-api-key: <your API key>' <the API Gateway URL>

Metrics

Clone this wiki locally