steampipe plugin install francois2metz/ovh

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,
description
from
ovh_cloud_project

Schema for ovh_cloud_project

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form.
created_attimestamp with time zoneProject creation date.
descriptiontextProject description.
expiration_attimestamp with time zoneExpiration date of your project. After this date, your project will be deleted.
idtext=Project ID.
manual_quotabooleanManual quota prevent automatic quota upgrade.
nametextProject name.
order_idtextProject order ID.
plan_codetextOrder plan code.
sp_connection_nametext=, !=, ~~, ~~*, !~~, !~~*Steampipe connection name.
sp_ctxjsonbSteampipe context in JSON form.
statustextProject status (creating, deleted, deleting, ok, suspended)
unleashbooleanProject unleashed.