Apptio · Example Payload

Cost Allocation Example

environmentteam

Cost Allocation Example is an example object payload from Apptio, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

allocationIdcostCentercategoryperiodamountcurrencyvendortags

Example Payload

Raw ↑
{
  "allocationId": "ALLOC-2026-Q1-001",
  "costCenter": "Engineering",
  "category": "Cloud Infrastructure",
  "period": "2026-01",
  "amount": 125000.0,
  "currency": "USD",
  "vendor": "AWS",
  "tags": {
    "environment": "production",
    "team": "platform"
  }
}