A new public endpoint is available to send CloudZero Unit Metric telemetry data. This endpoint allows you to send Unit Metric data that will automatically be available in the CloudZero Analytics platform after the next data ingest.
Note: This endpoint is the legacy version of /unit-cost/v1/telemetry/metric/{metric_name}/sum. It is functionally identical, but predates the operational path parameter concept.
200Telemetry accepted
400Invalid request, specific responses for:
- Invalid JSON
- Invalid Schema: Unrecognized filter keys
- Invalid Schema: Missing required fields
- Timestamp too far into the future
- 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
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.
