Amberflo · Example Payload

Metering Filtering Rule Example

Usage-Based BillingMeteringFinOpsAI Cost ManagementBillingMonetization

Metering Filtering Rule Example is an example object payload from Amberflo, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

meterApiNameruleIddimensionNamedimensionValuesaction

Example Payload

Raw ↑
{
  "meterApiName": "api-calls",
  "ruleId": "rule-a1b2c3",
  "dimensionName": "region",
  "dimensionValues": [
    "us-east-1",
    "eu-west-1"
  ],
  "action": "INCLUDE"
}