ovh_billovh_bill_detailovh_cloud_ai_appovh_cloud_ai_jobovh_cloud_ai_notebookovh_cloud_data_jobovh_cloud_databaseovh_cloud_flavorovh_cloud_imageovh_cloud_instanceovh_cloud_postgresovh_cloud_projectovh_cloud_regionovh_cloud_ssh_keyovh_cloud_storage_s3ovh_cloud_storage_swiftovh_cloud_volumeovh_cloud_volume_snapshotovh_refundovh_refund_detail
Table: ovh_bill
List of all the bills of your account.
The ovh_bill
table can be used to query information about your billing information.
Examples
List bills
select id, date, price_with_taxfrom ovh_bill;
Get a bill
select id, date, price_with_taxfrom ovh_billwhere id = 'FRxxxxxxxx';
Schema for ovh_bill
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
category | text | Category of the bill (autorenew, earlyrenewal...). | |
date | timestamp with time zone | Date of the bill. | |
id | text | = | ID of the bill. |
order_id | bigint | Order id. | |
password | text | Password to download the bill. | |
pdf_url | text | URL to download the bill in PDF format (maybe same as url field). | |
price_with_tax | double precision | Price with tax. | |
price_without_tax | double precision | Price without tax. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
tax | double precision | Amount of the tax. | |
url | text | URL to download the bill. |