Monitoring
The Monitoring API allows you to receive alerts when new data is available for ordering based on a registered Area of Interest (AOI) and specified criteria set by you.
User guides and examples
Page | Topic |
---|---|
Monitoring Guide | An overview of monitoring from MGP |
Monitoring API Quickstart Guide | Step-by-step guide to work with monitoring via API. |
Monitoring Example Without Auto-Ordering Guide | How to set up a monitor that only sends notifications. |
Monitoring Example With Auto-Ordering Guide | How to set up a monitor that can automatically place an order. |
Monitoring Example With Object Detection Guide | How to auto-order Object Detection from a monitor. |
Sources Guide | A guide to the sources for events that monitors receive. |
API reference
Page | Topic |
---|---|
POST Create a Monitor | Creates a monitor to watch for new data within an AOI. |
GET Get Specific Monitor | Retrieves a monitor's configuration. |
GET List Monitors | Retrieves a list of monitor configurations. |
PATCH Update an Existing Monitor | Updates an existing monitor. |
POST Toggle Monitor Enable/Disable | Enables or disables a monitor. |
GET List Monitor Events | Retrieves a list of events for a monitor. |
GET Source | Retrieves a list of settings for the selected source. |
GET List Source Events | Lists events from the selected source. |
GET Source Event | Retrieves a specific event from the selected source. |