post
https://api.cloudzero.com/unit-cost/v1/telemetry/metric//replace_period
Atomically replace metric telemetry records by usage date. For every date present in the submitted batch, all existing records on that date are dropped and the submitted records inserted. Dates not present in the batch are left untouched.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
201Telemetry accepted
400Invalid request, specific responses for:
- Invalid JSON
- Invalid Schema: Unrecognized filter keys
- Invalid Schema: Missing required fields
- Timestamp too far into the future
- A value of 0 is not allowed; use the delete operation to remove a record
- Telemetry stream must exist in order to update telemetry records
- All records in a stream must contain the same filter keys
- All records in a stream must contain the same granularity as the stream's granularity
403Not authorized, make sure you're using a valid API key in the header Authorization
404The telemetry stream does not exist. Streams must be created (via sum, replace, or the UI) before replace_period can target them.
429Rate limit exceeded. The API enforces rate limiting on incoming requests. Retry after a short delay.
503Service temporarily unavailable due to downstream capacity constraints. Retry after a short delay with exponential backoff.

