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_cloud_project
A cloud project is a way to regroup instance, storage, database, ... under a name.
The ovh_cloud_project
table can be used to query information about cloud projects.
Examples
List projects
select id, descriptionfrom ovh_cloud_project
Schema for ovh_cloud_project
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
created_at | timestamp with time zone | Project creation date. | |
description | text | Project description. | |
expiration_at | timestamp with time zone | Expiration date of your project. After this date, your project will be deleted. | |
id | text | = | Project ID. |
manual_quota | boolean | Manual quota prevent automatic quota upgrade. | |
name | text | Project name. | |
order_id | text | Project order ID. | |
plan_code | text | Order plan code. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
status | text | Project status (creating, deleted, deleting, ok, suspended) | |
unleash | boolean | Project unleashed. |