Skip to main content

Sources

As we update MGP, more sources may become available. For a list of all available sources, visit the sources list in the navigation bar.

Get sources

To retrieve a list of information on data sources, submit a request to the following URL:

GET https://api.maxar.com/monitoring/v1/sources

This request has the same optional parameters as the list monitors query, as well as the sources namespace and name.

The main important object returned by this request is the "criteria_fields" object, which is defined per source above.

Example

GET https://api.maxar.com/monitoring/v1/sources/

Get specific source

To retrieve information about a specific source, submit a request to the following URL:

GET https://api.maxar.com/monitoring/v1/sources/{namespace}/{source_name}

Example

GET https://api.maxar.com/monitoring/v1/sources/discovery/catalog

Get sources events

To retrieve information about a specific source event, submit a request to the following URL:

GET https://api.maxar.com/monitoring/v1/sources/{namespace}/{source_name}/events/{event_id}

This request has three required parameters that may change depending on which source you are querying and the event_id of the source event you wish to query. This only works for source events within the past 3 months. If you try to search for a source event that is older than 3 months, you will receive a 404 error as MGP does not hold source event_id for longer than that.

Example

GET https://api.maxar.com/monitoring/v1/sources/discovery/catalog/events/10112312123123