- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Events around billing changes, observable in D&R rules via the billing
target.
billing_record
This event is emitted for all kinds of billable records for the organization.
Sample Event:
{
"record": {
"cat": "extension",
"k": "ext-strelka:bytes_scanned",
"oid": "8cbe27f4-aaaa-bbbb-cccc-138cd51389cd",
"record_id": "3bbbe4d9-925b-4538-bcad-e2e1ba2be923-0",
"ts": "2024-05-30 00:44:37",
"v": 2797
}
}
The above example indicates an extension
billing for the SKU ext-strelka:bytes_scanned
with a value of 2797
.
Was this article helpful?