Skip to content

feat(cloud): add cost report endpoints (Beta) #464

@joshrotenberg

Description

@joshrotenberg

Summary

Add support for the Cost Report API endpoints (currently in Beta).

Endpoints to implement

Library (redis-cloud)

  • POST /cost-report - Generate cost report
  • GET /cost-report/{costreportId} - Get cost report

CLI (redisctl)

  • cloud account generate-cost-report - Generate a cost report
  • cloud account get-cost-report <id> - Get cost report by ID

Notes

  • These endpoints are marked as Beta in the API documentation
  • May require async operation handling (POST returns task ID)

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    cloud-apiRelated to Redis Cloud API functionalityenhancementNew feature or requestlow-priorityNice to have but not critical

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions