GetUsageObservabilityPipelines
Retrieve hourly usage data for observability pipelines by specifying start and end times in ISO-8601 format. This tool helps monitor and analyze pipeline usage efficiently.
Instructions
Get hourly usage for observability pipelines. Note: This endpoint has been deprecated. Hourly usage data for all products is now available in the Get hourly usage by product family API
Query Parameters:
- start_hr (Required): Datetime in ISO-8601 format, UTC, precise to hour:
[YYYY-MM-DDThh]
for usage beginning at this hour. - end_hr: Datetime in ISO-8601 format, UTC, precise to hour:
[YYYY-MM-DDThh]
for usage ending before this hour.
Responses:
- 200 (Success): OK
- Content-Type:
application/json;datetime-format=rfc3339
- Response Properties:
- data: Response containing Observability Pipelines usage.
- Example:
- Content-Type:
- 400: Bad Request
- Content-Type:
application/json;datetime-format=rfc3339
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 403: Forbidden - User is not authorized
- Content-Type:
application/json;datetime-format=rfc3339
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
- 429: Too many requests
- Content-Type:
application/json;datetime-format=rfc3339
- Response Properties:
- errors: A list of errors.
- Example:
- Content-Type:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_hr | No | Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour. | |
start_hr | Yes | Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour. |