Feature

Ingestion API is available to help you insert data into Germain Datamart.

Usage

You can submit new facts to Germain via ingestion services.

POST /ingestion/fact
CODE

Example URL: https://example.com/ingestion/fact

The request body (JSON) needs to be a list of facts, example:

[
    {
        "myClassName": "com.germainsoftware.apm.data.model.GenericEvent",
        "type": "Custom:Error",
        "timestamp": "2022-03-14T17:38:00Z",
        "details": "An error occured."
    },
    ...
]
JSON

The list can contain one or more facts at a time.

Authentication

No authentication is required to submit new facts.

Feature Availability: 2022.1 or later