Success Payload

{
   "id": "9ea96029-4057-43fe-9fcf-4b1265c1490c",
   "product_id": "test_product",
   "cloud": "aws",
   "customer_id": "test_customer",
   "status": "accepted",
   "reason": null,
   "event_type": "usage_record_processed"
}

Rejected Payload on a Test Record

{
   "id": "9ea96029-4057-43fe-9fcf-4b1265c1490c",
   "product_id": "test_product",
   "cloud": "aws",
   "customer_id": "test_customer",
   "status": "rejected",
   "reason": "invalid-usage-dimension",
   "test": true,
   "event_type": "usage_record_processed"
}

Not Operable Payload

{
   "id": "9ea96029-4057-43fe-9fcf-4b1265c1490c",
   "product_id": "test_product",
   "cloud": "aws",
   "customer_id": "test_customer",
   "status": "not-operable",
   "reason": "external-access-denied",
   "event_type": "usage_record_processed"
}