Skip to content

Simple python frontend for the IONOS cloud billing API

License

Notifications You must be signed in to change notification settings

benschmi/ionos_cloud_billing_ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ionos_cloud_billing_ui

Simple python frontend for the IONOS cloud billing API

The script requires the contract owner login information and contract number as well as a period (month) to aggregate all the relevant billing data. Data is aggregated by meterId, unused assets and products with no price are excluded. A forecast is available for the current month and done by calculating the passed time in the current month on a per hour basis. The result is extrapolated for the full month. Note: The data source is https://api.ionos.com/billing/{contract}/products and https://api.ionos.com/billing/{contract}/usage. The received data might be slightly different from the actual invoice data. If a more granular view is required, the output from https://api.ionos.com/billing/{contract}/usage or https://api.ionos.com/billing/{contract}/utilization can be used.

About

Simple python frontend for the IONOS cloud billing API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%