v1

latestOpenAPI 3.1.0BSD-32026-07-2471176175.5 KB
anycost_stream

Validate a single AnyCost Stream Connection Billing Drop. Note: An uncompressed request body larger than 5 MB will result in a 413 Request Entity Too Large response

post/v2/connections/billing/anycost/validate_billing_drop

Headers

cloudzero-idempotency-keystring

If passed, any subsequent operation with the same value for this header will return the exact same result. This is true for all responses, i.e. successes and errors.

cloudzero-test-keystring

If passed, the operation executes in the namespace specified by this key. Resource mutations in the namespace last for 1 hour.

Request body

monthstring

ISO 8601 datetime string (e.g., 2023-10-26T14:27:46+00:00)

operation'replace_drop' | 'replace_hourly' | 'sum'

The type of operation to perform on the data.

  • replace_drop: Replace the data with the new data.
  • replace_hourly: Replace the data that have overlapping hours with the new data
  • sum: Append data to the existing data If no prior data exists, a new drop with data will be created

Response

Successful Operation