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_detail
Details of the bill of your account.
The ovh_bill_detail
table can be used to query information about your billing information.
Examples
List details of one bill
select *from ovh_bill_detailwhere bill_id = 'FRxxxxxx';
Get one detail of one bill
select *from ovh_bill_detailwhere bill_id = 'FRxxxxxxxx' and id = 'FRxxxxxxxx';
Schema for ovh_bill_detail
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
bill_id | text | = | ID of bill. |
description | text | Description of detail. | |
domain | text | Domain. | |
id | text | = | ID of detail's bill. |
period_end | timestamp with time zone | Period end of the product detail. | |
period_start | timestamp with time zone | Period start of the product detail. | |
quantity | text | Quantity of detail. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
total_price | double precision | Total price of this detail. | |
unit_price | double precision | Unit price of this detail. |