{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Observability API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Observability", "type": "folder" }, "items": [ { "info": { "name": "Datadog Validate an Observability Pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/obs_pipelines/pipelines/validate", "body": { "type": "json", "data": "{}" } }, "docs": "Validates a pipeline configuration without creating or updating any resources.\nReturns a list of validation errors, if any.\n" }, { "info": { "name": "Datadog Get Hourly Usage for Observability Pipelines", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/usage/observability_pipelines", "params": [ { "name": "start_hr", "value": "example_value", "type": "query", "description": "Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour." }, { "name": "end_hr", "value": "example_value", "type": "query", "description": "Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending\n**before** this hour." } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get hourly usage for observability pipelines.\n**Note:** This endpoint has been deprecated. Hourly usage data for all products is now available in the [Get hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family)" } ] } ], "bundled": true }