メインコンテンツへスキップ

Reports

  • async-run-inline — Run a report asynchronously dci async-run-inline --idempotency-key "$(uuidgen)" < query.json

  • async-run-report-by-id — Run a saved report asynchronously dci async-run-report-by-id <report-id> --idempotency-key "$(uuidgen)"

  • cancel-async-operation — Cancel an async report run operation dci cancel-async-operation <operation-id> --idempotency-key "$(uuidgen)"

  • create-report — Create a report dci create-report < report.json

  • delete-report — Delete a report dci delete-report "Old draft"

  • get-async-operation — Poll an async report run operation dci get-async-operation <operation-id>

  • get-async-operation-results — Get results of an async report run operation dci get-async-operation-results <operation-id>

  • get-report — Get report results dci get-report <report-id>

  • get-report-config — Get report config dci get-report-config <report-id>

  • list-reports — List reports dci list-reports

  • query — Run a query dci query < query.json

  • update-report — Update a report dci update-report <report-id> name: "Monthly cost by service"