Ingest usage event
amberflo_ingest_usageWRITE: record/ingest a single usage meter event (writes billable usage data) to the Amberflo ingestion host. API: POST /ingest/ on the ingest base URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unique_id | No | Optional idempotency/unique id for the event. | |
| dimensions | No | Optional dimensions (key/value string metadata) for the event. | |
| customer_id | Yes | The customerId this usage belongs to. | |
| meter_value | Yes | The numeric value of the usage event. | |
| meter_api_name | Yes | The meterApiName this event is for. | |
| meter_time_in_millis | Yes | Event timestamp, unix epoch milliseconds. |