provider Service Level Objectives POST /api/v2/slo/report
@utdk/datadog /api/v2/slo/report
Create a new SLO report
Create a job to generate an SLO report. The report job is processed asynchronously and eventually results in a CSV report being available for download. Check the status of the job and download the CSV report using the returned `report_id`.

Try it

Authentication
Configure credentials for Datadog API V2 Collection
createsloreportjob
POST/api/v2/slo/report
Create a job to generate an SLO report. The report job is processed asynchronously and eventually results in a CSV report being available for download. Check the status of the job and download the CSV report using the returned `report_id`.

Input

required

The data portion of the SLO report request.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.createsloreportjob()